Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2506318949851bd4c6386bbbe703fa9470f34127 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-ssh13910587585464967539.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh7234749442344210539.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh8557033644851819365.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh10861844003403140407.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-ssh7510572440941836135.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8424 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 2506318949851bd4c6386bbbe703fa9470f34127 (main) Commit message: "Merge pull request #87 from lenny-intel/postman-swagger" > 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 2506318949851bd4c6386bbbe703fa9470f34127 # timeout=10 > git rev-list --no-walk d7c11ee8cc27e6c30d594ebe89d32af7f6c2656a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:26:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:26:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:26:41 ========================================================= 22:26:41 EdgeX Global Pipelines Version Info 22:26:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:26:42 ------------------- 22:26:42 stable info: 22:26:42 ------------------- 22:26:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:26:42 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 22:26:42 Message: update stable to v1.0.254 22:26:43 ------------------- 22:26:43 experimental info: 22:26:43 ------------------- 22:26:43 Commited By: **** collab-it+edgex@linuxfoundation.org 22:26:43 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 22:26:43 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2506318 [Pipeline] echo 22:26:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:26:43 provisioning config files... 22:26:43 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7558008459807589754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:26:44 ---> docker-login.sh 22:26:44 nexus3.edgexfoundry.org:10001 22:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:44 Configure a credential helper to remove this warning. See 22:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:44 22:26:44 Login Succeeded 22:26:44 nexus3.edgexfoundry.org:10002 22:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:44 Configure a credential helper to remove this warning. See 22:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:44 22:26:44 Login Succeeded 22:26:44 nexus3.edgexfoundry.org:10003 22:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:44 Configure a credential helper to remove this warning. See 22:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:44 22:26:44 Login Succeeded 22:26:44 nexus3.edgexfoundry.org:10004 22:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:44 Configure a credential helper to remove this warning. See 22:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:44 22:26:44 Login Succeeded 22:26:44 docker.io 22:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:45 Configure a credential helper to remove this warning. See 22:26:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:45 22:26:45 Login Succeeded 22:26:45 ---> docker-login.sh ends [Pipeline] } 22:26:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:26:45 + git rev-list -1 --merges 2506318949851bd4c6386bbbe703fa9470f34127~1..2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo 22:26:45 -----------> git rev-list -1 --merges 2506318949851bd4c6386bbbe703fa9470f34127~1..2506318949851bd4c6386bbbe703fa9470f34127 2506318949851bd4c6386bbbe703fa9470f34127 22:26:45 2506318949851bd4c6386bbbe703fa9470f34127 [false] [Pipeline] sh 22:26:45 + git log --format=format:%s -1 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo 22:26:45 ========================================================= 22:26:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:26:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:26:46 + git log --format=format:%s -1 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo 22:26:46 [semverPrep] GIT_COMMIT: 2506318949851bd4c6386bbbe703fa9470f34127, Commit Message: Merge pull request #87 from lenny-intel/postman-swagger [Pipeline] echo 22:26:46 [semverPrep] This is not a build commit. [Pipeline] sh 22:26:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:26:46 + grep -v github /etc/ssh/ssh_known_hosts 22:26:46 + [ -e /tmp/ssh_known_hosts ] 22:26:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:26:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 22:26:46 sudo tee -a /etc/ssh/ssh_known_hosts 22:26:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:26:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:26:46 22:26:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:26:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:26:47 0.1.4: Pulling from edgex-devops/py-git-semver 22:26:47 b85a868b505f: Pulling fs layer 22:26:47 e2be974225ed: Pulling fs layer 22:26:47 339a4e72a1f5: Pulling fs layer 22:26:47 988bab9f4d93: Pulling fs layer 22:26:47 1469e6f7b9e6: Pulling fs layer 22:26:47 eaf3925da568: Pulling fs layer 22:26:47 bab4dde63d76: Pulling fs layer 22:26:47 bde34c3a00c8: Pulling fs layer 22:26:47 b352a97aabf1: Pulling fs layer 22:26:47 4872d77fe225: Pulling fs layer 22:26:47 5851b861e8e6: Pulling fs layer 22:26:47 bde34c3a00c8: Waiting 22:26:47 988bab9f4d93: Waiting 22:26:47 eaf3925da568: Waiting 22:26:47 1469e6f7b9e6: Waiting 22:26:47 bab4dde63d76: Waiting 22:26:47 b352a97aabf1: Waiting 22:26:47 4872d77fe225: Waiting 22:26:47 5851b861e8e6: Waiting 22:26:47 e2be974225ed: Download complete 22:26:47 988bab9f4d93: Download complete 22:26:47 339a4e72a1f5: Verifying Checksum 22:26:47 339a4e72a1f5: Download complete 22:26:47 1469e6f7b9e6: Verifying Checksum 22:26:47 1469e6f7b9e6: Download complete 22:26:47 eaf3925da568: Download complete 22:26:47 bde34c3a00c8: Verifying Checksum 22:26:47 bde34c3a00c8: Download complete 22:26:47 b352a97aabf1: Verifying Checksum 22:26:47 b352a97aabf1: Download complete 22:26:47 4872d77fe225: Verifying Checksum 22:26:47 4872d77fe225: Download complete 22:26:47 5851b861e8e6: Verifying Checksum 22:26:47 5851b861e8e6: Download complete 22:26:47 b85a868b505f: Verifying Checksum 22:26:47 b85a868b505f: Download complete 22:26:47 bab4dde63d76: Verifying Checksum 22:26:47 bab4dde63d76: Download complete 22:26:48 b85a868b505f: Pull complete 22:26:48 e2be974225ed: Pull complete 22:26:49 339a4e72a1f5: Pull complete 22:26:49 988bab9f4d93: Pull complete 22:26:49 1469e6f7b9e6: Pull complete 22:26:49 eaf3925da568: Pull complete 22:26:51 bab4dde63d76: Pull complete 22:26:51 bde34c3a00c8: Pull complete 22:26:51 b352a97aabf1: Pull complete 22:26:51 4872d77fe225: Pull complete 22:26:51 5851b861e8e6: Pull complete 22:26:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:26:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:26:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:26:51 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:26:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:26:55 $ docker top 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e -eo pid,comm 22:26:55 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). 22:26:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:26:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:26:55 [ssh-agent] Looking for ssh-agent implementation... 22:26:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:26:55 $ docker exec 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent 22:26:55 SSH_AUTH_SOCK=/tmp/ssh-6PckES99v2bt/agent.33 22:26:55 SSH_AGENT_PID=39 22:26:55 Running ssh-add (command line suppressed) 22:26:55 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6493925941288924945.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6493925941288924945.key) 22:26:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:26:55 + git tag --points-at HEAD [Pipeline] } 22:26:55 $ docker exec --env ******** --env ******** 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent -k 22:26:55 unset SSH_AUTH_SOCK; 22:26:55 unset SSH_AGENT_PID; 22:26:55 echo Agent pid 39 killed; 22:26:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:26:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:26:55 [ssh-agent] Looking for ssh-agent implementation... 22:26:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:26:55 $ docker exec 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent 22:26:56 SSH_AUTH_SOCK=/tmp/ssh-0UnLq2rt7IuG/agent.71 22:26:56 SSH_AGENT_PID=77 22:26:56 Running ssh-add (command line suppressed) 22:26:56 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6306235082061002259.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6306235082061002259.key) 22:26:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:26:56 + git semver init 22:26:56 2023-10-03 22:26:56,630 [run_init] DEBUG init version:0.0.0 force:False 22:26:56 2023-10-03 22:26:56,631 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 22:26:56 2023-10-03 22:26:56,631 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 22:26:56 2023-10-03 22:26:56,631 [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) 22:26:57 2023-10-03 22:26:57,380 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 22:26:57 2023-10-03 22:26:57,381 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 22:26:57 2023-10-03 22:26:57,381 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:26:57 2023-10-03 22:26:57,381 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:26:57 3.1.0-dev.53 [Pipeline] } 22:26:57 $ docker exec --env ******** --env ******** 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent -k 22:26:57 unset SSH_AUTH_SOCK; 22:26:57 unset SSH_AGENT_PID; 22:26:57 echo Agent pid 77 killed; 22:26:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:26:58 + git semver [Pipeline] } 22:26:58 $ docker stop --time=1 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e 22:26:59 $ docker rm -f --volumes 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e [Pipeline] // withDockerContainer [Pipeline] sh 22:27:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:27:00 Stashed 1 file(s) [Pipeline] echo 22:27:00 [edgeXSemver]: initialized semver on version 3.1.0-dev.53 [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 22:27:00 provisioning config files... 22:27:00 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14205291556683271199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:27:00 ---> docker-login.sh 22:27:00 nexus3.edgexfoundry.org:10001 22:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:27:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:27:00 Configure a credential helper to remove this warning. See 22:27:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:27:00 22:27:00 Login Succeeded 22:27:00 nexus3.edgexfoundry.org:10002 22:27:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:27:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:27:00 Configure a credential helper to remove this warning. See 22:27:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:27:00 22:27:00 Login Succeeded 22:27:00 nexus3.edgexfoundry.org:10003 22:27:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:27:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:27:01 Configure a credential helper to remove this warning. See 22:27:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:27:01 22:27:01 Login Succeeded 22:27:01 nexus3.edgexfoundry.org:10004 22:27:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:27:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:27:01 Configure a credential helper to remove this warning. See 22:27:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:27:01 22:27:01 Login Succeeded 22:27:01 docker.io 22:27:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:27:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:27:01 Configure a credential helper to remove this warning. See 22:27:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:27:01 22:27:01 Login Succeeded 22:27:01 ---> docker-login.sh ends [Pipeline] } 22:27:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:27:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:27:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:27:01 ========================================================= 22:27:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 22:27:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:27:01 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 22:27:01 Sending build context to Docker daemon 600.6kB 22:27:01 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 22:27:01 Step 2/12 : FROM ${BASE} AS builder 22:27:01 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 22:27:01 7264a8db6415: Pulling fs layer 22:27:01 c4d48a809fc2: Pulling fs layer 22:27:01 4f1c88b9dad5: Pulling fs layer 22:27:01 ad3a456e5733: Pulling fs layer 22:27:01 33e27b845d1e: Pulling fs layer 22:27:01 c68163c4e522: Pulling fs layer 22:27:01 50da416c3ac9: Pulling fs layer 22:27:01 23d2d4c4bb30: Pulling fs layer 22:27:01 33e27b845d1e: Waiting 22:27:01 c68163c4e522: Waiting 22:27:01 50da416c3ac9: Waiting 22:27:01 23d2d4c4bb30: Waiting 22:27:01 c4d48a809fc2: Verifying Checksum 22:27:01 c4d48a809fc2: Download complete 22:27:01 ad3a456e5733: Download complete 22:27:01 33e27b845d1e: Download complete 22:27:02 7264a8db6415: Verifying Checksum 22:27:02 7264a8db6415: Download complete 22:27:02 c68163c4e522: Verifying Checksum 22:27:02 7264a8db6415: Pull complete 22:27:02 23d2d4c4bb30: Verifying Checksum 22:27:02 23d2d4c4bb30: Download complete 22:27:02 c4d48a809fc2: Pull complete 22:27:02 4f1c88b9dad5: Verifying Checksum 22:27:02 4f1c88b9dad5: Download complete 22:27:02 50da416c3ac9: Verifying Checksum 22:27:02 50da416c3ac9: Download complete 22:27:05 4f1c88b9dad5: Pull complete 22:27:05 ad3a456e5733: Pull complete 22:27:05 33e27b845d1e: Pull complete 22:27:05 c68163c4e522: Pull complete 22:27:08 50da416c3ac9: Pull complete 22:27:08 23d2d4c4bb30: Pull complete 22:27:08 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 22:27:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 22:27:08 ---> 0786185ac409 22:27:08 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:27:13 ---> Running in 80517204a7cd 22:27:13 Removing intermediate container 80517204a7cd 22:27:13 ---> 2b8c728f295c 22:27:13 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:27:13 ---> Running in 61dc9ea0d36e 22:27:13 Removing intermediate container 61dc9ea0d36e 22:27:13 ---> bda5f83e1743 22:27:13 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:27:13 ---> Running in 671c16e945ef 22:27:14 Removing intermediate container 671c16e945ef 22:27:14 ---> 523296aad7d0 22:27:14 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:27:14 ---> Running in 4ecdf9a30d5a 22:27:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 22:27:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 22:27:15 OK: 264 MiB in 52 packages 22:27:15 Removing intermediate container 4ecdf9a30d5a 22:27:15 ---> 83014ac9949e 22:27:15 Step 7/12 : WORKDIR /app 22:27:15 ---> Running in aab9b2e2bc88 22:27:15 Still waiting to schedule task 22:27:15 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:27:15 Removing intermediate container aab9b2e2bc88 22:27:15 ---> 700747aeb876 22:27:15 Step 8/12 : COPY go.mod vendor* ./ 22:27:15 ---> 6fe9d8b40421 22:27:15 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:27:15 ---> Running in e06834971a16 22:28:02 Removing intermediate container e06834971a16 22:28:02 ---> 32ee56511f0b 22:28:02 Step 10/12 : COPY . . 22:28:02 ---> 32577069d254 22:28:02 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:28:02 ---> Running in dcb110f6d154 22:28:02 Removing intermediate container dcb110f6d154 22:28:02 ---> 569062ba5939 22:28:02 Step 12/12 : RUN $MAKE 22:28:02 ---> Running in dc1241e02550 22:28:02 noop 22:28:02 Removing intermediate container dc1241e02550 22:28:02 ---> a730060cedf0 22:28:02 Successfully built a730060cedf0 22:28:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:28:02 + docker inspect -f . ci-base-image-x86_64 22:28:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:28:02 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:28:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:28:02 $ docker top 4df126ded5f6ede356f2f04f449fe6e65858171f3cc3a641f9ca4b465eb50120 -eo pid,comm [Pipeline] { [Pipeline] sh 22:28:03 + go version 22:28:03 go version go1.21.0 linux/amd64 [Pipeline] } 22:28:03 $ docker stop --time=1 4df126ded5f6ede356f2f04f449fe6e65858171f3cc3a641f9ca4b465eb50120 22:28:04 $ docker rm -f --volumes 4df126ded5f6ede356f2f04f449fe6e65858171f3cc3a641f9ca4b465eb50120 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:28:05 + docker inspect -f . ci-base-image-x86_64 22:28:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:28:05 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:28:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:28:05 $ docker top 6731b5008df31043d35c8955926d948674669e1fca8a26788a81f5b3ad2382eb -eo pid,comm [Pipeline] { [Pipeline] sh 22:28:06 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 22:28:06 + make test 22:28:06 go test -race -coverprofile=coverage.out ./... 22:28:28 ? github.com/edgexfoundry/app-record-replay [no test files] 22:28:28 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 22:28:28 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 22:28:28 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 22:28:28 ok github.com/edgexfoundry/app-record-replay/internal/app 1.041s coverage: 88.0% of statements 22:28:36 ok github.com/edgexfoundry/app-record-replay/internal/application 9.602s coverage: 98.7% of statements 22:28:36 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.105s coverage: 89.7% of statements 22:28:36 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.036s coverage: 100.0% of statements 22:28:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8425 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 22:28:48 Running in /w/workspace/app-record-replay/58 [Pipeline] { [Pipeline] checkout 22:28:48 Selected Git installation does not exist. Using Default 22:28:48 The recommended git tool is: NONE 22:28:53 using credential edgex-jenkins-ssh 22:28:53 Cloning the remote Git repository 22:28:53 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 22:28:53 > git init /w/workspace/app-record-replay/58 # timeout=10 22:28:54 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 22:28:54 > git --version # timeout=10 22:28:54 > git --version # 'git version 2.25.1' 22:28:54 using GIT_SSH to set credentials SSH Credentials for GitHub 22:28:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:28:54 go vet ./... 22:28:54 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 22:28:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:28:55 Avoid second fetch 22:28:55 Checking out Revision 2506318949851bd4c6386bbbe703fa9470f34127 (main) 22:28:56 Commit message: "Merge pull request #87 from lenny-intel/postman-swagger" [Pipeline] withEnv [Pipeline] { 22:28:55 > git config core.sparsecheckout # timeout=10 22:28:55 > git checkout -f 2506318949851bd4c6386bbbe703fa9470f34127 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:28:57 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:28:57 % Total % Received % Xferd Average Speed Time Time Time Current 22:28:57 Dload Upload Total Spent Left Speed 22:28:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72039 0 --:--:-- --:--:-- --:--:-- 72448 [Pipeline] sh 22:28:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:28:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:28:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:28:58 ./bin/test-attribution-txt.sh 22:28:58 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:28:58 + sudo tee /etc/docker/daemon.new 22:28:58 { 22:28:58 "registry-mirrors": [ 22:28:58 "https://nexus3.edgexfoundry.org:10001" 22:28:58 ], 22:28:58 "bip": "10.250.0.254/24", 22:28:58 "hosts": [ 22:28:58 "tcp://0.0.0.0:5555", 22:28:58 "unix:///var/run/docker.sock" 22:28:58 ], 22:28:58 "mtu": 1458, 22:28:58 "selinux-enabled": true, 22:28:58 "seccomp-profile": "/etc/docker/seccomp.json" 22:28:58 } [Pipeline] echo 22:28:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:28:58 $ docker stop --time=1 6731b5008df31043d35c8955926d948674669e1fca8a26788a81f5b3ad2382eb 22:29:03 $ docker rm -f --volumes 6731b5008df31043d35c8955926d948674669e1fca8a26788a81f5b3ad2382eb [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 22:29:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:29:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:29:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 22:29:04 + sudo service docker restart [Pipeline] sh 22:29:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:29:05 + ls -al . 22:29:05 total 188 22:29:05 drwxrwxr-x 10 jenkins jenkins 4096 Oct 3 22:28 . 22:29:05 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 22:26 .. 22:29:05 -rw-rw-r-- 1 jenkins jenkins 119 Oct 3 22:26 .dockerignore 22:29:05 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 22:28 .git 22:29:05 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:26 .github 22:29:05 -rw-rw-r-- 1 jenkins jenkins 164 Oct 3 22:26 .gitignore 22:29:05 -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 22:26 .golangci.yml 22:29:05 drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 22:26 .semver 22:29:05 -rw-rw-r-- 1 jenkins jenkins 11301 Oct 3 22:26 Attribution.txt 22:29:05 -rw-rw-r-- 1 jenkins jenkins 258 Oct 3 22:26 CHANGELOG.md 22:29:05 -rw-rw-r-- 1 jenkins jenkins 1616 Oct 3 22:26 Dockerfile 22:29:05 -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 22:26 GOVERNANCE.md 22:29:05 -rw-rw-r-- 1 jenkins jenkins 681 Oct 3 22:26 Jenkinsfile 22:29:05 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 3 22:26 LICENSE 22:29:05 -rw-rw-r-- 1 jenkins jenkins 3139 Oct 3 22:26 Makefile 22:29:05 -rw-rw-r-- 1 jenkins jenkins 611 Oct 3 22:26 OWNERS.md 22:29:05 -rw-rw-r-- 1 jenkins jenkins 2363 Oct 3 22:26 README.md 22:29:05 -rw-rw-r-- 1 jenkins jenkins 7789 Oct 3 22:26 Record and Reply.postman_collection.json 22:29:05 -rw-rw-r-- 1 jenkins jenkins 12 Oct 3 22:27 VERSION 22:29:05 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:26 bin 22:29:05 -rw-r--r-- 1 jenkins jenkins 24666 Oct 3 22:28 coverage.out 22:29:05 -rw-rw-r-- 1 jenkins jenkins 3905 Oct 3 22:26 go.mod 22:29:05 -rw-rw-r-- 1 jenkins jenkins 35420 Oct 3 22:26 go.sum 22:29:05 drwxrwxr-x 7 jenkins jenkins 4096 Oct 3 22:26 internal 22:29:05 -rw-rw-r-- 1 jenkins jenkins 913 Oct 3 22:26 main.go 22:29:05 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:26 openapi 22:29:05 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:26 pkg 22:29:05 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:26 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:05 + 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=2506318949851bd4c6386bbbe703fa9470f34127 --label arch=amd64 --label version=3.1.0-dev.53 . 22:29:05 Sending build context to Docker daemon 626.2kB 22:29:05 Step 1/26 : ARG BASE=golang:1.21-alpine3.18 22:29:05 Step 2/26 : FROM ${BASE} AS builder 22:29:05 ---> a730060cedf0 22:29:05 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:29:05 ---> Running in 5f56784efdbb 22:29:05 Removing intermediate container 5f56784efdbb 22:29:05 ---> bbd19fcf9d80 22:29:05 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:29:05 ---> Running in 965d1bd4d7ee 22:29:05 Removing intermediate container 965d1bd4d7ee 22:29:05 ---> 077d8f6e352e 22:29:05 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:29:05 ---> Running in 87062f9ff0d5 22:29:05 Removing intermediate container 87062f9ff0d5 22:29:05 ---> c1923cb79708 22:29:05 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:29:05 ---> Running in a60a817afad8 22:29:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 22:29:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 22:29:06 OK: 264 MiB in 52 packages 22:29:06 Removing intermediate container a60a817afad8 22:29:06 ---> fdc9fa1663e3 22:29:06 Step 7/26 : WORKDIR /app 22:29:06 ---> Running in 51adca9fddd3 22:29:06 Removing intermediate container 51adca9fddd3 22:29:06 ---> 152e898eb489 22:29:06 Step 8/26 : COPY go.mod vendor* ./ 22:29:06 ---> 203c0ebcf8f4 22:29:06 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:29:06 ---> Running in 2da2995ce748 22:29:07 Removing intermediate container 2da2995ce748 22:29:07 ---> f16861a3404c 22:29:07 Step 10/26 : COPY . . 22:29:07 ---> 2104bb3f251d 22:29:07 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:29:07 ---> Running in 70d8e190daff 22:29:07 Removing intermediate container 70d8e190daff 22:29:07 ---> 308e6c716a5c 22:29:07 Step 12/26 : RUN $MAKE 22:29:07 ---> Running in 4efcf6a1e756 22:29:08 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.53" -trimpath -mod=readonly -o app-record-replay [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:29:22 provisioning config files... 22:29:22 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/58@tmp/config5696111652602433011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:29:23 ---> docker-login.sh 22:29:23 nexus3.edgexfoundry.org:10001 22:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:23 Configure a credential helper to remove this warning. See 22:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:23 22:29:23 Login Succeeded 22:29:23 nexus3.edgexfoundry.org:10002 22:29:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:23 Configure a credential helper to remove this warning. See 22:29:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:23 22:29:23 Login Succeeded 22:29:24 nexus3.edgexfoundry.org:10003 22:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:24 Configure a credential helper to remove this warning. See 22:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:24 22:29:24 Login Succeeded 22:29:24 nexus3.edgexfoundry.org:10004 22:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:24 Configure a credential helper to remove this warning. See 22:29:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:24 22:29:24 Login Succeeded 22:29:24 docker.io 22:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:25 Configure a credential helper to remove this warning. See 22:29:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:25 22:29:25 Login Succeeded 22:29:25 ---> docker-login.sh ends [Pipeline] } 22:29:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:29:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:29:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:29:25 ========================================================= 22:29:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 22:29:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:25 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 22:29:25 Sending build context to Docker daemon 259.6kB 22:29:26 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 22:29:26 Step 2/12 : FROM ${BASE} AS builder 22:29:26 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:29:26 9fda8d8052c6: Pulling fs layer 22:29:26 5d54e960e981: Pulling fs layer 22:29:26 c4a7e357bf2a: Pulling fs layer 22:29:26 f0e02332f6b5: Pulling fs layer 22:29:26 cefa15bbcfad: Pulling fs layer 22:29:26 17808c966233: Pulling fs layer 22:29:26 f4c1fc716caa: Pulling fs layer 22:29:26 f0e02332f6b5: Waiting 22:29:26 cefa15bbcfad: Waiting 22:29:26 17808c966233: Waiting 22:29:26 f4c1fc716caa: Waiting 22:29:26 5d54e960e981: Verifying Checksum 22:29:26 5d54e960e981: Download complete 22:29:26 f0e02332f6b5: Download complete 22:29:26 cefa15bbcfad: Verifying Checksum 22:29:26 cefa15bbcfad: Download complete 22:29:26 9fda8d8052c6: Download complete 22:29:26 f4c1fc716caa: Verifying Checksum 22:29:26 f4c1fc716caa: Download complete 22:29:27 9fda8d8052c6: Pull complete 22:29:27 5d54e960e981: Pull complete 22:29:28 c4a7e357bf2a: Verifying Checksum 22:29:28 c4a7e357bf2a: Download complete 22:29:28 17808c966233: Verifying Checksum 22:29:28 17808c966233: Download complete 22:29:30 Removing intermediate container 4efcf6a1e756 22:29:30 ---> 117cbe454f68 22:29:30 Step 13/26 : FROM alpine:3.18 22:29:30 3.18: Pulling from library/alpine 22:29:30 96526aa774ef: Pulling fs layer 22:29:30 96526aa774ef: Verifying Checksum 22:29:30 96526aa774ef: Download complete 22:29:30 96526aa774ef: Pull complete 22:29:30 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 22:29:30 Status: Downloaded newer image for alpine:3.18 22:29:30 ---> 8ca4688f4f35 22:29:30 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:29:30 ---> Running in 9c13bfb6a08a 22:29:30 Removing intermediate container 9c13bfb6a08a 22:29:30 ---> d3f642043399 22:29:30 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 22:29:30 ---> Running in 904b11e7d7b7 22:29:30 Removing intermediate container 904b11e7d7b7 22:29:30 ---> 9e16271b71ac 22:29:30 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:29:30 ---> Running in 18d87086aed7 22:29:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 22:29:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 22:29:30 (1/2) Installing ca-certificates (20230506-r0) 22:29:30 (2/2) Installing dumb-init (1.2.5-r2) 22:29:30 Executing busybox-1.36.1-r2.trigger 22:29:30 Executing ca-certificates-20230506-r0.trigger 22:29:30 OK: 8 MiB in 17 packages 22:29:30 Removing intermediate container 18d87086aed7 22:29:30 ---> 31f7b22a7e7c 22:29:30 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:29:30 ---> 0aa8c03202fb 22:29:30 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:29:30 ---> 012ebafb81ca 22:29:30 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:29:30 ---> da06e982cd2f 22:29:30 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 22:29:31 ---> 466cc958993f 22:29:31 Step 21/26 : EXPOSE 59712 22:29:31 ---> Running in 66957da02662 22:29:31 Removing intermediate container 66957da02662 22:29:31 ---> eaf5e75291f2 22:29:31 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 22:29:31 ---> Running in a4c21a8b9968 22:29:31 Removing intermediate container a4c21a8b9968 22:29:31 ---> e10162c08734 22:29:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:29:31 ---> Running in 29aa666dd038 22:29:31 Removing intermediate container 29aa666dd038 22:29:31 ---> 52fb92ad4f64 22:29:31 Step 24/26 : LABEL arch=amd64 22:29:31 ---> Running in 881f7d0f6fb8 22:29:31 Removing intermediate container 881f7d0f6fb8 22:29:31 ---> 7abb36be3cbe 22:29:31 Step 25/26 : LABEL git_sha=2506318949851bd4c6386bbbe703fa9470f34127 22:29:31 ---> Running in 883ada377c8d 22:29:31 Removing intermediate container 883ada377c8d 22:29:31 ---> 403f13664b22 22:29:31 Step 26/26 : LABEL version=3.1.0-dev.53 22:29:32 ---> Running in dcc1ae00e339 22:29:32 Removing intermediate container dcc1ae00e339 22:29:32 ---> 36a0bd8e7b17 22:29:32 [Warning] One or more build-args [ARCH] were not consumed 22:29:32 Successfully built 36a0bd8e7b17 22:29:32 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 22:29:32 provisioning config files... 22:29:32 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5424940304680759996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:29:32 ---> docker-login.sh 22:29:32 nexus3.edgexfoundry.org:10001 22:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:32 Configure a credential helper to remove this warning. See 22:29:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:32 22:29:32 Login Succeeded 22:29:32 nexus3.edgexfoundry.org:10002 22:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:32 Configure a credential helper to remove this warning. See 22:29:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:32 22:29:32 Login Succeeded 22:29:32 nexus3.edgexfoundry.org:10003 22:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:32 Configure a credential helper to remove this warning. See 22:29:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:32 22:29:32 Login Succeeded 22:29:32 nexus3.edgexfoundry.org:10004 22:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:32 Configure a credential helper to remove this warning. See 22:29:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:32 22:29:32 Login Succeeded 22:29:32 docker.io 22:29:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:32 Configure a credential helper to remove this warning. See 22:29:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:32 22:29:32 Login Succeeded 22:29:32 ---> docker-login.sh ends [Pipeline] } 22:29:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:29:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:29:33 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 22:29:33 2506318949851bd4c6386bbbe703fa9470f34127 22:29:33 latest 22:29:33 3.1.0-dev.53 22:29:33 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 22:29:33 main 22:29:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:33 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:33 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127 22:29:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:29:33 a79b2ac14a92: Preparing 22:29:33 e4fa1e033230: Preparing 22:29:33 1d8e969466d0: Preparing 22:29:33 001e6cbc3428: Preparing 22:29:33 cd5b87302705: Preparing 22:29:33 cc2447e1835a: Preparing 22:29:33 cc2447e1835a: Waiting 22:29:33 1d8e969466d0: Pushed 22:29:33 e4fa1e033230: Pushed 22:29:33 001e6cbc3428: Pushed 22:29:33 cc2447e1835a: Layer already exists 22:29:33 cd5b87302705: Pushed 22:29:37 a79b2ac14a92: Pushed 22:29:37 2506318949851bd4c6386bbbe703fa9470f34127: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:37 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:37 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 22:29:37 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:29:37 a79b2ac14a92: Preparing 22:29:37 e4fa1e033230: Preparing 22:29:37 1d8e969466d0: Preparing 22:29:37 001e6cbc3428: Preparing 22:29:37 cd5b87302705: Preparing 22:29:37 cc2447e1835a: Preparing 22:29:37 cc2447e1835a: Waiting 22:29:37 cd5b87302705: Layer already exists 22:29:37 001e6cbc3428: Layer already exists 22:29:37 a79b2ac14a92: Layer already exists 22:29:37 e4fa1e033230: Layer already exists 22:29:37 1d8e969466d0: Layer already exists 22:29:37 cc2447e1835a: Layer already exists 22:29:37 latest: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:37 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:38 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.53 22:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:29:38 a79b2ac14a92: Preparing 22:29:38 e4fa1e033230: Preparing 22:29:38 1d8e969466d0: Preparing 22:29:38 001e6cbc3428: Preparing 22:29:38 cd5b87302705: Preparing 22:29:38 cc2447e1835a: Preparing 22:29:38 cc2447e1835a: Waiting 22:29:38 a79b2ac14a92: Layer already exists 22:29:38 1d8e969466d0: Layer already exists 22:29:38 e4fa1e033230: Layer already exists 22:29:38 001e6cbc3428: Layer already exists 22:29:38 cd5b87302705: Layer already exists 22:29:38 cc2447e1835a: Layer already exists 22:29:38 3.1.0-dev.53: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:38 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:38 c4a7e357bf2a: Pull complete 22:29:38 f0e02332f6b5: Pull complete 22:29:38 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 22:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:29:38 a79b2ac14a92: Preparing 22:29:38 e4fa1e033230: Preparing 22:29:38 1d8e969466d0: Preparing 22:29:38 001e6cbc3428: Preparing 22:29:38 cd5b87302705: Preparing 22:29:38 cc2447e1835a: Preparing 22:29:38 cc2447e1835a: Waiting 22:29:38 001e6cbc3428: Layer already exists 22:29:38 e4fa1e033230: Layer already exists 22:29:38 cd5b87302705: Layer already exists 22:29:38 a79b2ac14a92: Layer already exists 22:29:38 1d8e969466d0: Layer already exists 22:29:38 cc2447e1835a: Layer already exists 22:29:38 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:39 cefa15bbcfad: Pull complete 22:29:39 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:39 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 22:29:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:29:39 a79b2ac14a92: Preparing 22:29:39 e4fa1e033230: Preparing 22:29:39 1d8e969466d0: Preparing 22:29:39 001e6cbc3428: Preparing 22:29:39 cd5b87302705: Preparing 22:29:39 cc2447e1835a: Preparing 22:29:39 cc2447e1835a: Waiting 22:29:39 001e6cbc3428: Layer already exists 22:29:39 1d8e969466d0: Layer already exists 22:29:39 a79b2ac14a92: Layer already exists 22:29:39 cd5b87302705: Layer already exists 22:29:39 e4fa1e033230: Layer already exists 22:29:39 cc2447e1835a: Layer already exists 22:29:39 main: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:29:39 ===================================================== [Pipeline] echo 22:29:39 taggedImages: 22:29:39 - nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127 22:29:39 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 22:29:39 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.53 22:29:39 - nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 22:29:39 - 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 22:29:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:29:39 22:29:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:29:40 latest: Pulling from edgex-lftools-log-publisher 22:29:40 5eb5b503b376: Pulling fs layer 22:29:40 5c69ac0246d0: Pulling fs layer 22:29:40 ec43610c2a17: Pulling fs layer 22:29:40 3a2ae6a8a46f: Pulling fs layer 22:29:40 33b1e0a273af: Pulling fs layer 22:29:40 5d3b04190fa2: Pulling fs layer 22:29:40 2f39f015ded8: Pulling fs layer 22:29:40 2f39f015ded8: Waiting 22:29:40 3a2ae6a8a46f: Waiting 22:29:40 5d3b04190fa2: Waiting 22:29:40 33b1e0a273af: Waiting 22:29:40 5c69ac0246d0: Download complete 22:29:40 3a2ae6a8a46f: Verifying Checksum 22:29:40 3a2ae6a8a46f: Download complete 22:29:40 33b1e0a273af: Verifying Checksum 22:29:40 33b1e0a273af: Download complete 22:29:40 ec43610c2a17: Verifying Checksum 22:29:40 ec43610c2a17: Download complete 22:29:40 5d3b04190fa2: Verifying Checksum 22:29:40 5d3b04190fa2: Download complete 22:29:40 5eb5b503b376: Verifying Checksum 22:29:40 5eb5b503b376: Download complete 22:29:40 2f39f015ded8: Download complete 22:29:41 5eb5b503b376: Pull complete 22:29:41 5c69ac0246d0: Pull complete 22:29:42 ec43610c2a17: Pull complete 22:29:42 3a2ae6a8a46f: Pull complete 22:29:42 33b1e0a273af: Pull complete 22:29:42 5d3b04190fa2: Pull complete 22:29:46 2f39f015ded8: Pull complete 22:29:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:29:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:29:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:29:46 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:29:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:29:47 17808c966233: Pull complete 22:29:48 f4c1fc716caa: Pull complete 22:29:48 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 22:29:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 22:29:48 ---> ea914061e18c 22:29:48 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:29:50 ---> Running in 334a37628fce 22:29:50 Removing intermediate container 334a37628fce 22:29:50 ---> 611088a1bbbc 22:29:50 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:29:50 ---> Running in 36da75cee9e2 22:29:50 Removing intermediate container 36da75cee9e2 22:29:50 ---> b69329163331 22:29:50 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:29:52 $ docker top 4d5aecb515dd94a031964e17b3ec287c4f198b7e118ace085499065ba381ac04 -eo pid,comm 22:29:52 ---> Running in f104f2352cbf 22:29:52 Removing intermediate container f104f2352cbf 22:29:52 ---> b843b2e29d0e 22:29:52 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:29:52 ---> Running in 95342bbf29d3 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:29:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 22:29:52 ---> job-cost.sh 22:29:52 lf-activate-venv: SKIPPING 22:29:52 INFO: No Stack... 22:29:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 22:29:52 INFO: Retrieving Pricing Info for: v3-standard-8 22:29:53 INFO: Archiving Costs [Pipeline] sh 22:29:53 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 22:29:53 + cut -d, -f6 22:29:53 OK: 266 MiB in 52 packages [Pipeline] lock 22:29:53 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] 22:29:53 Resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] did not exist. Created. 22:29:53 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:29:53 + echo total: 0.2199999988079071 [Pipeline] stash 22:29:54 Stashed 1 file(s) [Pipeline] } 22:29:54 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] // lock [Pipeline] } 22:29:54 $ docker stop --time=1 4d5aecb515dd94a031964e17b3ec287c4f198b7e118ace085499065ba381ac04 22:29:54 Removing intermediate container 95342bbf29d3 22:29:54 ---> 7a4000f5468f 22:29:54 Step 7/12 : WORKDIR /app 22:29:54 ---> Running in 57b7a457d4cd 22:29:54 Removing intermediate container 57b7a457d4cd 22:29:54 ---> 510ff9c69caa 22:29:54 Step 8/12 : COPY go.mod vendor* ./ 22:29:55 $ docker rm -f --volumes 4d5aecb515dd94a031964e17b3ec287c4f198b7e118ace085499065ba381ac04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:29:55 ---> 197958a53d3c 22:29:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:29:55 ---> Running in 4dfdfe776b13 22:31:03 Removing intermediate container 4dfdfe776b13 22:31:03 ---> 044199a60b67 22:31:03 Step 10/12 : COPY . . 22:31:03 ---> 5a781b49382a 22:31:03 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:31:03 ---> Running in ebb0fd64e147 22:31:03 Removing intermediate container ebb0fd64e147 22:31:03 ---> 6c44c306e3b3 22:31:03 Step 12/12 : RUN $MAKE 22:31:03 ---> Running in f2f93ce8c547 22:31:03 noop 22:31:03 Removing intermediate container f2f93ce8c547 22:31:03 ---> 6b1c96fcf83f 22:31:03 Successfully built 6b1c96fcf83f 22:31:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:04 + docker inspect -f . ci-base-image-arm64 22:31:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:04 prd-ubuntu20.04-docker-arm64-4c-16g-8425 does not seem to be running inside a container 22:31:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/58 -v /w/workspace/app-record-replay/58:/w/workspace/app-record-replay/58:rw,z -v /w/workspace/app-record-replay/58@tmp:/w/workspace/app-record-replay/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:31:05 $ docker top ecb3c83db82e0daca86562af1f4f53de2a53cdf1171559d51c721771ae2cf5f7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:06 + go version 22:31:06 go version go1.21.0 linux/arm64 [Pipeline] } 22:31:06 $ docker stop --time=1 ecb3c83db82e0daca86562af1f4f53de2a53cdf1171559d51c721771ae2cf5f7 22:31:08 $ docker rm -f --volumes ecb3c83db82e0daca86562af1f4f53de2a53cdf1171559d51c721771ae2cf5f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:08 + docker inspect -f . ci-base-image-arm64 22:31:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:08 prd-ubuntu20.04-docker-arm64-4c-16g-8425 does not seem to be running inside a container 22:31:08 $ 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/58 -v /w/workspace/app-record-replay/58:/w/workspace/app-record-replay/58:rw,z -v /w/workspace/app-record-replay/58@tmp:/w/workspace/app-record-replay/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:31:10 $ docker top ee8cdfbc4fa0b3f4e6247e839193ad270cf13835eb5859430970cd7dd01ef706 -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:10 + git config --global --add safe.directory /w/workspace/app-record-replay/58 [Pipeline] fileExists [Pipeline] sh 22:31:11 + make test 22:31:11 go test -race -coverprofile=coverage.out ./... 22:33:18 ? github.com/edgexfoundry/app-record-replay [no test files] 22:33:18 ok github.com/edgexfoundry/app-record-replay/internal/app 1.245s coverage: 88.0% of statements 22:33:20 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 22:33:20 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 22:33:22 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 22:33:30 ok github.com/edgexfoundry/app-record-replay/internal/application 10.050s coverage: 98.7% of statements 22:33:30 ok github.com/edgexfoundry/app-record-replay/internal/controller 1.538s coverage: 89.7% of statements 22:33:30 ok github.com/edgexfoundry/app-record-replay/internal/utils 1.160s coverage: 100.0% of statements 22:33:31 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:33:31 go vet ./... 22:35:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:35:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:35:38 ./bin/test-attribution-txt.sh [Pipeline] echo 22:35:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:35:38 $ docker stop --time=1 ee8cdfbc4fa0b3f4e6247e839193ad270cf13835eb5859430970cd7dd01ef706 22:35:40 $ docker rm -f --volumes ee8cdfbc4fa0b3f4e6247e839193ad270cf13835eb5859430970cd7dd01ef706 [Pipeline] // withDockerContainer [Pipeline] sh 22:35:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:35:41 Warning: overwriting stash ‘coverage-report’ 22:35:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:35:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:35:42 + ls -al . 22:35:42 total 184 22:35:42 drwxrwxr-x 9 jenkins jenkins 4096 Oct 3 22:31 . 22:35:42 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 22:28 .. 22:35:42 -rw-rw-r-- 1 jenkins jenkins 119 Oct 3 22:28 .dockerignore 22:35:42 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 22:28 .git 22:35:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:28 .github 22:35:42 -rw-rw-r-- 1 jenkins jenkins 164 Oct 3 22:28 .gitignore 22:35:42 -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 22:28 .golangci.yml 22:35:42 -rw-rw-r-- 1 jenkins jenkins 11301 Oct 3 22:28 Attribution.txt 22:35:42 -rw-rw-r-- 1 jenkins jenkins 258 Oct 3 22:28 CHANGELOG.md 22:35:42 -rw-rw-r-- 1 jenkins jenkins 1616 Oct 3 22:28 Dockerfile 22:35:42 -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 22:28 GOVERNANCE.md 22:35:42 -rw-rw-r-- 1 jenkins jenkins 681 Oct 3 22:28 Jenkinsfile 22:35:42 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 3 22:28 LICENSE 22:35:42 -rw-rw-r-- 1 jenkins jenkins 3139 Oct 3 22:28 Makefile 22:35:42 -rw-rw-r-- 1 jenkins jenkins 611 Oct 3 22:28 OWNERS.md 22:35:42 -rw-rw-r-- 1 jenkins jenkins 2363 Oct 3 22:28 README.md 22:35:42 -rw-rw-r-- 1 jenkins jenkins 7789 Oct 3 22:28 Record and Reply.postman_collection.json 22:35:42 -rw-rw-r-- 1 jenkins jenkins 12 Oct 3 22:27 VERSION 22:35:42 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:28 bin 22:35:42 -rw-r--r-- 1 jenkins jenkins 24667 Oct 3 22:33 coverage.out 22:35:42 -rw-rw-r-- 1 jenkins jenkins 3905 Oct 3 22:28 go.mod 22:35:42 -rw-rw-r-- 1 jenkins jenkins 35420 Oct 3 22:28 go.sum 22:35:42 drwxrwxr-x 7 jenkins jenkins 4096 Oct 3 22:28 internal 22:35:42 -rw-rw-r-- 1 jenkins jenkins 913 Oct 3 22:28 main.go 22:35:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:28 openapi 22:35:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:28 pkg 22:35:42 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:28 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:35:43 + 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=2506318949851bd4c6386bbbe703fa9470f34127 --label arch=arm64 --label version=3.1.0-dev.53 . 22:35:43 Sending build context to Docker daemon 285.2kB 22:35:43 Step 1/26 : ARG BASE=golang:1.21-alpine3.18 22:35:43 Step 2/26 : FROM ${BASE} AS builder 22:35:43 ---> 6b1c96fcf83f 22:35:43 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:35:43 ---> Running in 6205ed4f5209 22:35:43 Removing intermediate container 6205ed4f5209 22:35:43 ---> 22dac14b6032 22:35:43 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:35:43 ---> Running in 1d561405967c 22:35:43 Removing intermediate container 1d561405967c 22:35:43 ---> 52d039c7e9df 22:35:43 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:35:44 ---> Running in e96e798df764 22:35:44 Removing intermediate container e96e798df764 22:35:44 ---> 8695d649f36a 22:35:44 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:35:44 ---> Running in b3306ef89612 22:35:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 22:35:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 22:35:46 OK: 266 MiB in 52 packages 22:35:47 Removing intermediate container b3306ef89612 22:35:47 ---> fc0e2c8a29b9 22:35:47 Step 7/26 : WORKDIR /app 22:35:47 ---> Running in 5bd47ed5d58f 22:35:48 Removing intermediate container 5bd47ed5d58f 22:35:48 ---> 81b4950b27d0 22:35:48 Step 8/26 : COPY go.mod vendor* ./ 22:35:48 ---> c59072e761c5 22:35:48 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:35:48 ---> Running in 6f661c3dd26b 22:35:53 Removing intermediate container 6f661c3dd26b 22:35:53 ---> ebbbb2560209 22:35:53 Step 10/26 : COPY . . 22:35:53 ---> b5d8b3e6de86 22:35:53 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:35:53 ---> Running in 3361dfe719fe 22:35:53 Removing intermediate container 3361dfe719fe 22:35:53 ---> af90ee11952b 22:35:53 Step 12/26 : RUN $MAKE 22:35:53 ---> Running in bbffd5dbd99f 22:35:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.53" -trimpath -mod=readonly -o app-record-replay 22:37:46 Removing intermediate container bbffd5dbd99f 22:37:46 ---> c723fb3863ce 22:37:46 Step 13/26 : FROM alpine:3.18 22:37:46 3.18: Pulling from library/alpine 22:37:46 579b34f0a95b: Pulling fs layer 22:37:46 579b34f0a95b: Download complete 22:37:46 579b34f0a95b: Pull complete 22:37:46 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 22:37:46 Status: Downloaded newer image for alpine:3.18 22:37:46 ---> 3cc203321400 22:37:46 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:37:46 ---> Running in 64d556af736a 22:37:46 Removing intermediate container 64d556af736a 22:37:46 ---> d75f542253b7 22:37:46 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 22:37:46 ---> Running in f1894af75222 22:37:46 Removing intermediate container f1894af75222 22:37:46 ---> 14f8711a1061 22:37:46 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:37:46 ---> Running in e019d808fb82 22:37:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 22:37:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 22:37:46 (1/2) Installing ca-certificates (20230506-r0) 22:37:46 (2/2) Installing dumb-init (1.2.5-r2) 22:37:46 Executing busybox-1.36.1-r2.trigger 22:37:46 Executing ca-certificates-20230506-r0.trigger 22:37:46 OK: 9 MiB in 17 packages 22:37:46 Removing intermediate container e019d808fb82 22:37:46 ---> 64be406ba507 22:37:46 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:37:46 ---> 1f074c8e33a0 22:37:46 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:37:46 ---> 17d6cc93c05c 22:37:46 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:37:46 ---> 2d7b0dc7cc19 22:37:46 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 22:37:46 ---> 27bfdd7142d3 22:37:46 Step 21/26 : EXPOSE 59712 22:37:46 ---> Running in 118e1a87e1f3 22:37:46 Removing intermediate container 118e1a87e1f3 22:37:46 ---> 7597086319ef 22:37:46 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 22:37:46 ---> Running in 49cbe13f2d78 22:37:47 Removing intermediate container 49cbe13f2d78 22:37:47 ---> e66b1555d7d9 22:37:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:37:47 ---> Running in 364a7979bdf8 22:37:47 Removing intermediate container 364a7979bdf8 22:37:47 ---> fffd54ff98a1 22:37:47 Step 24/26 : LABEL arch=arm64 22:37:47 ---> Running in bb62b4d93762 22:37:47 Removing intermediate container bb62b4d93762 22:37:47 ---> 7e5e23f96127 22:37:47 Step 25/26 : LABEL git_sha=2506318949851bd4c6386bbbe703fa9470f34127 22:37:47 ---> Running in 2a5d5e9dd234 22:37:48 Removing intermediate container 2a5d5e9dd234 22:37:48 ---> f1e890acf36a 22:37:48 Step 26/26 : LABEL version=3.1.0-dev.53 22:37:48 ---> Running in 483af14258d5 22:37:48 Removing intermediate container 483af14258d5 22:37:48 ---> db83d8ffa3b3 22:37:48 [Warning] One or more build-args [ARCH] were not consumed 22:37:48 Successfully built db83d8ffa3b3 22:37:48 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 22:37:48 provisioning config files... 22:37:48 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/58@tmp/config4102734067482458732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:37:49 ---> docker-login.sh 22:37:49 nexus3.edgexfoundry.org:10001 22:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:49 Configure a credential helper to remove this warning. See 22:37:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:49 22:37:49 Login Succeeded 22:37:49 nexus3.edgexfoundry.org:10002 22:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:49 Configure a credential helper to remove this warning. See 22:37:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:49 22:37:49 Login Succeeded 22:37:49 nexus3.edgexfoundry.org:10003 22:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:50 Configure a credential helper to remove this warning. See 22:37:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:50 22:37:50 Login Succeeded 22:37:50 nexus3.edgexfoundry.org:10004 22:37:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:50 Configure a credential helper to remove this warning. See 22:37:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:50 22:37:50 Login Succeeded 22:37:50 docker.io 22:37:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:37:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:37:50 Configure a credential helper to remove this warning. See 22:37:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:37:50 22:37:50 Login Succeeded 22:37:50 ---> docker-login.sh ends [Pipeline] } 22:37:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:37:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:37:50 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 22:37:50 2506318949851bd4c6386bbbe703fa9470f34127 22:37:50 latest 22:37:50 3.1.0-dev.53 22:37:50 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 22:37:50 main 22:37:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:51 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:51 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127 22:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:37:51 c58574cea93b: Preparing 22:37:51 f3abe6bf54e6: Preparing 22:37:51 d8aa95fe531b: Preparing 22:37:51 629174931f19: Preparing 22:37:51 ab4365f6339a: Preparing 22:37:51 5f4d9fc4d98d: Preparing 22:37:51 5f4d9fc4d98d: Waiting 22:37:51 629174931f19: Pushed 22:37:51 d8aa95fe531b: Pushed 22:37:51 f3abe6bf54e6: Pushed 22:37:51 5f4d9fc4d98d: Layer already exists 22:37:52 ab4365f6339a: Pushed 22:37:57 c58574cea93b: Pushed 22:37:57 2506318949851bd4c6386bbbe703fa9470f34127: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:58 + 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 22:37:58 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 22:37:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:37:58 c58574cea93b: Preparing 22:37:58 f3abe6bf54e6: Preparing 22:37:58 d8aa95fe531b: Preparing 22:37:58 629174931f19: Preparing 22:37:58 ab4365f6339a: Preparing 22:37:58 5f4d9fc4d98d: Preparing 22:37:58 5f4d9fc4d98d: Waiting 22:37:58 f3abe6bf54e6: Layer already exists 22:37:58 d8aa95fe531b: Layer already exists 22:37:58 629174931f19: Layer already exists 22:37:58 ab4365f6339a: Layer already exists 22:37:58 c58574cea93b: Layer already exists 22:37:58 5f4d9fc4d98d: Layer already exists 22:37:58 latest: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:59 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:59 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.53 22:37:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:37:59 c58574cea93b: Preparing 22:37:59 f3abe6bf54e6: Preparing 22:37:59 d8aa95fe531b: Preparing 22:37:59 629174931f19: Preparing 22:37:59 ab4365f6339a: Preparing 22:37:59 5f4d9fc4d98d: Preparing 22:37:59 5f4d9fc4d98d: Waiting 22:37:59 c58574cea93b: Layer already exists 22:37:59 d8aa95fe531b: Layer already exists 22:37:59 f3abe6bf54e6: Layer already exists 22:37:59 629174931f19: Layer already exists 22:37:59 ab4365f6339a: Layer already exists 22:37:59 5f4d9fc4d98d: Layer already exists 22:37:59 3.1.0-dev.53: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:59 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:00 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 22:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:38:00 c58574cea93b: Preparing 22:38:00 f3abe6bf54e6: Preparing 22:38:00 d8aa95fe531b: Preparing 22:38:00 629174931f19: Preparing 22:38:00 ab4365f6339a: Preparing 22:38:00 5f4d9fc4d98d: Preparing 22:38:00 5f4d9fc4d98d: Waiting 22:38:00 ab4365f6339a: Layer already exists 22:38:00 c58574cea93b: Layer already exists 22:38:00 f3abe6bf54e6: Layer already exists 22:38:00 629174931f19: Layer already exists 22:38:00 d8aa95fe531b: Layer already exists 22:38:00 5f4d9fc4d98d: Layer already exists 22:38:00 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:00 + 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 22:38:00 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 22:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:38:00 c58574cea93b: Preparing 22:38:00 f3abe6bf54e6: Preparing 22:38:00 d8aa95fe531b: Preparing 22:38:00 629174931f19: Preparing 22:38:00 ab4365f6339a: Preparing 22:38:00 5f4d9fc4d98d: Preparing 22:38:00 5f4d9fc4d98d: Waiting 22:38:00 c58574cea93b: Layer already exists 22:38:00 ab4365f6339a: Layer already exists 22:38:00 f3abe6bf54e6: Layer already exists 22:38:00 629174931f19: Layer already exists 22:38:00 d8aa95fe531b: Layer already exists 22:38:00 5f4d9fc4d98d: Layer already exists 22:38:00 main: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:38:01 ===================================================== [Pipeline] echo 22:38:01 taggedImages: 22:38:01 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127 22:38:01 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 22:38:01 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.53 22:38:01 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 22:38:01 - 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 22:38:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:38:01 22:38:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:38:01 arm64: Pulling from edgex-lftools-log-publisher 22:38:01 8998bd30e6a1: Pulling fs layer 22:38:01 04944245beec: Pulling fs layer 22:38:01 699f458cf7ca: Pulling fs layer 22:38:01 765212b225bb: Pulling fs layer 22:38:01 f23df028b6ca: Pulling fs layer 22:38:01 d65c8cfc05b1: Pulling fs layer 22:38:01 2437ff75d9bd: Pulling fs layer 22:38:01 765212b225bb: Waiting 22:38:01 d65c8cfc05b1: Waiting 22:38:01 f23df028b6ca: Waiting 22:38:01 2437ff75d9bd: Waiting 22:38:02 04944245beec: Verifying Checksum 22:38:02 04944245beec: Download complete 22:38:02 765212b225bb: Verifying Checksum 22:38:02 765212b225bb: Download complete 22:38:02 f23df028b6ca: Download complete 22:38:02 d65c8cfc05b1: Verifying Checksum 22:38:02 d65c8cfc05b1: Download complete 22:38:02 699f458cf7ca: Download complete 22:38:02 8998bd30e6a1: Verifying Checksum 22:38:02 8998bd30e6a1: Download complete 22:38:04 2437ff75d9bd: Verifying Checksum 22:38:04 2437ff75d9bd: Download complete 22:38:06 8998bd30e6a1: Pull complete 22:38:10 04944245beec: Pull complete 22:38:11 699f458cf7ca: Pull complete 22:38:11 765212b225bb: Pull complete 22:38:12 f23df028b6ca: Pull complete 22:38:12 d65c8cfc05b1: Pull complete 22:38:27 2437ff75d9bd: Pull complete 22:38:27 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:38:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:38:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:38:27 prd-ubuntu20.04-docker-arm64-4c-16g-8425 does not seem to be running inside a container 22:38:27 $ 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/58 -v /w/workspace/app-record-replay/58:/w/workspace/app-record-replay/58:rw,z -v /w/workspace/app-record-replay/58@tmp:/w/workspace/app-record-replay/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:38:30 $ docker top dde1b74d9dc7dbaf0c369eb8b246f1bd12bc74ae28b0986be30fcbfebbdb2e02 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:38:30 ---> job-cost.sh 22:38:30 lf-activate-venv: SKIPPING 22:38:30 INFO: No Stack... 22:38:31 INFO: Retrieving Pricing Info for: v3-standard-4 22:38:31 INFO: Archiving Costs [Pipeline] sh 22:38:32 + cat+ /w/workspace/app-record-replay/58/archives/cost.csv 22:38:32 cut -d, -f6 [Pipeline] lock 22:38:32 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] 22:38:32 Resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] did not exist. Created. 22:38:32 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:38:33 /w/workspace/app-record-replay/58@tmp/durable-40b6c740/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:38:33 + echo total: 0.10999999940395355 [Pipeline] stash 22:38:33 Warning: overwriting stash ‘stack-cost’ 22:38:33 Stashed 1 file(s) [Pipeline] } 22:38:33 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] // lock [Pipeline] } 22:38:33 $ docker stop --time=1 dde1b74d9dc7dbaf0c369eb8b246f1bd12bc74ae28b0986be30fcbfebbdb2e02 22:38:36 $ docker rm -f --volumes dde1b74d9dc7dbaf0c369eb8b246f1bd12bc74ae28b0986be30fcbfebbdb2e02 [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 22:38:36 provisioning config files... 22:38:36 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15356161112086858244tmp [Pipeline] { [Pipeline] sh 22:38:36 + set +x 22:38:36 + bash -s -- 22:38:36 + curl -s https://codecov.io/bash 22:38:36 22:38:36 _____ _ 22:38:36 / ____| | | 22:38:36 | | ___ __| | ___ ___ _____ __ 22:38:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:38:36 | |___| (_) | (_| | __/ (_| (_) \ V / 22:38:36 \_____\___/ \__,_|\___|\___\___/ \_/ 22:38:36 Bash-1.0.6 22:38:36 22:38:36 22:38:36 ==> git version 2.25.1 found 22:38:36 ==> 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 22:38:36 Release-Date: 2020-01-08 22:38:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:38:36 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:38:36 ==> Jenkins CI detected. 22:38:36 current dir:  /w/workspace/exfoundry_app-record-replay_main 22:38:36 project root: . 22:38:36 --> token set from env 22:38:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:38:36 ==> Running gcov in . (disable via -X gcov) 22:38:36 ==> Python coveragepy not found 22:38:36 ==> Searching for coverage reports in: 22:38:36 + . 22:38:37 -> Found 1 reports 22:38:37 ==> Detecting git/mercurial file structure 22:38:37 ==> Reading reports 22:38:37 + ./coverage.out bytes=24667 22:38:37 ==> Appending adjustments 22:38:37 https://docs.codecov.io/docs/fixing-reports 22:38:37 + Found adjustments 22:38:37 ==> Gzipping contents 22:38:37 8.0K /tmp/codecov.Sn1MRu.gz 22:38:37 ==> Uploading reports 22:38:37 url: https://codecov.io 22:38:37 query: branch=main&commit=2506318949851bd4c6386bbbe703fa9470f34127&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 22:38:37 -> Pinging Codecov 22:38:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6761a825-4501-4abd-88ee-552c6fc4520a&branch=main&commit=2506318949851bd4c6386bbbe703fa9470f34127&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 22:38:37 -> Uploading to 22:38:37 https://storage.googleapis.com/codecov/v4/raw/2023-10-03/F467761B9912B4F32F9BC62907045C81/2506318949851bd4c6386bbbe703fa9470f34127/ae709858-8847-4777-9473-672df978f5b7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231003T223837Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=47130846cf44cf56fe631ed86b7ebecde95985ff41f8d9714762475df47deb62 22:38:37 % Total % Received % Xferd Average Speed Time Time Time Current 22:38:37 Dload Upload Total Spent Left Speed 22:38:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4851 0 0 100 4851 0 19719 --:--:-- --:--:-- --:--:-- 19719 22:38:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] } 22:38:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:38:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:38:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:38:38 22:38:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:38:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:38:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:38:38 df9b9388f04a: Pulling fs layer 22:38:38 52dc419b0ee2: Pulling fs layer 22:38:38 25bc292e5bac: Pulling fs layer 22:38:38 114826534d7a: Pulling fs layer 22:38:38 4657fd5d0bcf: Pulling fs layer 22:38:38 6ad1cebc031e: Pulling fs layer 22:38:38 8a3aa393b2d8: Pulling fs layer 22:38:38 4657fd5d0bcf: Waiting 22:38:38 6ad1cebc031e: Waiting 22:38:38 8a3aa393b2d8: Waiting 22:38:38 114826534d7a: Waiting 22:38:38 25bc292e5bac: Verifying Checksum 22:38:38 25bc292e5bac: Download complete 22:38:38 52dc419b0ee2: Verifying Checksum 22:38:38 52dc419b0ee2: Download complete 22:38:38 4657fd5d0bcf: Verifying Checksum 22:38:38 4657fd5d0bcf: Download complete 22:38:38 df9b9388f04a: Download complete 22:38:38 6ad1cebc031e: Verifying Checksum 22:38:38 6ad1cebc031e: Download complete 22:38:38 df9b9388f04a: Pull complete 22:38:38 52dc419b0ee2: Pull complete 22:38:38 25bc292e5bac: Pull complete 22:38:39 114826534d7a: Verifying Checksum 22:38:39 114826534d7a: Download complete 22:38:39 8a3aa393b2d8: Verifying Checksum 22:38:39 8a3aa393b2d8: Download complete 22:38:43 114826534d7a: Pull complete 22:38:43 4657fd5d0bcf: Pull complete 22:38:43 6ad1cebc031e: Pull complete 22:38:46 8a3aa393b2d8: Pull complete 22:38:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:38:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:38:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:38:46 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:38:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:38:50 $ docker top caeab15990f8cf4cba908360d166061057e4cfbb701dec9d6c0b23688ad9f15b -eo pid,comm [Pipeline] { [Pipeline] echo 22:38:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 22:38:50 + set -o pipefail 22:38:50 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 22:38:57 22:38:57 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 22:38:57 22:38:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e7a34123-affb-4609-a030-7c28f2b783e8 22:38:57 22:38:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:38:57 22:38:57 22:38:57 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:38:57 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:38:57 More details here: https://snyk.co/ue1NS 22:38:57 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 22:38:57 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:38:57 $ docker stop --time=1 caeab15990f8cf4cba908360d166061057e4cfbb701dec9d6c0b23688ad9f15b 22:39:02 $ docker rm -f --volumes caeab15990f8cf4cba908360d166061057e4cfbb701dec9d6c0b23688ad9f15b [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 22:39:02 + git log --format=format:%s -1 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] sh 22:39:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:39:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:39:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:39:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:39:03 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:39:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:39:04 $ docker top 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:04 [ssh-agent] Looking for ssh-agent implementation... 22:39:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:04 $ docker exec 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc ssh-agent 22:39:04 SSH_AUTH_SOCK=/tmp/ssh-Q6h1xaWG79pJ/agent.32 22:39:04 SSH_AGENT_PID=38 22:39:04 Running ssh-add (command line suppressed) 22:39:04 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7275961442202697312.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7275961442202697312.key) 22:39:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:04 + git semver tag 22:39:05 2023-10-03 22:39:04,945 [run_tag] DEBUG tag force:False 22:39:05 2023-10-03 22:39:04,945 [check_head_tag] DEBUG check head tag 22:39:05 2023-10-03 22:39:04,946 [execute] INFO git cat-file --batch-check 22:39:05 2023-10-03 22:39:04,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 22:39:05 2023-10-03 22:39:04,951 [execute] INFO git cat-file --batch 22:39:05 2023-10-03 22:39:04,951 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 22:39:05 2023-10-03 22:39:04,969 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:39:05 2023-10-03 22:39:04,969 [execute] INFO git tag -a v3.1.0-dev.53 -m v3.1.0-dev.53 22:39:05 2023-10-03 22:39:04,969 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.53', '-m', 'v3.1.0-dev.53'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 22:39:05 2023-10-03 22:39:04,975 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:39:05 3.1.0-dev.53 [Pipeline] } 22:39:05 $ docker exec --env ******** --env ******** 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc ssh-agent -k 22:39:05 unset SSH_AUTH_SOCK; 22:39:05 unset SSH_AGENT_PID; 22:39:05 echo Agent pid 38 killed; 22:39:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:05 + git semver [Pipeline] } 22:39:05 $ docker stop --time=1 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc 22:39:06 $ docker rm -f --volumes 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:39:07 22:39:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:39:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:39:07 0.23.1-centos7: Pulling from edgex-lftools 22:39:07 ab5ef0e58194: Pulling fs layer 22:39:07 9712f1f96733: Pulling fs layer 22:39:07 63f879dbbcfc: Pulling fs layer 22:39:07 0d9ebad4ef96: Pulling fs layer 22:39:07 e9a5061849ea: Pulling fs layer 22:39:07 d747dcd14b5f: Pulling fs layer 22:39:07 2de7ff778b66: Pulling fs layer 22:39:07 e9a5061849ea: Waiting 22:39:07 d747dcd14b5f: Waiting 22:39:07 2de7ff778b66: Waiting 22:39:07 0d9ebad4ef96: Waiting 22:39:07 9712f1f96733: Verifying Checksum 22:39:07 9712f1f96733: Download complete 22:39:07 63f879dbbcfc: Verifying Checksum 22:39:07 63f879dbbcfc: Download complete 22:39:08 0d9ebad4ef96: Verifying Checksum 22:39:08 0d9ebad4ef96: Download complete 22:39:08 ab5ef0e58194: Verifying Checksum 22:39:08 ab5ef0e58194: Download complete 22:39:08 d747dcd14b5f: Download complete 22:39:08 e9a5061849ea: Verifying Checksum 22:39:08 e9a5061849ea: Download complete 22:39:08 2de7ff778b66: Verifying Checksum 22:39:08 2de7ff778b66: Download complete 22:39:10 ab5ef0e58194: Pull complete 22:39:10 9712f1f96733: Pull complete 22:39:11 63f879dbbcfc: Pull complete 22:39:16 0d9ebad4ef96: Pull complete 22:39:16 e9a5061849ea: Pull complete 22:39:16 d747dcd14b5f: Pull complete 22:39:17 2de7ff778b66: Pull complete 22:39:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:39:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:39:17 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:39:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:39:23 $ docker top 812000bd6b70c3a0dd4d6a80f49f1d4e84b05275080b55bdf853e7d9d6055a16 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:39:23 provisioning config files... 22:39:23 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4714301749065683486tmp 22:39:23 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18199159980618577087tmp 22:39:23 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12767568422911210216tmp [Pipeline] { [Pipeline] echo 22:39:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:39:23 ---> sigul-configuration.sh 22:39:23 gpg: directory `/root/.gnupg' created 22:39:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:39:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:39:23 gpg: keyring `/root/.gnupg/secring.gpg' created 22:39:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:39:23 gpg: CAST5 encrypted data 22:39:23 gpg: encrypted with 1 passphrase 22:39:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:39:24 + mkdir /home/jenkins 22:39:24 + mkdir /home/jenkins/sigul [Pipeline] sh 22:39:24 + 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 22:39:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:39:24 ---> sigul-install.sh 22:39:24 Sigul already installed; skipping installation. [Pipeline] sh 22:39:25 + git tag --list 22:39:25 v3.1.0-dev.0 22:39:25 v3.1.0-dev.1 22:39:25 v3.1.0-dev.10 22:39:25 v3.1.0-dev.11 22:39:25 v3.1.0-dev.12 22:39:25 v3.1.0-dev.13 22:39:25 v3.1.0-dev.14 22:39:25 v3.1.0-dev.15 22:39:25 v3.1.0-dev.16 22:39:25 v3.1.0-dev.17 22:39:25 v3.1.0-dev.18 22:39:25 v3.1.0-dev.19 22:39:25 v3.1.0-dev.2 22:39:25 v3.1.0-dev.20 22:39:25 v3.1.0-dev.21 22:39:25 v3.1.0-dev.22 22:39:25 v3.1.0-dev.23 22:39:25 v3.1.0-dev.24 22:39:25 v3.1.0-dev.25 22:39:25 v3.1.0-dev.26 22:39:25 v3.1.0-dev.27 22:39:25 v3.1.0-dev.28 22:39:25 v3.1.0-dev.29 22:39:25 v3.1.0-dev.3 22:39:25 v3.1.0-dev.30 22:39:25 v3.1.0-dev.31 22:39:25 v3.1.0-dev.32 22:39:25 v3.1.0-dev.33 22:39:25 v3.1.0-dev.34 22:39:25 v3.1.0-dev.35 22:39:25 v3.1.0-dev.36 22:39:25 v3.1.0-dev.37 22:39:25 v3.1.0-dev.38 22:39:25 v3.1.0-dev.39 22:39:25 v3.1.0-dev.4 22:39:25 v3.1.0-dev.40 22:39:25 v3.1.0-dev.41 22:39:25 v3.1.0-dev.42 22:39:25 v3.1.0-dev.43 22:39:25 v3.1.0-dev.44 22:39:25 v3.1.0-dev.45 22:39:25 v3.1.0-dev.46 22:39:25 v3.1.0-dev.47 22:39:25 v3.1.0-dev.48 22:39:25 v3.1.0-dev.49 22:39:25 v3.1.0-dev.5 22:39:25 v3.1.0-dev.50 22:39:25 v3.1.0-dev.51 22:39:25 v3.1.0-dev.52 22:39:25 v3.1.0-dev.53 22:39:25 v3.1.0-dev.6 22:39:25 v3.1.0-dev.7 22:39:25 v3.1.0-dev.8 22:39:25 v3.1.0-dev.9 [Pipeline] sh 22:39:25 + lftools sign git-tag v3.1.0-dev.53 22:39:25 Signing Git tag with Sigul... 22:39:25 Signing v3.1.0-dev.53 [Pipeline] echo 22:39:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:39:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:39:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:39:26 $ docker stop --time=1 812000bd6b70c3a0dd4d6a80f49f1d4e84b05275080b55bdf853e7d9d6055a16 22:39:27 $ docker rm -f --volumes 812000bd6b70c3a0dd4d6a80f49f1d4e84b05275080b55bdf853e7d9d6055a16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:39:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:39:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:39:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:39:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:39:28 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:39:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:39:28 $ docker top c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 -eo pid,comm 22:39:28 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). 22:39:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:28 [ssh-agent] Looking for ssh-agent implementation... 22:39:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:29 $ docker exec c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 ssh-agent 22:39:29 SSH_AUTH_SOCK=/tmp/ssh-dQiPM7gfXU73/agent.32 22:39:29 SSH_AGENT_PID=38 22:39:29 Running ssh-add (command line suppressed) 22:39:29 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17430303147322254654.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17430303147322254654.key) 22:39:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:29 + git semver bump pre 22:39:29 2023-10-03 22:39:29,737 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:39:29 2023-10-03 22:39:29,738 [bump_version] DEBUG bumping version:3.1.0-dev.53 on axis:pre with prefix:dev 22:39:29 2023-10-03 22:39:29,738 [bump_version] DEBUG bumped version:3.1.0-dev.54 22:39:29 2023-10-03 22:39:29,738 [write_version] DEBUG write version:3.1.0-dev.54 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 22:39:29 2023-10-03 22:39:29,738 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:39:29 2023-10-03 22:39:29,738 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 22:39:29 2023-10-03 22:39:29,740 [execute] INFO git cat-file --batch-check 22:39:29 2023-10-03 22:39:29,740 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:39:29 2023-10-03 22:39:29,745 [execute] INFO git cat-file --batch 22:39:29 2023-10-03 22:39:29,746 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:39:29 2023-10-03 22:39:29,750 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:39:29 3.1.0-dev.54 [Pipeline] } 22:39:29 $ docker exec --env ******** --env ******** c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 ssh-agent -k 22:39:29 unset SSH_AUTH_SOCK; 22:39:29 unset SSH_AGENT_PID; 22:39:29 echo Agent pid 38 killed; 22:39:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:30 + git semver [Pipeline] } 22:39:30 $ docker stop --time=1 c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 22:39:31 $ docker rm -f --volumes c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 [Pipeline] // withDockerContainer [Pipeline] sh 22:39:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:39:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:39:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:39:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:39:32 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:39:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:39:32 $ docker top f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 -eo pid,comm 22:39:32 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). 22:39:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:32 [ssh-agent] Looking for ssh-agent implementation... 22:39:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:33 $ docker exec f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 ssh-agent 22:39:33 SSH_AUTH_SOCK=/tmp/ssh-BpG53sCQCVNF/agent.33 22:39:33 SSH_AGENT_PID=39 22:39:33 Running ssh-add (command line suppressed) 22:39:33 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4028749137338468703.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4028749137338468703.key) 22:39:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:33 + git semver push 22:39:33 2023-10-03 22:39:33,798 [run_push] DEBUG push 22:39:33 2023-10-03 22:39:33,798 [execute] INFO git cat-file --batch-check 22:39:33 2023-10-03 22:39:33,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:39:33 2023-10-03 22:39:33,802 [execute] INFO git rev-list 4fd058414e6910c1b9a250fe402298e2197b6d2b -- 22:39:33 2023-10-03 22:39:33,803 [execute] DEBUG Popen(['git', 'rev-list', '4fd058414e6910c1b9a250fe402298e2197b6d2b', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 22:39:33 2023-10-03 22:39:33,808 [execute] INFO git fetch -v origin 22:39:33 2023-10-03 22:39:33,809 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 22:39:34 2023-10-03 22:39:34,424 [run_push] DEBUG no remote changes detected 22:39:34 2023-10-03 22:39:34,425 [execute] INFO git push origin semver 22:39:34 2023-10-03 22:39:34,425 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 22:39:35 2023-10-03 22:39:35,390 [run_push] DEBUG push all version tags 22:39:35 2023-10-03 22:39:35,390 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:39:35 2023-10-03 22:39:35,391 [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) 22:39:36 2023-10-03 22:39:36,161 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:39:36 3.1.0-dev.54 [Pipeline] } 22:39:36 $ docker exec --env ******** --env ******** f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 ssh-agent -k 22:39:36 unset SSH_AUTH_SOCK; 22:39:36 unset SSH_AGENT_PID; 22:39:36 echo Agent pid 39 killed; 22:39:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:36 + git semver [Pipeline] } 22:39:37 $ docker stop --time=1 f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 22:39:38 $ docker rm -f --volumes f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 [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 22:39:39 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 22:39:39 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 22:39:39 total 16 22:39:39 drwxr-xr-x 3 root root 4096 Oct 3 22:29 . 22:39:39 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 22:39 .. 22:39:39 drwxr-xr-x 2 root root 4096 Oct 3 22:29 cost 22:39:39 -rw-r--r-- 1 root root 88 Oct 3 22:29 cost.csv 22:39:39 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 22:39:39 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 22:39:39 total 16 22:39:39 drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 22:29 . 22:39:39 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 22:39 .. 22:39:39 drwxr-xr-x 2 jenkins jenkins 4096 Oct 3 22:29 cost 22:39:39 -rw-r--r-- 1 jenkins jenkins 88 Oct 3 22:29 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:39:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:39:40 ---> package-listing.sh 22:39:40 ++ facter osfamily 22:39:40 ++ tr '[:upper:]' '[:lower:]' 22:39:40 + OS_FAMILY=debian 22:39:40 + workspace=/w/workspace/exfoundry_app-record-replay_main 22:39:40 + START_PACKAGES=/tmp/packages_start.txt 22:39:40 + END_PACKAGES=/tmp/packages_end.txt 22:39:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:39:40 + PACKAGES=/tmp/packages_start.txt 22:39:40 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 22:39:40 + PACKAGES=/tmp/packages_end.txt 22:39:40 + case "${OS_FAMILY}" in 22:39:40 + dpkg -l 22:39:40 + grep '^ii' 22:39:40 + '[' -f /tmp/packages_start.txt ']' 22:39:40 + '[' -f /tmp/packages_end.txt ']' 22:39:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:39:40 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 22:39:40 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 22:39:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 22:39:40 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 22:39:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:39:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:39:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:39:41 prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container 22:39:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:39:41 $ docker top 2536faf1073097a3c42cce49fa65ebe0d782a2cc31548902b15d503ab21a7b8e -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:42 + touch /tmp/pre-build-complete [Pipeline] sh 22:39:42 + mkdir -p /var/log/sysstat [Pipeline] sh 22:39:42 + ls /var/log/sa-host 22:39:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:39:42 provisioning config files... 22:39:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config233997862337725515tmp [Pipeline] { [Pipeline] echo 22:39:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:39:43 ---> create-netrc.sh [Pipeline] } 22:39:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:39:43 ---> python-tools-install.sh [Pipeline] echo 22:39:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:39:43 ---> sudo-logs.sh 22:39:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:39:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:39:44 ---> job-cost.sh 22:39:44 lf-activate-venv: SKIPPING 22:39:44 DEBUG: total: 0.2199999988079071 22:39:44 INFO: Retrieving Stack Cost... 22:39:44 INFO: Retrieving Pricing Info for: v3-standard-8 22:39:44 INFO: Archiving Costs [Pipeline] echo 22:39:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:39:45 ---> logs-deploy.sh 22:39:45 lf-activate-venv: SKIPPING 22:39:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/58 22:39:45 INFO: archiving workspace using pattern(s): 22:39:46 Archives upload complete. 22:39:46 INFO: archiving logs to Nexus