Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 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-ssh11077738061020093015.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17833095979168130075.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8922698829330286757.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11307770790033384467.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-ssh1788979459723853715.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4738 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 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f (main) Commit message: "Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.22" > 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 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f # timeout=10 > git rev-list --no-walk bc0531a6ffb026d20c247d14e37f7ca87a6f2134 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:11:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:11:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:11:34 ========================================================= 15:11:34 EdgeX Global Pipelines Version Info 15:11:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:11:35 ------------------- 15:11:35 stable info: 15:11:35 ------------------- 15:11:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:11:35 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:11:35 Message: update stable to v1.0.253 15:11:36 ------------------- 15:11:36 experimental info: 15:11:36 ------------------- 15:11:36 Commited By: **** collab-it+edgex@linuxfoundation.org 15:11:36 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:11:36 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0591cdf [Pipeline] echo 15:11:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:11:36 provisioning config files... 15:11:36 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4766192654198081882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:11:37 ---> docker-login.sh 15:11:37 nexus3.edgexfoundry.org:10001 15:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:37 Configure a credential helper to remove this warning. See 15:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:37 15:11:37 Login Succeeded 15:11:37 nexus3.edgexfoundry.org:10002 15:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:37 Configure a credential helper to remove this warning. See 15:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:37 15:11:37 Login Succeeded 15:11:37 nexus3.edgexfoundry.org:10003 15:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:37 Configure a credential helper to remove this warning. See 15:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:37 15:11:37 Login Succeeded 15:11:37 nexus3.edgexfoundry.org:10004 15:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:37 Configure a credential helper to remove this warning. See 15:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:37 15:11:37 Login Succeeded 15:11:37 docker.io 15:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:38 Configure a credential helper to remove this warning. See 15:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:38 15:11:38 Login Succeeded 15:11:38 ---> docker-login.sh ends [Pipeline] } 15:11:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:11:38 + git rev-list -1 --merges 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f~1..0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo 15:11:38 -----------> git rev-list -1 --merges 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f~1..0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:11:38 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [false] [Pipeline] sh 15:11:38 + git log --format=format:%s -1 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo 15:11:38 ========================================================= 15:11:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:11:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:11:39 + git log --format=format:%s -1 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] echo 15:11:39 [semverPrep] GIT_COMMIT: 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f, Commit Message: Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.22 [Pipeline] echo 15:11:39 [semverPrep] This is not a build commit. [Pipeline] sh 15:11:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:11:39 + grep -v github /etc/ssh/ssh_known_hosts 15:11:39 + [ -e /tmp/ssh_known_hosts ] 15:11:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:11:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:11:39 + sudo tee -a /etc/ssh/ssh_known_hosts 15:11:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:11:39 15:11:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:11:40 0.1.4: Pulling from edgex-devops/py-git-semver 15:11:40 b85a868b505f: Pulling fs layer 15:11:40 e2be974225ed: Pulling fs layer 15:11:40 339a4e72a1f5: Pulling fs layer 15:11:40 988bab9f4d93: Pulling fs layer 15:11:40 1469e6f7b9e6: Pulling fs layer 15:11:40 eaf3925da568: Pulling fs layer 15:11:40 bab4dde63d76: Pulling fs layer 15:11:40 bde34c3a00c8: Pulling fs layer 15:11:40 b352a97aabf1: Pulling fs layer 15:11:40 4872d77fe225: Pulling fs layer 15:11:40 5851b861e8e6: Pulling fs layer 15:11:40 988bab9f4d93: Waiting 15:11:40 1469e6f7b9e6: Waiting 15:11:40 eaf3925da568: Waiting 15:11:40 bde34c3a00c8: Waiting 15:11:40 b352a97aabf1: Waiting 15:11:40 bab4dde63d76: Waiting 15:11:40 4872d77fe225: Waiting 15:11:40 5851b861e8e6: Waiting 15:11:40 e2be974225ed: Verifying Checksum 15:11:40 e2be974225ed: Download complete 15:11:40 988bab9f4d93: Verifying Checksum 15:11:40 988bab9f4d93: Download complete 15:11:40 1469e6f7b9e6: Verifying Checksum 15:11:40 1469e6f7b9e6: Download complete 15:11:40 eaf3925da568: Verifying Checksum 15:11:40 eaf3925da568: Download complete 15:11:40 339a4e72a1f5: Verifying Checksum 15:11:40 339a4e72a1f5: Download complete 15:11:40 bde34c3a00c8: Verifying Checksum 15:11:40 bde34c3a00c8: Download complete 15:11:40 b352a97aabf1: Verifying Checksum 15:11:40 b352a97aabf1: Download complete 15:11:40 4872d77fe225: Verifying Checksum 15:11:40 4872d77fe225: Download complete 15:11:40 5851b861e8e6: Download complete 15:11:40 b85a868b505f: Verifying Checksum 15:11:40 b85a868b505f: Download complete 15:11:40 bab4dde63d76: Verifying Checksum 15:11:40 bab4dde63d76: Download complete 15:11:41 b85a868b505f: Pull complete 15:11:41 e2be974225ed: Pull complete 15:11:42 339a4e72a1f5: Pull complete 15:11:42 988bab9f4d93: Pull complete 15:11:42 1469e6f7b9e6: Pull complete 15:11:42 eaf3925da568: Pull complete 15:11:44 bab4dde63d76: Pull complete 15:11:44 bde34c3a00c8: Pull complete 15:11:44 b352a97aabf1: Pull complete 15:11:44 4872d77fe225: Pull complete 15:11:44 5851b861e8e6: Pull complete 15:11:44 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:11:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:11:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:11:45 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:11:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:11:48 $ docker top 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 -eo pid,comm 15:11:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:11:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:11:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:48 [ssh-agent] Looking for ssh-agent implementation... 15:11:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:48 $ docker exec 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent 15:11:48 SSH_AUTH_SOCK=/tmp/ssh-Muu3t4Lm9sid/agent.32 15:11:48 SSH_AGENT_PID=38 15:11:48 Running ssh-add (command line suppressed) 15:11:48 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16888038925940667916.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16888038925940667916.key) 15:11:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:48 + git tag --points-at HEAD [Pipeline] } 15:11:48 $ docker exec --env ******** --env ******** 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent -k 15:11:48 unset SSH_AUTH_SOCK; 15:11:48 unset SSH_AGENT_PID; 15:11:48 echo Agent pid 38 killed; 15:11:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:11:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:11:48 [ssh-agent] Looking for ssh-agent implementation... 15:11:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:11:49 $ docker exec 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent 15:11:49 SSH_AUTH_SOCK=/tmp/ssh-zNGC6IS8hVhl/agent.70 15:11:49 SSH_AGENT_PID=76 15:11:49 Running ssh-add (command line suppressed) 15:11:49 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2574487338973768800.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2574487338973768800.key) 15:11:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:11:49 + git semver init 15:11:49 2023-08-28 15:11:49,805 [run_init] DEBUG init version:0.0.0 force:False 15:11:49 2023-08-28 15:11:49,805 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 15:11:49 2023-08-28 15:11:49,805 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 15:11:49 2023-08-28 15:11:49,806 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:11:50 2023-08-28 15:11:50,438 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 15:11:50 2023-08-28 15:11:50,438 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 15:11:50 2023-08-28 15:11:50,438 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:11:50 2023-08-28 15:11:50,439 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:11:50 3.1.0-dev.38 [Pipeline] } 15:11:50 $ docker exec --env ******** --env ******** 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 ssh-agent -k 15:11:50 unset SSH_AUTH_SOCK; 15:11:50 unset SSH_AGENT_PID; 15:11:50 echo Agent pid 76 killed; 15:11:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:11:51 + git semver [Pipeline] } 15:11:51 $ docker stop --time=1 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 15:11:52 $ docker rm -f --volumes 861eb07398c1ae81240619886bd8b208d319e41b16c33935aebb26586ff82741 [Pipeline] // withDockerContainer [Pipeline] sh 15:11:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:11:53 Stashed 1 file(s) [Pipeline] echo 15:11:53 [edgeXSemver]: initialized semver on version 3.1.0-dev.38 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:11:53 provisioning config files... 15:11:53 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11084962903280589780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:11:53 ---> docker-login.sh 15:11:53 nexus3.edgexfoundry.org:10001 15:11:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:53 Configure a credential helper to remove this warning. See 15:11:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:53 15:11:53 Login Succeeded 15:11:53 nexus3.edgexfoundry.org:10002 15:11:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:53 Configure a credential helper to remove this warning. See 15:11:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:53 15:11:53 Login Succeeded 15:11:53 nexus3.edgexfoundry.org:10003 15:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:54 Configure a credential helper to remove this warning. See 15:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:54 15:11:54 Login Succeeded 15:11:54 nexus3.edgexfoundry.org:10004 15:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:54 Configure a credential helper to remove this warning. See 15:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:54 15:11:54 Login Succeeded 15:11:54 docker.io 15:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:54 Configure a credential helper to remove this warning. See 15:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:54 15:11:54 Login Succeeded 15:11:54 ---> docker-login.sh ends [Pipeline] } 15:11:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:11:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:11:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:11:54 ========================================================= 15:11:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:11:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:11:54 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:11:54 Sending build context to Docker daemon 491kB 15:11:54 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:11:54 Step 2/12 : FROM ${BASE} AS builder 15:11:54 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:11:54 4db1b89c0bd1: Pulling fs layer 15:11:54 6911f1a30b25: Pulling fs layer 15:11:54 e194b8c5c2a9: Pulling fs layer 15:11:54 6863d3e3a2b1: Pulling fs layer 15:11:54 ec0bb842ea78: Pulling fs layer 15:11:54 40a00589a448: Pulling fs layer 15:11:54 6c08303d61cc: Pulling fs layer 15:11:54 798269fcf238: Pulling fs layer 15:11:54 6863d3e3a2b1: Waiting 15:11:54 ec0bb842ea78: Waiting 15:11:54 40a00589a448: Waiting 15:11:54 6c08303d61cc: Waiting 15:11:54 6911f1a30b25: Download complete 15:11:54 6863d3e3a2b1: Download complete 15:11:54 ec0bb842ea78: Verifying Checksum 15:11:54 ec0bb842ea78: Download complete 15:11:54 4db1b89c0bd1: Verifying Checksum 15:11:54 4db1b89c0bd1: Download complete 15:11:55 40a00589a448: Verifying Checksum 15:11:55 40a00589a448: Download complete 15:11:55 4db1b89c0bd1: Pull complete 15:11:55 6911f1a30b25: Pull complete 15:11:55 e194b8c5c2a9: Verifying Checksum 15:11:55 e194b8c5c2a9: Download complete 15:11:55 798269fcf238: Verifying Checksum 15:11:55 798269fcf238: Download complete 15:11:55 6c08303d61cc: Verifying Checksum 15:11:55 6c08303d61cc: Download complete 15:12:00 e194b8c5c2a9: Pull complete 15:12:00 6863d3e3a2b1: Pull complete 15:12:00 ec0bb842ea78: Pull complete 15:12:00 40a00589a448: Pull complete 15:12:01 6c08303d61cc: Pull complete 15:12:02 798269fcf238: Pull complete 15:12:02 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 15:12:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:12:02 ---> ec979cd7f677 15:12:02 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:12:08 ---> Running in de85d2c56807 15:12:08 Removing intermediate container de85d2c56807 15:12:08 ---> df469f00d992 15:12:08 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:12:08 ---> Running in 95f252b1a9ac 15:12:08 Removing intermediate container 95f252b1a9ac 15:12:08 ---> 5a0d1cb21170 15:12:08 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:12:08 ---> Running in 5fb2b3216353 15:12:08 Removing intermediate container 5fb2b3216353 15:12:08 ---> 330efe7db972 15:12:08 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:12:08 ---> Running in ce19fc05c070 15:12:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:12:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:12:08 Still waiting to schedule task 15:12:08 ‘prd-ubuntu20.04-docker-arm64-4c-16g-4739’ is offline 15:12:08 OK: 265 MiB in 53 packages 15:12:08 Removing intermediate container ce19fc05c070 15:12:08 ---> c82c3754b598 15:12:08 Step 7/12 : WORKDIR /app 15:12:08 ---> Running in d68a0d63f7df 15:12:09 Removing intermediate container d68a0d63f7df 15:12:09 ---> d621abc923dd 15:12:09 Step 8/12 : COPY go.mod vendor* ./ 15:12:09 ---> 8757502e3496 15:12:09 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:12:09 ---> Running in 39bfe9e10fd2 15:12:41 Removing intermediate container 39bfe9e10fd2 15:12:41 ---> 66f166f19d33 15:12:41 Step 10/12 : COPY . . 15:12:41 ---> 2f898a147fd9 15:12:41 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:12:41 ---> Running in c14e5ff3fa49 15:12:41 Removing intermediate container c14e5ff3fa49 15:12:41 ---> 1f49be4584fd 15:12:41 Step 12/12 : RUN $MAKE 15:12:41 ---> Running in b840abb28926 15:12:41 noop 15:12:41 Removing intermediate container b840abb28926 15:12:41 ---> 103ecb60112d 15:12:41 Successfully built 103ecb60112d 15:12:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:41 + docker inspect -f . ci-base-image-x86_64 15:12:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:41 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:12:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:12:42 $ docker top f698105b5577b47739034301939e7aadfb723a03659666ed1c058242a3e2399a -eo pid,comm [Pipeline] { [Pipeline] sh 15:12:42 + go version 15:12:42 go version go1.20.6 linux/amd64 [Pipeline] } 15:12:42 $ docker stop --time=1 f698105b5577b47739034301939e7aadfb723a03659666ed1c058242a3e2399a 15:12:43 $ docker rm -f --volumes f698105b5577b47739034301939e7aadfb723a03659666ed1c058242a3e2399a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:44 + docker inspect -f . ci-base-image-x86_64 15:12:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:44 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:12:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:12:44 $ docker top abba759b47d49b0fd4882037ea3bdcda98ae9681e7e30edde0a85be5500e243a -eo pid,comm [Pipeline] { [Pipeline] sh 15:12:44 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 15:12:45 + make test 15:12:45 go test -race -coverprofile=coverage.out ./... 15:13:03 ? github.com/edgexfoundry/app-record-replay [no test files] 15:13:03 ok github.com/edgexfoundry/app-record-replay/internal/app 0.061s coverage: 88.0% of statements 15:13:03 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:13:03 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:13:03 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:13:13 ok github.com/edgexfoundry/app-record-replay/internal/application 8.601s coverage: 98.1% of statements 15:13:13 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.113s coverage: 78.0% of statements 15:13:35 go vet ./... 15:13:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:13:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:13:37 ./bin/test-attribution-txt.sh 15:13:37 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 15:13:37 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 15:13:37 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 15:13:37 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 15:13:37 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 15:13:37 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 15:13:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:13:37 $ docker stop --time=1 abba759b47d49b0fd4882037ea3bdcda98ae9681e7e30edde0a85be5500e243a 15:13:41 $ docker rm -f --volumes abba759b47d49b0fd4882037ea3bdcda98ae9681e7e30edde0a85be5500e243a [Pipeline] // withDockerContainer [Pipeline] sh 15:13:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:13:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:13:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:13:42 + ls -al . 15:13:42 total 180 15:13:42 drwxrwxr-x 9 jenkins jenkins 4096 Aug 28 15:12 . 15:13:42 drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 15:11 .. 15:13:42 -rw-rw-r-- 1 jenkins jenkins 119 Aug 28 15:11 .dockerignore 15:13:42 drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 15:11 .git 15:13:42 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:11 .github 15:13:42 -rw-rw-r-- 1 jenkins jenkins 164 Aug 28 15:11 .gitignore 15:13:42 -rw-rw-r-- 1 jenkins jenkins 41 Aug 28 15:11 .golangci.yml 15:13:42 drwxr-xr-x 3 jenkins jenkins 4096 Aug 28 15:11 .semver 15:13:42 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 28 15:11 Attribution.txt 15:13:42 -rw-rw-r-- 1 jenkins jenkins 258 Aug 28 15:11 CHANGELOG.md 15:13:42 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 28 15:11 Dockerfile 15:13:42 -rw-rw-r-- 1 jenkins jenkins 677 Aug 28 15:11 GOVERNANCE.md 15:13:42 -rw-rw-r-- 1 jenkins jenkins 681 Aug 28 15:11 Jenkinsfile 15:13:42 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 28 15:11 LICENSE 15:13:42 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 28 15:11 Makefile 15:13:42 -rw-rw-r-- 1 jenkins jenkins 611 Aug 28 15:11 OWNERS.md 15:13:42 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 28 15:11 README.md 15:13:42 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 28 15:11 Record and Reply.postman_collection.json 15:13:42 -rw-rw-r-- 1 jenkins jenkins 12 Aug 28 15:11 VERSION 15:13:42 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:11 bin 15:13:42 -rw-r--r-- 1 jenkins jenkins 21225 Aug 28 15:13 coverage.out 15:13:42 -rw-rw-r-- 1 jenkins jenkins 3916 Aug 28 15:11 go.mod 15:13:42 -rw-rw-r-- 1 jenkins jenkins 34159 Aug 28 15:11 go.sum 15:13:42 drwxrwxr-x 6 jenkins jenkins 4096 Aug 28 15:11 internal 15:13:42 -rw-rw-r-- 1 jenkins jenkins 913 Aug 28 15:11 main.go 15:13:42 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 15:11 pkg 15:13:42 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:11 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:43 + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f --label arch=amd64 --label version=3.1.0-dev.38 . 15:13:43 Sending build context to Docker daemon 513kB 15:13:43 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:13:43 Step 2/26 : FROM ${BASE} AS builder 15:13:43 ---> 103ecb60112d 15:13:43 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:13:43 ---> Running in bfb594a23d0e 15:13:43 Removing intermediate container bfb594a23d0e 15:13:43 ---> 9540d80ed5d7 15:13:43 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:13:43 ---> Running in 42ca492ce96f 15:13:43 Removing intermediate container 42ca492ce96f 15:13:43 ---> 54ac235bf10c 15:13:43 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:13:43 ---> Running in ecc535e7d89f 15:13:43 Removing intermediate container ecc535e7d89f 15:13:43 ---> 39cf3f9ab12b 15:13:43 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:13:43 ---> Running in 07f52af36709 15:13:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:13:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:13:44 OK: 265 MiB in 53 packages 15:13:44 Removing intermediate container 07f52af36709 15:13:44 ---> 3cf2138cb358 15:13:44 Step 7/26 : WORKDIR /app 15:13:44 ---> Running in 3d1f69941f29 15:13:44 Removing intermediate container 3d1f69941f29 15:13:44 ---> d94486e07e00 15:13:44 Step 8/26 : COPY go.mod vendor* ./ 15:13:44 ---> 391864dfdec0 15:13:44 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:13:44 ---> Running in 7e241d14e070 15:13:45 Removing intermediate container 7e241d14e070 15:13:45 ---> f62437f180d4 15:13:45 Step 10/26 : COPY . . 15:13:45 ---> 3f978a22550a 15:13:45 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:13:45 ---> Running in 987da4b33028 15:13:45 Removing intermediate container 987da4b33028 15:13:45 ---> 31eed41a0a72 15:13:45 Step 12/26 : RUN $MAKE 15:13:45 ---> Running in e970abb5503d 15:13:45 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.38" -trimpath -mod=readonly -o app-record-replay 15:14:07 Removing intermediate container e970abb5503d 15:14:07 ---> 48fa0c168163 15:14:07 Step 13/26 : FROM alpine:3.17 15:14:07 3.17: Pulling from library/alpine 15:14:07 9398808236ff: Pulling fs layer 15:14:07 9398808236ff: Verifying Checksum 15:14:07 9398808236ff: Download complete 15:14:07 9398808236ff: Pull complete 15:14:07 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:14:07 Status: Downloaded newer image for alpine:3.17 15:14:07 ---> 1e0b8b5322fc 15:14:07 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:14:07 ---> Running in 2a537bf9731a 15:14:07 Removing intermediate container 2a537bf9731a 15:14:07 ---> a81eaf35bcfd 15:14:07 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 15:14:07 ---> Running in ad5962962361 15:14:07 Removing intermediate container ad5962962361 15:14:07 ---> 6e345192c902 15:14:07 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:14:07 ---> Running in fcee627ce01c 15:14:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:14:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:14:08 (1/2) Installing ca-certificates (20230506-r0) 15:14:08 (2/2) Installing dumb-init (1.2.5-r2) 15:14:08 Executing busybox-1.35.0-r29.trigger 15:14:08 Executing ca-certificates-20230506-r0.trigger 15:14:08 OK: 8 MiB in 17 packages 15:14:08 Removing intermediate container fcee627ce01c 15:14:08 ---> 6fe55aea4d42 15:14:08 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:14:09 ---> 1e7d7f3e2a5e 15:14:09 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:14:09 ---> 6472826ebf74 15:14:09 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:14:09 ---> 7e452a8fdf63 15:14:09 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 15:14:10 ---> 1af56cda210c 15:14:10 Step 21/26 : EXPOSE 59712 15:14:10 ---> Running in 585852c8ab11 15:14:10 Removing intermediate container 585852c8ab11 15:14:10 ---> 32bbf698972d 15:14:10 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 15:14:10 ---> Running in 52c45e1fe118 15:14:10 Removing intermediate container 52c45e1fe118 15:14:10 ---> 4f2509da4a20 15:14:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:14:10 ---> Running in 304d805b42ae 15:14:10 Removing intermediate container 304d805b42ae 15:14:10 ---> 9cc5c9b2527b 15:14:10 Step 24/26 : LABEL arch=amd64 15:14:10 ---> Running in 660fa43986e3 15:14:10 Removing intermediate container 660fa43986e3 15:14:10 ---> 7b89afc31bbb 15:14:10 Step 25/26 : LABEL git_sha=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:14:10 ---> Running in fd28bbf23995 15:14:10 Removing intermediate container fd28bbf23995 15:14:10 ---> 5edb253fc24f 15:14:10 Step 26/26 : LABEL version=3.1.0-dev.38 15:14:10 ---> Running in 5a15acafb735 15:14:10 Removing intermediate container 5a15acafb735 15:14:10 ---> 3ac95e6cd6ab 15:14:10 [Warning] One or more build-args [ARCH] were not consumed 15:14:10 Successfully built 3ac95e6cd6ab 15:14:10 Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:14:10 provisioning config files... 15:14:10 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5076056217079881198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:14:11 ---> docker-login.sh 15:14:11 nexus3.edgexfoundry.org:10001 15:14:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:11 Configure a credential helper to remove this warning. See 15:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:11 15:14:11 Login Succeeded 15:14:11 nexus3.edgexfoundry.org:10002 15:14:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:11 Configure a credential helper to remove this warning. See 15:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:11 15:14:11 Login Succeeded 15:14:11 nexus3.edgexfoundry.org:10003 15:14:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:11 Configure a credential helper to remove this warning. See 15:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:11 15:14:11 Login Succeeded 15:14:11 nexus3.edgexfoundry.org:10004 15:14:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:11 Configure a credential helper to remove this warning. See 15:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:11 15:14:11 Login Succeeded 15:14:11 docker.io 15:14:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:11 Configure a credential helper to remove this warning. See 15:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:11 15:14:11 Login Succeeded 15:14:11 ---> docker-login.sh ends [Pipeline] } 15:14:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:14:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:14:11 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 15:14:11 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:14:11 latest 15:14:11 3.1.0-dev.38 15:14:11 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 15:14:11 main 15:14:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:11 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:12 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:14:12 dfe151341ae5: Preparing 15:14:12 1e0fb7c53c2d: Preparing 15:14:12 4318177a79e5: Preparing 15:14:12 166796b508f9: Preparing 15:14:12 2099322d353a: Preparing 15:14:12 36b50b131297: Preparing 15:14:12 36b50b131297: Waiting 15:14:12 166796b508f9: Pushed 15:14:12 4318177a79e5: Pushed 15:14:12 1e0fb7c53c2d: Pushed 15:14:12 36b50b131297: Layer already exists 15:14:12 2099322d353a: Pushed 15:14:14 dfe151341ae5: Pushed 15:14:14 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:15 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:15 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:14:15 dfe151341ae5: Preparing 15:14:15 1e0fb7c53c2d: Preparing 15:14:15 4318177a79e5: Preparing 15:14:15 166796b508f9: Preparing 15:14:15 2099322d353a: Preparing 15:14:15 36b50b131297: Preparing 15:14:15 36b50b131297: Waiting 15:14:15 4318177a79e5: Layer already exists 15:14:15 2099322d353a: Layer already exists 15:14:15 1e0fb7c53c2d: Layer already exists 15:14:15 166796b508f9: Layer already exists 15:14:15 dfe151341ae5: Layer already exists 15:14:15 36b50b131297: Layer already exists 15:14:15 latest: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:15 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:15 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.38 15:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:14:15 dfe151341ae5: Preparing 15:14:15 1e0fb7c53c2d: Preparing 15:14:15 4318177a79e5: Preparing 15:14:15 166796b508f9: Preparing 15:14:15 2099322d353a: Preparing 15:14:15 36b50b131297: Preparing 15:14:15 36b50b131297: Waiting 15:14:15 4318177a79e5: Layer already exists 15:14:15 dfe151341ae5: Layer already exists 15:14:15 166796b508f9: Layer already exists 15:14:15 1e0fb7c53c2d: Layer already exists 15:14:15 2099322d353a: Layer already exists 15:14:15 36b50b131297: Layer already exists 15:14:15 3.1.0-dev.38: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:16 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:16 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 15:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:14:16 dfe151341ae5: Preparing 15:14:16 1e0fb7c53c2d: Preparing 15:14:16 4318177a79e5: Preparing 15:14:16 166796b508f9: Preparing 15:14:16 2099322d353a: Preparing 15:14:16 36b50b131297: Preparing 15:14:16 36b50b131297: Waiting 15:14:16 1e0fb7c53c2d: Layer already exists 15:14:16 dfe151341ae5: Layer already exists 15:14:16 2099322d353a: Layer already exists 15:14:16 4318177a79e5: Layer already exists 15:14:16 166796b508f9: Layer already exists 15:14:16 36b50b131297: Layer already exists 15:14:16 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:16 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:17 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 15:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:14:17 dfe151341ae5: Preparing 15:14:17 1e0fb7c53c2d: Preparing 15:14:17 4318177a79e5: Preparing 15:14:17 166796b508f9: Preparing 15:14:17 2099322d353a: Preparing 15:14:17 36b50b131297: Preparing 15:14:17 36b50b131297: Waiting 15:14:17 2099322d353a: Layer already exists 15:14:17 166796b508f9: Layer already exists 15:14:17 dfe151341ae5: Layer already exists 15:14:17 4318177a79e5: Layer already exists 15:14:17 1e0fb7c53c2d: Layer already exists 15:14:17 36b50b131297: Layer already exists 15:14:17 main: digest: sha256:e602ff38d6c118a75996cc256278115ba4679befa9e9145d6e0c91705b1fb8d3 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:14:17 ===================================================== [Pipeline] echo 15:14:17 taggedImages: 15:14:17 - nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:14:17 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:14:17 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.38 15:14:17 - nexus3.edgexfoundry.org:10004/app-record-replay:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 15:14:17 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:14:17 15:14:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:14:17 latest: Pulling from edgex-lftools-log-publisher 15:14:17 5eb5b503b376: Pulling fs layer 15:14:17 5c69ac0246d0: Pulling fs layer 15:14:17 ec43610c2a17: Pulling fs layer 15:14:17 3a2ae6a8a46f: Pulling fs layer 15:14:17 33b1e0a273af: Pulling fs layer 15:14:17 5d3b04190fa2: Pulling fs layer 15:14:17 2f39f015ded8: Pulling fs layer 15:14:17 2f39f015ded8: Waiting 15:14:17 33b1e0a273af: Waiting 15:14:17 5d3b04190fa2: Waiting 15:14:17 3a2ae6a8a46f: Waiting 15:14:17 5c69ac0246d0: Verifying Checksum 15:14:17 5c69ac0246d0: Download complete 15:14:17 3a2ae6a8a46f: Verifying Checksum 15:14:17 3a2ae6a8a46f: Download complete 15:14:17 33b1e0a273af: Verifying Checksum 15:14:17 33b1e0a273af: Download complete 15:14:17 ec43610c2a17: Verifying Checksum 15:14:17 ec43610c2a17: Download complete 15:14:17 5d3b04190fa2: Verifying Checksum 15:14:17 5d3b04190fa2: Download complete 15:14:18 5eb5b503b376: Verifying Checksum 15:14:18 5eb5b503b376: Download complete 15:14:19 5eb5b503b376: Pull complete 15:14:19 5c69ac0246d0: Pull complete 15:14:19 ec43610c2a17: Pull complete 15:14:19 3a2ae6a8a46f: Pull complete 15:14:19 33b1e0a273af: Pull complete 15:14:19 5d3b04190fa2: Pull complete 15:14:23 2f39f015ded8: Pull complete 15:14:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:14:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:14:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:14:24 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:14:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:14:28 $ docker top 62f6c39bde65b142bc5c1f0bf7b47aee03f343f8954cd7a55a7c10c1d806617d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:14:29 ---> job-cost.sh 15:14:29 lf-activate-venv: SKIPPING 15:14:29 INFO: No Stack... 15:14:29 INFO: Retrieving Pricing Info for: v3-standard-8 15:14:30 INFO: Archiving Costs [Pipeline] sh 15:14:30 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 15:14:30 + cut -d, -f6 [Pipeline] lock 15:14:30 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] 15:14:30 Resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] did not exist. Created. 15:14:30 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:14:30 + echo total: 0.2199999988079071 [Pipeline] stash 15:14:30 Stashed 1 file(s) [Pipeline] } 15:14:30 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] // lock [Pipeline] } 15:14:30 $ docker stop --time=1 62f6c39bde65b142bc5c1f0bf7b47aee03f343f8954cd7a55a7c10c1d806617d 15:14:31 $ docker rm -f --volumes 62f6c39bde65b142bc5c1f0bf7b47aee03f343f8954cd7a55a7c10c1d806617d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:14:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4740 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 15:14:32 Running in /w/workspace/app-record-replay/41 [Pipeline] { [Pipeline] checkout 15:14:32 Selected Git installation does not exist. Using Default 15:14:32 The recommended git tool is: NONE 15:14:37 using credential edgex-jenkins-ssh 15:14:37 Cloning the remote Git repository 15:14:37 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 15:14:37 > git init /w/workspace/app-record-replay/41 # timeout=10 15:14:38 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 15:14:38 > git --version # timeout=10 15:14:38 > git --version # 'git version 2.25.1' 15:14:38 using GIT_SSH to set credentials SSH Credentials for GitHub 15:14:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:14:39 Avoid second fetch 15:14:39 Checking out Revision 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f (main) 15:14:38 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 15:14:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:14:39 > git config core.sparsecheckout # timeout=10 15:14:40 Commit message: "Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.22" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:14:39 > git checkout -f 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f # timeout=10 15:14:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:14:41 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:41 Dload Upload Total Spent Left Speed 15:14:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh 15:14:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:14:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:14:42 + sudo tee /etc/docker/daemon.new 15:14:42 { 15:14:42 "registry-mirrors": [ 15:14:42 "https://nexus3.edgexfoundry.org:10001" 15:14:42 ], 15:14:42 "bip": "10.250.0.254/24", 15:14:42 "hosts": [ 15:14:42 "tcp://0.0.0.0:5555", 15:14:42 "unix:///var/run/docker.sock" 15:14:42 ], 15:14:42 "mtu": 1458, 15:14:42 "selinux-enabled": true, 15:14:42 "seccomp-profile": "/etc/docker/seccomp.json" 15:14:42 } [Pipeline] sh 15:14:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:14:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:15:01 provisioning config files... 15:15:01 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/41@tmp/config17995300539741628051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:15:01 ---> docker-login.sh 15:15:01 nexus3.edgexfoundry.org:10001 15:15:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:02 Configure a credential helper to remove this warning. See 15:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:02 15:15:02 Login Succeeded 15:15:02 nexus3.edgexfoundry.org:10002 15:15:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:02 Configure a credential helper to remove this warning. See 15:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:02 15:15:02 Login Succeeded 15:15:02 nexus3.edgexfoundry.org:10003 15:15:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:02 Configure a credential helper to remove this warning. See 15:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:02 15:15:02 Login Succeeded 15:15:02 nexus3.edgexfoundry.org:10004 15:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:03 Configure a credential helper to remove this warning. See 15:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:03 15:15:03 Login Succeeded 15:15:03 docker.io 15:15:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:03 Configure a credential helper to remove this warning. See 15:15:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:03 15:15:03 Login Succeeded 15:15:03 ---> docker-login.sh ends [Pipeline] } 15:15:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:15:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:15:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:15:03 ========================================================= 15:15:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:15:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:04 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:15:04 Sending build context to Docker daemon 221.2kB 15:15:04 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:15:04 Step 2/12 : FROM ${BASE} AS builder 15:15:04 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:15:04 edb6bdbacee9: Pulling fs layer 15:15:04 5f9638ab2659: Pulling fs layer 15:15:04 8d51d6327a98: Pulling fs layer 15:15:04 8b374f2dd631: Pulling fs layer 15:15:04 ec14aa9079de: Pulling fs layer 15:15:04 2f466654f4bb: Pulling fs layer 15:15:04 554e91adad29: Pulling fs layer 15:15:04 ec14aa9079de: Waiting 15:15:04 2f466654f4bb: Waiting 15:15:04 554e91adad29: Waiting 15:15:04 8b374f2dd631: Waiting 15:15:04 5f9638ab2659: Verifying Checksum 15:15:04 5f9638ab2659: Download complete 15:15:04 8b374f2dd631: Verifying Checksum 15:15:04 8b374f2dd631: Download complete 15:15:04 ec14aa9079de: Verifying Checksum 15:15:04 ec14aa9079de: Download complete 15:15:04 edb6bdbacee9: Verifying Checksum 15:15:04 edb6bdbacee9: Download complete 15:15:05 edb6bdbacee9: Pull complete 15:15:06 554e91adad29: Verifying Checksum 15:15:06 554e91adad29: Download complete 15:15:06 5f9638ab2659: Pull complete 15:15:07 8d51d6327a98: Verifying Checksum 15:15:07 8d51d6327a98: Download complete 15:15:07 2f466654f4bb: Download complete 15:15:19 8d51d6327a98: Pull complete 15:15:19 8b374f2dd631: Pull complete 15:15:19 ec14aa9079de: Pull complete 15:15:26 2f466654f4bb: Pull complete 15:15:28 554e91adad29: Pull complete 15:15:28 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:15:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:15:28 ---> 1e15ea492957 15:15:28 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:15:30 ---> Running in 79b3f916ceaf 15:15:30 Removing intermediate container 79b3f916ceaf 15:15:30 ---> e53645c89b6e 15:15:30 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:15:30 ---> Running in 9e19561d074e 15:15:30 Removing intermediate container 9e19561d074e 15:15:30 ---> 79c9cc693499 15:15:30 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:15:30 ---> Running in c6df63748cb7 15:15:31 Removing intermediate container c6df63748cb7 15:15:31 ---> 630a470cc3ae 15:15:31 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:15:31 ---> Running in 68cd5b65b6f9 15:15:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:15:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:15:33 OK: 263 MiB in 53 packages 15:15:34 Removing intermediate container 68cd5b65b6f9 15:15:34 ---> 8fbb231c46f6 15:15:34 Step 7/12 : WORKDIR /app 15:15:34 ---> Running in aac01e54c8e2 15:15:34 Removing intermediate container aac01e54c8e2 15:15:34 ---> 3730ce0b762d 15:15:34 Step 8/12 : COPY go.mod vendor* ./ 15:15:35 ---> 5cf0970f3fe4 15:15:35 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:15:35 ---> Running in 0da972ba6354 15:16:43 Removing intermediate container 0da972ba6354 15:16:43 ---> 8c4ed8f80657 15:16:43 Step 10/12 : COPY . . 15:16:43 ---> ef2d880a1854 15:16:43 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:16:43 ---> Running in 839fd624a544 15:16:43 Removing intermediate container 839fd624a544 15:16:43 ---> 62037de31972 15:16:43 Step 12/12 : RUN $MAKE 15:16:43 ---> Running in 9ef8379bd857 15:16:43 noop 15:16:43 Removing intermediate container 9ef8379bd857 15:16:43 ---> c1f3172c1455 15:16:43 Successfully built c1f3172c1455 15:16:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:43 + docker inspect -f . ci-base-image-arm64 15:16:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:43 prd-ubuntu20.04-docker-arm64-4c-16g-4740 does not seem to be running inside a container 15:16:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/41 -v /w/workspace/app-record-replay/41:/w/workspace/app-record-replay/41:rw,z -v /w/workspace/app-record-replay/41@tmp:/w/workspace/app-record-replay/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:16:47 $ docker top 485e8d0e4e995a7c3f0422d5864af10a7bf48ae920108fcdc113af97a8354d3f -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:48 + go version 15:16:48 go version go1.20.6 linux/arm64 [Pipeline] } 15:16:48 $ docker stop --time=1 485e8d0e4e995a7c3f0422d5864af10a7bf48ae920108fcdc113af97a8354d3f 15:16:50 $ docker rm -f --volumes 485e8d0e4e995a7c3f0422d5864af10a7bf48ae920108fcdc113af97a8354d3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:50 + docker inspect -f . ci-base-image-arm64 15:16:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:50 prd-ubuntu20.04-docker-arm64-4c-16g-4740 does not seem to be running inside a container 15:16:50 $ 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/41 -v /w/workspace/app-record-replay/41:/w/workspace/app-record-replay/41:rw,z -v /w/workspace/app-record-replay/41@tmp:/w/workspace/app-record-replay/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:16:52 $ docker top 078c9932a69fd7ca94bb222779c047782bf22e5b157b5a9f435fb3954e3276f9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:52 + git config --global --add safe.directory /w/workspace/app-record-replay/41 [Pipeline] fileExists [Pipeline] sh 15:16:53 + make test 15:16:53 go test -race -coverprofile=coverage.out ./... 15:19:59 ? github.com/edgexfoundry/app-record-replay [no test files] 15:19:59 ok github.com/edgexfoundry/app-record-replay/internal/app 0.248s coverage: 88.0% of statements 15:19:59 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:19:59 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:19:59 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:20:03 ok github.com/edgexfoundry/app-record-replay/internal/application 8.931s coverage: 98.1% of statements 15:20:03 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.678s coverage: 78.0% of statements 15:20:03 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:20:03 go vet ./... 15:22:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:22:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:22:40 ./bin/test-attribution-txt.sh 15:22:40 An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add 15:22:40 An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add 15:22:40 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 15:22:40 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 15:22:40 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 15:22:40 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 15:22:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:22:40 $ docker stop --time=1 078c9932a69fd7ca94bb222779c047782bf22e5b157b5a9f435fb3954e3276f9 15:22:45 $ docker rm -f --volumes 078c9932a69fd7ca94bb222779c047782bf22e5b157b5a9f435fb3954e3276f9 [Pipeline] // withDockerContainer [Pipeline] sh 15:22:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:22:46 Warning: overwriting stash ‘coverage-report’ 15:22:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:22:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:22:48 + ls -al . 15:22:48 total 176 15:22:48 drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 15:16 . 15:22:48 drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 15:14 .. 15:22:48 -rw-rw-r-- 1 jenkins jenkins 119 Aug 28 15:14 .dockerignore 15:22:48 drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 15:14 .git 15:22:48 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:14 .github 15:22:48 -rw-rw-r-- 1 jenkins jenkins 164 Aug 28 15:14 .gitignore 15:22:48 -rw-rw-r-- 1 jenkins jenkins 41 Aug 28 15:14 .golangci.yml 15:22:48 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 28 15:14 Attribution.txt 15:22:48 -rw-rw-r-- 1 jenkins jenkins 258 Aug 28 15:14 CHANGELOG.md 15:22:48 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 28 15:14 Dockerfile 15:22:48 -rw-rw-r-- 1 jenkins jenkins 677 Aug 28 15:14 GOVERNANCE.md 15:22:48 -rw-rw-r-- 1 jenkins jenkins 681 Aug 28 15:14 Jenkinsfile 15:22:48 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 28 15:14 LICENSE 15:22:48 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 28 15:14 Makefile 15:22:48 -rw-rw-r-- 1 jenkins jenkins 611 Aug 28 15:14 OWNERS.md 15:22:48 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 28 15:14 README.md 15:22:48 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 28 15:14 Record and Reply.postman_collection.json 15:22:48 -rw-rw-r-- 1 jenkins jenkins 12 Aug 28 15:11 VERSION 15:22:48 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:14 bin 15:22:48 -rw-r--r-- 1 jenkins jenkins 21225 Aug 28 15:20 coverage.out 15:22:48 -rw-rw-r-- 1 jenkins jenkins 3916 Aug 28 15:14 go.mod 15:22:48 -rw-rw-r-- 1 jenkins jenkins 34159 Aug 28 15:14 go.sum 15:22:48 drwxrwxr-x 6 jenkins jenkins 4096 Aug 28 15:14 internal 15:22:48 -rw-rw-r-- 1 jenkins jenkins 913 Aug 28 15:14 main.go 15:22:48 drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 15:14 pkg 15:22:48 drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 15:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:48 + 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=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f --label arch=arm64 --label version=3.1.0-dev.38 . 15:22:48 Sending build context to Docker daemon 243.2kB 15:22:48 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:22:48 Step 2/26 : FROM ${BASE} AS builder 15:22:48 ---> c1f3172c1455 15:22:48 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:22:48 ---> Running in 0bb8c47e39de 15:22:48 Removing intermediate container 0bb8c47e39de 15:22:48 ---> 62bf51cf4b85 15:22:48 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:22:49 ---> Running in bf4f1ac3e502 15:22:49 Removing intermediate container bf4f1ac3e502 15:22:49 ---> 409cdc0a39ec 15:22:49 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:22:49 ---> Running in e2392b4545a4 15:22:49 Removing intermediate container e2392b4545a4 15:22:49 ---> 3d199eb266c9 15:22:49 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:22:49 ---> Running in fc5f345c5608 15:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:22:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:22:52 OK: 263 MiB in 53 packages 15:22:53 Removing intermediate container fc5f345c5608 15:22:53 ---> f22d3657b5c1 15:22:53 Step 7/26 : WORKDIR /app 15:22:53 ---> Running in ec176b59a420 15:22:53 Removing intermediate container ec176b59a420 15:22:53 ---> a0c4604430ae 15:22:53 Step 8/26 : COPY go.mod vendor* ./ 15:22:54 ---> f278ced89492 15:22:54 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:22:54 ---> Running in 1b6876d463ad 15:22:58 Removing intermediate container 1b6876d463ad 15:22:58 ---> b53c3804e925 15:22:58 Step 10/26 : COPY . . 15:22:58 ---> c2dcdde17f0c 15:22:58 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:22:59 ---> Running in 80b3a8485528 15:22:59 Removing intermediate container 80b3a8485528 15:22:59 ---> 9f532225b32f 15:22:59 Step 12/26 : RUN $MAKE 15:22:59 ---> Running in 379d555315dd 15:23:00 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.22 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.38" -trimpath -mod=readonly -o app-record-replay 15:25:22 Removing intermediate container 379d555315dd 15:25:22 ---> 85a952e763a5 15:25:22 Step 13/26 : FROM alpine:3.17 15:25:22 3.17: Pulling from library/alpine 15:25:22 4060ece20d7a: Pulling fs layer 15:25:22 4060ece20d7a: Verifying Checksum 15:25:22 4060ece20d7a: Download complete 15:25:22 4060ece20d7a: Pull complete 15:25:22 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:25:22 Status: Downloaded newer image for alpine:3.17 15:25:22 ---> 8650cd65339b 15:25:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:25:22 ---> Running in 90a761ad12ac 15:25:22 Removing intermediate container 90a761ad12ac 15:25:22 ---> b2802c06f585 15:25:22 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 15:25:22 ---> Running in dad92d2096c2 15:25:22 Removing intermediate container dad92d2096c2 15:25:22 ---> 8ff272fecb7a 15:25:22 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:25:22 ---> Running in a1583c967d2f 15:25:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:25:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:25:22 (1/2) Installing ca-certificates (20230506-r0) 15:25:22 (2/2) Installing dumb-init (1.2.5-r2) 15:25:22 Executing busybox-1.35.0-r29.trigger 15:25:22 Executing ca-certificates-20230506-r0.trigger 15:25:22 OK: 8 MiB in 17 packages 15:25:22 Removing intermediate container a1583c967d2f 15:25:22 ---> 98a96be257c8 15:25:22 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:25:22 ---> 6e8a7134e1bc 15:25:22 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:25:22 ---> 8428e46bfd87 15:25:22 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:25:22 ---> b5d1dcbbeb36 15:25:22 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 15:25:22 ---> aff9c5954bcb 15:25:22 Step 21/26 : EXPOSE 59712 15:25:22 ---> Running in 6e8b1d0dcf47 15:25:22 Removing intermediate container 6e8b1d0dcf47 15:25:22 ---> 479825489139 15:25:22 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 15:25:22 ---> Running in 21769e565fb4 15:25:22 Removing intermediate container 21769e565fb4 15:25:22 ---> f6999738279c 15:25:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:25:22 ---> Running in 84c5db6d5058 15:25:23 Removing intermediate container 84c5db6d5058 15:25:23 ---> 03f61f93964e 15:25:23 Step 24/26 : LABEL arch=arm64 15:25:23 ---> Running in c27309095928 15:25:23 Removing intermediate container c27309095928 15:25:23 ---> c2511235333a 15:25:23 Step 25/26 : LABEL git_sha=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:25:23 ---> Running in aeea44a24612 15:25:23 Removing intermediate container aeea44a24612 15:25:23 ---> 64a6344b222a 15:25:23 Step 26/26 : LABEL version=3.1.0-dev.38 15:25:24 ---> Running in 90e873f621a1 15:25:24 Removing intermediate container 90e873f621a1 15:25:24 ---> 380636d624af 15:25:24 [Warning] One or more build-args [ARCH] were not consumed 15:25:24 Successfully built 380636d624af 15:25:24 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 15:25:24 provisioning config files... 15:25:24 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/41@tmp/config18172891256642497867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:25:24 ---> docker-login.sh 15:25:24 nexus3.edgexfoundry.org:10001 15:25:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:25 Configure a credential helper to remove this warning. See 15:25:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:25 15:25:25 Login Succeeded 15:25:25 nexus3.edgexfoundry.org:10002 15:25:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:25 Configure a credential helper to remove this warning. See 15:25:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:25 15:25:25 Login Succeeded 15:25:25 nexus3.edgexfoundry.org:10003 15:25:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:25 Configure a credential helper to remove this warning. See 15:25:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:25 15:25:25 Login Succeeded 15:25:25 nexus3.edgexfoundry.org:10004 15:25:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:26 Configure a credential helper to remove this warning. See 15:25:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:26 15:25:26 Login Succeeded 15:25:26 docker.io 15:25:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:25:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:25:26 Configure a credential helper to remove this warning. See 15:25:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:25:26 15:25:26 Login Succeeded 15:25:26 ---> docker-login.sh ends [Pipeline] } 15:25:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:25:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:25:26 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 15:25:26 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:25:26 latest 15:25:26 3.1.0-dev.38 15:25:26 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 15:25:26 main 15:25:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:27 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:27 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:25:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:25:27 233d34b96ab7: Preparing 15:25:27 7c217ea9aec2: Preparing 15:25:27 eaff0ad19bb6: Preparing 15:25:27 d1ad25373bb8: Preparing 15:25:27 969e28fe6ade: Preparing 15:25:27 d2d9d24a8c2a: Preparing 15:25:27 d2d9d24a8c2a: Waiting 15:25:27 eaff0ad19bb6: Pushed 15:25:27 d1ad25373bb8: Pushed 15:25:27 7c217ea9aec2: Pushed 15:25:27 d2d9d24a8c2a: Layer already exists 15:25:27 969e28fe6ade: Pushed 15:25:33 233d34b96ab7: Pushed 15:25:33 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:33 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:34 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:25:34 233d34b96ab7: Preparing 15:25:34 7c217ea9aec2: Preparing 15:25:34 eaff0ad19bb6: Preparing 15:25:34 d1ad25373bb8: Preparing 15:25:34 969e28fe6ade: Preparing 15:25:34 d2d9d24a8c2a: Preparing 15:25:34 d2d9d24a8c2a: Waiting 15:25:34 233d34b96ab7: Layer already exists 15:25:34 eaff0ad19bb6: Layer already exists 15:25:34 d1ad25373bb8: Layer already exists 15:25:34 7c217ea9aec2: Layer already exists 15:25:34 969e28fe6ade: Layer already exists 15:25:34 d2d9d24a8c2a: Layer already exists 15:25:34 latest: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:34 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:34 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.38 15:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:25:34 233d34b96ab7: Preparing 15:25:34 7c217ea9aec2: Preparing 15:25:34 eaff0ad19bb6: Preparing 15:25:34 d1ad25373bb8: Preparing 15:25:34 969e28fe6ade: Preparing 15:25:34 d2d9d24a8c2a: Preparing 15:25:34 d2d9d24a8c2a: Waiting 15:25:34 969e28fe6ade: Layer already exists 15:25:34 7c217ea9aec2: Layer already exists 15:25:34 d1ad25373bb8: Layer already exists 15:25:34 233d34b96ab7: Layer already exists 15:25:34 eaff0ad19bb6: Layer already exists 15:25:34 d2d9d24a8c2a: Layer already exists 15:25:34 3.1.0-dev.38: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:35 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:35 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 15:25:35 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:25:35 233d34b96ab7: Preparing 15:25:35 7c217ea9aec2: Preparing 15:25:35 eaff0ad19bb6: Preparing 15:25:35 d1ad25373bb8: Preparing 15:25:35 969e28fe6ade: Preparing 15:25:35 d2d9d24a8c2a: Preparing 15:25:35 d2d9d24a8c2a: Waiting 15:25:35 d1ad25373bb8: Layer already exists 15:25:35 eaff0ad19bb6: Layer already exists 15:25:35 969e28fe6ade: Layer already exists 15:25:35 7c217ea9aec2: Layer already exists 15:25:35 233d34b96ab7: Layer already exists 15:25:35 d2d9d24a8c2a: Layer already exists 15:25:35 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:36 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:36 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 15:25:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:25:36 233d34b96ab7: Preparing 15:25:36 7c217ea9aec2: Preparing 15:25:36 eaff0ad19bb6: Preparing 15:25:36 d1ad25373bb8: Preparing 15:25:36 969e28fe6ade: Preparing 15:25:36 d2d9d24a8c2a: Preparing 15:25:36 d2d9d24a8c2a: Waiting 15:25:36 d1ad25373bb8: Layer already exists 15:25:36 233d34b96ab7: Layer already exists 15:25:36 969e28fe6ade: Layer already exists 15:25:36 7c217ea9aec2: Layer already exists 15:25:36 eaff0ad19bb6: Layer already exists 15:25:36 d2d9d24a8c2a: Layer already exists 15:25:36 main: digest: sha256:1aabb13ee70b2d6a016b0c8cf70f28dd67a5c4218964a7dbe5504c10cdaa2ec1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:25:36 ===================================================== [Pipeline] echo 15:25:36 taggedImages: 15:25:36 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f 15:25:36 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:25:36 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.38 15:25:36 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f-3.1.0-dev.38 15:25:36 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:25:36 15:25:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:25:37 arm64: Pulling from edgex-lftools-log-publisher 15:25:37 8998bd30e6a1: Pulling fs layer 15:25:37 04944245beec: Pulling fs layer 15:25:37 699f458cf7ca: Pulling fs layer 15:25:37 765212b225bb: Pulling fs layer 15:25:37 f23df028b6ca: Pulling fs layer 15:25:37 d65c8cfc05b1: Pulling fs layer 15:25:37 2437ff75d9bd: Pulling fs layer 15:25:37 765212b225bb: Waiting 15:25:37 f23df028b6ca: Waiting 15:25:37 d65c8cfc05b1: Waiting 15:25:37 2437ff75d9bd: Waiting 15:25:37 04944245beec: Verifying Checksum 15:25:37 04944245beec: Download complete 15:25:37 765212b225bb: Verifying Checksum 15:25:37 765212b225bb: Download complete 15:25:37 f23df028b6ca: Verifying Checksum 15:25:37 f23df028b6ca: Download complete 15:25:37 d65c8cfc05b1: Verifying Checksum 15:25:37 d65c8cfc05b1: Download complete 15:25:37 699f458cf7ca: Verifying Checksum 15:25:37 699f458cf7ca: Download complete 15:25:38 8998bd30e6a1: Verifying Checksum 15:25:38 8998bd30e6a1: Download complete 15:25:40 2437ff75d9bd: Verifying Checksum 15:25:40 2437ff75d9bd: Download complete 15:25:42 8998bd30e6a1: Pull complete 15:25:42 04944245beec: Pull complete 15:25:43 699f458cf7ca: Pull complete 15:25:43 765212b225bb: Pull complete 15:25:44 f23df028b6ca: Pull complete 15:25:44 d65c8cfc05b1: Pull complete 15:25:59 2437ff75d9bd: Pull complete 15:25:59 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:25:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:25:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:59 prd-ubuntu20.04-docker-arm64-4c-16g-4740 does not seem to be running inside a container 15:25:59 $ 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/41 -v /w/workspace/app-record-replay/41:/w/workspace/app-record-replay/41:rw,z -v /w/workspace/app-record-replay/41@tmp:/w/workspace/app-record-replay/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:26:02 $ docker top 16f6d2460b716ecde766cd172f21cace33511ada0e33f3621bcce4a46266db50 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:26:03 ---> job-cost.sh 15:26:03 lf-activate-venv: SKIPPING 15:26:03 INFO: No Stack... 15:26:03 INFO: Retrieving Pricing Info for: v3-standard-4 15:26:04 INFO: Archiving Costs [Pipeline] sh 15:26:04 + cut -d, -f6 15:26:04 + cat /w/workspace/app-record-replay/41/archives/cost.csv [Pipeline] lock 15:26:05 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] 15:26:05 Resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] did not exist. Created. 15:26:05 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:26:05 /w/workspace/app-record-replay/41@tmp/durable-fb4f7f01/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:26:05 + echo total: 0.10999999940395355 [Pipeline] stash 15:26:05 Warning: overwriting stash ‘stack-cost’ 15:26:05 Stashed 1 file(s) [Pipeline] } 15:26:05 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-41-stack-cost] [Pipeline] // lock [Pipeline] } 15:26:05 $ docker stop --time=1 16f6d2460b716ecde766cd172f21cace33511ada0e33f3621bcce4a46266db50 15:26:07 $ docker rm -f --volumes 16f6d2460b716ecde766cd172f21cace33511ada0e33f3621bcce4a46266db50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:26:07 provisioning config files... 15:26:07 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #41 15:26:07 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17019050163917390402tmp [Pipeline] { [Pipeline] sh 15:26:08 + set +x 15:26:08 + curl -s https://codecov.io/bash 15:26:08 + bash -s -- 15:26:08 15:26:08 _____ _ 15:26:08 / ____| | | 15:26:08 | | ___ __| | ___ ___ _____ __ 15:26:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:26:08 | |___| (_) | (_| | __/ (_| (_) \ V / 15:26:08 \_____\___/ \__,_|\___|\___\___/ \_/ 15:26:08 Bash-1.0.6 15:26:08 15:26:08 15:26:08 ==> git version 2.25.1 found 15:26:08 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:26:08 Release-Date: 2020-01-08 15:26:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:26:08 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:26:08 ==> Jenkins CI detected. 15:26:08 current dir:  /w/workspace/exfoundry_app-record-replay_main 15:26:08 project root: . 15:26:08 --> token set from env 15:26:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:26:08 ==> Running gcov in . (disable via -X gcov) 15:26:08 ==> Python coveragepy not found 15:26:08 ==> Searching for coverage reports in: 15:26:08 + . 15:26:08 -> Found 1 reports 15:26:08 ==> Detecting git/mercurial file structure 15:26:08 ==> Reading reports 15:26:08 + ./coverage.out bytes=21225 15:26:08 ==> Appending adjustments 15:26:08 https://docs.codecov.io/docs/fixing-reports 15:26:08 + Found adjustments 15:26:08 ==> Gzipping contents 15:26:08 8.0K /tmp/codecov.f4U5ax.gz 15:26:08 ==> Uploading reports 15:26:08 url: https://codecov.io 15:26:08 query: branch=main&commit=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:26:08 -> Pinging Codecov 15:26:08 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:26:08 Invalid request parameters 15:26:08 400 [Pipeline] } 15:26:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:26:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:26:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:26:08 15:26:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:26:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:26:09 df9b9388f04a: Pulling fs layer 15:26:09 52dc419b0ee2: Pulling fs layer 15:26:09 25bc292e5bac: Pulling fs layer 15:26:09 114826534d7a: Pulling fs layer 15:26:09 4657fd5d0bcf: Pulling fs layer 15:26:09 6ad1cebc031e: Pulling fs layer 15:26:09 8a3aa393b2d8: Pulling fs layer 15:26:09 114826534d7a: Waiting 15:26:09 4657fd5d0bcf: Waiting 15:26:09 6ad1cebc031e: Waiting 15:26:09 8a3aa393b2d8: Waiting 15:26:09 25bc292e5bac: Verifying Checksum 15:26:09 52dc419b0ee2: Download complete 15:26:09 4657fd5d0bcf: Verifying Checksum 15:26:09 4657fd5d0bcf: Download complete 15:26:09 df9b9388f04a: Verifying Checksum 15:26:09 df9b9388f04a: Download complete 15:26:09 6ad1cebc031e: Verifying Checksum 15:26:09 6ad1cebc031e: Download complete 15:26:09 df9b9388f04a: Pull complete 15:26:09 52dc419b0ee2: Pull complete 15:26:09 25bc292e5bac: Pull complete 15:26:09 114826534d7a: Verifying Checksum 15:26:09 114826534d7a: Download complete 15:26:09 8a3aa393b2d8: Verifying Checksum 15:26:09 8a3aa393b2d8: Download complete 15:26:14 114826534d7a: Pull complete 15:26:14 4657fd5d0bcf: Pull complete 15:26:14 6ad1cebc031e: Pull complete 15:26:16 8a3aa393b2d8: Pull complete 15:26:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:26:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:26:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:16 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:26:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:26:20 $ docker top 6e43191a5a0df6ba82bfc3428e0e40c4c0fd0f51fe4bfcd050638268b250892b -eo pid,comm [Pipeline] { [Pipeline] echo 15:26:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 15:26:21 + set -o pipefail 15:26:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 15:26:26 15:26:26 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 15:26:26 15:26:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/892eb991-1376-441c-a383-d8aea3277217 15:26:26 15:26:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:26:26 15:26:27 15:26:27 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:26:27 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:26:27 More details here: https://snyk.co/ue1NS [Pipeline] } 15:26:27 $ docker stop --time=1 6e43191a5a0df6ba82bfc3428e0e40c4c0fd0f51fe4bfcd050638268b250892b 15:26:31 $ docker rm -f --volumes 6e43191a5a0df6ba82bfc3428e0e40c4c0fd0f51fe4bfcd050638268b250892b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:26:32 + git log --format=format:%s -1 0591cdf33105aaeb4fa97ebf1829aacc0cf76b0f [Pipeline] sh 15:26:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:26:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:26:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:32 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:26: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 15:26:33 $ docker top 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 -eo pid,comm 15:26:33 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:26:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:33 [ssh-agent] Looking for ssh-agent implementation... 15:26:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:33 $ docker exec 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 ssh-agent 15:26:33 SSH_AUTH_SOCK=/tmp/ssh-7KJQJX9gXvTs/agent.32 15:26:33 SSH_AGENT_PID=38 15:26:33 Running ssh-add (command line suppressed) 15:26:33 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15902884454418489614.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15902884454418489614.key) 15:26:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:34 + git semver tag 15:26:34 2023-08-28 15:26:34,239 [run_tag] DEBUG tag force:False 15:26:34 2023-08-28 15:26:34,239 [check_head_tag] DEBUG check head tag 15:26:34 2023-08-28 15:26:34,240 [execute] INFO git cat-file --batch-check 15:26:34 2023-08-28 15:26:34,240 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:26:34 2023-08-28 15:26:34,244 [execute] INFO git cat-file --batch 15:26:34 2023-08-28 15:26:34,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:26:34 2023-08-28 15:26:34,258 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:26:34 2023-08-28 15:26:34,258 [execute] INFO git tag -a v3.1.0-dev.38 -m v3.1.0-dev.38 15:26:34 2023-08-28 15:26:34,258 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.38', '-m', 'v3.1.0-dev.38'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:26:34 2023-08-28 15:26:34,263 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:26:34 3.1.0-dev.38 [Pipeline] } 15:26:34 $ docker exec --env ******** --env ******** 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 ssh-agent -k 15:26:34 unset SSH_AUTH_SOCK; 15:26:34 unset SSH_AGENT_PID; 15:26:34 echo Agent pid 38 killed; 15:26:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:34 + git semver [Pipeline] } 15:26:35 $ docker stop --time=1 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 15:26:36 $ docker rm -f --volumes 12c45217cf435d6fce98e97cc9b95ec36460f8229ce30591da25a6e6792a3c29 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:36 15:26:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:36 0.23.1-centos7: Pulling from edgex-lftools 15:26:36 ab5ef0e58194: Pulling fs layer 15:26:36 9712f1f96733: Pulling fs layer 15:26:36 63f879dbbcfc: Pulling fs layer 15:26:36 0d9ebad4ef96: Pulling fs layer 15:26:36 e9a5061849ea: Pulling fs layer 15:26:36 d747dcd14b5f: Pulling fs layer 15:26:36 2de7ff778b66: Pulling fs layer 15:26:36 d747dcd14b5f: Waiting 15:26:36 e9a5061849ea: Waiting 15:26:36 2de7ff778b66: Waiting 15:26:36 0d9ebad4ef96: Waiting 15:26:36 9712f1f96733: Verifying Checksum 15:26:36 9712f1f96733: Download complete 15:26:37 63f879dbbcfc: Verifying Checksum 15:26:37 63f879dbbcfc: Download complete 15:26:37 e9a5061849ea: Verifying Checksum 15:26:37 e9a5061849ea: Download complete 15:26:37 d747dcd14b5f: Verifying Checksum 15:26:37 d747dcd14b5f: Download complete 15:26:37 ab5ef0e58194: Verifying Checksum 15:26:37 ab5ef0e58194: Download complete 15:26:37 0d9ebad4ef96: Verifying Checksum 15:26:37 2de7ff778b66: Verifying Checksum 15:26:37 2de7ff778b66: Download complete 15:26:40 ab5ef0e58194: Pull complete 15:26:40 9712f1f96733: Pull complete 15:26:40 63f879dbbcfc: Pull complete 15:26:44 0d9ebad4ef96: Pull complete 15:26:44 e9a5061849ea: Pull complete 15:26:44 d747dcd14b5f: Pull complete 15:26:45 2de7ff778b66: Pull complete 15:26:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:26:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:45 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:26:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:26:53 $ docker top 71169bb5562dd479ab38775b328216263883641ab7d3b06d8b451c183f82961b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:26:53 provisioning config files... 15:26:53 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3733239515847425009tmp 15:26:53 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17880694016836987917tmp 15:26:53 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15452996311785101802tmp [Pipeline] { [Pipeline] echo 15:26:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:26:54 ---> sigul-configuration.sh 15:26:54 gpg: directory `/root/.gnupg' created 15:26:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:26:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:26:54 gpg: keyring `/root/.gnupg/secring.gpg' created 15:26:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:26:54 gpg: CAST5 encrypted data 15:26:54 gpg: encrypted with 1 passphrase 15:26:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:26:54 + mkdir /home/jenkins 15:26:54 + mkdir /home/jenkins/sigul [Pipeline] sh 15:26:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:26:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:26:54 ---> sigul-install.sh 15:26:54 Sigul already installed; skipping installation. [Pipeline] sh 15:26:55 + git tag --list 15:26:55 v3.1.0-dev.0 15:26:55 v3.1.0-dev.1 15:26:55 v3.1.0-dev.10 15:26:55 v3.1.0-dev.11 15:26:55 v3.1.0-dev.12 15:26:55 v3.1.0-dev.13 15:26:55 v3.1.0-dev.14 15:26:55 v3.1.0-dev.15 15:26:55 v3.1.0-dev.16 15:26:55 v3.1.0-dev.17 15:26:55 v3.1.0-dev.18 15:26:55 v3.1.0-dev.19 15:26:55 v3.1.0-dev.2 15:26:55 v3.1.0-dev.20 15:26:55 v3.1.0-dev.21 15:26:55 v3.1.0-dev.22 15:26:55 v3.1.0-dev.23 15:26:55 v3.1.0-dev.24 15:26:55 v3.1.0-dev.25 15:26:55 v3.1.0-dev.26 15:26:55 v3.1.0-dev.27 15:26:55 v3.1.0-dev.28 15:26:55 v3.1.0-dev.29 15:26:55 v3.1.0-dev.3 15:26:55 v3.1.0-dev.30 15:26:55 v3.1.0-dev.31 15:26:55 v3.1.0-dev.32 15:26:55 v3.1.0-dev.33 15:26:55 v3.1.0-dev.34 15:26:55 v3.1.0-dev.35 15:26:55 v3.1.0-dev.36 15:26:55 v3.1.0-dev.37 15:26:55 v3.1.0-dev.38 15:26:55 v3.1.0-dev.4 15:26:55 v3.1.0-dev.5 15:26:55 v3.1.0-dev.6 15:26:55 v3.1.0-dev.7 15:26:55 v3.1.0-dev.8 15:26:55 v3.1.0-dev.9 [Pipeline] sh 15:26:55 + lftools sign git-tag v3.1.0-dev.38 15:26:56 Signing Git tag with Sigul... 15:26:56 Signing v3.1.0-dev.38 [Pipeline] echo 15:26:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:26:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:26:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:26:56 $ docker stop --time=1 71169bb5562dd479ab38775b328216263883641ab7d3b06d8b451c183f82961b 15:26:57 $ docker rm -f --volumes 71169bb5562dd479ab38775b328216263883641ab7d3b06d8b451c183f82961b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:26:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:26:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:26:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:58 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:26:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:26:59 $ docker top e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df -eo pid,comm 15:26:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:26:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:59 [ssh-agent] Looking for ssh-agent implementation... 15:26:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:59 $ docker exec e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df ssh-agent 15:26:59 SSH_AUTH_SOCK=/tmp/ssh-Rfr9sqf4nc8H/agent.32 15:26:59 SSH_AGENT_PID=38 15:26:59 Running ssh-add (command line suppressed) 15:26:59 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4929708913712403245.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4929708913712403245.key) 15:26:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:59 + git semver bump pre 15:26:59 2023-08-28 15:26:59,910 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:26:59 2023-08-28 15:26:59,910 [bump_version] DEBUG bumping version:3.1.0-dev.38 on axis:pre with prefix:dev 15:26:59 2023-08-28 15:26:59,910 [bump_version] DEBUG bumped version:3.1.0-dev.39 15:26:59 2023-08-28 15:26:59,910 [write_version] DEBUG write version:3.1.0-dev.39 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 15:26:59 2023-08-28 15:26:59,910 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:26:59 2023-08-28 15:26:59,911 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 15:26:59 2023-08-28 15:26:59,913 [execute] INFO git cat-file --batch-check 15:26:59 2023-08-28 15:26:59,913 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:26:59 2023-08-28 15:26:59,919 [execute] INFO git cat-file --batch 15:26:59 2023-08-28 15:26:59,919 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:26:59 2023-08-28 15:26:59,924 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:26:59 3.1.0-dev.39 [Pipeline] } 15:27:00 $ docker exec --env ******** --env ******** e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df ssh-agent -k 15:27:00 unset SSH_AUTH_SOCK; 15:27:00 unset SSH_AGENT_PID; 15:27:00 echo Agent pid 38 killed; 15:27:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:27:00 + git semver [Pipeline] } 15:27:00 $ docker stop --time=1 e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df 15:27:01 $ docker rm -f --volumes e286ef2238e6910df7df32f3a446af27275068bedbc769bafc4b5124130c92df [Pipeline] // withDockerContainer [Pipeline] sh 15:27:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:27:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:27:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:27:02 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:27:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:27:02 $ docker top cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b -eo pid,comm 15:27:03 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:27:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:27:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:27:03 [ssh-agent] Looking for ssh-agent implementation... 15:27:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:27:03 $ docker exec cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b ssh-agent 15:27:03 SSH_AUTH_SOCK=/tmp/ssh-erRKRCIXbuoY/agent.32 15:27:03 SSH_AGENT_PID=38 15:27:03 Running ssh-add (command line suppressed) 15:27:03 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18056246964811356059.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18056246964811356059.key) 15:27:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:27:03 + git semver push 15:27:03 2023-08-28 15:27:03,813 [run_push] DEBUG push 15:27:03 2023-08-28 15:27:03,814 [execute] INFO git cat-file --batch-check 15:27:03 2023-08-28 15:27:03,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:27:03 2023-08-28 15:27:03,817 [execute] INFO git rev-list c45b1782bf4688b35f6696a6063ab25871410a6e -- 15:27:03 2023-08-28 15:27:03,818 [execute] DEBUG Popen(['git', 'rev-list', 'c45b1782bf4688b35f6696a6063ab25871410a6e', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:27:03 2023-08-28 15:27:03,822 [execute] INFO git fetch -v origin 15:27:03 2023-08-28 15:27:03,823 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 15:27:04 2023-08-28 15:27:04,304 [run_push] DEBUG no remote changes detected 15:27:04 2023-08-28 15:27:04,305 [execute] INFO git push origin semver 15:27:04 2023-08-28 15:27:04,305 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:27:05 2023-08-28 15:27:05,232 [run_push] DEBUG push all version tags 15:27:05 2023-08-28 15:27:05,233 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:27:05 2023-08-28 15:27:05,233 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:27:06 2023-08-28 15:27:06,014 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:27:06 3.1.0-dev.39 [Pipeline] } 15:27:06 $ docker exec --env ******** --env ******** cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b ssh-agent -k 15:27:06 unset SSH_AUTH_SOCK; 15:27:06 unset SSH_AGENT_PID; 15:27:06 echo Agent pid 38 killed; 15:27:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:27:06 + git semver [Pipeline] } 15:27:07 $ docker stop --time=1 cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b 15:27:08 $ docker rm -f --volumes cb3863870a8d4bc7b0846e098461f9473972e11dd1895bd25cc19713dc0cf76b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:27:08 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 15:27:08 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:27:08 total 16 15:27:08 drwxr-xr-x 3 root root 4096 Aug 28 15:14 . 15:27:08 drwxrwxr-x 10 jenkins jenkins 4096 Aug 28 15:26 .. 15:27:08 drwxr-xr-x 2 root root 4096 Aug 28 15:14 cost 15:27:08 -rw-r--r-- 1 root root 88 Aug 28 15:14 cost.csv 15:27:08 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 15:27:08 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:27:08 total 16 15:27:08 drwxr-xr-x 3 jenkins jenkins 4096 Aug 28 15:14 . 15:27:08 drwxrwxr-x 10 jenkins jenkins 4096 Aug 28 15:26 .. 15:27:08 drwxr-xr-x 2 jenkins jenkins 4096 Aug 28 15:14 cost 15:27:08 -rw-r--r-- 1 jenkins jenkins 88 Aug 28 15:14 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:27:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:27:10 ---> package-listing.sh 15:27:10 ++ tr '[:upper:]' '[:lower:]' 15:27:10 ++ facter osfamily 15:27:10 + OS_FAMILY=debian 15:27:10 + workspace=/w/workspace/exfoundry_app-record-replay_main 15:27:10 + START_PACKAGES=/tmp/packages_start.txt 15:27:10 + END_PACKAGES=/tmp/packages_end.txt 15:27:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:27:10 + PACKAGES=/tmp/packages_start.txt 15:27:10 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:27:10 + PACKAGES=/tmp/packages_end.txt 15:27:10 + case "${OS_FAMILY}" in 15:27:10 + dpkg -l 15:27:10 + grep '^ii' 15:27:10 + '[' -f /tmp/packages_start.txt ']' 15:27:10 + '[' -f /tmp/packages_end.txt ']' 15:27:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:27:10 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:27:10 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 15:27:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 15:27:10 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:27:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:27:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:27:11 prd-ubuntu20.04-docker-8c-8g-4738 does not seem to be running inside a container 15:27:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:27:11 $ docker top 351f6f2a17c4e4dfcb83631fad6e6da556c8d4421e3f0c9dd8da4b5a24618b90 -eo pid,comm [Pipeline] { [Pipeline] sh 15:27:11 + touch /tmp/pre-build-complete [Pipeline] sh 15:27:12 + mkdir -p /var/log/sysstat [Pipeline] sh 15:27:12 + ls /var/log/sa-host 15:27:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:27:12 provisioning config files... 15:27:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config877842835067927844tmp [Pipeline] { [Pipeline] echo 15:27:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:27:12 ---> create-netrc.sh [Pipeline] } 15:27:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:27:13 ---> python-tools-install.sh [Pipeline] echo 15:27:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:27:13 ---> sudo-logs.sh 15:27:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:27:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:27:13 ---> job-cost.sh 15:27:13 lf-activate-venv: SKIPPING 15:27:13 DEBUG: total: 0.2199999988079071 15:27:13 INFO: Retrieving Stack Cost... 15:27:14 INFO: Retrieving Pricing Info for: v3-standard-8 15:27:14 INFO: Archiving Costs [Pipeline] echo 15:27:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:27:14 ---> logs-deploy.sh 15:27:14 lf-activate-venv: SKIPPING 15:27:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/41 15:27:14 INFO: archiving workspace using pattern(s): 15:27:15 Archives upload complete. 15:27:15 INFO: archiving logs to Nexus