Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ce8398ed03bf3a586a5dd2bb806e157eedfa930e Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh167779653461195793.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15637644759677726911.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4727922375474019924.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14255216232708912150.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1800020727050640151.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-24212 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ce8398ed03bf3a586a5dd2bb806e157eedfa930e (main) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#110)" > git config core.sparsecheckout # timeout=10 > git checkout -f ce8398ed03bf3a586a5dd2bb806e157eedfa930e # timeout=10 > git rev-list --no-walk b73e8993c43ebe873df5cbdb244a85e7d5ee0384 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:22:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:22:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:22:30 ========================================================= 15:22:30 EdgeX Global Pipelines Version Info 15:22:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:22:31 ------------------- 15:22:31 stable info: 15:22:31 ------------------- 15:22:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:22:31 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 15:22:31 Message: update stable to v1.0.258 15:22:32 ------------------- 15:22:32 experimental info: 15:22:32 ------------------- 15:22:32 Commited By: **** collab-it+edgex@linuxfoundation.org 15:22:32 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 15:22:32 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:22:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce8398e [Pipeline] echo 15:22:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:22:33 provisioning config files... 15:22:33 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2260299643638000752tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:33 ---> ****-login.sh 15:22:33 nexus3.edgexfoundry.org:10001 15:22:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:34 Configure a credential helper to remove this warning. See 15:22:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:34 15:22:34 Login Succeeded 15:22:34 nexus3.edgexfoundry.org:10002 15:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:34 Configure a credential helper to remove this warning. See 15:22:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:34 15:22:34 Login Succeeded 15:22:34 nexus3.edgexfoundry.org:10003 15:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:34 Configure a credential helper to remove this warning. See 15:22:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:34 15:22:34 Login Succeeded 15:22:34 nexus3.edgexfoundry.org:10004 15:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:34 Configure a credential helper to remove this warning. See 15:22:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:34 15:22:34 Login Succeeded 15:22:34 ****.io 15:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:34 Configure a credential helper to remove this warning. See 15:22:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:34 15:22:34 Login Succeeded 15:22:34 ---> ****-login.sh ends [Pipeline] } 15:22:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:22:35 + git rev-list -1 --merges ce8398ed03bf3a586a5dd2bb806e157eedfa930e~1..ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo 15:22:35 -----------> git rev-list -1 --merges ce8398ed03bf3a586a5dd2bb806e157eedfa930e~1..ce8398ed03bf3a586a5dd2bb806e157eedfa930e ce8398ed03bf3a586a5dd2bb806e157eedfa930e [false] [Pipeline] sh 15:22:35 + git log --format=format:%s -1 ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo 15:22:35 ========================================================= 15:22:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:22:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:22:35 + git log --format=format:%s -1 ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] echo 15:22:35 [semverPrep] GIT_COMMIT: ce8398ed03bf3a586a5dd2bb806e157eedfa930e, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#110) [Pipeline] echo 15:22:35 [semverPrep] This is not a build commit. [Pipeline] sh 15:22:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:22:36 + grep -v github /etc/ssh/ssh_known_hosts 15:22:36 + [ -e /tmp/ssh_known_hosts ] 15:22:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:22:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:22:36 + sudo tee -a /etc/ssh/ssh_known_hosts 15:22:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:22:36 15:22:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:22:37 0.1.4: Pulling from edgex-devops/py-git-semver 15:22:37 b85a868b505f: Pulling fs layer 15:22:37 e2be974225ed: Pulling fs layer 15:22:37 339a4e72a1f5: Pulling fs layer 15:22:37 988bab9f4d93: Pulling fs layer 15:22:37 1469e6f7b9e6: Pulling fs layer 15:22:37 eaf3925da568: Pulling fs layer 15:22:37 988bab9f4d93: Waiting 15:22:37 bab4dde63d76: Pulling fs layer 15:22:37 bde34c3a00c8: Pulling fs layer 15:22:37 b352a97aabf1: Pulling fs layer 15:22:37 4872d77fe225: Pulling fs layer 15:22:37 5851b861e8e6: Pulling fs layer 15:22:37 eaf3925da568: Waiting 15:22:37 bab4dde63d76: Waiting 15:22:37 bde34c3a00c8: Waiting 15:22:37 b352a97aabf1: Waiting 15:22:37 4872d77fe225: Waiting 15:22:37 1469e6f7b9e6: Waiting 15:22:37 5851b861e8e6: Waiting 15:22:37 e2be974225ed: Verifying Checksum 15:22:37 e2be974225ed: Download complete 15:22:37 988bab9f4d93: Verifying Checksum 15:22:37 988bab9f4d93: Download complete 15:22:37 339a4e72a1f5: Verifying Checksum 15:22:37 339a4e72a1f5: Download complete 15:22:37 1469e6f7b9e6: Verifying Checksum 15:22:37 1469e6f7b9e6: Download complete 15:22:37 eaf3925da568: Verifying Checksum 15:22:37 eaf3925da568: Download complete 15:22:37 bde34c3a00c8: Verifying Checksum 15:22:37 bde34c3a00c8: Download complete 15:22:37 b352a97aabf1: Download complete 15:22:37 4872d77fe225: Verifying Checksum 15:22:37 4872d77fe225: Download complete 15:22:37 5851b861e8e6: Verifying Checksum 15:22:37 5851b861e8e6: Download complete 15:22:37 b85a868b505f: Verifying Checksum 15:22:37 b85a868b505f: Download complete 15:22:37 bab4dde63d76: Verifying Checksum 15:22:37 bab4dde63d76: Download complete 15:22:38 b85a868b505f: Pull complete 15:22:38 e2be974225ed: Pull complete 15:22:39 339a4e72a1f5: Pull complete 15:22:39 988bab9f4d93: Pull complete 15:22:39 1469e6f7b9e6: Pull complete 15:22:39 eaf3925da568: Pull complete 15:22:41 bab4dde63d76: Pull complete 15:22:41 bde34c3a00c8: Pull complete 15:22:41 b352a97aabf1: Pull complete 15:22:41 4872d77fe225: Pull complete 15:22:41 5851b861e8e6: Pull complete 15:22:41 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:22:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:22:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:22:41 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:22:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:22:44 $ docker top c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac -eo pid,comm 15:22:44 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:22:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:22:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:22:44 [ssh-agent] Looking for ssh-agent implementation... 15:22:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:22:44 $ docker exec c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent 15:22:44 SSH_AUTH_SOCK=/tmp/ssh-VQfR6wMyZwiG/agent.32 15:22:44 SSH_AGENT_PID=38 15:22:44 Running ssh-add (command line suppressed) 15:22:45 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14950445970238089255.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14950445970238089255.key) 15:22:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:22:45 + git tag --points-at HEAD [Pipeline] } 15:22:45 $ docker exec --env ******** --env ******** c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent -k 15:22:45 unset SSH_AUTH_SOCK; 15:22:45 unset SSH_AGENT_PID; 15:22:45 echo Agent pid 38 killed; 15:22:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:22:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:22:45 [ssh-agent] Looking for ssh-agent implementation... 15:22:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:22:45 $ docker exec c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent 15:22:45 SSH_AUTH_SOCK=/tmp/ssh-j5fowlOKtyCs/agent.70 15:22:45 SSH_AGENT_PID=76 15:22:45 Running ssh-add (command line suppressed) 15:22:45 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14580640590199040717.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14580640590199040717.key) 15:22:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:22:46 + git semver init 15:22:46 2023-12-06 15:22:46,389 [run_init] DEBUG init version:0.0.0 force:False 15:22:46 2023-12-06 15:22:46,390 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 15:22:46 2023-12-06 15:22:46,390 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 15:22:46 2023-12-06 15:22:46,390 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:22:47 2023-12-06 15:22:47,571 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 15:22:47 2023-12-06 15:22:47,571 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 15:22:47 2023-12-06 15:22:47,572 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:22:47 2023-12-06 15:22:47,572 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:22:47 3.2.0-dev.2 [Pipeline] } 15:22:47 $ docker exec --env ******** --env ******** c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac ssh-agent -k 15:22:47 unset SSH_AUTH_SOCK; 15:22:47 unset SSH_AGENT_PID; 15:22:47 echo Agent pid 76 killed; 15:22:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:22:48 + git semver [Pipeline] } 15:22:48 $ docker stop --time=1 c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac 15:22:49 $ docker rm -f --volumes c773ef5d482c129d34ec9cc607925b60de4d68cb51fca21488d2432e274775ac [Pipeline] // withDockerContainer [Pipeline] sh 15:22:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:22:50 Stashed 1 file(s) [Pipeline] echo 15:22:50 [edgeXSemver]: initialized semver on version 3.2.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:22:50 provisioning config files... 15:22:50 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4843897426121725528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:51 ---> ****-login.sh 15:22:51 nexus3.edgexfoundry.org:10001 15:22:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:51 Configure a credential helper to remove this warning. See 15:22:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:51 15:22:51 Login Succeeded 15:22:51 nexus3.edgexfoundry.org:10002 15:22:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:51 Configure a credential helper to remove this warning. See 15:22:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:51 15:22:51 Login Succeeded 15:22:51 nexus3.edgexfoundry.org:10003 15:22:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:51 Configure a credential helper to remove this warning. See 15:22:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:51 15:22:51 Login Succeeded 15:22:51 nexus3.edgexfoundry.org:10004 15:22:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:51 Configure a credential helper to remove this warning. See 15:22:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:51 15:22:51 Login Succeeded 15:22:51 ****.io 15:22:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:22:51 Configure a credential helper to remove this warning. See 15:22:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:22:51 15:22:51 Login Succeeded 15:22:51 ---> ****-login.sh ends [Pipeline] } 15:22:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:22:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:22:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:22:51 ========================================================= 15:22:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 15:22:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:52 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 15:22:52 Sending build context to Docker daemon 6.697MB 15:22:52 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 15:22:52 Step 2/12 : FROM ${BASE} AS builder 15:22:52 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 15:22:52 7264a8db6415: Pulling fs layer 15:22:52 c4d48a809fc2: Pulling fs layer 15:22:52 4f1c88b9dad5: Pulling fs layer 15:22:52 ad3a456e5733: Pulling fs layer 15:22:52 69c7f0334f64: Pulling fs layer 15:22:52 1f1c1a5573a3: Pulling fs layer 15:22:52 ce7588e14bc9: Pulling fs layer 15:22:52 b5e4710f87ac: Pulling fs layer 15:22:52 69c7f0334f64: Waiting 15:22:52 ce7588e14bc9: Waiting 15:22:52 1f1c1a5573a3: Waiting 15:22:52 b5e4710f87ac: Waiting 15:22:52 ad3a456e5733: Waiting 15:22:52 c4d48a809fc2: Verifying Checksum 15:22:52 c4d48a809fc2: Download complete 15:22:52 ad3a456e5733: Download complete 15:22:52 69c7f0334f64: Download complete 15:22:52 7264a8db6415: Download complete 15:22:52 1f1c1a5573a3: Verifying Checksum 15:22:52 1f1c1a5573a3: Download complete 15:22:52 7264a8db6415: Pull complete 15:22:52 b5e4710f87ac: Verifying Checksum 15:22:52 b5e4710f87ac: Download complete 15:22:52 c4d48a809fc2: Pull complete 15:22:52 4f1c88b9dad5: Verifying Checksum 15:22:52 4f1c88b9dad5: Download complete 15:22:53 ce7588e14bc9: Verifying Checksum 15:22:53 ce7588e14bc9: Download complete 15:22:55 4f1c88b9dad5: Pull complete 15:22:55 ad3a456e5733: Pull complete 15:22:56 69c7f0334f64: Pull complete 15:22:56 1f1c1a5573a3: Pull complete 15:22:58 ce7588e14bc9: Pull complete 15:22:58 b5e4710f87ac: Pull complete 15:22:58 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 15:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 15:22:58 ---> 88b5674ff536 15:22:58 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:23:03 ---> Running in 7fdc2401e28b 15:23:03 Removing intermediate container 7fdc2401e28b 15:23:03 ---> 438350311080 15:23:03 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:23:03 ---> Running in 627bcdc7ca3c 15:23:03 Removing intermediate container 627bcdc7ca3c 15:23:03 ---> b8397bce3b2f 15:23:03 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:23:03 ---> Running in ce9e52e0de74 15:23:03 Removing intermediate container ce9e52e0de74 15:23:03 ---> 8a69a7fab655 15:23:03 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:23:03 ---> Running in 59a9d5049b6c 15:23:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:23:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:23:03 OK: 264 MiB in 52 packages 15:23:03 Removing intermediate container 59a9d5049b6c 15:23:03 ---> adac214bcbc0 15:23:03 Step 7/12 : WORKDIR /app 15:23:03 ---> Running in 45b9819c5a73 15:23:04 Removing intermediate container 45b9819c5a73 15:23:04 ---> 0c7ee0540532 15:23:04 Step 8/12 : COPY go.mod vendor* ./ 15:23:04 ---> 725cdaa90e3a 15:23:04 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:23:04 ---> Running in 833fc2321d6c 15:23:05 Still waiting to schedule task 15:23:05 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-24210’ 15:23:42 Removing intermediate container 833fc2321d6c 15:23:42 ---> c86bc7aca22f 15:23:42 Step 10/12 : COPY . . 15:23:42 ---> fa6f48bc4811 15:23:42 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:23:42 ---> Running in e4b58632ce74 15:23:42 Removing intermediate container e4b58632ce74 15:23:42 ---> 90542498e8c5 15:23:42 Step 12/12 : RUN $MAKE 15:23:42 ---> Running in 953d2bfac961 15:23:42 noop 15:23:42 Removing intermediate container 953d2bfac961 15:23:42 ---> 717b865b3a31 15:23:42 Successfully built 717b865b3a31 15:23:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:43 + docker inspect -f . ci-base-image-x86_64 15:23:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:23:43 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:23:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:23:43 $ docker top 39206ca2449ae173511d86a622978501e868a0e260c4e572ddf178bf66303ad7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:23:44 + go version 15:23:44 go version go1.21.0 linux/amd64 [Pipeline] } 15:23:44 $ docker stop --time=1 39206ca2449ae173511d86a622978501e868a0e260c4e572ddf178bf66303ad7 15:23:45 $ docker rm -f --volumes 39206ca2449ae173511d86a622978501e868a0e260c4e572ddf178bf66303ad7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:46 + docker inspect -f . ci-base-image-x86_64 15:23:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:23:46 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:23:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:23:46 $ docker top 6249b21768f4aabb59260f0ff829fddfb079487d572db5e64410e72fab3c237b -eo pid,comm [Pipeline] { [Pipeline] sh 15:23:46 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 15:23:47 + make test 15:23:47 go test -race -coverprofile=coverage.out ./... 15:24:05 ? github.com/edgexfoundry/app-record-replay [no test files] 15:24:05 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:24:05 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:24:05 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:24:06 ok github.com/edgexfoundry/app-record-replay/internal/app 1.042s coverage: 88.0% of statements 15:24:16 ok github.com/edgexfoundry/app-record-replay/internal/application 9.607s coverage: 98.7% of statements 15:24:16 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.099s coverage: 89.7% of statements 15:24:16 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.030s coverage: 100.0% of statements 15:24:34 go vet ./... 15:24:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:24:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:24:35 ./bin/test-attribution-txt.sh [Pipeline] echo 15:24:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 15:24:35 $ docker stop --time=1 6249b21768f4aabb59260f0ff829fddfb079487d572db5e64410e72fab3c237b 15:24:41 $ docker rm -f --volumes 6249b21768f4aabb59260f0ff829fddfb079487d572db5e64410e72fab3c237b [Pipeline] // withDockerContainer [Pipeline] sh 15:24:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:24:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:24:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:24:43 + ls -al . 15:24:43 total 192 15:24:43 drwxrwxr-x 10 jenkins jenkins 4096 Dec 6 15:23 . 15:24:43 drwxrwxr-x 4 jenkins jenkins 4096 Dec 6 15:22 .. 15:24:43 -rw-rw-r-- 1 jenkins jenkins 119 Dec 6 15:22 .dockerignore 15:24:43 drwxrwxr-x 8 jenkins jenkins 4096 Dec 6 15:24 .git 15:24:43 drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:22 .github 15:24:43 -rw-rw-r-- 1 jenkins jenkins 164 Dec 6 15:22 .gitignore 15:24:43 -rw-rw-r-- 1 jenkins jenkins 41 Dec 6 15:22 .golangci.yml 15:24:43 drwxr-xr-x 3 jenkins jenkins 4096 Dec 6 15:22 .semver 15:24:43 -rw-rw-r-- 1 jenkins jenkins 11301 Dec 6 15:22 Attribution.txt 15:24:43 -rw-rw-r-- 1 jenkins jenkins 458 Dec 6 15:22 CHANGELOG.md 15:24:43 -rw-rw-r-- 1 jenkins jenkins 1725 Dec 6 15:22 Dockerfile 15:24:43 -rw-rw-r-- 1 jenkins jenkins 677 Dec 6 15:22 GOVERNANCE.md 15:24:43 -rw-rw-r-- 1 jenkins jenkins 681 Dec 6 15:22 Jenkinsfile 15:24:43 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 6 15:22 LICENSE 15:24:43 -rw-rw-r-- 1 jenkins jenkins 3136 Dec 6 15:22 Makefile 15:24:43 -rw-rw-r-- 1 jenkins jenkins 611 Dec 6 15:22 OWNERS.md 15:24:43 -rw-rw-r-- 1 jenkins jenkins 4107 Dec 6 15:22 README.md 15:24:43 -rw-rw-r-- 1 jenkins jenkins 7789 Dec 6 15:22 Record and Reply.postman_collection.json 15:24:43 -rw-rw-r-- 1 jenkins jenkins 11 Dec 6 15:22 VERSION 15:24:43 drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:22 bin 15:24:43 -rw-r--r-- 1 jenkins jenkins 24666 Dec 6 15:24 coverage.out 15:24:43 -rw-rw-r-- 1 jenkins jenkins 3901 Dec 6 15:22 go.mod 15:24:43 -rw-rw-r-- 1 jenkins jenkins 34881 Dec 6 15:22 go.sum 15:24:43 drwxrwxr-x 7 jenkins jenkins 4096 Dec 6 15:22 internal 15:24:43 -rw-rw-r-- 1 jenkins jenkins 913 Dec 6 15:22 main.go 15:24:43 drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:22 openapi 15:24:43 drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:22 pkg 15:24:43 drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:22 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:43 + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=ce8398ed03bf3a586a5dd2bb806e157eedfa930e --label arch=amd64 --label version=3.2.0-dev.2 . 15:24:43 Sending build context to Docker daemon 6.723MB 15:24:43 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 15:24:43 Step 2/27 : FROM ${BASE} AS builder 15:24:43 ---> 717b865b3a31 15:24:43 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 15:24:43 ---> Running in 81e938b379ef 15:24:43 Removing intermediate container 81e938b379ef 15:24:43 ---> e561c53aec30 15:24:43 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:24:43 ---> Running in a6336738d4fe 15:24:43 Removing intermediate container a6336738d4fe 15:24:43 ---> 2d613d0771ec 15:24:43 Step 5/27 : ARG ADD_BUILD_TAGS="" 15:24:43 ---> Running in 40d4341bbd2f 15:24:43 Removing intermediate container 40d4341bbd2f 15:24:43 ---> 36fae2e8e92a 15:24:43 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:24:43 ---> Running in 454de799307a 15:24:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:24:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:24:44 OK: 264 MiB in 52 packages 15:24:45 Removing intermediate container 454de799307a 15:24:45 ---> e594ebb6b32f 15:24:45 Step 7/27 : WORKDIR /app 15:24:45 ---> Running in 22957caf7513 15:24:45 Removing intermediate container 22957caf7513 15:24:45 ---> 574d79463ceb 15:24:45 Step 8/27 : COPY go.mod vendor* ./ 15:24:45 ---> 520e27c3f50c 15:24:45 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:24:45 ---> Running in 1081cb7cb6c9 15:24:45 Removing intermediate container 1081cb7cb6c9 15:24:45 ---> 5d586d45ba67 15:24:45 Step 10/27 : COPY . . 15:24:46 ---> e9d558fa3eb5 15:24:46 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:24:46 ---> Running in 35783b56703d 15:24:46 Removing intermediate container 35783b56703d 15:24:46 ---> 95cdadd5d51f 15:24:46 Step 12/27 : RUN $MAKE 15:24:46 ---> Running in c832327f42db 15:24:46 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.2 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.2" -trimpath -mod=readonly -o app-record-replay 15:25:08 Removing intermediate container c832327f42db 15:25:08 ---> d5a4207edb82 15:25:08 Step 13/27 : FROM alpine:3.18 15:25:08 3.18: Pulling from library/alpine 15:25:08 c926b61bad3b: Pulling fs layer 15:25:08 c926b61bad3b: Verifying Checksum 15:25:08 c926b61bad3b: Download complete 15:25:08 c926b61bad3b: Pull complete 15:25:08 Digest: sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 15:25:08 Status: Downloaded newer image for alpine:3.18 15:25:08 ---> b541f2080109 15:25:08 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:25:08 ---> Running in f59183266562 15:25:08 Removing intermediate container f59183266562 15:25:08 ---> acabe53e58fa 15:25:08 Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} 15:25:08 ---> Running in 2c93066221ed 15:25:08 Removing intermediate container 2c93066221ed 15:25:08 ---> 132c4e251451 15:25:08 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 15:25:08 ---> Running in 10509b5c3489 15:25:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:25:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:25:09 (1/2) Installing ca-certificates (20230506-r0) 15:25:09 (2/2) Installing dumb-init (1.2.5-r2) 15:25:09 Executing busybox-1.36.1-r5.trigger 15:25:09 Executing ca-certificates-20230506-r0.trigger 15:25:09 OK: 8 MiB in 17 packages 15:25:10 Removing intermediate container 10509b5c3489 15:25:10 ---> 829194c2b02a 15:25:10 Step 17/27 : RUN apk --no-cache upgrade 15:25:10 ---> Running in 94a7b8bd5fe3 15:25:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:25:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:25:10 OK: 8 MiB in 17 packages 15:25:11 Removing intermediate container 94a7b8bd5fe3 15:25:11 ---> e30cf0d67d31 15:25:11 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:25:11 ---> 2ade56323438 15:25:11 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:25:11 ---> 5b9e7c2a9798 15:25:11 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:25:11 ---> f1105fad4639 15:25:11 Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay 15:25:12 ---> 97784d1e4a1d 15:25:12 Step 22/27 : EXPOSE 59712 15:25:12 ---> Running in 887140b0043c 15:25:12 Removing intermediate container 887140b0043c 15:25:12 ---> 96141df30b0a 15:25:12 Step 23/27 : ENTRYPOINT ["/app-record-replay"] 15:25:12 ---> Running in 2a2f7143ab50 15:25:12 Removing intermediate container 2a2f7143ab50 15:25:12 ---> 6e3a9ecbfdf6 15:25:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:25:12 ---> Running in 0a643a9cc810 15:25:12 Removing intermediate container 0a643a9cc810 15:25:12 ---> 1094e31ba6c0 15:25:12 Step 25/27 : LABEL arch=amd64 15:25:12 ---> Running in 55798dec0059 15:25:12 Removing intermediate container 55798dec0059 15:25:12 ---> 6db231a1d720 15:25:12 Step 26/27 : LABEL git_sha=ce8398ed03bf3a586a5dd2bb806e157eedfa930e 15:25:12 ---> Running in 150c109bd783 15:25:12 Removing intermediate container 150c109bd783 15:25:12 ---> 31d4ba273549 15:25:12 Step 27/27 : LABEL version=3.2.0-dev.2 15:25:12 ---> Running in 6fcf738470fd 15:25:13 Removing intermediate container 6fcf738470fd 15:25:13 ---> 06216fe7593f 15:25:13 [Warning] One or more build-args [ARCH] were not consumed 15:25:13 Successfully built 06216fe7593f 15:25:13 Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:25:13 provisioning config files... 15:25:13 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12763014475580260874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:25:13 ---> ****-login.sh 15:25:13 nexus3.edgexfoundry.org:10001 15:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:25:13 Configure a credential helper to remove this warning. See 15:25:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:25:13 15:25:13 Login Succeeded 15:25:13 nexus3.edgexfoundry.org:10002 15:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:25:13 Configure a credential helper to remove this warning. See 15:25:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:25:13 15:25:13 Login Succeeded 15:25:13 nexus3.edgexfoundry.org:10003 15:25:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:25:14 Configure a credential helper to remove this warning. See 15:25:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:25:14 15:25:14 Login Succeeded 15:25:14 nexus3.edgexfoundry.org:10004 15:25:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:25:14 Configure a credential helper to remove this warning. See 15:25:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:25:14 15:25:14 Login Succeeded 15:25:14 ****.io 15:25:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:25:14 Configure a credential helper to remove this warning. See 15:25:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:25:14 15:25:14 Login Succeeded 15:25:14 ---> ****-login.sh ends [Pipeline] } 15:25:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:25:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:25:14 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 15:25:14 ce8398ed03bf3a586a5dd2bb806e157eedfa930e 15:25:14 latest 15:25:14 3.2.0-dev.2 15:25:14 ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 15:25:14 main 15:25:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:15 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:15 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e 15:25:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:25:15 befaec9a44e5: Preparing 15:25:15 519f5f05822e: Preparing 15:25:15 8a54c32c9423: Preparing 15:25:15 938d59e98785: Preparing 15:25:15 a73dfedc03ff: Preparing 15:25:15 d282ab2939b4: Preparing 15:25:15 9fe9a137fd00: Preparing 15:25:15 9fe9a137fd00: Waiting 15:25:15 d282ab2939b4: Waiting 15:25:15 938d59e98785: Pushed 15:25:15 519f5f05822e: Pushed 15:25:15 8a54c32c9423: Pushed 15:25:15 a73dfedc03ff: Pushed 15:25:15 9fe9a137fd00: Layer already exists 15:25:15 d282ab2939b4: Pushed 15:25:18 befaec9a44e5: Pushed 15:25:18 ce8398ed03bf3a586a5dd2bb806e157eedfa930e: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:18 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:19 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:25:19 befaec9a44e5: Preparing 15:25:19 519f5f05822e: Preparing 15:25:19 8a54c32c9423: Preparing 15:25:19 938d59e98785: Preparing 15:25:19 a73dfedc03ff: Preparing 15:25:19 d282ab2939b4: Preparing 15:25:19 9fe9a137fd00: Preparing 15:25:19 d282ab2939b4: Waiting 15:25:19 9fe9a137fd00: Waiting 15:25:19 938d59e98785: Layer already exists 15:25:19 519f5f05822e: Layer already exists 15:25:19 8a54c32c9423: Layer already exists 15:25:19 a73dfedc03ff: Layer already exists 15:25:19 befaec9a44e5: Layer already exists 15:25:19 d282ab2939b4: Layer already exists 15:25:19 9fe9a137fd00: Layer already exists 15:25:19 latest: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:19 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:20 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.2 15:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:25:20 befaec9a44e5: Preparing 15:25:20 519f5f05822e: Preparing 15:25:20 8a54c32c9423: Preparing 15:25:20 938d59e98785: Preparing 15:25:20 a73dfedc03ff: Preparing 15:25:20 d282ab2939b4: Preparing 15:25:20 9fe9a137fd00: Preparing 15:25:20 d282ab2939b4: Waiting 15:25:20 9fe9a137fd00: Waiting 15:25:20 519f5f05822e: Layer already exists 15:25:20 938d59e98785: Layer already exists 15:25:20 8a54c32c9423: Layer already exists 15:25:20 befaec9a44e5: Layer already exists 15:25:20 a73dfedc03ff: Layer already exists 15:25:20 d282ab2939b4: Layer already exists 15:25:20 9fe9a137fd00: Layer already exists 15:25:20 3.2.0-dev.2: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:20 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:21 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 15:25:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:25:21 befaec9a44e5: Preparing 15:25:21 519f5f05822e: Preparing 15:25:21 8a54c32c9423: Preparing 15:25:21 938d59e98785: Preparing 15:25:21 a73dfedc03ff: Preparing 15:25:21 d282ab2939b4: Preparing 15:25:21 9fe9a137fd00: Preparing 15:25:21 9fe9a137fd00: Waiting 15:25:21 befaec9a44e5: Layer already exists 15:25:21 519f5f05822e: Layer already exists 15:25:21 938d59e98785: Layer already exists 15:25:21 a73dfedc03ff: Layer already exists 15:25:21 8a54c32c9423: Layer already exists 15:25:21 d282ab2939b4: Layer already exists 15:25:21 9fe9a137fd00: Layer already exists 15:25:21 ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:21 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:21 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 15:25:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:25:21 befaec9a44e5: Preparing 15:25:21 519f5f05822e: Preparing 15:25:21 8a54c32c9423: Preparing 15:25:21 938d59e98785: Preparing 15:25:21 a73dfedc03ff: Preparing 15:25:21 d282ab2939b4: Preparing 15:25:21 9fe9a137fd00: Preparing 15:25:21 9fe9a137fd00: Waiting 15:25:21 d282ab2939b4: Waiting 15:25:21 938d59e98785: Layer already exists 15:25:21 519f5f05822e: Layer already exists 15:25:21 8a54c32c9423: Layer already exists 15:25:21 befaec9a44e5: Layer already exists 15:25:21 a73dfedc03ff: Layer already exists 15:25:21 d282ab2939b4: Layer already exists 15:25:21 9fe9a137fd00: Layer already exists 15:25:21 main: digest: sha256:b3d4da285c5033ba93947a1d6f187b7a145dbd1628e5d4859376c7fb307e86f9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:25:22 ===================================================== [Pipeline] echo 15:25:22 taggedImages: 15:25:22 - nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e 15:25:22 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:25:22 - nexus3.edgexfoundry.org:10004/app-record-replay:3.2.0-dev.2 15:25:22 - nexus3.edgexfoundry.org:10004/app-record-replay:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 15:25:22 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:25:22 15:25:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:25:23 latest: Pulling from edgex-lftools-log-publisher 15:25:23 5eb5b503b376: Pulling fs layer 15:25:23 5c69ac0246d0: Pulling fs layer 15:25:23 ec43610c2a17: Pulling fs layer 15:25:23 3a2ae6a8a46f: Pulling fs layer 15:25:23 33b1e0a273af: Pulling fs layer 15:25:23 5d3b04190fa2: Pulling fs layer 15:25:23 2f39f015ded8: Pulling fs layer 15:25:23 33b1e0a273af: Waiting 15:25:23 3a2ae6a8a46f: Waiting 15:25:23 5d3b04190fa2: Waiting 15:25:23 5c69ac0246d0: Download complete 15:25:23 3a2ae6a8a46f: Verifying Checksum 15:25:23 3a2ae6a8a46f: Download complete 15:25:23 33b1e0a273af: Verifying Checksum 15:25:23 33b1e0a273af: Download complete 15:25:23 ec43610c2a17: Verifying Checksum 15:25:23 ec43610c2a17: Download complete 15:25:23 5d3b04190fa2: Verifying Checksum 15:25:23 5d3b04190fa2: Download complete 15:25:23 5eb5b503b376: Verifying Checksum 15:25:23 5eb5b503b376: Download complete 15:25:23 2f39f015ded8: Download complete 15:25:24 5eb5b503b376: Pull complete 15:25:24 5c69ac0246d0: Pull complete 15:25:25 ec43610c2a17: Pull complete 15:25:25 3a2ae6a8a46f: Pull complete 15:25:25 33b1e0a273af: Pull complete 15:25:25 5d3b04190fa2: Pull complete 15:25:30 2f39f015ded8: Pull complete 15:25:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:25:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:25:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:30 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:25:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:25:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24218 in /w/workspace/exfoundry_app-record-replay_main 15:25:36 $ docker top 93ce282d01d148c95b4164d70f908a6344c2bb4cac6e6f1ddcd639a815327812 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 15:25:36 Running in /w/workspace/app-record-replay/76 [Pipeline] { [Pipeline] checkout 15:25:36 ---> job-cost.sh 15:25:36 lf-activate-venv: SKIPPING 15:25:36 INFO: No Stack... 15:25:36 INFO: Retrieving Pricing Info for: v3-standard-8 15:25:37 INFO: Archiving Costs 15:25:39 Selected Git installation does not exist. Using Default 15:25:39 The recommended git tool is: NONE [Pipeline] sh 15:25:39 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 15:25:39 + cut -d, -f6 [Pipeline] lock 15:25:39 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] 15:25:39 Resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] did not exist. Created. 15:25:39 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:25:40 + echo total: 0.2199999988079071 [Pipeline] stash 15:25:40 Stashed 1 file(s) [Pipeline] } 15:25:40 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] // lock [Pipeline] } 15:25:40 $ docker stop --time=1 93ce282d01d148c95b4164d70f908a6344c2bb4cac6e6f1ddcd639a815327812 15:25:41 $ docker rm -f --volumes 93ce282d01d148c95b4164d70f908a6344c2bb4cac6e6f1ddcd639a815327812 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:25:45 using credential edgex-jenkins-ssh 15:25:45 Cloning the remote Git repository 15:25:45 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 15:25:46 > git init /w/workspace/app-record-replay/76 # timeout=10 15:25:46 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 15:25:46 > git --version # timeout=10 15:25:46 > git --version # 'git version 2.25.1' 15:25:46 using GIT_SSH to set credentials SSH Credentials for GitHub 15:25:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:25:48 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 15:25:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:25:49 Avoid second fetch 15:25:49 Checking out Revision ce8398ed03bf3a586a5dd2bb806e157eedfa930e (main) 15:25:49 > git config core.sparsecheckout # timeout=10 15:25:49 > git checkout -f ce8398ed03bf3a586a5dd2bb806e157eedfa930e # timeout=10 15:25:50 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 (#110)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:25:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:25:51 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:51 Dload Upload Total Spent Left Speed 15:25:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 87462 0 --:--:-- --:--:-- --:--:-- 88069 [Pipeline] sh 15:25:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:25:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:25:52 + sudo tee /etc/docker/daemon.new 15:25:52 { 15:25:52 "registry-mirrors": [ 15:25:52 "https://nexus3.edgexfoundry.org:10001" 15:25:52 ], 15:25:52 "bip": "10.250.0.254/24", 15:25:52 "hosts": [ 15:25:52 "tcp://0.0.0.0:5555", 15:25:52 "unix:///var/run/docker.sock" 15:25:52 ], 15:25:52 "mtu": 1458, 15:25:52 "selinux-enabled": true, 15:25:52 "seccomp-profile": "/etc/docker/seccomp.json" 15:25:52 } [Pipeline] sh 15:25:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:25:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:26:15 provisioning config files... 15:26:15 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/76@tmp/config4632994320594713209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:26:15 ---> ****-login.sh 15:26:15 nexus3.edgexfoundry.org:10001 15:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:26:16 Configure a credential helper to remove this warning. See 15:26:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:26:16 15:26:16 Login Succeeded 15:26:16 nexus3.edgexfoundry.org:10002 15:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:26:16 Configure a credential helper to remove this warning. See 15:26:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:26:16 15:26:16 Login Succeeded 15:26:16 nexus3.edgexfoundry.org:10003 15:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:26:16 Configure a credential helper to remove this warning. See 15:26:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:26:16 15:26:16 Login Succeeded 15:26:16 nexus3.edgexfoundry.org:10004 15:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:26:17 Configure a credential helper to remove this warning. See 15:26:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:26:17 15:26:17 Login Succeeded 15:26:17 ****.io 15:26:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:26:17 Configure a credential helper to remove this warning. See 15:26:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:26:17 15:26:17 Login Succeeded 15:26:17 ---> ****-login.sh ends [Pipeline] } 15:26:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:26:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:26:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:26:18 ========================================================= 15:26:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 15:26:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:18 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 15:26:20 #0 building with "default" instance using docker driver 15:26:20 15:26:20 #1 [internal] load .dockerignore 15:26:20 #1 transferring context: 159B 0.0s done 15:26:20 #1 DONE 0.1s 15:26:20 15:26:20 #2 [internal] load build definition from Dockerfile 15:26:20 #2 transferring dockerfile: 1.76kB done 15:26:20 #2 DONE 0.1s 15:26:20 15:26:20 #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 15:26:20 #3 DONE 0.1s 15:26:20 15:26:20 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 15:26:20 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done 15:26:20 #4 ... 15:26:20 15:26:20 #5 [internal] load build context 15:26:20 #5 transferring context: 220.66kB 0.1s done 15:26:20 #5 DONE 0.1s 15:26:20 15:26:20 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 15:26:20 #4 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done 15:26:20 #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 1.06MB / 3.33MB 0.1s 15:26:20 #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0B / 286.30kB 0.1s 15:26:20 #4 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done 15:26:20 #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.2s done 15:26:20 #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done 15:26:20 #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 15:26:20 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 5.41MB / 63.99MB 0.3s 15:26:20 #4 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done 15:26:20 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 0B / 97.63MB 0.3s 15:26:20 #4 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done 15:26:20 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 9.44MB / 63.99MB 0.4s 15:26:20 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.48MB / 11.40MB 0.4s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 6.29MB / 97.63MB 0.5s 15:26:21 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 5.24MB / 11.40MB 0.5s 15:26:21 #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done 15:26:21 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.83MB / 63.99MB 0.6s 15:26:21 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 9.21MB / 11.40MB 0.6s 15:26:21 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 27.26MB / 63.99MB 0.8s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 17.83MB / 97.63MB 0.8s 15:26:21 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.8s 15:26:21 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 32.51MB / 63.99MB 0.9s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 22.86MB / 97.63MB 0.9s 15:26:21 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 42.99MB / 63.99MB 1.1s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 33.55MB / 97.63MB 1.1s 15:26:21 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 49.28MB / 63.99MB 1.2s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 38.80MB / 97.63MB 1.2s 15:26:21 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 59.77MB / 63.99MB 1.4s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 49.28MB / 97.63MB 1.4s 15:26:21 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 1.5s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 54.53MB / 97.63MB 1.5s 15:26:21 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 60.75MB / 97.63MB 1.6s 15:26:22 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 77.59MB / 97.63MB 1.9s 15:26:22 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 83.89MB / 97.63MB 2.0s 15:26:22 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.2s 15:26:24 #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 4.1s done 15:26:24 #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 4.2s done 15:26:24 #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 15:26:25 #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 4.4s done 15:26:25 #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.3s done 15:26:25 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 15:26:32 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 6.2s 15:26:38 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 11.4s 15:26:44 #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.9s done 15:26:44 #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 15:26:45 #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done 15:26:45 #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done 15:26:45 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 0.1s 15:26:50 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.2s 15:26:53 #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.3s done 15:26:53 #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 15:26:55 #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.8s done 15:26:56 #4 DONE 35.4s 15:26:56 15:26:56 #6 [builder 2/7] RUN apk add --update --no-cache make git 15:26:56 #6 0.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:26:57 #6 1.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:26:58 #6 2.640 OK: 266 MiB in 52 packages 15:27:00 #6 DONE 4.7s 15:27:00 15:27:00 #7 [builder 3/7] WORKDIR /app 15:27:00 #7 DONE 0.1s 15:27:00 15:27:00 #8 [builder 4/7] COPY go.mod vendor* ./ 15:27:00 #8 DONE 0.1s 15:27:00 15:27:00 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:27:27 #9 DONE 23.8s 15:27:27 15:27:27 #10 [builder 6/7] COPY . . 15:27:27 #10 DONE 0.2s 15:27:27 15:27:27 #11 [builder 7/7] RUN echo noop 15:27:27 #11 0.646 noop 15:27:27 #11 DONE 0.7s 15:27:27 15:27:27 #12 exporting to image 15:27:27 #12 exporting layers 15:27:49 #12 exporting layers 21.4s done 15:27:49 #12 writing image sha256:cb9f44170bfe25b4274bc416430f7352e774ca922dbecb5f5fbb245ca763d8f9 done 15:27:49 #12 naming to docker.io/library/ci-base-image-arm64 0.0s done 15:27:49 #12 DONE 21.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:50 + docker inspect -f . ci-base-image-arm64 15:27:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:27:50 prd-ubuntu20.04-docker-arm64-4c-16g-24218 does not seem to be running inside a container 15:27:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/76 -v /w/workspace/app-record-replay/76:/w/workspace/app-record-replay/76:rw,z -v /w/workspace/app-record-replay/76@tmp:/w/workspace/app-record-replay/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:27:51 $ docker top d4adf7a11a67c6baab95e82d477b7338b710dd12be23ec80c78377a5f491a469 -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:52 + go version 15:27:52 go version go1.21.0 linux/arm64 [Pipeline] } 15:27:52 $ docker stop --time=1 d4adf7a11a67c6baab95e82d477b7338b710dd12be23ec80c78377a5f491a469 15:27:54 $ docker rm -f --volumes d4adf7a11a67c6baab95e82d477b7338b710dd12be23ec80c78377a5f491a469 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:55 + docker inspect -f . ci-base-image-arm64 15:27:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:27:55 prd-ubuntu20.04-docker-arm64-4c-16g-24218 does not seem to be running inside a container 15:27:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-record-replay/76 -v /w/workspace/app-record-replay/76:/w/workspace/app-record-replay/76:rw,z -v /w/workspace/app-record-replay/76@tmp:/w/workspace/app-record-replay/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:27:56 $ docker top 94f104cd5ed5582ba67d49d40a2ace5511bc021f3f9c3a564400664af940ec38 -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:57 + git config --global --add safe.directory /w/workspace/app-record-replay/76 [Pipeline] fileExists [Pipeline] sh 15:27:57 + make test 15:27:58 go test -race -coverprofile=coverage.out ./... 15:30:05 ? github.com/edgexfoundry/app-record-replay [no test files] 15:30:05 ok github.com/edgexfoundry/app-record-replay/internal/app 1.250s coverage: 88.0% of statements 15:30:05 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:30:05 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:30:05 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:30:13 ok github.com/edgexfoundry/app-record-replay/internal/application 10.065s coverage: 98.7% of statements 15:30:13 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.593s coverage: 89.7% of statements 15:30:13 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.211s coverage: 100.0% of statements 15:30:14 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:30:14 go vet ./... 15:32:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:32:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:32:06 ./bin/test-attribution-txt.sh [Pipeline] echo 15:32:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 15:32:06 $ docker stop --time=1 94f104cd5ed5582ba67d49d40a2ace5511bc021f3f9c3a564400664af940ec38 15:32:08 $ docker rm -f --volumes 94f104cd5ed5582ba67d49d40a2ace5511bc021f3f9c3a564400664af940ec38 [Pipeline] // withDockerContainer [Pipeline] sh 15:32:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:32:10 Warning: overwriting stash ‘coverage-report’ 15:32:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:32:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:32:11 + ls -al . 15:32:11 total 188 15:32:11 drwxrwxr-x 9 jenkins jenkins 4096 Dec 6 15:28 . 15:32:11 drwxrwxr-x 4 jenkins jenkins 4096 Dec 6 15:25 .. 15:32:11 -rw-rw-r-- 1 jenkins jenkins 119 Dec 6 15:25 .dockerignore 15:32:11 drwxrwxr-x 8 jenkins jenkins 4096 Dec 6 15:25 .git 15:32:11 drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:25 .github 15:32:11 -rw-rw-r-- 1 jenkins jenkins 164 Dec 6 15:25 .gitignore 15:32:11 -rw-rw-r-- 1 jenkins jenkins 41 Dec 6 15:25 .golangci.yml 15:32:11 -rw-rw-r-- 1 jenkins jenkins 11301 Dec 6 15:25 Attribution.txt 15:32:11 -rw-rw-r-- 1 jenkins jenkins 458 Dec 6 15:25 CHANGELOG.md 15:32:11 -rw-rw-r-- 1 jenkins jenkins 1725 Dec 6 15:25 Dockerfile 15:32:11 -rw-rw-r-- 1 jenkins jenkins 677 Dec 6 15:25 GOVERNANCE.md 15:32:11 -rw-rw-r-- 1 jenkins jenkins 681 Dec 6 15:25 Jenkinsfile 15:32:11 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 6 15:25 LICENSE 15:32:11 -rw-rw-r-- 1 jenkins jenkins 3136 Dec 6 15:25 Makefile 15:32:11 -rw-rw-r-- 1 jenkins jenkins 611 Dec 6 15:25 OWNERS.md 15:32:11 -rw-rw-r-- 1 jenkins jenkins 4107 Dec 6 15:25 README.md 15:32:11 -rw-rw-r-- 1 jenkins jenkins 7789 Dec 6 15:25 Record and Reply.postman_collection.json 15:32:11 -rw-rw-r-- 1 jenkins jenkins 11 Dec 6 15:22 VERSION 15:32:11 drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:25 bin 15:32:11 -rw-r--r-- 1 jenkins jenkins 24666 Dec 6 15:30 coverage.out 15:32:11 -rw-rw-r-- 1 jenkins jenkins 3901 Dec 6 15:25 go.mod 15:32:11 -rw-rw-r-- 1 jenkins jenkins 34881 Dec 6 15:25 go.sum 15:32:11 drwxrwxr-x 7 jenkins jenkins 4096 Dec 6 15:25 internal 15:32:11 -rw-rw-r-- 1 jenkins jenkins 913 Dec 6 15:25 main.go 15:32:11 drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:25 openapi 15:32:11 drwxrwxr-x 3 jenkins jenkins 4096 Dec 6 15:25 pkg 15:32:11 drwxrwxr-x 2 jenkins jenkins 4096 Dec 6 15:25 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:12 + docker build -t app-record-replay-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ce8398ed03bf3a586a5dd2bb806e157eedfa930e --label arch=arm64 --label version=3.2.0-dev.2 . 15:32:16 #0 building with "default" instance using docker driver 15:32:16 15:32:16 #1 [internal] load build definition from Dockerfile 15:32:16 #1 transferring dockerfile: 1.76kB 0.0s done 15:32:16 #1 DONE 0.0s 15:32:16 15:32:16 #2 [internal] load .dockerignore 15:32:16 #2 transferring context: 159B 0.0s done 15:32:16 #2 DONE 0.0s 15:32:16 15:32:16 #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest 15:32:16 #3 DONE 0.0s 15:32:16 15:32:16 #4 [internal] load metadata for docker.io/library/alpine:3.18 15:32:16 #4 DONE 0.3s 15:32:16 15:32:16 #5 [internal] load build context 15:32:16 #5 DONE 0.0s 15:32:16 15:32:16 #5 [internal] load build context 15:32:16 #5 transferring context: 26.74kB 0.0s done 15:32:16 #5 DONE 0.1s 15:32:16 15:32:16 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 15:32:16 #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done 15:32:16 #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 15:32:16 #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 1.22MB / 3.33MB 0.1s 15:32:16 #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 15:32:16 #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 15:32:16 #6 ... 15:32:16 15:32:16 #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 15:32:16 #7 DONE 0.2s 15:32:16 15:32:16 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 15:32:16 #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.2s done 15:32:16 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 15:32:17 #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.5s done 15:32:17 #6 DONE 1.1s 15:32:17 15:32:17 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 15:32:18 #8 0.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:32:18 #8 1.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:32:19 #8 ... 15:32:19 15:32:19 #9 [builder 2/7] RUN apk add --update --no-cache make git 15:32:19 #9 0.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:32:19 #9 1.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:32:19 #9 2.611 OK: 266 MiB in 52 packages 15:32:19 #9 DONE 3.0s 15:32:19 15:32:19 #10 [builder 3/7] WORKDIR /app 15:32:19 #10 DONE 0.1s 15:32:19 15:32:19 #11 [builder 4/7] COPY go.mod vendor* ./ 15:32:19 #11 DONE 0.2s 15:32:19 15:32:19 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:32:20 #12 ... 15:32:20 15:32:20 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 15:32:20 #8 2.401 (1/2) Installing ca-certificates (20230506-r0) 15:32:20 #8 2.529 (2/2) Installing dumb-init (1.2.5-r2) 15:32:20 #8 2.542 Executing busybox-1.36.1-r5.trigger 15:32:20 #8 2.574 Executing ca-certificates-20230506-r0.trigger 15:32:20 #8 2.848 OK: 9 MiB in 17 packages 15:32:20 #8 DONE 3.2s 15:32:20 15:32:20 #13 [stage-1 3/7] RUN apk --no-cache upgrade 15:32:21 #13 0.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:32:21 #13 ... 15:32:21 15:32:21 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:32:21 #12 DONE 1.8s 15:32:22 15:32:22 #14 [builder 6/7] COPY . . 15:32:22 #14 DONE 0.2s 15:32:22 15:32:22 #13 [stage-1 3/7] RUN apk --no-cache upgrade 15:32:22 #13 1.296 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:32:23 #13 2.649 OK: 9 MiB in 17 packages 15:32:23 #13 DONE 3.0s 15:32:23 15:32:23 #15 [builder 7/7] RUN make build 15:32:23 #15 0.763 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.2 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.2.0-dev.2" -trimpath -mod=readonly -o app-record-replay 15:34:00 #15 DONE 85.6s 15:34:00 15:34:00 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 15:34:00 #16 DONE 0.1s 15:34:00 15:34:00 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 15:34:00 #17 DONE 0.1s 15:34:00 15:34:00 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 15:34:00 #18 DONE 0.1s 15:34:00 15:34:00 #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay 15:34:00 #19 DONE 0.4s 15:34:00 15:34:00 #20 exporting to image 15:34:00 #20 exporting layers 15:34:00 #20 exporting layers 0.4s done 15:34:00 #20 writing image sha256:a735a308490c4a15fdd275302f92a1bdda9e73b2def86ab8dd1489673b8c34d7 done 15:34:00 #20 naming to docker.io/library/app-record-replay-arm64 done 15:34:00 #20 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:34:00 provisioning config files... 15:34:00 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/76@tmp/config10261652281502606001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:34:01 ---> ****-login.sh 15:34:01 nexus3.edgexfoundry.org:10001 15:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:34:01 Configure a credential helper to remove this warning. See 15:34:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:34:01 15:34:01 Login Succeeded 15:34:01 nexus3.edgexfoundry.org:10002 15:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:34:01 Configure a credential helper to remove this warning. See 15:34:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:34:01 15:34:01 Login Succeeded 15:34:01 nexus3.edgexfoundry.org:10003 15:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:34:02 Configure a credential helper to remove this warning. See 15:34:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:34:02 15:34:02 Login Succeeded 15:34:02 nexus3.edgexfoundry.org:10004 15:34:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:34:02 Configure a credential helper to remove this warning. See 15:34:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:34:02 15:34:02 Login Succeeded 15:34:02 ****.io 15:34:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:34:03 Configure a credential helper to remove this warning. See 15:34:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:34:03 15:34:03 Login Succeeded 15:34:03 ---> ****-login.sh ends [Pipeline] } 15:34:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:34:03 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 15:34:03 ce8398ed03bf3a586a5dd2bb806e157eedfa930e 15:34:03 latest 15:34:03 3.2.0-dev.2 15:34:03 ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 15:34:03 main 15:34:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:03 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:04 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e 15:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:34:04 89f383f03e44: Preparing 15:34:04 0ca38ae219b2: Preparing 15:34:04 4000c92044a7: Preparing 15:34:04 b8804a410ba9: Preparing 15:34:04 11a884529f40: Preparing 15:34:04 32044097b963: Preparing 15:34:04 0faf9b67be60: Preparing 15:34:04 32044097b963: Waiting 15:34:04 0faf9b67be60: Waiting 15:34:04 0ca38ae219b2: Pushed 15:34:04 b8804a410ba9: Pushed 15:34:04 4000c92044a7: Pushed 15:34:04 11a884529f40: Pushed 15:34:04 0faf9b67be60: Layer already exists 15:34:05 32044097b963: Pushed 15:34:10 89f383f03e44: Pushed 15:34:10 ce8398ed03bf3a586a5dd2bb806e157eedfa930e: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:11 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:11 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:34:11 89f383f03e44: Preparing 15:34:11 0ca38ae219b2: Preparing 15:34:11 4000c92044a7: Preparing 15:34:11 b8804a410ba9: Preparing 15:34:11 11a884529f40: Preparing 15:34:11 32044097b963: Preparing 15:34:11 0faf9b67be60: Preparing 15:34:11 32044097b963: Waiting 15:34:11 b8804a410ba9: Layer already exists 15:34:11 89f383f03e44: Layer already exists 15:34:11 11a884529f40: Layer already exists 15:34:11 4000c92044a7: Layer already exists 15:34:11 0ca38ae219b2: Layer already exists 15:34:11 0faf9b67be60: Layer already exists 15:34:11 32044097b963: Layer already exists 15:34:11 latest: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:12 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:12 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.2 15:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:34:12 89f383f03e44: Preparing 15:34:12 0ca38ae219b2: Preparing 15:34:12 4000c92044a7: Preparing 15:34:12 b8804a410ba9: Preparing 15:34:12 11a884529f40: Preparing 15:34:12 32044097b963: Preparing 15:34:12 0faf9b67be60: Preparing 15:34:12 32044097b963: Waiting 15:34:12 0faf9b67be60: Waiting 15:34:12 11a884529f40: Layer already exists 15:34:12 b8804a410ba9: Layer already exists 15:34:12 32044097b963: Layer already exists 15:34:12 4000c92044a7: Layer already exists 15:34:12 89f383f03e44: Layer already exists 15:34:12 0ca38ae219b2: Layer already exists 15:34:12 0faf9b67be60: Layer already exists 15:34:12 3.2.0-dev.2: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:13 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:13 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 15:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:34:13 89f383f03e44: Preparing 15:34:13 0ca38ae219b2: Preparing 15:34:13 4000c92044a7: Preparing 15:34:13 b8804a410ba9: Preparing 15:34:13 11a884529f40: Preparing 15:34:13 32044097b963: Preparing 15:34:13 0faf9b67be60: Preparing 15:34:13 32044097b963: Waiting 15:34:13 0faf9b67be60: Waiting 15:34:13 89f383f03e44: Layer already exists 15:34:13 b8804a410ba9: Layer already exists 15:34:13 11a884529f40: Layer already exists 15:34:13 0ca38ae219b2: Layer already exists 15:34:13 4000c92044a7: Layer already exists 15:34:13 0faf9b67be60: Layer already exists 15:34:13 32044097b963: Layer already exists 15:34:14 ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:14 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:15 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 15:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:34:15 89f383f03e44: Preparing 15:34:15 0ca38ae219b2: Preparing 15:34:15 4000c92044a7: Preparing 15:34:15 b8804a410ba9: Preparing 15:34:15 11a884529f40: Preparing 15:34:15 32044097b963: Preparing 15:34:15 0faf9b67be60: Preparing 15:34:15 32044097b963: Waiting 15:34:15 0faf9b67be60: Waiting 15:34:15 4000c92044a7: Layer already exists 15:34:15 89f383f03e44: Layer already exists 15:34:15 b8804a410ba9: Layer already exists 15:34:15 11a884529f40: Layer already exists 15:34:15 0ca38ae219b2: Layer already exists 15:34:15 32044097b963: Layer already exists 15:34:15 0faf9b67be60: Layer already exists 15:34:15 main: digest: sha256:4788e4c7f6a067d9d830c17f752a3714cd9e31ffa79242500200a0158e9484e2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:34:15 ===================================================== [Pipeline] echo 15:34:15 taggedImages: 15:34:15 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e 15:34:15 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:34:15 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.2.0-dev.2 15:34:15 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:ce8398ed03bf3a586a5dd2bb806e157eedfa930e-3.2.0-dev.2 15:34:15 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:34:16 15:34:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:34:17 arm64: Pulling from edgex-lftools-log-publisher 15:34:17 8998bd30e6a1: Pulling fs layer 15:34:17 04944245beec: Pulling fs layer 15:34:17 699f458cf7ca: Pulling fs layer 15:34:17 765212b225bb: Pulling fs layer 15:34:17 f23df028b6ca: Pulling fs layer 15:34:17 d65c8cfc05b1: Pulling fs layer 15:34:17 2437ff75d9bd: Pulling fs layer 15:34:17 f23df028b6ca: Waiting 15:34:17 d65c8cfc05b1: Waiting 15:34:17 2437ff75d9bd: Waiting 15:34:17 765212b225bb: Waiting 15:34:17 04944245beec: Verifying Checksum 15:34:17 04944245beec: Download complete 15:34:17 765212b225bb: Verifying Checksum 15:34:17 765212b225bb: Download complete 15:34:17 f23df028b6ca: Download complete 15:34:17 d65c8cfc05b1: Download complete 15:34:17 699f458cf7ca: Verifying Checksum 15:34:17 699f458cf7ca: Download complete 15:34:18 8998bd30e6a1: Verifying Checksum 15:34:18 8998bd30e6a1: Download complete 15:34:20 2437ff75d9bd: Verifying Checksum 15:34:20 2437ff75d9bd: Download complete 15:34:28 8998bd30e6a1: Pull complete 15:34:28 04944245beec: Pull complete 15:34:29 699f458cf7ca: Pull complete 15:34:30 765212b225bb: Pull complete 15:34:31 f23df028b6ca: Pull complete 15:34:31 d65c8cfc05b1: Pull complete 15:34:57 2437ff75d9bd: Pull complete 15:34:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:34:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:34:58 prd-ubuntu20.04-docker-arm64-4c-16g-24218 does not seem to be running inside a container 15:34:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-record-replay/76 -v /w/workspace/app-record-replay/76:/w/workspace/app-record-replay/76:rw,z -v /w/workspace/app-record-replay/76@tmp:/w/workspace/app-record-replay/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:35:00 $ docker top 9e5b79342bdcca4c9a10fe257fbcb2fc3cdbfa2ce1986b18f6d1c4bb69dc4f24 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:35:00 ---> job-cost.sh 15:35:01 lf-activate-venv: SKIPPING 15:35:01 INFO: No Stack... 15:35:01 INFO: Retrieving Pricing Info for: v3-standard-8 15:35:02 INFO: Archiving Costs [Pipeline] sh 15:35:03 + cat /w/workspace/app-record-replay/76/archives/cost.csv 15:35:03 + cut -d, -f6 [Pipeline] lock 15:35:03 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] 15:35:03 Resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] did not exist. Created. 15:35:03 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:35:03 /w/workspace/app-record-replay/76@tmp/durable-20fa9018/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:35:03 + echo total: 0.2199999988079071 [Pipeline] stash 15:35:03 Warning: overwriting stash ‘stack-cost’ 15:35:04 Stashed 1 file(s) [Pipeline] } 15:35:04 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-76-stack-cost] [Pipeline] // lock [Pipeline] } 15:35:04 $ docker stop --time=1 9e5b79342bdcca4c9a10fe257fbcb2fc3cdbfa2ce1986b18f6d1c4bb69dc4f24 15:35:05 $ docker rm -f --volumes 9e5b79342bdcca4c9a10fe257fbcb2fc3cdbfa2ce1986b18f6d1c4bb69dc4f24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:35:06 provisioning config files... 15:35:06 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1139491069565292894tmp [Pipeline] { [Pipeline] sh 15:35:07 + set +x 15:35:07 + curl -s https://codecov.io/bash 15:35:07 + bash -s -- 15:35:07 15:35:07 _____ _ 15:35:07 / ____| | | 15:35:07 | | ___ __| | ___ ___ _____ __ 15:35:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:35:07 | |___| (_) | (_| | __/ (_| (_) \ V / 15:35:07 \_____\___/ \__,_|\___|\___\___/ \_/ 15:35:07 Bash-1.0.6 15:35:07 15:35:07 15:35:07 ==> git version 2.25.1 found 15:35:07 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:35:07 Release-Date: 2020-01-08 15:35:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:35:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:35:07 ==> Jenkins CI detected. 15:35:07 current dir:  /w/workspace/exfoundry_app-record-replay_main 15:35:07 project root: . 15:35:07 --> token set from env 15:35:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:35:07 ==> Running gcov in . (disable via -X gcov) 15:35:07 ==> Python coveragepy not found 15:35:07 ==> Searching for coverage reports in: 15:35:07 + . 15:35:07 -> Found 1 reports 15:35:07 ==> Detecting git/mercurial file structure 15:35:07 ==> Reading reports 15:35:07 + ./coverage.out bytes=24666 15:35:07 ==> Appending adjustments 15:35:07 https://docs.codecov.io/docs/fixing-reports 15:35:07 + Found adjustments 15:35:07 ==> Gzipping contents 15:35:07 8.0K /tmp/codecov.ZShnkb.gz 15:35:07 ==> Uploading reports 15:35:07 url: https://codecov.io 15:35:07 query: branch=main&commit=ce8398ed03bf3a586a5dd2bb806e157eedfa930e&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:35:07 -> Pinging Codecov 15:35:07 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ce8398ed03bf3a586a5dd2bb806e157eedfa930e&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:35:07 -> Uploading to 15:35:07 https://storage.googleapis.com/codecov/v4/raw/2023-12-06/F467761B9912B4F32F9BC62907045C81/ce8398ed03bf3a586a5dd2bb806e157eedfa930e/cb4707a6-5e4c-450f-9a05-65d7188bbde4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231206T153507Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7280e4b6d45b503565bd472efe2467b02efbba5cd79490b1c44bf9e84824465 15:35:07 % Total % Received % Xferd Average Speed Time Time Time Current 15:35:07 Dload Upload Total Spent Left Speed 15:35:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4847 0 0 100 4847 0 21833 --:--:-- --:--:-- --:--:-- 21833 15:35:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] } 15:35:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:35:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:35:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:35:08 15:35:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:35:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:35:09 df9b9388f04a: Pulling fs layer 15:35:09 52dc419b0ee2: Pulling fs layer 15:35:09 25bc292e5bac: Pulling fs layer 15:35:09 114826534d7a: Pulling fs layer 15:35:09 4657fd5d0bcf: Pulling fs layer 15:35:09 6ad1cebc031e: Pulling fs layer 15:35:09 114826534d7a: Waiting 15:35:09 4657fd5d0bcf: Waiting 15:35:09 8a3aa393b2d8: Pulling fs layer 15:35:09 8a3aa393b2d8: Waiting 15:35:09 6ad1cebc031e: Waiting 15:35:09 25bc292e5bac: Verifying Checksum 15:35:09 25bc292e5bac: Download complete 15:35:09 52dc419b0ee2: Verifying Checksum 15:35:09 52dc419b0ee2: Download complete 15:35:09 4657fd5d0bcf: Verifying Checksum 15:35:09 4657fd5d0bcf: Download complete 15:35:09 df9b9388f04a: Download complete 15:35:09 df9b9388f04a: Pull complete 15:35:09 6ad1cebc031e: Verifying Checksum 15:35:09 6ad1cebc031e: Download complete 15:35:09 52dc419b0ee2: Pull complete 15:35:09 25bc292e5bac: Pull complete 15:35:10 114826534d7a: Verifying Checksum 15:35:10 114826534d7a: Download complete 15:35:10 8a3aa393b2d8: Verifying Checksum 15:35:10 8a3aa393b2d8: Download complete 15:35:13 114826534d7a: Pull complete 15:35:13 4657fd5d0bcf: Pull complete 15:35:13 6ad1cebc031e: Pull complete 15:35:16 8a3aa393b2d8: Pull complete 15:35:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:35:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:35:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:35:16 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:35:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:35:24 $ docker top 8beaf2b9228948850b36f9c4be95b4f578f89b12a365f381e5726268bd0e4957 -eo pid,comm [Pipeline] { [Pipeline] echo 15:35:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 15:35:24 + set -o pipefail 15:35:24 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 15:35:30 15:35:30 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 15:35:30 15:35:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e2466f6a-762c-4962-af61-adc4f3bfa9e3 15:35:30 15:35:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:35:30 15:35:30 15:35:30 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:35:30 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:35:30 More details here: https://snyk.co/ue1NS 15:35:30 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 15:35:30 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:35:30 $ docker stop --time=1 8beaf2b9228948850b36f9c4be95b4f578f89b12a365f381e5726268bd0e4957 15:35:35 $ docker rm -f --volumes 8beaf2b9228948850b36f9c4be95b4f578f89b12a365f381e5726268bd0e4957 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:35:37 + git log --format=format:%s -1 ce8398ed03bf3a586a5dd2bb806e157eedfa930e [Pipeline] sh 15:35:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:35:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:35:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:35:37 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:35:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:35:38 $ docker top bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 -eo pid,comm 15:35:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:35:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:38 [ssh-agent] Looking for ssh-agent implementation... 15:35:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:38 $ docker exec bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 ssh-agent 15:35:38 SSH_AUTH_SOCK=/tmp/ssh-wEsbgABFx0PK/agent.32 15:35:38 SSH_AGENT_PID=38 15:35:38 Running ssh-add (command line suppressed) 15:35:38 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3756379445426733423.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3756379445426733423.key) 15:35:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:39 + git semver tag 15:35:39 2023-12-06 15:35:39,517 [run_tag] DEBUG tag force:False 15:35:39 2023-12-06 15:35:39,517 [check_head_tag] DEBUG check head tag 15:35:39 2023-12-06 15:35:39,519 [execute] INFO git cat-file --batch-check 15:35:39 2023-12-06 15:35:39,519 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:35:39 2023-12-06 15:35:39,523 [execute] INFO git cat-file --batch 15:35:39 2023-12-06 15:35:39,523 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:35:39 2023-12-06 15:35:39,547 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:35:39 2023-12-06 15:35:39,547 [execute] INFO git tag -a v3.2.0-dev.2 -m v3.2.0-dev.2 15:35:39 2023-12-06 15:35:39,548 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.2', '-m', 'v3.2.0-dev.2'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:35:39 2023-12-06 15:35:39,553 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:35:39 3.2.0-dev.2 [Pipeline] } 15:35:39 $ docker exec --env ******** --env ******** bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 ssh-agent -k 15:35:39 unset SSH_AUTH_SOCK; 15:35:39 unset SSH_AGENT_PID; 15:35:39 echo Agent pid 38 killed; 15:35:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:40 + git semver [Pipeline] } 15:35:40 $ docker stop --time=1 bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 15:35:41 $ docker rm -f --volumes bed82e4114bb43a1a7b680e5da9148390c3c8e0f1fd5161cfe5177e3d6af2275 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:35:42 15:35:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:35:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:35:42 0.23.1-centos7: Pulling from edgex-lftools 15:35:42 ab5ef0e58194: Pulling fs layer 15:35:42 9712f1f96733: Pulling fs layer 15:35:42 63f879dbbcfc: Pulling fs layer 15:35:42 0d9ebad4ef96: Pulling fs layer 15:35:42 e9a5061849ea: Pulling fs layer 15:35:42 d747dcd14b5f: Pulling fs layer 15:35:42 2de7ff778b66: Pulling fs layer 15:35:42 0d9ebad4ef96: Waiting 15:35:42 e9a5061849ea: Waiting 15:35:42 d747dcd14b5f: Waiting 15:35:42 2de7ff778b66: Waiting 15:35:42 9712f1f96733: Download complete 15:35:42 63f879dbbcfc: Verifying Checksum 15:35:42 63f879dbbcfc: Download complete 15:35:43 e9a5061849ea: Verifying Checksum 15:35:43 e9a5061849ea: Download complete 15:35:43 d747dcd14b5f: Verifying Checksum 15:35:43 d747dcd14b5f: Download complete 15:35:43 0d9ebad4ef96: Verifying Checksum 15:35:43 ab5ef0e58194: Download complete 15:35:43 2de7ff778b66: Verifying Checksum 15:35:43 2de7ff778b66: Download complete 15:35:45 ab5ef0e58194: Pull complete 15:35:45 9712f1f96733: Pull complete 15:35:46 63f879dbbcfc: Pull complete 15:35:49 0d9ebad4ef96: Pull complete 15:35:50 e9a5061849ea: Pull complete 15:35:50 d747dcd14b5f: Pull complete 15:35:51 2de7ff778b66: Pull complete 15:35:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:35:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:35:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:35:51 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:35:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:35:57 $ docker top 6e70032295f04138c54fbdc6ceb7e7f856b94c773755c293d2081ed68e9195ac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:35:57 provisioning config files... 15:35:57 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config16080520413569649627tmp 15:35:57 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15903616554812980991tmp 15:35:57 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config241770278976945092tmp [Pipeline] { [Pipeline] echo 15:35:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:35:57 ---> sigul-configuration.sh 15:35:57 gpg: directory `/root/.gnupg' created 15:35:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:35:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:35:57 gpg: keyring `/root/.gnupg/secring.gpg' created 15:35:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:35:57 gpg: CAST5 encrypted data 15:35:57 gpg: encrypted with 1 passphrase 15:35:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:35:58 + mkdir /home/jenkins 15:35:58 + mkdir /home/jenkins/sigul [Pipeline] sh 15:35:58 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:35:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:35:58 ---> sigul-install.sh 15:35:58 Sigul already installed; skipping installation. [Pipeline] sh 15:35:58 + git tag --list 15:35:58 v3.1 15:35:58 v3.1.0 15:35:58 v3.1.0-dev.0 15:35:58 v3.1.0-dev.1 15:35:58 v3.1.0-dev.10 15:35:58 v3.1.0-dev.11 15:35:58 v3.1.0-dev.12 15:35:58 v3.1.0-dev.13 15:35:58 v3.1.0-dev.14 15:35:58 v3.1.0-dev.15 15:35:58 v3.1.0-dev.16 15:35:58 v3.1.0-dev.17 15:35:58 v3.1.0-dev.18 15:35:58 v3.1.0-dev.19 15:35:58 v3.1.0-dev.2 15:35:58 v3.1.0-dev.20 15:35:58 v3.1.0-dev.21 15:35:58 v3.1.0-dev.22 15:35:58 v3.1.0-dev.23 15:35:58 v3.1.0-dev.24 15:35:58 v3.1.0-dev.25 15:35:58 v3.1.0-dev.26 15:35:58 v3.1.0-dev.27 15:35:58 v3.1.0-dev.28 15:35:58 v3.1.0-dev.29 15:35:58 v3.1.0-dev.3 15:35:58 v3.1.0-dev.30 15:35:58 v3.1.0-dev.31 15:35:58 v3.1.0-dev.32 15:35:58 v3.1.0-dev.33 15:35:58 v3.1.0-dev.34 15:35:58 v3.1.0-dev.35 15:35:58 v3.1.0-dev.36 15:35:58 v3.1.0-dev.37 15:35:58 v3.1.0-dev.38 15:35:58 v3.1.0-dev.39 15:35:58 v3.1.0-dev.4 15:35:58 v3.1.0-dev.40 15:35:58 v3.1.0-dev.41 15:35:58 v3.1.0-dev.42 15:35:58 v3.1.0-dev.43 15:35:58 v3.1.0-dev.44 15:35:58 v3.1.0-dev.45 15:35:58 v3.1.0-dev.46 15:35:58 v3.1.0-dev.47 15:35:58 v3.1.0-dev.48 15:35:58 v3.1.0-dev.49 15:35:58 v3.1.0-dev.5 15:35:58 v3.1.0-dev.50 15:35:58 v3.1.0-dev.51 15:35:58 v3.1.0-dev.52 15:35:58 v3.1.0-dev.53 15:35:58 v3.1.0-dev.54 15:35:58 v3.1.0-dev.55 15:35:58 v3.1.0-dev.56 15:35:58 v3.1.0-dev.57 15:35:58 v3.1.0-dev.58 15:35:58 v3.1.0-dev.59 15:35:58 v3.1.0-dev.6 15:35:58 v3.1.0-dev.60 15:35:58 v3.1.0-dev.61 15:35:58 v3.1.0-dev.62 15:35:58 v3.1.0-dev.63 15:35:58 v3.1.0-dev.64 15:35:58 v3.1.0-dev.65 15:35:58 v3.1.0-dev.66 15:35:58 v3.1.0-dev.67 15:35:58 v3.1.0-dev.68 15:35:58 v3.1.0-dev.7 15:35:58 v3.1.0-dev.8 15:35:58 v3.1.0-dev.9 15:35:58 v3.2.0-dev.1 15:35:58 v3.2.0-dev.2 [Pipeline] sh 15:35:59 + lftools sign git-tag v3.2.0-dev.2 15:35:59 Signing Git tag with Sigul... 15:35:59 Signing v3.2.0-dev.2 [Pipeline] echo 15:36:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:36:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:36:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:36:00 $ docker stop --time=1 6e70032295f04138c54fbdc6ceb7e7f856b94c773755c293d2081ed68e9195ac 15:36:02 $ docker rm -f --volumes 6e70032295f04138c54fbdc6ceb7e7f856b94c773755c293d2081ed68e9195ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:36:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:36:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:03 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:36:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:36:04 $ docker top 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 -eo pid,comm 15:36:04 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:36:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:36:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:04 [ssh-agent] Looking for ssh-agent implementation... 15:36:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:04 $ docker exec 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 ssh-agent 15:36:04 SSH_AUTH_SOCK=/tmp/ssh-VZ0SytgiXZgE/agent.33 15:36:04 SSH_AGENT_PID=39 15:36:04 Running ssh-add (command line suppressed) 15:36:04 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7417348344309990912.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7417348344309990912.key) 15:36:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:04 + git semver bump pre 15:36:05 2023-12-06 15:36:05,136 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:36:05 2023-12-06 15:36:05,136 [bump_version] DEBUG bumping version:3.2.0-dev.2 on axis:pre with prefix:dev 15:36:05 2023-12-06 15:36:05,136 [bump_version] DEBUG bumped version:3.2.0-dev.3 15:36:05 2023-12-06 15:36:05,136 [write_version] DEBUG write version:3.2.0-dev.3 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 15:36:05 2023-12-06 15:36:05,136 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:36:05 2023-12-06 15:36:05,136 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 15:36:05 2023-12-06 15:36:05,138 [execute] INFO git cat-file --batch-check 15:36:05 2023-12-06 15:36:05,138 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:36:05 2023-12-06 15:36:05,142 [execute] INFO git cat-file --batch 15:36:05 2023-12-06 15:36:05,142 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:36:05 2023-12-06 15:36:05,146 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:36:05 3.2.0-dev.3 [Pipeline] } 15:36:05 $ docker exec --env ******** --env ******** 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 ssh-agent -k 15:36:05 unset SSH_AUTH_SOCK; 15:36:05 unset SSH_AGENT_PID; 15:36:05 echo Agent pid 39 killed; 15:36:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:36:05 + git semver [Pipeline] } 15:36:06 $ docker stop --time=1 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 15:36:07 $ docker rm -f --volumes 39d7379901928277e888181ab6d533abadb98483ff2217fa1a4d56ab3496b193 [Pipeline] // withDockerContainer [Pipeline] sh 15:36:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:36:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:08 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:36:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:36:08 $ docker top 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca -eo pid,comm 15:36:08 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:36:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:36:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:09 [ssh-agent] Looking for ssh-agent implementation... 15:36:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:09 $ docker exec 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca ssh-agent 15:36:09 SSH_AUTH_SOCK=/tmp/ssh-cQDJT4kzhJ8X/agent.33 15:36:09 SSH_AGENT_PID=40 15:36:09 Running ssh-add (command line suppressed) 15:36:09 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8968691310514147209.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8968691310514147209.key) 15:36:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:09 + git semver push 15:36:10 2023-12-06 15:36:09,979 [run_push] DEBUG push 15:36:10 2023-12-06 15:36:09,979 [execute] INFO git cat-file --batch-check 15:36:10 2023-12-06 15:36:09,979 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:36:10 2023-12-06 15:36:09,983 [execute] INFO git rev-list a816936508fa8e3304233d76a2d606306e6f0d01 -- 15:36:10 2023-12-06 15:36:09,984 [execute] DEBUG Popen(['git', 'rev-list', 'a816936508fa8e3304233d76a2d606306e6f0d01', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:36:10 2023-12-06 15:36:09,991 [execute] INFO git fetch -v origin 15:36:10 2023-12-06 15:36:09,991 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 15:36:10 2023-12-06 15:36:10,543 [run_push] DEBUG no remote changes detected 15:36:10 2023-12-06 15:36:10,543 [execute] INFO git push origin semver 15:36:10 2023-12-06 15:36:10,544 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:36:11 2023-12-06 15:36:11,304 [run_push] DEBUG push all version tags 15:36:11 2023-12-06 15:36:11,305 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:36:11 2023-12-06 15:36:11,305 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:36:12 2023-12-06 15:36:12,098 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:36:12 3.2.0-dev.3 [Pipeline] } 15:36:12 $ docker exec --env ******** --env ******** 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca ssh-agent -k 15:36:12 unset SSH_AUTH_SOCK; 15:36:12 unset SSH_AGENT_PID; 15:36:12 echo Agent pid 40 killed; 15:36:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:36:12 + git semver [Pipeline] } 15:36:13 $ docker stop --time=1 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca 15:36:14 $ docker rm -f --volumes 45d648ad70ee0e60b058078626605e5b4e0bd0cb8917a51a8a27900ab64aa4ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:36:16 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 15:36:16 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:36:16 total 16 15:36:16 drwxr-xr-x 3 root root 4096 Dec 6 15:25 . 15:36:16 drwxrwxr-x 11 jenkins jenkins 4096 Dec 6 15:35 .. 15:36:16 drwxr-xr-x 2 root root 4096 Dec 6 15:25 cost 15:36:16 -rw-r--r-- 1 root root 88 Dec 6 15:25 cost.csv 15:36:16 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 15:36:16 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:36:16 total 16 15:36:16 drwxr-xr-x 3 jenkins jenkins 4096 Dec 6 15:25 . 15:36:16 drwxrwxr-x 11 jenkins jenkins 4096 Dec 6 15:35 .. 15:36:16 drwxr-xr-x 2 jenkins jenkins 4096 Dec 6 15:25 cost 15:36:16 -rw-r--r-- 1 jenkins jenkins 88 Dec 6 15:25 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:36:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:36:17 ---> package-listing.sh 15:36:17 ++ facter osfamily 15:36:17 ++ tr '[:upper:]' '[:lower:]' 15:36:17 + OS_FAMILY=debian 15:36:17 + workspace=/w/workspace/exfoundry_app-record-replay_main 15:36:17 + START_PACKAGES=/tmp/packages_start.txt 15:36:17 + END_PACKAGES=/tmp/packages_end.txt 15:36:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:36:17 + PACKAGES=/tmp/packages_start.txt 15:36:17 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:36:17 + PACKAGES=/tmp/packages_end.txt 15:36:17 + case "${OS_FAMILY}" in 15:36:17 + dpkg -l 15:36:17 + grep '^ii' 15:36:17 + '[' -f /tmp/packages_start.txt ']' 15:36:17 + '[' -f /tmp/packages_end.txt ']' 15:36:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:36:17 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:36:17 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 15:36:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 15:36:17 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:36:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:36:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:18 prd-ubuntu20.04-docker-8c-8g-24212 does not seem to be running inside a container 15:36:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:36:19 $ docker top b3a18b84e4ffea65426c0ee1a3c0797be6ebc510c04e1361726b4dbb3dbfd069 -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:20 + touch /tmp/pre-build-complete [Pipeline] sh 15:36:20 + mkdir -p /var/log/sysstat [Pipeline] sh 15:36:21 + ls /var/log/sa-host 15:36:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:36:21 provisioning config files... 15:36:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5797797331198508766tmp [Pipeline] { [Pipeline] echo 15:36:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:36:21 ---> create-netrc.sh [Pipeline] } 15:36:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:36:22 ---> python-tools-install.sh [Pipeline] echo 15:36:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:36:22 ---> sudo-logs.sh 15:36:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:36:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:36:22 ---> job-cost.sh 15:36:22 lf-activate-venv: SKIPPING 15:36:22 DEBUG: total: 0.2199999988079071 15:36:22 INFO: Retrieving Stack Cost... 15:36:22 INFO: Retrieving Pricing Info for: v3-standard-8 15:36:23 INFO: Archiving Costs [Pipeline] echo 15:36:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:36:23 ---> logs-deploy.sh 15:36:23 lf-activate-venv: SKIPPING 15:36:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/76 15:36:23 INFO: archiving workspace using pattern(s): 15:36:24 Archives upload complete. 15:36:25 INFO: archiving logs to Nexus 15:36:25 ---> uname -a: 15:36:25 Linux prd-ubuntu20-04-docker-8c-8g-24212 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:36:25 15:36:25 15:36:25 ---> lscpu: 15:36:25 Architecture: x86_64 15:36:25 CPU op-mode(s): 32-bit, 64-bit 15:36:25 Byte Order: Little Endian 15:36:25 Address sizes: 40 bits physical, 48 bits virtual 15:36:25 CPU(s): 8 15:36:25 On-line CPU(s) list: 0-7 15:36:25 Thread(s) per core: 1 15:36:25 Core(s) per socket: 1 15:36:25 Socket(s): 8 15:36:25 NUMA node(s): 1 15:36:25 Vendor ID: AuthenticAMD 15:36:25 CPU family: 23 15:36:25 Model: 49 15:36:25 Model name: AMD EPYC-Rome Processor 15:36:25 Stepping: 0 15:36:25 CPU MHz: 2799.998 15:36:25 BogoMIPS: 5599.99 15:36:25 Virtualization: AMD-V 15:36:25 Hypervisor vendor: KVM 15:36:25 Virtualization type: full 15:36:25 L1d cache: 256 KiB 15:36:25 L1i cache: 256 KiB 15:36:25 L2 cache: 4 MiB 15:36:25 L3 cache: 128 MiB 15:36:25 NUMA node0 CPU(s): 0-7 15:36:25 Vulnerability Itlb multihit: Not affected 15:36:25 Vulnerability L1tf: Not affected 15:36:25 Vulnerability Mds: Not affected 15:36:25 Vulnerability Meltdown: Not affected 15:36:25 Vulnerability Mmio stale data: Not affected 15:36:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:36:25 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:36:25 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:36:25 Vulnerability Srbds: Not affected 15:36:25 Vulnerability Tsx async abort: Not affected 15:36:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 15:36:25 15:36:25