Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 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-ssh10820382365604766757.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh4545771574502038990.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh13471151629298109301.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh4033256466058819955.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-ssh9609590499452501691.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.20 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4820 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 Avoid second fetch Checking out Revision 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff (main) Commit message: "Merge pull request #72 from lenny-intel/upload-profiles" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff # timeout=10 > git rev-list --no-walk 7f1db7b64a454b9b704f3777dd84590a3068f3b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:08:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:08:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:08:05 ========================================================= 16:08:05 EdgeX Global Pipelines Version Info 16:08:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:08:06 ------------------- 16:08:06 stable info: 16:08:06 ------------------- 16:08:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:08:06 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 16:08:06 Message: update stable to v1.0.253 16:08:06 ------------------- 16:08:06 experimental info: 16:08:06 ------------------- 16:08:06 Commited By: **** collab-it+edgex@linuxfoundation.org 16:08:06 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 16:08:06 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:08:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92dd523 [Pipeline] echo 16:08:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:08:07 provisioning config files... 16:08:07 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9599906443945690822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:07 ---> docker-login.sh 16:08:07 nexus3.edgexfoundry.org:10001 16:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:07 Configure a credential helper to remove this warning. See 16:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:07 16:08:07 Login Succeeded 16:08:07 nexus3.edgexfoundry.org:10002 16:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:08 Configure a credential helper to remove this warning. See 16:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:08 16:08:08 Login Succeeded 16:08:08 nexus3.edgexfoundry.org:10003 16:08:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:08 Configure a credential helper to remove this warning. See 16:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:08 16:08:08 Login Succeeded 16:08:08 nexus3.edgexfoundry.org:10004 16:08:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:08 Configure a credential helper to remove this warning. See 16:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:08 16:08:08 Login Succeeded 16:08:08 docker.io 16:08:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:08 Configure a credential helper to remove this warning. See 16:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:08 16:08:08 Login Succeeded 16:08:08 ---> docker-login.sh ends [Pipeline] } 16:08:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:08:09 + git rev-list -1 --merges 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff~1..92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo 16:08:09 -----------> git rev-list -1 --merges 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff~1..92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:08:09 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [false] [Pipeline] sh 16:08:09 + git log --format=format:%s -1 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo 16:08:09 ========================================================= 16:08:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:08:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:08:09 + git log --format=format:%s -1 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] echo 16:08:09 [semverPrep] GIT_COMMIT: 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff, Commit Message: Merge pull request #72 from lenny-intel/upload-profiles [Pipeline] echo 16:08:09 [semverPrep] This is not a build commit. [Pipeline] sh 16:08:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:08:10 + grep -v github /etc/ssh/ssh_known_hosts 16:08:10 + [ -e /tmp/ssh_known_hosts ] 16:08:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:08:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:08:10 + sudo tee -a /etc/ssh/ssh_known_hosts 16:08:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:08:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:08:10 16:08:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:08:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:08:10 0.1.4: Pulling from edgex-devops/py-git-semver 16:08:10 b85a868b505f: Pulling fs layer 16:08:10 e2be974225ed: Pulling fs layer 16:08:10 339a4e72a1f5: Pulling fs layer 16:08:10 988bab9f4d93: Pulling fs layer 16:08:10 1469e6f7b9e6: Pulling fs layer 16:08:10 eaf3925da568: Pulling fs layer 16:08:10 bab4dde63d76: Pulling fs layer 16:08:10 bde34c3a00c8: Pulling fs layer 16:08:10 b352a97aabf1: Pulling fs layer 16:08:10 4872d77fe225: Pulling fs layer 16:08:10 5851b861e8e6: Pulling fs layer 16:08:10 bde34c3a00c8: Waiting 16:08:10 b352a97aabf1: Waiting 16:08:10 4872d77fe225: Waiting 16:08:10 5851b861e8e6: Waiting 16:08:10 bab4dde63d76: Waiting 16:08:10 1469e6f7b9e6: Waiting 16:08:10 eaf3925da568: Waiting 16:08:10 988bab9f4d93: Waiting 16:08:10 e2be974225ed: Download complete 16:08:10 988bab9f4d93: Verifying Checksum 16:08:10 988bab9f4d93: Download complete 16:08:10 1469e6f7b9e6: Verifying Checksum 16:08:10 1469e6f7b9e6: Download complete 16:08:10 339a4e72a1f5: Verifying Checksum 16:08:10 339a4e72a1f5: Download complete 16:08:10 eaf3925da568: Download complete 16:08:11 bde34c3a00c8: Download complete 16:08:11 b352a97aabf1: Verifying Checksum 16:08:11 b352a97aabf1: Download complete 16:08:11 4872d77fe225: Download complete 16:08:11 5851b861e8e6: Verifying Checksum 16:08:11 5851b861e8e6: Download complete 16:08:11 b85a868b505f: Download complete 16:08:11 bab4dde63d76: Verifying Checksum 16:08:11 bab4dde63d76: Download complete 16:08:12 b85a868b505f: Pull complete 16:08:12 e2be974225ed: Pull complete 16:08:12 339a4e72a1f5: Pull complete 16:08:12 988bab9f4d93: Pull complete 16:08:13 1469e6f7b9e6: Pull complete 16:08:13 eaf3925da568: Pull complete 16:08:15 bab4dde63d76: Pull complete 16:08:15 bde34c3a00c8: Pull complete 16:08:15 b352a97aabf1: Pull complete 16:08:15 4872d77fe225: Pull complete 16:08:15 5851b861e8e6: Pull complete 16:08:15 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:08:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:08:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:08:15 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:08:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:08:18 $ docker top d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 -eo pid,comm 16:08:18 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). 16:08:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:08:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:18 [ssh-agent] Looking for ssh-agent implementation... 16:08:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:18 $ docker exec d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent 16:08:18 SSH_AUTH_SOCK=/tmp/ssh-ZRUk7tnL4sB6/agent.33 16:08:18 SSH_AGENT_PID=39 16:08:18 Running ssh-add (command line suppressed) 16:08:18 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3573484960140255015.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3573484960140255015.key) 16:08:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:18 + git tag --points-at HEAD [Pipeline] } 16:08:18 $ docker exec --env ******** --env ******** d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent -k 16:08:19 unset SSH_AUTH_SOCK; 16:08:19 unset SSH_AGENT_PID; 16:08:19 echo Agent pid 39 killed; 16:08:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:08:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:19 [ssh-agent] Looking for ssh-agent implementation... 16:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:19 $ docker exec d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent 16:08:19 SSH_AUTH_SOCK=/tmp/ssh-T8P5SqNJKwlx/agent.71 16:08:19 SSH_AGENT_PID=77 16:08:19 Running ssh-add (command line suppressed) 16:08:19 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7141331069301303540.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7141331069301303540.key) 16:08:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:19 + git semver init 16:08:20 2023-08-29 16:08:20,204 [run_init] DEBUG init version:0.0.0 force:False 16:08:20 2023-08-29 16:08:20,204 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 16:08:20 2023-08-29 16:08:20,205 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 16:08:20 2023-08-29 16:08:20,205 [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) 16:08:21 2023-08-29 16:08:21,440 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 16:08:21 2023-08-29 16:08:21,441 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 16:08:21 2023-08-29 16:08:21,441 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:08:21 2023-08-29 16:08:21,442 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:08:21 3.1.0-dev.40 [Pipeline] } 16:08:21 $ docker exec --env ******** --env ******** d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 ssh-agent -k 16:08:21 unset SSH_AUTH_SOCK; 16:08:21 unset SSH_AGENT_PID; 16:08:21 echo Agent pid 77 killed; 16:08:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:08:22 + git semver [Pipeline] } 16:08:22 $ docker stop --time=1 d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 16:08:23 $ docker rm -f --volumes d995e5a01b895476eda15c0df7e9d344da44b49b28ef24f808dde47c9c31d404 [Pipeline] // withDockerContainer [Pipeline] sh 16:08:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:08:24 Stashed 1 file(s) [Pipeline] echo 16:08:24 [edgeXSemver]: initialized semver on version 3.1.0-dev.40 [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 16:08:24 provisioning config files... 16:08:24 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12861135248626668535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:24 ---> docker-login.sh 16:08:24 nexus3.edgexfoundry.org:10001 16:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:24 Configure a credential helper to remove this warning. See 16:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:24 16:08:24 Login Succeeded 16:08:24 nexus3.edgexfoundry.org:10002 16:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:24 Configure a credential helper to remove this warning. See 16:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:24 16:08:24 Login Succeeded 16:08:25 nexus3.edgexfoundry.org:10003 16:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:25 Configure a credential helper to remove this warning. See 16:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:25 16:08:25 Login Succeeded 16:08:25 nexus3.edgexfoundry.org:10004 16:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:25 Configure a credential helper to remove this warning. See 16:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:25 16:08:25 Login Succeeded 16:08:25 docker.io 16:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:25 Configure a credential helper to remove this warning. See 16:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:25 16:08:25 Login Succeeded 16:08:25 ---> docker-login.sh ends [Pipeline] } 16:08:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:08:25 ========================================================= 16:08:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:08:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:08:25 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:08:25 Sending build context to Docker daemon 523.8kB 16:08:25 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:08:25 Step 2/12 : FROM ${BASE} AS builder 16:08:25 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:08:25 4db1b89c0bd1: Pulling fs layer 16:08:25 6911f1a30b25: Pulling fs layer 16:08:25 e194b8c5c2a9: Pulling fs layer 16:08:25 6863d3e3a2b1: Pulling fs layer 16:08:25 ec0bb842ea78: Pulling fs layer 16:08:25 40a00589a448: Pulling fs layer 16:08:25 6c08303d61cc: Pulling fs layer 16:08:25 798269fcf238: Pulling fs layer 16:08:25 ec0bb842ea78: Waiting 16:08:25 40a00589a448: Waiting 16:08:25 6c08303d61cc: Waiting 16:08:25 798269fcf238: Waiting 16:08:25 6863d3e3a2b1: Waiting 16:08:25 6911f1a30b25: Retrying in 5 seconds 16:08:25 4db1b89c0bd1: Verifying Checksum 16:08:25 4db1b89c0bd1: Download complete 16:08:25 6863d3e3a2b1: Verifying Checksum 16:08:25 6863d3e3a2b1: Download complete 16:08:25 ec0bb842ea78: Verifying Checksum 16:08:25 ec0bb842ea78: Download complete 16:08:25 40a00589a448: Verifying Checksum 16:08:25 40a00589a448: Download complete 16:08:25 4db1b89c0bd1: Pull complete 16:08:26 e194b8c5c2a9: Verifying Checksum 16:08:26 e194b8c5c2a9: Download complete 16:08:26 6c08303d61cc: Verifying Checksum 16:08:26 6c08303d61cc: Download complete 16:08:26 6911f1a30b25: Retrying in 4 seconds 16:08:26 798269fcf238: Download complete 16:08:27 6911f1a30b25: Retrying in 3 seconds 16:08:28 6911f1a30b25: Retrying in 2 seconds 16:08:30 6911f1a30b25: Retrying in 1 second 16:08:31 6911f1a30b25: Retrying in 10 seconds 16:08:31 6911f1a30b25: Retrying in 9 seconds 16:08:32 6911f1a30b25: Retrying in 8 seconds 16:08:33 6911f1a30b25: Retrying in 7 seconds 16:08:34 6911f1a30b25: Retrying in 6 seconds 16:08:35 6911f1a30b25: Retrying in 5 seconds 16:08:37 6911f1a30b25: Retrying in 4 seconds 16:08:38 6911f1a30b25: Retrying in 3 seconds 16:08:38 6911f1a30b25: Retrying in 2 seconds 16:08:39 Still waiting to schedule task 16:08:39 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:08:39 6911f1a30b25: Retrying in 1 second 16:08:40 6911f1a30b25: Download complete 16:08:41 6911f1a30b25: Pull complete 16:08:44 e194b8c5c2a9: Pull complete 16:08:44 6863d3e3a2b1: Pull complete 16:08:44 ec0bb842ea78: Pull complete 16:08:44 40a00589a448: Pull complete 16:08:47 6c08303d61cc: Pull complete 16:08:47 798269fcf238: Pull complete 16:08:47 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 16:08:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:08:47 ---> ec979cd7f677 16:08:47 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:08:52 ---> Running in c7ab5bfb3873 16:08:52 Removing intermediate container c7ab5bfb3873 16:08:52 ---> c17e6f970831 16:08:52 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:08:52 ---> Running in e441c281d4b4 16:08:52 Removing intermediate container e441c281d4b4 16:08:52 ---> 014ba1039354 16:08:52 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:08:52 ---> Running in 0f230eb6cbba 16:08:52 Removing intermediate container 0f230eb6cbba 16:08:52 ---> 2e7be46eba58 16:08:52 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:08:52 ---> Running in 4dac9c476a56 16:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:08:53 OK: 265 MiB in 53 packages 16:08:54 Removing intermediate container 4dac9c476a56 16:08:54 ---> 4757526c71d4 16:08:54 Step 7/12 : WORKDIR /app 16:08:54 ---> Running in 7320ca8aae33 16:08:54 Removing intermediate container 7320ca8aae33 16:08:54 ---> 1bd03b061b26 16:08:54 Step 8/12 : COPY go.mod vendor* ./ 16:08:54 ---> a8b7050526aa 16:08:54 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:08:54 ---> Running in 5667fba634a8 16:09:33 Removing intermediate container 5667fba634a8 16:09:33 ---> 13b7a412e23d 16:09:33 Step 10/12 : COPY . . 16:09:33 ---> 333dcffe4f87 16:09:33 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:09:33 ---> Running in faa78eab5306 16:09:33 Removing intermediate container faa78eab5306 16:09:33 ---> b9b1751bab5f 16:09:33 Step 12/12 : RUN $MAKE 16:09:33 ---> Running in c8de8db99e37 16:09:33 noop 16:09:33 Removing intermediate container c8de8db99e37 16:09:33 ---> 401436017525 16:09:33 Successfully built 401436017525 16:09:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:09:33 + docker inspect -f . ci-base-image-x86_64 16:09:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:09:33 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:09:33 $ 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 ******** ci-base-image-x86_64 cat 16:09:33 $ docker top e2570295d572beaa698000bbd70813e0ceb5a0e3728b6ee0fe2209f97eaaa023 -eo pid,comm [Pipeline] { [Pipeline] sh 16:09:34 + go version 16:09:34 go version go1.20.6 linux/amd64 [Pipeline] } 16:09:34 $ docker stop --time=1 e2570295d572beaa698000bbd70813e0ceb5a0e3728b6ee0fe2209f97eaaa023 16:09:35 $ docker rm -f --volumes e2570295d572beaa698000bbd70813e0ceb5a0e3728b6ee0fe2209f97eaaa023 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:09:35 + docker inspect -f . ci-base-image-x86_64 16:09:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:09:36 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:09:36 $ 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 ******** ci-base-image-x86_64 cat 16:09:36 $ docker top 7fe0aeb54d48a4a3622169fd7f1a3e9ff7b697d31c1e0050f40949e097fb0acf -eo pid,comm [Pipeline] { [Pipeline] sh 16:09:36 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 16:09:37 + make test 16:09:37 go test -race -coverprofile=coverage.out ./... 16:09:58 ? github.com/edgexfoundry/app-record-replay [no test files] 16:09:58 ok github.com/edgexfoundry/app-record-replay/internal/app 0.078s coverage: 88.0% of statements 16:09:58 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 16:09:58 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 16:09:58 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 16:10:05 ok github.com/edgexfoundry/app-record-replay/internal/application 8.630s coverage: 98.7% of statements 16:10:05 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.101s coverage: 78.7% of statements 16:10:05 ok github.com/edgexfoundry/app-record-replay/internal/utils 0.040s coverage: 100.0% of statements 16:10:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4821 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 16:10:16 Running in /w/workspace/app-record-replay/43 [Pipeline] { [Pipeline] checkout 16:10:16 Selected Git installation does not exist. Using Default 16:10:16 The recommended git tool is: NONE 16:10:21 using credential edgex-jenkins-ssh 16:10:21 Cloning the remote Git repository 16:10:21 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 16:10:21 > git init /w/workspace/app-record-replay/43 # timeout=10 16:10:21 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 16:10:21 > git --version # timeout=10 16:10:21 > git --version # 'git version 2.25.1' 16:10:21 using GIT_SSH to set credentials SSH Credentials for GitHub 16:10:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:10:22 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 16:10:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:10:23 Avoid second fetch 16:10:23 Checking out Revision 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff (main) 16:10:24 Commit message: "Merge pull request #72 from lenny-intel/upload-profiles" 16:10:23 > git config core.sparsecheckout # timeout=10 16:10:23 > git checkout -f 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:10:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:10:25 % Total % Received % Xferd Average Speed Time Time Time Current 16:10:25 Dload Upload Total Spent Left Speed 16:10:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12751 97 12393 0 0 71224 0 --:--:-- --:--:-- --:--:-- 70817 100 12751 100 12751 0 0 72448 0 --:--:-- --:--:-- --:--:-- 72039 [Pipeline] sh 16:10:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:10:26 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:10:26 + sudo tee /etc/docker/daemon.new 16:10:26 { 16:10:26 "registry-mirrors": [ 16:10:26 "https://nexus3.edgexfoundry.org:10001" 16:10:26 ], 16:10:26 "bip": "10.250.0.254/24", 16:10:26 "hosts": [ 16:10:26 "tcp://0.0.0.0:5555", 16:10:26 "unix:///var/run/docker.sock" 16:10:26 ], 16:10:26 "mtu": 1458, 16:10:26 "selinux-enabled": true, 16:10:26 "seccomp-profile": "/etc/docker/seccomp.json" 16:10:26 } [Pipeline] sh 16:10:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:10:26 + sudo service docker restart 16:10:27 go vet ./... 16:10:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:10:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:10:30 ./bin/test-attribution-txt.sh [Pipeline] echo 16:10:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:10:30 $ docker stop --time=1 7fe0aeb54d48a4a3622169fd7f1a3e9ff7b697d31c1e0050f40949e097fb0acf 16:10:34 $ docker rm -f --volumes 7fe0aeb54d48a4a3622169fd7f1a3e9ff7b697d31c1e0050f40949e097fb0acf [Pipeline] // withDockerContainer [Pipeline] sh 16:10:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:10:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:10:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:10:35 + ls -al . 16:10:35 total 180 16:10:35 drwxrwxr-x 9 jenkins jenkins 4096 Aug 29 16:09 . 16:10:35 drwxrwxr-x 4 jenkins jenkins 4096 Aug 29 16:08 .. 16:10:35 -rw-rw-r-- 1 jenkins jenkins 119 Aug 29 16:08 .dockerignore 16:10:35 drwxrwxr-x 8 jenkins jenkins 4096 Aug 29 16:08 .git 16:10:35 drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:08 .github 16:10:35 -rw-rw-r-- 1 jenkins jenkins 164 Aug 29 16:08 .gitignore 16:10:35 -rw-rw-r-- 1 jenkins jenkins 41 Aug 29 16:08 .golangci.yml 16:10:35 drwxr-xr-x 3 jenkins jenkins 4096 Aug 29 16:08 .semver 16:10:35 -rw-rw-r-- 1 jenkins jenkins 11301 Aug 29 16:08 Attribution.txt 16:10:35 -rw-rw-r-- 1 jenkins jenkins 258 Aug 29 16:08 CHANGELOG.md 16:10:35 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 29 16:08 Dockerfile 16:10:35 -rw-rw-r-- 1 jenkins jenkins 677 Aug 29 16:08 GOVERNANCE.md 16:10:35 -rw-rw-r-- 1 jenkins jenkins 681 Aug 29 16:08 Jenkinsfile 16:10:35 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 29 16:08 LICENSE 16:10:35 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 29 16:08 Makefile 16:10:35 -rw-rw-r-- 1 jenkins jenkins 611 Aug 29 16:08 OWNERS.md 16:10:35 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 29 16:08 README.md 16:10:35 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 29 16:08 Record and Reply.postman_collection.json 16:10:35 -rw-rw-r-- 1 jenkins jenkins 12 Aug 29 16:08 VERSION 16:10:35 drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:08 bin 16:10:35 -rw-r--r-- 1 jenkins jenkins 24552 Aug 29 16:10 coverage.out 16:10:35 -rw-rw-r-- 1 jenkins jenkins 3916 Aug 29 16:08 go.mod 16:10:35 -rw-rw-r-- 1 jenkins jenkins 34159 Aug 29 16:08 go.sum 16:10:35 drwxrwxr-x 7 jenkins jenkins 4096 Aug 29 16:08 internal 16:10:35 -rw-rw-r-- 1 jenkins jenkins 913 Aug 29 16:08 main.go 16:10:35 drwxrwxr-x 3 jenkins jenkins 4096 Aug 29 16:08 pkg 16:10:35 drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:08 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:10:35 + 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=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff --label arch=amd64 --label version=3.1.0-dev.40 . 16:10:35 Sending build context to Docker daemon 548.9kB 16:10:35 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 16:10:35 Step 2/26 : FROM ${BASE} AS builder 16:10:35 ---> 401436017525 16:10:35 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:10:35 ---> Running in 3b07a168af64 16:10:36 Removing intermediate container 3b07a168af64 16:10:36 ---> b6d86ebdc94d 16:10:36 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:10:36 ---> Running in 19163c136b67 16:10:36 Removing intermediate container 19163c136b67 16:10:36 ---> 8fa8fa171c26 16:10:36 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:10:36 ---> Running in 31f236551519 16:10:36 Removing intermediate container 31f236551519 16:10:36 ---> a1319ffdc88c 16:10:36 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:10:36 ---> Running in cd3c4196140f 16:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:10:37 OK: 265 MiB in 53 packages 16:10:37 Removing intermediate container cd3c4196140f 16:10:37 ---> 1213ec431856 16:10:37 Step 7/26 : WORKDIR /app 16:10:37 ---> Running in 18cbe25d6cdb 16:10:37 Removing intermediate container 18cbe25d6cdb 16:10:37 ---> 98f58be06542 16:10:37 Step 8/26 : COPY go.mod vendor* ./ 16:10:37 ---> c974529d5672 16:10:37 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:10:37 ---> Running in eb452a11d5fb 16:10:38 Removing intermediate container eb452a11d5fb 16:10:38 ---> ac5ef14c3faa 16:10:38 Step 10/26 : COPY . . 16:10:38 ---> 897729f549a9 16:10:38 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:10:38 ---> Running in 298e70a3d4f1 16:10:39 Removing intermediate container 298e70a3d4f1 16:10:39 ---> 7e40cbe3a311 16:10:39 Step 12/26 : RUN $MAKE 16:10:39 ---> Running in f431b3b8f0af 16:10:39 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.40" -trimpath -mod=readonly -o app-record-replay [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:10:44 provisioning config files... 16:10:44 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/43@tmp/config7983211049257503105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:10:45 ---> docker-login.sh 16:10:45 nexus3.edgexfoundry.org:10001 16:10:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:45 Configure a credential helper to remove this warning. See 16:10:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:45 16:10:45 Login Succeeded 16:10:45 nexus3.edgexfoundry.org:10002 16:10:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:46 Configure a credential helper to remove this warning. See 16:10:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:46 16:10:46 Login Succeeded 16:10:46 nexus3.edgexfoundry.org:10003 16:10:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:46 Configure a credential helper to remove this warning. See 16:10:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:46 16:10:46 Login Succeeded 16:10:46 nexus3.edgexfoundry.org:10004 16:10:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:46 Configure a credential helper to remove this warning. See 16:10:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:46 16:10:46 Login Succeeded 16:10:46 docker.io 16:10:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:47 Configure a credential helper to remove this warning. See 16:10:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:47 16:10:47 Login Succeeded 16:10:47 ---> docker-login.sh ends [Pipeline] } 16:10:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:10:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:10:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:10:47 ========================================================= 16:10:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:10:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:10:48 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:10:48 Sending build context to Docker daemon 238.1kB 16:10:48 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:10:48 Step 2/12 : FROM ${BASE} AS builder 16:10:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:10:48 edb6bdbacee9: Pulling fs layer 16:10:48 5f9638ab2659: Pulling fs layer 16:10:48 8d51d6327a98: Pulling fs layer 16:10:48 8b374f2dd631: Pulling fs layer 16:10:48 ec14aa9079de: Pulling fs layer 16:10:48 2f466654f4bb: Pulling fs layer 16:10:48 554e91adad29: Pulling fs layer 16:10:48 ec14aa9079de: Waiting 16:10:48 2f466654f4bb: Waiting 16:10:48 554e91adad29: Waiting 16:10:48 8b374f2dd631: Waiting 16:10:48 5f9638ab2659: Download complete 16:10:48 8b374f2dd631: Verifying Checksum 16:10:48 8b374f2dd631: Download complete 16:10:48 ec14aa9079de: Verifying Checksum 16:10:48 ec14aa9079de: Download complete 16:10:48 edb6bdbacee9: Verifying Checksum 16:10:49 edb6bdbacee9: Pull complete 16:10:49 554e91adad29: Verifying Checksum 16:10:49 554e91adad29: Download complete 16:10:50 5f9638ab2659: Pull complete 16:10:51 8d51d6327a98: Verifying Checksum 16:10:51 8d51d6327a98: Download complete 16:10:51 2f466654f4bb: Verifying Checksum 16:10:51 2f466654f4bb: Download complete 16:11:01 Removing intermediate container f431b3b8f0af 16:11:01 ---> da4016010001 16:11:01 Step 13/26 : FROM alpine:3.17 16:11:01 3.17: Pulling from library/alpine 16:11:01 9398808236ff: Pulling fs layer 16:11:01 9398808236ff: Verifying Checksum 16:11:01 9398808236ff: Download complete 16:11:01 9398808236ff: Pull complete 16:11:01 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 16:11:01 Status: Downloaded newer image for alpine:3.17 16:11:01 ---> 1e0b8b5322fc 16:11:01 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:11:01 ---> Running in 8dd7eb790e9e 16:11:01 Removing intermediate container 8dd7eb790e9e 16:11:01 ---> 53fc13f27583 16:11:01 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 16:11:01 ---> Running in e4c2eebd39de 16:11:01 Removing intermediate container e4c2eebd39de 16:11:01 ---> 8d288a3008b0 16:11:01 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:11:01 ---> Running in eb7f2343e408 16:11:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:11:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:11:01 (1/2) Installing ca-certificates (20230506-r0) 16:11:01 (2/2) Installing dumb-init (1.2.5-r2) 16:11:01 Executing busybox-1.35.0-r29.trigger 16:11:01 Executing ca-certificates-20230506-r0.trigger 16:11:02 OK: 8 MiB in 17 packages 16:11:02 Removing intermediate container eb7f2343e408 16:11:02 ---> 4f48a13bf7ab 16:11:02 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:11:02 ---> 11b868109d7e 16:11:02 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:11:02 ---> 20956530902f 16:11:02 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:11:02 ---> e46acf339b52 16:11:02 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 16:11:03 8d51d6327a98: Pull complete 16:11:03 8b374f2dd631: Pull complete 16:11:03 ec14aa9079de: Pull complete 16:11:03 ---> 931870205225 16:11:03 Step 21/26 : EXPOSE 59712 16:11:03 ---> Running in 9b8b76425d1c 16:11:03 Removing intermediate container 9b8b76425d1c 16:11:03 ---> 445a12756cda 16:11:03 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 16:11:03 ---> Running in d4f096f8a9af 16:11:03 Removing intermediate container d4f096f8a9af 16:11:03 ---> b41a4d31011c 16:11:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:11:03 ---> Running in 123f99a094b9 16:11:03 Removing intermediate container 123f99a094b9 16:11:03 ---> 96908c1fe69b 16:11:03 Step 24/26 : LABEL arch=amd64 16:11:03 ---> Running in 12b100b41d41 16:11:04 Removing intermediate container 12b100b41d41 16:11:04 ---> 4b939afce682 16:11:04 Step 25/26 : LABEL git_sha=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:11:04 ---> Running in 89553c73ba0a 16:11:04 Removing intermediate container 89553c73ba0a 16:11:04 ---> 9aa8bdb6e4c5 16:11:04 Step 26/26 : LABEL version=3.1.0-dev.40 16:11:04 ---> Running in 2c59d25f067b 16:11:04 Removing intermediate container 2c59d25f067b 16:11:04 ---> 310f4a7ec1e6 16:11:04 [Warning] One or more build-args [ARCH] were not consumed 16:11:04 Successfully built 310f4a7ec1e6 16:11:04 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 16:11:04 provisioning config files... 16:11:04 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15643114173575758934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:11:04 ---> docker-login.sh 16:11:04 nexus3.edgexfoundry.org:10001 16:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:04 Configure a credential helper to remove this warning. See 16:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:04 16:11:04 Login Succeeded 16:11:04 nexus3.edgexfoundry.org:10002 16:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:04 Configure a credential helper to remove this warning. See 16:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:04 16:11:04 Login Succeeded 16:11:04 nexus3.edgexfoundry.org:10003 16:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:04 Configure a credential helper to remove this warning. See 16:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:04 16:11:04 Login Succeeded 16:11:04 nexus3.edgexfoundry.org:10004 16:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:04 Configure a credential helper to remove this warning. See 16:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:04 16:11:04 Login Succeeded 16:11:04 docker.io 16:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:05 Configure a credential helper to remove this warning. See 16:11:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:05 16:11:05 Login Succeeded 16:11:05 ---> docker-login.sh ends [Pipeline] } 16:11:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:11:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:11:05 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 16:11:05 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:11:05 latest 16:11:05 3.1.0-dev.40 16:11:05 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 16:11:05 main 16:11:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:05 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:05 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:11:05 e5c846931eb5: Preparing 16:11:05 810fc94f0b7f: Preparing 16:11:05 fc0c7e250079: Preparing 16:11:05 8aebe921bb13: Preparing 16:11:05 6cb2993c09c1: Preparing 16:11:05 36b50b131297: Preparing 16:11:05 810fc94f0b7f: Pushed 16:11:05 fc0c7e250079: Pushed 16:11:05 8aebe921bb13: Pushed 16:11:05 36b50b131297: Layer already exists 16:11:05 6cb2993c09c1: Pushed 16:11:08 e5c846931eb5: Pushed 16:11:08 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:08 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:08 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 16:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:11:08 e5c846931eb5: Preparing 16:11:08 810fc94f0b7f: Preparing 16:11:08 fc0c7e250079: Preparing 16:11:08 8aebe921bb13: Preparing 16:11:08 6cb2993c09c1: Preparing 16:11:08 36b50b131297: Preparing 16:11:08 36b50b131297: Waiting 16:11:08 e5c846931eb5: Layer already exists 16:11:08 8aebe921bb13: Layer already exists 16:11:08 6cb2993c09c1: Layer already exists 16:11:08 fc0c7e250079: Layer already exists 16:11:08 810fc94f0b7f: Layer already exists 16:11:08 36b50b131297: Layer already exists 16:11:08 latest: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:09 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.40 16:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:11:09 e5c846931eb5: Preparing 16:11:09 810fc94f0b7f: Preparing 16:11:09 fc0c7e250079: Preparing 16:11:09 8aebe921bb13: Preparing 16:11:09 6cb2993c09c1: Preparing 16:11:09 36b50b131297: Preparing 16:11:09 36b50b131297: Waiting 16:11:09 810fc94f0b7f: Layer already exists 16:11:09 8aebe921bb13: Layer already exists 16:11:09 6cb2993c09c1: Layer already exists 16:11:09 fc0c7e250079: Layer already exists 16:11:09 e5c846931eb5: Layer already exists 16:11:09 36b50b131297: Layer already exists 16:11:09 3.1.0-dev.40: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:09 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:10 2f466654f4bb: Pull complete 16:11:10 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 16:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:11:10 e5c846931eb5: Preparing 16:11:10 810fc94f0b7f: Preparing 16:11:10 fc0c7e250079: Preparing 16:11:10 8aebe921bb13: Preparing 16:11:10 6cb2993c09c1: Preparing 16:11:10 36b50b131297: Preparing 16:11:10 36b50b131297: Waiting 16:11:10 fc0c7e250079: Layer already exists 16:11:10 6cb2993c09c1: Layer already exists 16:11:10 8aebe921bb13: Layer already exists 16:11:10 810fc94f0b7f: Layer already exists 16:11:10 e5c846931eb5: Layer already exists 16:11:10 36b50b131297: Layer already exists 16:11:10 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:10 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:10 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 16:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 16:11:10 e5c846931eb5: Preparing 16:11:10 810fc94f0b7f: Preparing 16:11:10 fc0c7e250079: Preparing 16:11:10 8aebe921bb13: Preparing 16:11:10 6cb2993c09c1: Preparing 16:11:10 36b50b131297: Preparing 16:11:10 36b50b131297: Waiting 16:11:10 6cb2993c09c1: Layer already exists 16:11:10 810fc94f0b7f: Layer already exists 16:11:10 fc0c7e250079: Layer already exists 16:11:10 8aebe921bb13: Layer already exists 16:11:10 e5c846931eb5: Layer already exists 16:11:10 36b50b131297: Layer already exists 16:11:10 main: digest: sha256:506232729f2ac669e22836acbe1eb375541d92039e008d713e22285bd0d7c781 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:11:10 ===================================================== [Pipeline] echo 16:11:10 taggedImages: 16:11:10 - nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:11:10 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 16:11:10 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.40 16:11:10 - nexus3.edgexfoundry.org:10004/app-record-replay:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 16:11:10 - 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 16:11:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:11:11 16:11:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:11:11 latest: Pulling from edgex-lftools-log-publisher 16:11:11 5eb5b503b376: Pulling fs layer 16:11:11 5c69ac0246d0: Pulling fs layer 16:11:11 ec43610c2a17: Pulling fs layer 16:11:11 3a2ae6a8a46f: Pulling fs layer 16:11:11 33b1e0a273af: Pulling fs layer 16:11:11 5d3b04190fa2: Pulling fs layer 16:11:11 2f39f015ded8: Pulling fs layer 16:11:11 33b1e0a273af: Waiting 16:11:11 5d3b04190fa2: Waiting 16:11:11 2f39f015ded8: Waiting 16:11:11 3a2ae6a8a46f: Waiting 16:11:11 5c69ac0246d0: Download complete 16:11:11 33b1e0a273af: Verifying Checksum 16:11:11 33b1e0a273af: Download complete 16:11:11 5d3b04190fa2: Verifying Checksum 16:11:11 5d3b04190fa2: Download complete 16:11:11 ec43610c2a17: Verifying Checksum 16:11:11 ec43610c2a17: Download complete 16:11:11 5eb5b503b376: Verifying Checksum 16:11:11 5eb5b503b376: Download complete 16:11:12 554e91adad29: Pull complete 16:11:12 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 16:11:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:11:12 ---> 1e15ea492957 16:11:12 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 16:11:12 2f39f015ded8: Download complete 16:11:12 5eb5b503b376: Pull complete 16:11:12 5c69ac0246d0: Pull complete 16:11:13 ec43610c2a17: Pull complete 16:11:13 3a2ae6a8a46f: Pull complete 16:11:13 ---> Running in 41b2af792ff7 16:11:13 33b1e0a273af: Pull complete 16:11:13 5d3b04190fa2: Pull complete 16:11:13 Removing intermediate container 41b2af792ff7 16:11:13 ---> f40f9b7e4cfc 16:11:13 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:11:14 ---> Running in d4837e85d340 16:11:14 Removing intermediate container d4837e85d340 16:11:14 ---> 7c905338a112 16:11:14 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:11:14 ---> Running in 87d471d3ceae 16:11:14 Removing intermediate container 87d471d3ceae 16:11:14 ---> 31858eea9230 16:11:14 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:11:14 ---> Running in b364ab1c3b2d 16:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:11:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:11:17 OK: 263 MiB in 53 packages 16:11:17 2f39f015ded8: Pull complete 16:11:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:11:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:11:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:11:18 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:11:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:11:18 Removing intermediate container b364ab1c3b2d 16:11:18 ---> ea7c2f332503 16:11:18 Step 7/12 : WORKDIR /app 16:11:18 ---> Running in 56f2b170f57f 16:11:18 Removing intermediate container 56f2b170f57f 16:11:18 ---> e5e6f19ab78e 16:11:18 Step 8/12 : COPY go.mod vendor* ./ 16:11:18 ---> 667e1cf35b39 16:11:18 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:11:18 ---> Running in eae52a9ff439 16:11:23 $ docker top 9cbd0feeb597cb07c27bc1ba446c5b5f924fbaca7743a733287ab55145fedd90 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:11:24 ---> job-cost.sh 16:11:24 lf-activate-venv: SKIPPING 16:11:24 INFO: No Stack... 16:11:24 INFO: Retrieving Pricing Info for: v3-standard-8 16:11:25 INFO: Archiving Costs [Pipeline] sh 16:11:25 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 16:11:25 + cut -d, -f6 [Pipeline] lock 16:11:25 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] 16:11:25 Resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] did not exist. Created. 16:11:25 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:11:25 + echo total: 0.2199999988079071 [Pipeline] stash 16:11:25 Stashed 1 file(s) [Pipeline] } 16:11:25 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] // lock [Pipeline] } 16:11:25 $ docker stop --time=1 9cbd0feeb597cb07c27bc1ba446c5b5f924fbaca7743a733287ab55145fedd90 16:11:27 $ docker rm -f --volumes 9cbd0feeb597cb07c27bc1ba446c5b5f924fbaca7743a733287ab55145fedd90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:12:27 Removing intermediate container eae52a9ff439 16:12:27 ---> e87278366173 16:12:27 Step 10/12 : COPY . . 16:12:27 ---> bbbb24847a42 16:12:27 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:12:27 ---> Running in 9114db538d22 16:12:27 Removing intermediate container 9114db538d22 16:12:27 ---> 2cc44964f28e 16:12:27 Step 12/12 : RUN $MAKE 16:12:27 ---> Running in a0ad6fd1aced 16:12:27 noop 16:12:27 Removing intermediate container a0ad6fd1aced 16:12:27 ---> 2cfeaf02dfa0 16:12:27 Successfully built 2cfeaf02dfa0 16:12:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:27 + docker inspect -f . ci-base-image-arm64 16:12:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:27 prd-ubuntu20.04-docker-arm64-4c-16g-4821 does not seem to be running inside a container 16:12:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/43 -v /w/workspace/app-record-replay/43:/w/workspace/app-record-replay/43:rw,z -v /w/workspace/app-record-replay/43@tmp:/w/workspace/app-record-replay/43@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 ******** ci-base-image-arm64 cat 16:12:28 $ docker top 6849b495962da8cadd0644a2496dda735dfab73696d6f5a5efb0bed9075490bc -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:29 + go version 16:12:29 go version go1.20.6 linux/arm64 [Pipeline] } 16:12:29 $ docker stop --time=1 6849b495962da8cadd0644a2496dda735dfab73696d6f5a5efb0bed9075490bc 16:12:31 $ docker rm -f --volumes 6849b495962da8cadd0644a2496dda735dfab73696d6f5a5efb0bed9075490bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:31 + docker inspect -f . ci-base-image-arm64 16:12:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:31 prd-ubuntu20.04-docker-arm64-4c-16g-4821 does not seem to be running inside a container 16:12:31 $ 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/43 -v /w/workspace/app-record-replay/43:/w/workspace/app-record-replay/43:rw,z -v /w/workspace/app-record-replay/43@tmp:/w/workspace/app-record-replay/43@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 ******** ci-base-image-arm64 cat 16:12:33 $ docker top 220f47851a44ddac75859a5433077c58a7eaddf8deeaaa1ddf2f7e0d3dcb05c2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:33 + git config --global --add safe.directory /w/workspace/app-record-replay/43 [Pipeline] fileExists [Pipeline] sh 16:12:34 + make test 16:12:34 go test -race -coverprofile=coverage.out ./... 16:15:25 ? github.com/edgexfoundry/app-record-replay [no test files] 16:15:25 ok github.com/edgexfoundry/app-record-replay/internal/app 0.265s coverage: 88.0% of statements 16:15:25 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 16:15:25 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 16:15:25 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 16:15:32 ok github.com/edgexfoundry/app-record-replay/internal/application 8.963s coverage: 98.7% of statements 16:15:32 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.517s coverage: 78.7% of statements 16:15:32 ok github.com/edgexfoundry/app-record-replay/internal/utils 0.184s coverage: 100.0% of statements 16:15:32 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:15:32 go vet ./... 16:17:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:17:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:17:54 ./bin/test-attribution-txt.sh [Pipeline] echo 16:17:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:17:54 $ docker stop --time=1 220f47851a44ddac75859a5433077c58a7eaddf8deeaaa1ddf2f7e0d3dcb05c2 16:17:56 $ docker rm -f --volumes 220f47851a44ddac75859a5433077c58a7eaddf8deeaaa1ddf2f7e0d3dcb05c2 [Pipeline] // withDockerContainer [Pipeline] sh 16:17:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:17:57 Warning: overwriting stash ‘coverage-report’ 16:17:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:17:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:17:59 + ls -al . 16:17:59 total 176 16:17:59 drwxrwxr-x 8 jenkins jenkins 4096 Aug 29 16:12 . 16:17:59 drwxrwxr-x 4 jenkins jenkins 4096 Aug 29 16:10 .. 16:17:59 -rw-rw-r-- 1 jenkins jenkins 119 Aug 29 16:10 .dockerignore 16:17:59 drwxrwxr-x 8 jenkins jenkins 4096 Aug 29 16:10 .git 16:17:59 drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:10 .github 16:17:59 -rw-rw-r-- 1 jenkins jenkins 164 Aug 29 16:10 .gitignore 16:17:59 -rw-rw-r-- 1 jenkins jenkins 41 Aug 29 16:10 .golangci.yml 16:17:59 -rw-rw-r-- 1 jenkins jenkins 11301 Aug 29 16:10 Attribution.txt 16:17:59 -rw-rw-r-- 1 jenkins jenkins 258 Aug 29 16:10 CHANGELOG.md 16:17:59 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 29 16:10 Dockerfile 16:17:59 -rw-rw-r-- 1 jenkins jenkins 677 Aug 29 16:10 GOVERNANCE.md 16:17:59 -rw-rw-r-- 1 jenkins jenkins 681 Aug 29 16:10 Jenkinsfile 16:17:59 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 29 16:10 LICENSE 16:17:59 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 29 16:10 Makefile 16:17:59 -rw-rw-r-- 1 jenkins jenkins 611 Aug 29 16:10 OWNERS.md 16:17:59 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 29 16:10 README.md 16:17:59 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 29 16:10 Record and Reply.postman_collection.json 16:17:59 -rw-rw-r-- 1 jenkins jenkins 12 Aug 29 16:08 VERSION 16:17:59 drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:10 bin 16:17:59 -rw-r--r-- 1 jenkins jenkins 24552 Aug 29 16:15 coverage.out 16:17:59 -rw-rw-r-- 1 jenkins jenkins 3916 Aug 29 16:10 go.mod 16:17:59 -rw-rw-r-- 1 jenkins jenkins 34159 Aug 29 16:10 go.sum 16:17:59 drwxrwxr-x 7 jenkins jenkins 4096 Aug 29 16:10 internal 16:17:59 -rw-rw-r-- 1 jenkins jenkins 913 Aug 29 16:10 main.go 16:17:59 drwxrwxr-x 3 jenkins jenkins 4096 Aug 29 16:10 pkg 16:17:59 drwxrwxr-x 2 jenkins jenkins 4096 Aug 29 16:10 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:59 + 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=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff --label arch=arm64 --label version=3.1.0-dev.40 . 16:17:59 Sending build context to Docker daemon 263.2kB 16:17:59 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 16:17:59 Step 2/26 : FROM ${BASE} AS builder 16:17:59 ---> 2cfeaf02dfa0 16:17:59 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 16:17:59 ---> Running in 1571f8cb6c75 16:17:59 Removing intermediate container 1571f8cb6c75 16:17:59 ---> 17b9bb1f475c 16:17:59 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 16:17:59 ---> Running in abfbc60b90f0 16:18:00 Removing intermediate container abfbc60b90f0 16:18:00 ---> 9707ad8d4e1b 16:18:00 Step 5/26 : ARG ADD_BUILD_TAGS="" 16:18:00 ---> Running in fb058c8ea65d 16:18:00 Removing intermediate container fb058c8ea65d 16:18:00 ---> 821f0b36860d 16:18:00 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:18:00 ---> Running in 97ee5950ad48 16:18:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:18:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:18:03 OK: 263 MiB in 53 packages 16:18:04 Removing intermediate container 97ee5950ad48 16:18:04 ---> ef74b75eb1ee 16:18:04 Step 7/26 : WORKDIR /app 16:18:04 ---> Running in ae1fbb66ce14 16:18:04 Removing intermediate container ae1fbb66ce14 16:18:04 ---> 42755a8ac81f 16:18:04 Step 8/26 : COPY go.mod vendor* ./ 16:18:05 ---> 54a170711e49 16:18:05 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:18:05 ---> Running in f9d610b09963 16:18:07 Removing intermediate container f9d610b09963 16:18:07 ---> 7109de304d8e 16:18:07 Step 10/26 : COPY . . 16:18:07 ---> 5ff8e2abd3c3 16:18:07 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:18:07 ---> Running in a093660f9201 16:18:08 Removing intermediate container a093660f9201 16:18:08 ---> ff3bed4be1bb 16:18:08 Step 12/26 : RUN $MAKE 16:18:08 ---> Running in 3b8c13542517 16:18:09 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.40" -trimpath -mod=readonly -o app-record-replay 16:20:31 Removing intermediate container 3b8c13542517 16:20:31 ---> a87192750c92 16:20:31 Step 13/26 : FROM alpine:3.17 16:20:31 3.17: Pulling from library/alpine 16:20:31 4060ece20d7a: Pulling fs layer 16:20:31 4060ece20d7a: Download complete 16:20:31 4060ece20d7a: Pull complete 16:20:31 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 16:20:31 Status: Downloaded newer image for alpine:3.17 16:20:31 ---> 8650cd65339b 16:20:31 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 16:20:31 ---> Running in fd90e4e0e52b 16:20:31 Removing intermediate container fd90e4e0e52b 16:20:31 ---> 6ca173f9e0a7 16:20:31 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 16:20:31 ---> Running in 1a22ce8e9729 16:20:31 Removing intermediate container 1a22ce8e9729 16:20:31 ---> 86384b7b532d 16:20:31 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 16:20:31 ---> Running in b5613198df2c 16:20:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:20:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:20:31 (1/2) Installing ca-certificates (20230506-r0) 16:20:31 (2/2) Installing dumb-init (1.2.5-r2) 16:20:31 Executing busybox-1.35.0-r29.trigger 16:20:31 Executing ca-certificates-20230506-r0.trigger 16:20:31 OK: 8 MiB in 17 packages 16:20:31 Removing intermediate container b5613198df2c 16:20:31 ---> edce737c3ff2 16:20:31 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:20:31 ---> a9a3463825a9 16:20:31 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 16:20:31 ---> 0bba748efbd4 16:20:31 Step 19/26 : COPY --from=builder /app/res/ /res/ 16:20:31 ---> 6258c0f0db8e 16:20:31 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 16:20:31 ---> 1e8e73e90534 16:20:31 Step 21/26 : EXPOSE 59712 16:20:31 ---> Running in 4cf3eb920b44 16:20:31 Removing intermediate container 4cf3eb920b44 16:20:31 ---> 8ad0fc7b3d7f 16:20:31 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 16:20:31 ---> Running in adb1e5cc5d7d 16:20:31 Removing intermediate container adb1e5cc5d7d 16:20:31 ---> 87eb344cfec2 16:20:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:20:31 ---> Running in 51343383af41 16:20:31 Removing intermediate container 51343383af41 16:20:31 ---> 49ea0fbc4d06 16:20:31 Step 24/26 : LABEL arch=arm64 16:20:31 ---> Running in e5a7670b0d33 16:20:31 Removing intermediate container e5a7670b0d33 16:20:31 ---> b57076ca59dd 16:20:31 Step 25/26 : LABEL git_sha=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:20:31 ---> Running in c782e0e15835 16:20:31 Removing intermediate container c782e0e15835 16:20:31 ---> fdfad1432ade 16:20:31 Step 26/26 : LABEL version=3.1.0-dev.40 16:20:31 ---> Running in 7dd508215eea 16:20:31 Removing intermediate container 7dd508215eea 16:20:31 ---> 41f70f2e82a2 16:20:31 [Warning] One or more build-args [ARCH] were not consumed 16:20:31 Successfully built 41f70f2e82a2 16:20:31 Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:20:31 provisioning config files... 16:20:31 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/43@tmp/config288238696654308934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:20:31 ---> docker-login.sh 16:20:31 nexus3.edgexfoundry.org:10001 16:20:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:31 Configure a credential helper to remove this warning. See 16:20:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:31 16:20:31 Login Succeeded 16:20:31 nexus3.edgexfoundry.org:10002 16:20:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:32 Configure a credential helper to remove this warning. See 16:20:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:32 16:20:32 Login Succeeded 16:20:32 nexus3.edgexfoundry.org:10003 16:20:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:32 Configure a credential helper to remove this warning. See 16:20:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:32 16:20:32 Login Succeeded 16:20:32 nexus3.edgexfoundry.org:10004 16:20:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:32 Configure a credential helper to remove this warning. See 16:20:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:32 16:20:32 Login Succeeded 16:20:32 docker.io 16:20:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:33 Configure a credential helper to remove this warning. See 16:20:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:33 16:20:33 Login Succeeded 16:20:33 ---> docker-login.sh ends [Pipeline] } 16:20:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:20:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:20:33 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 16:20:33 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:20:33 latest 16:20:33 3.1.0-dev.40 16:20:33 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 16:20:33 main 16:20:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:33 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:34 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:20:34 7c424f15edee: Preparing 16:20:34 1d4983f2adf9: Preparing 16:20:34 0fcfc38b0a35: Preparing 16:20:34 c8dbd66bf931: Preparing 16:20:34 e466a6ddb198: Preparing 16:20:34 d2d9d24a8c2a: Preparing 16:20:34 d2d9d24a8c2a: Waiting 16:20:34 c8dbd66bf931: Pushed 16:20:34 1d4983f2adf9: Pushed 16:20:34 0fcfc38b0a35: Pushed 16:20:34 d2d9d24a8c2a: Layer already exists 16:20:34 e466a6ddb198: Pushed 16:20:40 7c424f15edee: Pushed 16:20:40 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:40 + 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 16:20:40 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 16:20:40 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:20:40 7c424f15edee: Preparing 16:20:40 1d4983f2adf9: Preparing 16:20:40 0fcfc38b0a35: Preparing 16:20:40 c8dbd66bf931: Preparing 16:20:40 e466a6ddb198: Preparing 16:20:40 d2d9d24a8c2a: Preparing 16:20:40 d2d9d24a8c2a: Waiting 16:20:40 1d4983f2adf9: Layer already exists 16:20:40 7c424f15edee: Layer already exists 16:20:40 e466a6ddb198: Layer already exists 16:20:40 0fcfc38b0a35: Layer already exists 16:20:41 c8dbd66bf931: Layer already exists 16:20:41 d2d9d24a8c2a: Layer already exists 16:20:41 latest: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:41 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:41 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.40 16:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:20:41 7c424f15edee: Preparing 16:20:41 1d4983f2adf9: Preparing 16:20:41 0fcfc38b0a35: Preparing 16:20:41 c8dbd66bf931: Preparing 16:20:41 e466a6ddb198: Preparing 16:20:41 d2d9d24a8c2a: Preparing 16:20:41 d2d9d24a8c2a: Waiting 16:20:41 e466a6ddb198: Layer already exists 16:20:41 0fcfc38b0a35: Layer already exists 16:20:41 1d4983f2adf9: Layer already exists 16:20:41 7c424f15edee: Layer already exists 16:20:41 c8dbd66bf931: Layer already exists 16:20:41 d2d9d24a8c2a: Layer already exists 16:20:41 3.1.0-dev.40: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:42 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:42 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 16:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:20:42 7c424f15edee: Preparing 16:20:42 1d4983f2adf9: Preparing 16:20:42 0fcfc38b0a35: Preparing 16:20:42 c8dbd66bf931: Preparing 16:20:42 e466a6ddb198: Preparing 16:20:42 d2d9d24a8c2a: Preparing 16:20:42 d2d9d24a8c2a: Waiting 16:20:42 7c424f15edee: Layer already exists 16:20:42 c8dbd66bf931: Layer already exists 16:20:42 0fcfc38b0a35: Layer already exists 16:20:42 e466a6ddb198: Layer already exists 16:20:42 1d4983f2adf9: Layer already exists 16:20:42 d2d9d24a8c2a: Layer already exists 16:20:42 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:43 + 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 16:20:43 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 16:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 16:20:43 7c424f15edee: Preparing 16:20:43 1d4983f2adf9: Preparing 16:20:43 0fcfc38b0a35: Preparing 16:20:43 c8dbd66bf931: Preparing 16:20:43 e466a6ddb198: Preparing 16:20:43 d2d9d24a8c2a: Preparing 16:20:43 d2d9d24a8c2a: Waiting 16:20:43 c8dbd66bf931: Layer already exists 16:20:43 0fcfc38b0a35: Layer already exists 16:20:43 e466a6ddb198: Layer already exists 16:20:43 7c424f15edee: Layer already exists 16:20:43 1d4983f2adf9: Layer already exists 16:20:43 d2d9d24a8c2a: Layer already exists 16:20:43 main: digest: sha256:b8b44b3d36b8a77fbc262a582d4d8483fc26af4256aa7435d094b0783b68133f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:20:43 ===================================================== [Pipeline] echo 16:20:43 taggedImages: 16:20:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff 16:20:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 16:20:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.40 16:20:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:92dd52375ba7ece0127ca2ee3b02bf3e6a750cff-3.1.0-dev.40 16:20:43 - 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 16:20:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:20:44 16:20:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:20:44 arm64: Pulling from edgex-lftools-log-publisher 16:20:44 8998bd30e6a1: Pulling fs layer 16:20:44 04944245beec: Pulling fs layer 16:20:44 699f458cf7ca: Pulling fs layer 16:20:44 765212b225bb: Pulling fs layer 16:20:44 f23df028b6ca: Pulling fs layer 16:20:44 d65c8cfc05b1: Pulling fs layer 16:20:44 2437ff75d9bd: Pulling fs layer 16:20:44 765212b225bb: Waiting 16:20:44 f23df028b6ca: Waiting 16:20:44 d65c8cfc05b1: Waiting 16:20:44 2437ff75d9bd: Waiting 16:20:44 04944245beec: Verifying Checksum 16:20:44 04944245beec: Download complete 16:20:44 765212b225bb: Verifying Checksum 16:20:44 765212b225bb: Download complete 16:20:44 f23df028b6ca: Verifying Checksum 16:20:44 f23df028b6ca: Download complete 16:20:44 d65c8cfc05b1: Verifying Checksum 16:20:44 d65c8cfc05b1: Download complete 16:20:44 699f458cf7ca: Verifying Checksum 16:20:44 699f458cf7ca: Download complete 16:20:45 8998bd30e6a1: Download complete 16:20:47 2437ff75d9bd: Verifying Checksum 16:20:47 2437ff75d9bd: Download complete 16:20:49 8998bd30e6a1: Pull complete 16:20:49 04944245beec: Pull complete 16:20:50 699f458cf7ca: Pull complete 16:20:51 765212b225bb: Pull complete 16:20:51 f23df028b6ca: Pull complete 16:20:51 d65c8cfc05b1: Pull complete 16:21:06 2437ff75d9bd: Pull complete 16:21:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:21:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:21:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:21:07 prd-ubuntu20.04-docker-arm64-4c-16g-4821 does not seem to be running inside a container 16:21:07 $ 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/43 -v /w/workspace/app-record-replay/43:/w/workspace/app-record-replay/43:rw,z -v /w/workspace/app-record-replay/43@tmp:/w/workspace/app-record-replay/43@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:arm64 cat 16:21:09 $ docker top dc353e7bfa9cb00b214862293a4b4bca5a3b99bca0ed9214eb2918d3b6117e7f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:21:10 ---> job-cost.sh 16:21:10 lf-activate-venv: SKIPPING 16:21:10 INFO: No Stack... 16:21:10 INFO: Retrieving Pricing Info for: v3-standard-4 16:21:11 INFO: Archiving Costs [Pipeline] sh 16:21:11 + cat /w/workspace/app-record-replay/43/archives/cost.csv 16:21:11 + cut -d, -f6 [Pipeline] lock 16:21:11 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] 16:21:11 Resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] did not exist. Created. 16:21:11 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:21:12 /w/workspace/app-record-replay/43@tmp/durable-cee93b21/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:21:12 + echo total: 0.10999999940395355 [Pipeline] stash 16:21:13 Warning: overwriting stash ‘stack-cost’ 16:21:13 Stashed 1 file(s) [Pipeline] } 16:21:13 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-43-stack-cost] [Pipeline] // lock [Pipeline] } 16:21:13 $ docker stop --time=1 dc353e7bfa9cb00b214862293a4b4bca5a3b99bca0ed9214eb2918d3b6117e7f 16:21:14 $ docker rm -f --volumes dc353e7bfa9cb00b214862293a4b4bca5a3b99bca0ed9214eb2918d3b6117e7f [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 16:21:15 provisioning config files... 16:21:15 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #43 16:21:15 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1163915408541428396tmp [Pipeline] { [Pipeline] sh 16:21:15 + set +x 16:21:15 + curl -s https://codecov.io/bash 16:21:15 + bash -s -- 16:21:15 16:21:15 _____ _ 16:21:15 / ____| | | 16:21:15 | | ___ __| | ___ ___ _____ __ 16:21:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:21:15 | |___| (_) | (_| | __/ (_| (_) \ V / 16:21:15 \_____\___/ \__,_|\___|\___\___/ \_/ 16:21:15 Bash-1.0.6 16:21:15 16:21:15 16:21:15 ==> git version 2.25.1 found 16:21:15 ==> 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 16:21:15 Release-Date: 2020-01-08 16:21:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:21:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:21:15 ==> Jenkins CI detected. 16:21:15 current dir:  /w/workspace/exfoundry_app-record-replay_main 16:21:15 project root: . 16:21:15 --> token set from env 16:21:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:21:15 ==> Running gcov in . (disable via -X gcov) 16:21:15 ==> Python coveragepy not found 16:21:15 ==> Searching for coverage reports in: 16:21:15 + . 16:21:15 -> Found 1 reports 16:21:15 ==> Detecting git/mercurial file structure 16:21:15 ==> Reading reports 16:21:15 + ./coverage.out bytes=24552 16:21:15 ==> Appending adjustments 16:21:15 https://docs.codecov.io/docs/fixing-reports 16:21:15 + Found adjustments 16:21:15 ==> Gzipping contents 16:21:15 8.0K /tmp/codecov.EYPjJn.gz 16:21:15 ==> Uploading reports 16:21:15 url: https://codecov.io 16:21:15 query: branch=main&commit=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F43%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 16:21:15 -> Pinging Codecov 16:21:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=92dd52375ba7ece0127ca2ee3b02bf3e6a750cff&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F43%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 16:21:15 Invalid request parameters 16:21:15 400 [Pipeline] } 16:21:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:21:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:21:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:21:16 16:21:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:21:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:21:16 df9b9388f04a: Pulling fs layer 16:21:16 52dc419b0ee2: Pulling fs layer 16:21:16 25bc292e5bac: Pulling fs layer 16:21:16 114826534d7a: Pulling fs layer 16:21:16 4657fd5d0bcf: Pulling fs layer 16:21:16 6ad1cebc031e: Pulling fs layer 16:21:16 8a3aa393b2d8: Pulling fs layer 16:21:16 4657fd5d0bcf: Waiting 16:21:16 6ad1cebc031e: Waiting 16:21:16 8a3aa393b2d8: Waiting 16:21:16 114826534d7a: Waiting 16:21:16 25bc292e5bac: Verifying Checksum 16:21:16 25bc292e5bac: Download complete 16:21:16 52dc419b0ee2: Verifying Checksum 16:21:16 4657fd5d0bcf: Verifying Checksum 16:21:16 4657fd5d0bcf: Download complete 16:21:16 df9b9388f04a: Verifying Checksum 16:21:16 df9b9388f04a: Download complete 16:21:16 df9b9388f04a: Pull complete 16:21:16 6ad1cebc031e: Verifying Checksum 16:21:16 6ad1cebc031e: Download complete 16:21:16 52dc419b0ee2: Pull complete 16:21:16 25bc292e5bac: Pull complete 16:21:17 114826534d7a: Verifying Checksum 16:21:17 114826534d7a: Download complete 16:21:17 8a3aa393b2d8: Verifying Checksum 16:21:17 8a3aa393b2d8: Download complete 16:21:20 114826534d7a: Pull complete 16:21:20 4657fd5d0bcf: Pull complete 16:21:20 6ad1cebc031e: Pull complete 16:21:23 8a3aa393b2d8: Pull complete 16:21:23 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:21:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:21:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:21:23 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:21:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:21:26 $ docker top 123c41c017a5eeee3e75e8b54a5eda567c04493c377032b9ec0541c3062b85c3 -eo pid,comm [Pipeline] { [Pipeline] echo 16:21:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 16:21:26 + set -o pipefail 16:21:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 16:21:33 16:21:33 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 16:21:33 16:21:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/9756f8f6-13f6-4a1b-b682-cdaf8b8425bc 16:21:33 16:21:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:21:33 16:21:33 16:21:33 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:21:33 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:21:33 More details here: https://snyk.co/ue1NS [Pipeline] } 16:21:33 $ docker stop --time=1 123c41c017a5eeee3e75e8b54a5eda567c04493c377032b9ec0541c3062b85c3 16:21:35 $ docker rm -f --volumes 123c41c017a5eeee3e75e8b54a5eda567c04493c377032b9ec0541c3062b85c3 [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 16:21:36 + git log --format=format:%s -1 92dd52375ba7ece0127ca2ee3b02bf3e6a750cff [Pipeline] sh 16:21:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:21:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:21:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:21:37 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:21: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:21:37 $ docker top f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 -eo pid,comm 16:21:37 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). 16:21:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:21:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:21:37 [ssh-agent] Looking for ssh-agent implementation... 16:21:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:21:37 $ docker exec f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 ssh-agent 16:21:38 SSH_AUTH_SOCK=/tmp/ssh-hQibpy8yuWh1/agent.31 16:21:38 SSH_AGENT_PID=37 16:21:38 Running ssh-add (command line suppressed) 16:21:38 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1828157128980143683.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1828157128980143683.key) 16:21:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:21:38 + git semver tag 16:21:38 2023-08-29 16:21:38,700 [run_tag] DEBUG tag force:False 16:21:38 2023-08-29 16:21:38,700 [check_head_tag] DEBUG check head tag 16:21:38 2023-08-29 16:21:38,701 [execute] INFO git cat-file --batch-check 16:21:38 2023-08-29 16:21:38,701 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 16:21:38 2023-08-29 16:21:38,703 [execute] INFO git cat-file --batch 16:21:38 2023-08-29 16:21:38,704 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 16:21:38 2023-08-29 16:21:38,717 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:21:38 2023-08-29 16:21:38,718 [execute] INFO git tag -a v3.1.0-dev.40 -m v3.1.0-dev.40 16:21:38 2023-08-29 16:21:38,718 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.40', '-m', 'v3.1.0-dev.40'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 16:21:38 2023-08-29 16:21:38,722 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:21:38 3.1.0-dev.40 [Pipeline] } 16:21:38 $ docker exec --env ******** --env ******** f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 ssh-agent -k 16:21:38 unset SSH_AUTH_SOCK; 16:21:38 unset SSH_AGENT_PID; 16:21:38 echo Agent pid 37 killed; 16:21:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:21:39 + git semver [Pipeline] } 16:21:39 $ docker stop --time=1 f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 16:21:40 $ docker rm -f --volumes f99cac5caadfacb329bffd68f2ea223ecdf6d58160aeb31d5dc3948f21b64219 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:21:41 16:21:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:21:41 0.23.1-centos7: Pulling from edgex-lftools 16:21:41 ab5ef0e58194: Pulling fs layer 16:21:41 9712f1f96733: Pulling fs layer 16:21:41 63f879dbbcfc: Pulling fs layer 16:21:41 0d9ebad4ef96: Pulling fs layer 16:21:41 e9a5061849ea: Pulling fs layer 16:21:41 d747dcd14b5f: Pulling fs layer 16:21:41 2de7ff778b66: Pulling fs layer 16:21:41 d747dcd14b5f: Waiting 16:21:41 0d9ebad4ef96: Waiting 16:21:41 2de7ff778b66: Waiting 16:21:41 e9a5061849ea: Waiting 16:21:41 9712f1f96733: Verifying Checksum 16:21:41 9712f1f96733: Download complete 16:21:41 63f879dbbcfc: Verifying Checksum 16:21:41 63f879dbbcfc: Download complete 16:21:41 e9a5061849ea: Verifying Checksum 16:21:41 e9a5061849ea: Download complete 16:21:41 ab5ef0e58194: Verifying Checksum 16:21:41 ab5ef0e58194: Download complete 16:21:41 0d9ebad4ef96: Verifying Checksum 16:21:41 0d9ebad4ef96: Download complete 16:21:41 2de7ff778b66: Verifying Checksum 16:21:41 2de7ff778b66: Download complete 16:21:44 ab5ef0e58194: Pull complete 16:21:44 9712f1f96733: Pull complete 16:21:44 63f879dbbcfc: Pull complete 16:21:48 0d9ebad4ef96: Pull complete 16:21:48 e9a5061849ea: Pull complete 16:21:48 d747dcd14b5f: Pull complete 16:21:49 2de7ff778b66: Pull complete 16:21:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:21:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:21:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:21:49 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:21:49 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:21:53 $ docker top bc5354fc6ee70d3eadf0a8e2b38f1609e5daf48cbd332c2f940f7439ca536416 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:21:53 provisioning config files... 16:21:53 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12022913534786441560tmp 16:21:53 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15822614448289178346tmp 16:21:53 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14037805832934859470tmp [Pipeline] { [Pipeline] echo 16:21:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:21:53 ---> sigul-configuration.sh 16:21:53 gpg: directory `/root/.gnupg' created 16:21:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:21:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:21:53 gpg: keyring `/root/.gnupg/secring.gpg' created 16:21:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:21:53 gpg: CAST5 encrypted data 16:21:53 gpg: encrypted with 1 passphrase 16:21:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:21:54 + mkdir /home/jenkins 16:21:54 + mkdir /home/jenkins/sigul [Pipeline] sh 16:21:54 + 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 16:21:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:21:54 ---> sigul-install.sh 16:21:54 Sigul already installed; skipping installation. [Pipeline] sh 16:21:55 + git tag --list 16:21:55 v3.1.0-dev.0 16:21:55 v3.1.0-dev.1 16:21:55 v3.1.0-dev.10 16:21:55 v3.1.0-dev.11 16:21:55 v3.1.0-dev.12 16:21:55 v3.1.0-dev.13 16:21:55 v3.1.0-dev.14 16:21:55 v3.1.0-dev.15 16:21:55 v3.1.0-dev.16 16:21:55 v3.1.0-dev.17 16:21:55 v3.1.0-dev.18 16:21:55 v3.1.0-dev.19 16:21:55 v3.1.0-dev.2 16:21:55 v3.1.0-dev.20 16:21:55 v3.1.0-dev.21 16:21:55 v3.1.0-dev.22 16:21:55 v3.1.0-dev.23 16:21:55 v3.1.0-dev.24 16:21:55 v3.1.0-dev.25 16:21:55 v3.1.0-dev.26 16:21:55 v3.1.0-dev.27 16:21:55 v3.1.0-dev.28 16:21:55 v3.1.0-dev.29 16:21:55 v3.1.0-dev.3 16:21:55 v3.1.0-dev.30 16:21:55 v3.1.0-dev.31 16:21:55 v3.1.0-dev.32 16:21:55 v3.1.0-dev.33 16:21:55 v3.1.0-dev.34 16:21:55 v3.1.0-dev.35 16:21:55 v3.1.0-dev.36 16:21:55 v3.1.0-dev.37 16:21:55 v3.1.0-dev.38 16:21:55 v3.1.0-dev.39 16:21:55 v3.1.0-dev.4 16:21:55 v3.1.0-dev.40 16:21:55 v3.1.0-dev.5 16:21:55 v3.1.0-dev.6 16:21:55 v3.1.0-dev.7 16:21:55 v3.1.0-dev.8 16:21:55 v3.1.0-dev.9 [Pipeline] sh 16:21:55 + lftools sign git-tag v3.1.0-dev.40 16:21:55 Signing Git tag with Sigul... 16:21:55 Signing v3.1.0-dev.40 [Pipeline] echo 16:21:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:21:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:21:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:21:56 $ docker stop --time=1 bc5354fc6ee70d3eadf0a8e2b38f1609e5daf48cbd332c2f940f7439ca536416 16:21:57 $ docker rm -f --volumes bc5354fc6ee70d3eadf0a8e2b38f1609e5daf48cbd332c2f940f7439ca536416 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:21:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:21:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:21:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:21:58 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:21:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:21:58 $ docker top 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db -eo pid,comm 16:21:58 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). 16:21:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:21:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:21:59 [ssh-agent] Looking for ssh-agent implementation... 16:21:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:21:59 $ docker exec 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db ssh-agent 16:21:59 SSH_AUTH_SOCK=/tmp/ssh-1mFiWrFMjjX9/agent.32 16:21:59 SSH_AGENT_PID=38 16:21:59 Running ssh-add (command line suppressed) 16:21:59 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14424627243417008937.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14424627243417008937.key) 16:21:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:21:59 + git semver bump pre 16:21:59 2023-08-29 16:21:59,807 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:21:59 2023-08-29 16:21:59,807 [bump_version] DEBUG bumping version:3.1.0-dev.40 on axis:pre with prefix:dev 16:21:59 2023-08-29 16:21:59,808 [bump_version] DEBUG bumped version:3.1.0-dev.41 16:21:59 2023-08-29 16:21:59,808 [write_version] DEBUG write version:3.1.0-dev.41 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 16:21:59 2023-08-29 16:21:59,808 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:21:59 2023-08-29 16:21:59,808 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 16:21:59 2023-08-29 16:21:59,809 [execute] INFO git cat-file --batch-check 16:21:59 2023-08-29 16:21:59,810 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 16:21:59 2023-08-29 16:21:59,814 [execute] INFO git cat-file --batch 16:21:59 2023-08-29 16:21:59,815 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 16:21:59 2023-08-29 16:21:59,819 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:21:59 3.1.0-dev.41 [Pipeline] } 16:21:59 $ docker exec --env ******** --env ******** 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db ssh-agent -k 16:21:59 unset SSH_AUTH_SOCK; 16:21:59 unset SSH_AGENT_PID; 16:21:59 echo Agent pid 38 killed; 16:21:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:22:00 + git semver [Pipeline] } 16:22:00 $ docker stop --time=1 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db 16:22:01 $ docker rm -f --volumes 1256c13f03c08ec8faf90278ad6b608705b2087fa37ee519dcd9d24fbf0327db [Pipeline] // withDockerContainer [Pipeline] sh 16:22:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:22:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:22:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:22:02 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:22:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:22:02 $ docker top 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:22:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:22:02 [ssh-agent] Looking for ssh-agent implementation... 16:22:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:22:03 $ docker exec 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc ssh-agent 16:22:03 SSH_AUTH_SOCK=/tmp/ssh-XFkHn34HHPRu/agent.33 16:22:03 SSH_AGENT_PID=39 16:22:03 Running ssh-add (command line suppressed) 16:22:03 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10773850156375175580.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10773850156375175580.key) 16:22:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:22:03 + git semver push 16:22:03 2023-08-29 16:22:03,846 [run_push] DEBUG push 16:22:03 2023-08-29 16:22:03,847 [execute] INFO git cat-file --batch-check 16:22:03 2023-08-29 16:22:03,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 16:22:03 2023-08-29 16:22:03,852 [execute] INFO git rev-list 237f427812c52fbc4d84449a8fffe106e231d0e0 -- 16:22:03 2023-08-29 16:22:03,852 [execute] DEBUG Popen(['git', 'rev-list', '237f427812c52fbc4d84449a8fffe106e231d0e0', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 16:22:03 2023-08-29 16:22:03,858 [execute] INFO git fetch -v origin 16:22:03 2023-08-29 16:22:03,859 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 16:22:04 2023-08-29 16:22:04,328 [run_push] DEBUG no remote changes detected 16:22:04 2023-08-29 16:22:04,329 [execute] INFO git push origin semver 16:22:04 2023-08-29 16:22:04,329 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 16:22:05 2023-08-29 16:22:05,302 [run_push] DEBUG push all version tags 16:22:05 2023-08-29 16:22:05,303 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:22:05 2023-08-29 16:22:05,303 [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) 16:22:06 2023-08-29 16:22:06,157 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 16:22:06 3.1.0-dev.41 [Pipeline] } 16:22:06 $ docker exec --env ******** --env ******** 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc ssh-agent -k 16:22:06 unset SSH_AUTH_SOCK; 16:22:06 unset SSH_AGENT_PID; 16:22:06 echo Agent pid 39 killed; 16:22:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:22:06 + git semver [Pipeline] } 16:22:07 $ docker stop --time=1 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc 16:22:08 $ docker rm -f --volumes 20c13a0ef051714b54c6100c6a3d8fc7d7bbcfa0d78a8ea7752ec1456333ffcc [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 16:22:08 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 16:22:08 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 16:22:08 total 16 16:22:08 drwxr-xr-x 3 root root 4096 Aug 29 16:11 . 16:22:08 drwxrwxr-x 10 jenkins jenkins 4096 Aug 29 16:21 .. 16:22:08 drwxr-xr-x 2 root root 4096 Aug 29 16:11 cost 16:22:08 -rw-r--r-- 1 root root 88 Aug 29 16:11 cost.csv 16:22:08 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 16:22:08 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 16:22:08 total 16 16:22:08 drwxr-xr-x 3 jenkins jenkins 4096 Aug 29 16:11 . 16:22:08 drwxrwxr-x 10 jenkins jenkins 4096 Aug 29 16:21 .. 16:22:08 drwxr-xr-x 2 jenkins jenkins 4096 Aug 29 16:11 cost 16:22:08 -rw-r--r-- 1 jenkins jenkins 88 Aug 29 16:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:22:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:22:10 ---> package-listing.sh 16:22:10 ++ facter osfamily 16:22:10 ++ tr '[:upper:]' '[:lower:]' 16:22:10 + OS_FAMILY=debian 16:22:10 + workspace=/w/workspace/exfoundry_app-record-replay_main 16:22:10 + START_PACKAGES=/tmp/packages_start.txt 16:22:10 + END_PACKAGES=/tmp/packages_end.txt 16:22:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:22:10 + PACKAGES=/tmp/packages_start.txt 16:22:10 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 16:22:10 + PACKAGES=/tmp/packages_end.txt 16:22:10 + case "${OS_FAMILY}" in 16:22:10 + dpkg -l 16:22:10 + grep '^ii' 16:22:10 + '[' -f /tmp/packages_start.txt ']' 16:22:10 + '[' -f /tmp/packages_end.txt ']' 16:22:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:22:10 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 16:22:10 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 16:22:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 16:22:10 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 16:22:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:22:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:22:11 prd-ubuntu20.04-docker-8c-8g-4820 does not seem to be running inside a container 16:22:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:22:11 $ docker top ab784f22361d431a334f1187a10104698eb6c301c5c53b21a77bb81db3140634 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:12 + touch /tmp/pre-build-complete [Pipeline] sh 16:22:12 + mkdir -p /var/log/sysstat [Pipeline] sh 16:22:13 + ls /var/log/sa-host 16:22:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:22:13 provisioning config files... 16:22:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config169814985300269tmp [Pipeline] { [Pipeline] echo 16:22:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:22:13 ---> create-netrc.sh [Pipeline] } 16:22:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:22:13 ---> python-tools-install.sh [Pipeline] echo 16:22:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:22:14 ---> sudo-logs.sh 16:22:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:22:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:22:14 ---> job-cost.sh 16:22:14 lf-activate-venv: SKIPPING 16:22:14 DEBUG: total: 0.2199999988079071 16:22:14 INFO: Retrieving Stack Cost... 16:22:14 INFO: Retrieving Pricing Info for: v3-standard-8 16:22:15 INFO: Archiving Costs [Pipeline] echo 16:22:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:22:15 ---> logs-deploy.sh 16:22:15 lf-activate-venv: SKIPPING 16:22:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/43 16:22:15 INFO: archiving workspace using pattern(s): 16:22:16 Archives upload complete. 16:22:16 INFO: archiving logs to Nexus