Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e01ec832849867a8389374ded9abbc6b5a0a3218 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-ssh5093767680597457342.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh3691828318144300344.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh8750849060158685922.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh8963404801401300381.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-ssh940714764326327823.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-18943 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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 e01ec832849867a8389374ded9abbc6b5a0a3218 (main) > 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 e01ec832849867a8389374ded9abbc6b5a0a3218 # timeout=10 Commit message: "Merge pull request #4 from lenny-intel/dummy-main" > git rev-list --no-walk 9e922b9e5c9061430c0bdd5b3bb3138567ecf0ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:52:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:52:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:52:22 ========================================================= 22:52:22 EdgeX Global Pipelines Version Info 22:52:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:52:23 ------------------- 22:52:23 stable info: 22:52:23 ------------------- 22:52:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:52:23 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 22:52:23 Message: update stable to v1.0.250 22:52:23 ------------------- 22:52:23 experimental info: 22:52:23 ------------------- 22:52:23 Commited By: **** collab-it+edgex@linuxfoundation.org 22:52:23 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 22:52:23 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:52:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e01ec83 [Pipeline] echo 22:52:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:52:24 provisioning config files... 22:52:24 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4061994558907150075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:52:24 ---> docker-login.sh 22:52:24 nexus3.edgexfoundry.org:10001 22:52:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:24 Configure a credential helper to remove this warning. See 22:52:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:24 22:52:24 Login Succeeded 22:52:24 nexus3.edgexfoundry.org:10002 22:52:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:24 Configure a credential helper to remove this warning. See 22:52:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:24 22:52:24 Login Succeeded 22:52:24 nexus3.edgexfoundry.org:10003 22:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:25 Configure a credential helper to remove this warning. See 22:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:25 22:52:25 Login Succeeded 22:52:25 nexus3.edgexfoundry.org:10004 22:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:25 Configure a credential helper to remove this warning. See 22:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:25 22:52:25 Login Succeeded 22:52:25 docker.io 22:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:25 Configure a credential helper to remove this warning. See 22:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:25 22:52:25 Login Succeeded 22:52:25 ---> docker-login.sh ends [Pipeline] } 22:52:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:52:26 + git rev-list -1 --merges e01ec832849867a8389374ded9abbc6b5a0a3218~1..e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo 22:52:26 -----------> git rev-list -1 --merges e01ec832849867a8389374ded9abbc6b5a0a3218~1..e01ec832849867a8389374ded9abbc6b5a0a3218 e01ec832849867a8389374ded9abbc6b5a0a3218 22:52:26 e01ec832849867a8389374ded9abbc6b5a0a3218 [false] [Pipeline] sh 22:52:26 + git log --format=format:%s -1 e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo 22:52:26 ========================================================= 22:52:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:52:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:52:27 + git log --format=format:%s -1 e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] echo 22:52:27 [semverPrep] GIT_COMMIT: e01ec832849867a8389374ded9abbc6b5a0a3218, Commit Message: Merge pull request #4 from lenny-intel/dummy-main [Pipeline] echo 22:52:27 [semverPrep] This is not a build commit. [Pipeline] sh 22:52:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:52:27 + grep -v github /etc/ssh/ssh_known_hosts 22:52:27 + [ -e /tmp/ssh_known_hosts ] 22:52:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:52:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:52:27 + sudo tee -a /etc/ssh/ssh_known_hosts 22:52:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:52:27 22:52:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:52:28 0.1.4: Pulling from edgex-devops/py-git-semver 22:52:28 b85a868b505f: Pulling fs layer 22:52:28 e2be974225ed: Pulling fs layer 22:52:28 339a4e72a1f5: Pulling fs layer 22:52:28 988bab9f4d93: Pulling fs layer 22:52:28 1469e6f7b9e6: Pulling fs layer 22:52:28 eaf3925da568: Pulling fs layer 22:52:28 bab4dde63d76: Pulling fs layer 22:52:28 bde34c3a00c8: Pulling fs layer 22:52:28 b352a97aabf1: Pulling fs layer 22:52:28 4872d77fe225: Pulling fs layer 22:52:28 5851b861e8e6: Pulling fs layer 22:52:28 988bab9f4d93: Waiting 22:52:28 b352a97aabf1: Waiting 22:52:28 bab4dde63d76: Waiting 22:52:28 1469e6f7b9e6: Waiting 22:52:28 eaf3925da568: Waiting 22:52:28 bde34c3a00c8: Waiting 22:52:28 4872d77fe225: Waiting 22:52:28 5851b861e8e6: Waiting 22:52:28 e2be974225ed: Verifying Checksum 22:52:28 e2be974225ed: Download complete 22:52:28 988bab9f4d93: Verifying Checksum 22:52:28 988bab9f4d93: Download complete 22:52:28 1469e6f7b9e6: Verifying Checksum 22:52:28 1469e6f7b9e6: Download complete 22:52:28 339a4e72a1f5: Verifying Checksum 22:52:28 eaf3925da568: Verifying Checksum 22:52:28 eaf3925da568: Download complete 22:52:28 339a4e72a1f5: Download complete 22:52:28 bde34c3a00c8: Download complete 22:52:28 b352a97aabf1: Download complete 22:52:28 4872d77fe225: Verifying Checksum 22:52:28 4872d77fe225: Download complete 22:52:28 5851b861e8e6: Verifying Checksum 22:52:28 5851b861e8e6: Download complete 22:52:28 b85a868b505f: Verifying Checksum 22:52:28 b85a868b505f: Download complete 22:52:28 bab4dde63d76: Verifying Checksum 22:52:28 bab4dde63d76: Download complete 22:52:29 b85a868b505f: Pull complete 22:52:29 e2be974225ed: Pull complete 22:52:30 339a4e72a1f5: Pull complete 22:52:30 988bab9f4d93: Pull complete 22:52:30 1469e6f7b9e6: Pull complete 22:52:30 eaf3925da568: Pull complete 22:52:32 bab4dde63d76: Pull complete 22:52:32 bde34c3a00c8: Pull complete 22:52:32 b352a97aabf1: Pull complete 22:52:32 4872d77fe225: Pull complete 22:52:32 5851b861e8e6: Pull complete 22:52:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:52:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:52:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:52:33 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:52:33 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:52:37 $ docker top db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba -eo pid,comm 22:52:37 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:52:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:52:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:52:37 [ssh-agent] Looking for ssh-agent implementation... 22:52:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:52:37 $ docker exec db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent 22:52:37 SSH_AUTH_SOCK=/tmp/ssh-1inl0BD9pjgo/agent.31 22:52:37 SSH_AGENT_PID=37 22:52:37 Running ssh-add (command line suppressed) 22:52:37 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6865400094668670358.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6865400094668670358.key) 22:52:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:52:38 + git tag --points-at HEAD [Pipeline] } 22:52:38 $ docker exec --env ******** --env ******** db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent -k 22:52:38 unset SSH_AUTH_SOCK; 22:52:38 unset SSH_AGENT_PID; 22:52:38 echo Agent pid 37 killed; 22:52:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:52:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:52:38 [ssh-agent] Looking for ssh-agent implementation... 22:52:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:52:38 $ docker exec db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent 22:52:38 SSH_AUTH_SOCK=/tmp/ssh-mHUgBBAnyQdH/agent.70 22:52:38 SSH_AGENT_PID=76 22:52:38 Running ssh-add (command line suppressed) 22:52:38 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11334757669316013203.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11334757669316013203.key) 22:52:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:52:38 + git semver init 22:52:39 2023-06-20 22:52:39,156 [run_init] DEBUG init version:0.0.0 force:False 22:52:39 2023-06-20 22:52:39,157 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 22:52:39 2023-06-20 22:52:39,157 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 22:52:39 2023-06-20 22:52:39,158 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 22:52:39 2023-06-20 22:52:39,818 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 22:52:39 2023-06-20 22:52:39,819 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 22:52:39 2023-06-20 22:52:39,819 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:52:39 2023-06-20 22:52:39,819 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:52:39 3.1.0-dev.1 [Pipeline] } 22:52:40 $ docker exec --env ******** --env ******** db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba ssh-agent -k 22:52:40 unset SSH_AUTH_SOCK; 22:52:40 unset SSH_AGENT_PID; 22:52:40 echo Agent pid 76 killed; 22:52:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:52:40 + git semver [Pipeline] } 22:52:40 $ docker stop --time=1 db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba 22:52:42 $ docker rm -f --volumes db173de76c66be1216fb5bbd22826a8ddde2caa4d762b3db379a632c835ddeba [Pipeline] // withDockerContainer [Pipeline] sh 22:52:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:52:42 Stashed 1 file(s) [Pipeline] echo 22:52:42 [edgeXSemver]: initialized semver on version 3.1.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:52:43 provisioning config files... 22:52:43 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1379328533205437646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:52:43 ---> docker-login.sh 22:52:43 nexus3.edgexfoundry.org:10001 22:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:43 Configure a credential helper to remove this warning. See 22:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:43 22:52:43 Login Succeeded 22:52:43 nexus3.edgexfoundry.org:10002 22:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:43 Configure a credential helper to remove this warning. See 22:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:43 22:52:43 Login Succeeded 22:52:43 nexus3.edgexfoundry.org:10003 22:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:43 Configure a credential helper to remove this warning. See 22:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:43 22:52:43 Login Succeeded 22:52:43 nexus3.edgexfoundry.org:10004 22:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:43 Configure a credential helper to remove this warning. See 22:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:43 22:52:43 Login Succeeded 22:52:43 docker.io 22:52:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:52:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:52:43 Configure a credential helper to remove this warning. See 22:52:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:52:43 22:52:43 Login Succeeded 22:52:43 ---> docker-login.sh ends [Pipeline] } 22:52:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:52:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:52:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:52:43 ========================================================= 22:52:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:52:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:52:44 + 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 . 22:52:44 Sending build context to Docker daemon 140.8kB 22:52:44 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:52:44 Step 2/12 : FROM ${BASE} AS builder 22:52:44 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:52:44 f56be85fc22e: Pulling fs layer 22:52:44 85791d961cd3: Pulling fs layer 22:52:44 d694b5ae8c79: Pulling fs layer 22:52:44 9f32a84ed3da: Pulling fs layer 22:52:44 4d19c01a9841: Pulling fs layer 22:52:44 9325e15d5711: Pulling fs layer 22:52:44 556b6ee489ea: Pulling fs layer 22:52:44 c5a4b2cf53e6: Pulling fs layer 22:52:44 9325e15d5711: Waiting 22:52:44 556b6ee489ea: Waiting 22:52:44 9f32a84ed3da: Waiting 22:52:44 4d19c01a9841: Waiting 22:52:44 c5a4b2cf53e6: Waiting 22:52:44 85791d961cd3: Download complete 22:52:44 9f32a84ed3da: Verifying Checksum 22:52:44 9f32a84ed3da: Download complete 22:52:44 4d19c01a9841: Download complete 22:52:44 f56be85fc22e: Verifying Checksum 22:52:44 f56be85fc22e: Download complete 22:52:44 9325e15d5711: Verifying Checksum 22:52:44 9325e15d5711: Download complete 22:52:44 f56be85fc22e: Pull complete 22:52:44 85791d961cd3: Pull complete 22:52:45 d694b5ae8c79: Verifying Checksum 22:52:45 d694b5ae8c79: Download complete 22:52:45 c5a4b2cf53e6: Verifying Checksum 22:52:45 c5a4b2cf53e6: Download complete 22:52:45 556b6ee489ea: Verifying Checksum 22:52:45 556b6ee489ea: Download complete 22:52:48 d694b5ae8c79: Pull complete 22:52:48 9f32a84ed3da: Pull complete 22:52:48 4d19c01a9841: Pull complete 22:52:48 9325e15d5711: Pull complete 22:52:53 556b6ee489ea: Pull complete 22:52:54 c5a4b2cf53e6: Pull complete 22:52:54 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:52:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:52:54 ---> c4be618373d6 22:52:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:52:58 Still waiting to schedule task 22:52:58 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:53:16 ---> Running in 31070d2e6f4f 22:53:17 Removing intermediate container 31070d2e6f4f 22:53:17 ---> 54d9a27893b1 22:53:17 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:53:17 ---> Running in 64edda6e7a1f 22:53:17 Removing intermediate container 64edda6e7a1f 22:53:17 ---> 5eae62b6429c 22:53:17 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:53:18 ---> Running in 6f4097b600a6 22:53:18 Removing intermediate container 6f4097b600a6 22:53:18 ---> 8a34690a7e56 22:53:18 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:53:19 ---> Running in b64a768bf6cb 22:53:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:53:22 OK: 265 MiB in 53 packages 22:53:22 Removing intermediate container b64a768bf6cb 22:53:22 ---> 462bc32792e9 22:53:22 Step 7/12 : WORKDIR /app 22:53:23 ---> Running in 65b5da4dd6c7 22:53:23 Removing intermediate container 65b5da4dd6c7 22:53:23 ---> f8110134aa56 22:53:23 Step 8/12 : COPY go.mod vendor* ./ 22:53:23 ---> 62391f1d80bd 22:53:23 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:53:23 ---> Running in 680a65bc7cf0 22:53:24 Removing intermediate container 680a65bc7cf0 22:53:24 ---> 9bcee89ddfeb 22:53:24 Step 10/12 : COPY . . 22:53:24 ---> 030369938d51 22:53:24 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:53:24 ---> Running in 65a54089bcfe 22:53:25 Removing intermediate container 65a54089bcfe 22:53:25 ---> 7b581400ea96 22:53:25 Step 12/12 : RUN $MAKE 22:53:25 ---> Running in b9642d2b0042 22:53:25 noop 22:53:25 Removing intermediate container b9642d2b0042 22:53:25 ---> fbf0f001990d 22:53:25 Successfully built fbf0f001990d 22:53:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:53:25 + docker inspect -f . ci-base-image-x86_64 22:53:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:53:25 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:53:25 $ 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 ******** ci-base-image-x86_64 cat 22:53:26 $ docker top ffa5784451e9d87063525ca3276bb2e5a45d862b701ad560f95cd1392f7c3556 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:26 + go version 22:53:26 go version go1.20.2 linux/amd64 [Pipeline] } 22:53:26 $ docker stop --time=1 ffa5784451e9d87063525ca3276bb2e5a45d862b701ad560f95cd1392f7c3556 22:53:28 $ docker rm -f --volumes ffa5784451e9d87063525ca3276bb2e5a45d862b701ad560f95cd1392f7c3556 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:53:28 + docker inspect -f . ci-base-image-x86_64 22:53:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:53:28 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:53:28 $ 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 ******** ci-base-image-x86_64 cat 22:53:28 $ docker top 3526c3d43f7677e7a97b41c79a3bb9ffa24ec8c60692d26514aa131731f87453 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:29 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 22:53:29 + make test 22:53:29 go test -race -coverprofile=coverage.out ./... 22:53:37 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:53:43 go vet ./... 22:53:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:53:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:53:44 ./bin/test-attribution-txt.sh [Pipeline] echo 22:53:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:53:44 $ docker stop --time=1 3526c3d43f7677e7a97b41c79a3bb9ffa24ec8c60692d26514aa131731f87453 22:53:46 $ docker rm -f --volumes 3526c3d43f7677e7a97b41c79a3bb9ffa24ec8c60692d26514aa131731f87453 [Pipeline] // withDockerContainer [Pipeline] sh 22:53:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:53:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:53:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:53:47 + ls -al . 22:53:47 total 108 22:53:47 drwxrwxr-x 7 jenkins jenkins 4096 Jun 20 22:53 . 22:53:47 drwxrwxr-x 4 jenkins jenkins 4096 Jun 20 22:52 .. 22:53:47 -rw-rw-r-- 1 jenkins jenkins 119 Jun 20 22:52 .dockerignore 22:53:47 drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:52 .git 22:53:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:52 .github 22:53:47 -rw-rw-r-- 1 jenkins jenkins 164 Jun 20 22:52 .gitignore 22:53:47 -rw-rw-r-- 1 jenkins jenkins 41 Jun 20 22:52 .golangci.yml 22:53:47 drwxr-xr-x 3 jenkins jenkins 4096 Jun 20 22:52 .semver 22:53:47 -rw-rw-r-- 1 jenkins jenkins 8955 Jun 20 22:52 Attribution.txt 22:53:47 -rw-rw-r-- 1 jenkins jenkins 258 Jun 20 22:52 CHANGELOG.md 22:53:47 -rw-rw-r-- 1 jenkins jenkins 1624 Jun 20 22:52 Dockerfile 22:53:47 -rw-rw-r-- 1 jenkins jenkins 677 Jun 20 22:52 GOVERNANCE.md 22:53:47 -rw-rw-r-- 1 jenkins jenkins 681 Jun 20 22:52 Jenkinsfile 22:53:47 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 20 22:52 LICENSE 22:53:47 -rw-rw-r-- 1 jenkins jenkins 611 Jun 20 22:52 OWNERS.md 22:53:47 -rw-rw-r-- 1 jenkins jenkins 2363 Jun 20 22:52 README.md 22:53:47 -rw-rw-r-- 1 jenkins jenkins 11 Jun 20 22:52 VERSION 22:53:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:52 bin 22:53:47 -rw-r--r-- 1 jenkins jenkins 13 Jun 20 22:53 coverage.out 22:53:47 -rw-rw-r-- 1 jenkins jenkins 65 Jun 20 22:52 go.mod 22:53:47 -rw-rw-r-- 1 jenkins jenkins 0 Jun 20 22:52 go.sum 22:53:47 -rw-rw-r-- 1 jenkins jenkins 693 Jun 20 22:52 main.go 22:53:47 -rw-rw-r-- 1 jenkins jenkins 2548 Jun 20 22:52 makefile 22:53:47 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:52 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:53:47 + 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=e01ec832849867a8389374ded9abbc6b5a0a3218 --label arch=amd64 --label version=3.1.0-dev.1 . 22:53:47 Sending build context to Docker daemon 141.8kB 22:53:47 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 22:53:47 Step 2/26 : FROM ${BASE} AS builder 22:53:47 ---> fbf0f001990d 22:53:47 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:53:47 ---> Running in 1855b0b10786 22:53:47 Removing intermediate container 1855b0b10786 22:53:47 ---> 3d85760e700c 22:53:47 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:53:47 ---> Running in 26ed7a64e634 22:53:47 Removing intermediate container 26ed7a64e634 22:53:47 ---> 5b89172ccd35 22:53:47 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:53:47 ---> Running in 91c9fa9d3c00 22:53:47 Removing intermediate container 91c9fa9d3c00 22:53:47 ---> b38aa382a6a7 22:53:47 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:53:47 ---> Running in 9404b8826d4e 22:53:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:53:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:53:48 OK: 265 MiB in 53 packages 22:53:49 Removing intermediate container 9404b8826d4e 22:53:49 ---> 52a47b07992c 22:53:49 Step 7/26 : WORKDIR /app 22:53:49 ---> Running in f75863e07674 22:53:49 Removing intermediate container f75863e07674 22:53:49 ---> 8b81ca83a013 22:53:49 Step 8/26 : COPY go.mod vendor* ./ 22:53:49 ---> cdedf6ef18c8 22:53:49 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:53:49 ---> Running in 30aa864ab5c2 22:53:49 Removing intermediate container 30aa864ab5c2 22:53:49 ---> db9c9a958bea 22:53:49 Step 10/26 : COPY . . 22:53:50 ---> f031ae3c36d8 22:53:50 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:53:50 ---> Running in 6e7eab775506 22:53:50 Removing intermediate container 6e7eab775506 22:53:50 ---> 1e6390feb150 22:53:50 Step 12/26 : RUN $MAKE 22:53:50 ---> Running in c640a6428a0c 22:53:50 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.1" -trimpath -mod=readonly -o app-record-replay 22:53:56 Removing intermediate container c640a6428a0c 22:53:56 ---> cac4c84846c8 22:53:56 Step 13/26 : FROM alpine:3.17 22:53:56 3.17: Pulling from library/alpine 22:53:56 4db1b89c0bd1: Pulling fs layer 22:53:56 4db1b89c0bd1: Verifying Checksum 22:53:56 4db1b89c0bd1: Download complete 22:53:57 4db1b89c0bd1: Pull complete 22:53:57 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 22:53:57 Status: Downloaded newer image for alpine:3.17 22:53:57 ---> 1f73a9d63274 22:53:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:53:57 ---> Running in bd0643bfb9d9 22:53:57 Removing intermediate container bd0643bfb9d9 22:53:57 ---> 51e85165a219 22:53:57 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 22:53:57 ---> Running in 59496b010b98 22:53:57 Removing intermediate container 59496b010b98 22:53:57 ---> 06058ab9c65f 22:53:57 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:53:57 ---> Running in f8428f7fd614 22:53:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:53:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:53:58 (1/2) Installing ca-certificates (20230506-r0) 22:53:58 (2/2) Installing dumb-init (1.2.5-r2) 22:53:58 Executing busybox-1.35.0-r29.trigger 22:53:58 Executing ca-certificates-20230506-r0.trigger 22:53:58 OK: 8 MiB in 17 packages 22:54:00 Removing intermediate container f8428f7fd614 22:54:00 ---> 36ff07d7adeb 22:54:00 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:54:00 ---> 0c75d3b095a6 22:54:00 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:54:00 ---> f80e52626207 22:54:00 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:54:01 ---> e24f666cba48 22:54:01 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 22:54:02 ---> dbc6703a1909 22:54:02 Step 21/26 : EXPOSE 59712 22:54:03 ---> Running in b8d8d45c1d85 22:54:03 Removing intermediate container b8d8d45c1d85 22:54:03 ---> f8fd479ec605 22:54:03 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 22:54:03 ---> Running in 97c1260fdf1f 22:54:04 Removing intermediate container 97c1260fdf1f 22:54:04 ---> 9878e7426bc1 22:54:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:54:04 ---> Running in 73b739e624af 22:54:04 Removing intermediate container 73b739e624af 22:54:04 ---> bf91d2a8ec11 22:54:04 Step 24/26 : LABEL arch=amd64 22:54:04 ---> Running in 80a49f814cbe 22:54:04 Removing intermediate container 80a49f814cbe 22:54:04 ---> 6d6edcc44bcd 22:54:04 Step 25/26 : LABEL git_sha=e01ec832849867a8389374ded9abbc6b5a0a3218 22:54:04 ---> Running in 7ad3c88f4b26 22:54:04 Removing intermediate container 7ad3c88f4b26 22:54:04 ---> c26af5b825bd 22:54:04 Step 26/26 : LABEL version=3.1.0-dev.1 22:54:04 ---> Running in 6d14586b5cf7 22:54:04 Removing intermediate container 6d14586b5cf7 22:54:04 ---> 476380f2d199 22:54:04 [Warning] One or more build-args [ARCH] were not consumed 22:54:04 Successfully built 476380f2d199 22:54:04 Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:54:04 provisioning config files... 22:54:04 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9046599079451065194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:54:05 ---> docker-login.sh 22:54:05 nexus3.edgexfoundry.org:10001 22:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:05 Configure a credential helper to remove this warning. See 22:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:05 22:54:05 Login Succeeded 22:54:05 nexus3.edgexfoundry.org:10002 22:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:05 Configure a credential helper to remove this warning. See 22:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:05 22:54:05 Login Succeeded 22:54:05 nexus3.edgexfoundry.org:10003 22:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:05 Configure a credential helper to remove this warning. See 22:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:05 22:54:05 Login Succeeded 22:54:05 nexus3.edgexfoundry.org:10004 22:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:05 Configure a credential helper to remove this warning. See 22:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:05 22:54:05 Login Succeeded 22:54:05 docker.io 22:54:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:05 Configure a credential helper to remove this warning. See 22:54:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:05 22:54:05 Login Succeeded 22:54:05 ---> docker-login.sh ends [Pipeline] } 22:54:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:54:05 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 22:54:05 e01ec832849867a8389374ded9abbc6b5a0a3218 22:54:05 latest 22:54:05 3.1.0-dev.1 22:54:05 e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 22:54:05 main 22:54:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:06 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:06 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218 22:54:06 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:54:06 c52551b14b90: Preparing 22:54:06 058968fe19dc: Preparing 22:54:06 0e39144b1cd0: Preparing 22:54:06 25bdc41afbbc: Preparing 22:54:06 b29cfc551393: Preparing 22:54:06 3dab9f8bf2d2: Preparing 22:54:06 3dab9f8bf2d2: Waiting 22:54:06 058968fe19dc: Pushed 22:54:06 0e39144b1cd0: Pushed 22:54:06 25bdc41afbbc: Pushed 22:54:06 b29cfc551393: Pushed 22:54:06 3dab9f8bf2d2: Layer already exists 22:54:06 c52551b14b90: Pushed 22:54:06 e01ec832849867a8389374ded9abbc6b5a0a3218: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:06 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:07 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 22:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:54:07 c52551b14b90: Preparing 22:54:07 058968fe19dc: Preparing 22:54:07 0e39144b1cd0: Preparing 22:54:07 25bdc41afbbc: Preparing 22:54:07 b29cfc551393: Preparing 22:54:07 3dab9f8bf2d2: Preparing 22:54:07 3dab9f8bf2d2: Waiting 22:54:07 058968fe19dc: Layer already exists 22:54:07 c52551b14b90: Layer already exists 22:54:07 0e39144b1cd0: Layer already exists 22:54:07 b29cfc551393: Layer already exists 22:54:07 25bdc41afbbc: Layer already exists 22:54:07 3dab9f8bf2d2: Layer already exists 22:54:07 latest: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:07 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:07 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.1 22:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:54:07 c52551b14b90: Preparing 22:54:07 058968fe19dc: Preparing 22:54:07 0e39144b1cd0: Preparing 22:54:07 25bdc41afbbc: Preparing 22:54:07 b29cfc551393: Preparing 22:54:07 3dab9f8bf2d2: Preparing 22:54:07 3dab9f8bf2d2: Waiting 22:54:07 058968fe19dc: Layer already exists 22:54:07 0e39144b1cd0: Layer already exists 22:54:07 b29cfc551393: Layer already exists 22:54:07 c52551b14b90: Layer already exists 22:54:07 25bdc41afbbc: Layer already exists 22:54:07 3dab9f8bf2d2: Layer already exists 22:54:07 3.1.0-dev.1: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:08 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:08 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 22:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:54:08 c52551b14b90: Preparing 22:54:08 058968fe19dc: Preparing 22:54:08 0e39144b1cd0: Preparing 22:54:08 25bdc41afbbc: Preparing 22:54:08 b29cfc551393: Preparing 22:54:08 3dab9f8bf2d2: Preparing 22:54:08 3dab9f8bf2d2: Waiting 22:54:08 25bdc41afbbc: Layer already exists 22:54:08 c52551b14b90: Layer already exists 22:54:08 b29cfc551393: Layer already exists 22:54:08 0e39144b1cd0: Layer already exists 22:54:08 058968fe19dc: Layer already exists 22:54:08 3dab9f8bf2d2: Layer already exists 22:54:08 e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:08 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 22:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:54:09 c52551b14b90: Preparing 22:54:09 058968fe19dc: Preparing 22:54:09 0e39144b1cd0: Preparing 22:54:09 25bdc41afbbc: Preparing 22:54:09 b29cfc551393: Preparing 22:54:09 3dab9f8bf2d2: Preparing 22:54:09 3dab9f8bf2d2: Waiting 22:54:09 c52551b14b90: Layer already exists 22:54:09 058968fe19dc: Layer already exists 22:54:09 b29cfc551393: Layer already exists 22:54:09 25bdc41afbbc: Layer already exists 22:54:09 0e39144b1cd0: Layer already exists 22:54:09 3dab9f8bf2d2: Layer already exists 22:54:09 main: digest: sha256:7e75c34cdc32e678d62e6882b2e978f223fdb1d83f5570899b4951b2df36d31f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:09 ===================================================== [Pipeline] echo 22:54:09 taggedImages: 22:54:09 - nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218 22:54:09 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 22:54:09 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.1 22:54:09 - nexus3.edgexfoundry.org:10004/app-record-replay:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 22:54:09 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:54:09 22:54:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:54:09 latest: Pulling from edgex-lftools-log-publisher 22:54:09 5eb5b503b376: Pulling fs layer 22:54:09 5c69ac0246d0: Pulling fs layer 22:54:09 ec43610c2a17: Pulling fs layer 22:54:09 3a2ae6a8a46f: Pulling fs layer 22:54:09 33b1e0a273af: Pulling fs layer 22:54:09 5d3b04190fa2: Pulling fs layer 22:54:09 2f39f015ded8: Pulling fs layer 22:54:09 33b1e0a273af: Waiting 22:54:09 5d3b04190fa2: Waiting 22:54:09 2f39f015ded8: Waiting 22:54:09 3a2ae6a8a46f: Waiting 22:54:09 5c69ac0246d0: Download complete 22:54:09 3a2ae6a8a46f: Verifying Checksum 22:54:09 3a2ae6a8a46f: Download complete 22:54:09 33b1e0a273af: Verifying Checksum 22:54:09 33b1e0a273af: Download complete 22:54:09 ec43610c2a17: Verifying Checksum 22:54:09 ec43610c2a17: Download complete 22:54:09 5d3b04190fa2: Verifying Checksum 22:54:09 5d3b04190fa2: Download complete 22:54:10 5eb5b503b376: Verifying Checksum 22:54:10 5eb5b503b376: Download complete 22:54:10 2f39f015ded8: Verifying Checksum 22:54:10 2f39f015ded8: Download complete 22:54:11 5eb5b503b376: Pull complete 22:54:11 5c69ac0246d0: Pull complete 22:54:12 ec43610c2a17: Pull complete 22:54:12 3a2ae6a8a46f: Pull complete 22:54:12 33b1e0a273af: Pull complete 22:54:12 5d3b04190fa2: Pull complete 22:54:17 2f39f015ded8: Pull complete 22:54:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:54:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:54:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:54:17 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:54:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:54:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-18945 in /w/workspace/exfoundry_app-record-replay_main 22:54:29 $ docker top 1423086d1db7c873143914e8da84dadac8acf6bcbf8c6980e3369e5417641410 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 22:54:29 Running in /w/workspace/app-record-replay/2 [Pipeline] { [Pipeline] checkout 22:54:29 The recommended git tool is: NONE 22:54:29 ---> job-cost.sh 22:54:29 lf-activate-venv: SKIPPING 22:54:29 INFO: No Stack... 22:54:29 INFO: Retrieving Pricing Info for: v3-standard-8 22:54:30 INFO: Archiving Costs [Pipeline] sh 22:54:30 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 22:54:30 + cut -d, -f6 [Pipeline] lock 22:54:30 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] 22:54:30 Resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] did not exist. Created. 22:54:30 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:54:30 + echo total: 0.2199999988079071 [Pipeline] stash 22:54:30 Stashed 1 file(s) [Pipeline] } 22:54:30 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] // lock [Pipeline] } 22:54:30 $ docker stop --time=1 1423086d1db7c873143914e8da84dadac8acf6bcbf8c6980e3369e5417641410 22:54:32 $ docker rm -f --volumes 1423086d1db7c873143914e8da84dadac8acf6bcbf8c6980e3369e5417641410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:54:34 using credential edgex-jenkins-ssh 22:54:34 Cloning the remote Git repository 22:54:34 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 22:54:34 > git init /w/workspace/app-record-replay/2 # timeout=10 22:54:34 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 22:54:34 > git --version # timeout=10 22:54:34 > git --version # 'git version 2.25.1' 22:54:34 using GIT_SSH to set credentials SSH Credentials for GitHub 22:54:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:54:35 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 22:54:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:54:35 Avoid second fetch 22:54:35 Checking out Revision e01ec832849867a8389374ded9abbc6b5a0a3218 (main) 22:54:35 > git config core.sparsecheckout # timeout=10 22:54:35 > git checkout -f e01ec832849867a8389374ded9abbc6b5a0a3218 # timeout=10 22:54:39 Commit message: "Merge pull request #4 from lenny-intel/dummy-main" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:54:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:54:40 % Total % Received % Xferd Average Speed Time Time Time Current 22:54:40 Dload Upload Total Spent Left Speed 22:54:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 12751 86 11015 0 0 80401 0 --:--:-- --:--:-- --:--:-- 79818 100 12751 100 12751 0 0 91733 0 --:--:-- --:--:-- --:--:-- 91733 [Pipeline] sh 22:54:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:54:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:54:41 + sudo tee /etc/docker/daemon.new 22:54:41 { 22:54:41 "registry-mirrors": [ 22:54:41 "https://nexus3.edgexfoundry.org:10001" 22:54:41 ], 22:54:41 "bip": "10.250.0.254/24", 22:54:41 "hosts": [ 22:54:41 "tcp://0.0.0.0:5555", 22:54:41 "unix:///var/run/docker.sock" 22:54:41 ], 22:54:41 "mtu": 1458, 22:54:41 "selinux-enabled": true, 22:54:41 "seccomp-profile": "/etc/docker/seccomp.json" 22:54:41 } [Pipeline] sh 22:54:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:54:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:55:00 provisioning config files... 22:55:00 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/2@tmp/config720590275721802197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:55:00 ---> docker-login.sh 22:55:00 nexus3.edgexfoundry.org:10001 22:55:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:01 Configure a credential helper to remove this warning. See 22:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:01 22:55:01 Login Succeeded 22:55:01 nexus3.edgexfoundry.org:10002 22:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:01 Configure a credential helper to remove this warning. See 22:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:01 22:55:01 Login Succeeded 22:55:01 nexus3.edgexfoundry.org:10003 22:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:01 Configure a credential helper to remove this warning. See 22:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:01 22:55:01 Login Succeeded 22:55:01 nexus3.edgexfoundry.org:10004 22:55:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:02 Configure a credential helper to remove this warning. See 22:55:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:02 22:55:02 Login Succeeded 22:55:02 docker.io 22:55:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:02 Configure a credential helper to remove this warning. See 22:55:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:02 22:55:02 Login Succeeded 22:55:02 ---> docker-login.sh ends [Pipeline] } 22:55:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:55:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:55:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:55:02 ========================================================= 22:55:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:55:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:03 + 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 . 22:55:03 Sending build context to Docker daemon 51.2kB 22:55:03 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:55:03 Step 2/12 : FROM ${BASE} AS builder 22:55:03 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:55:03 c41833b44d91: Pulling fs layer 22:55:03 ed15518f5707: Pulling fs layer 22:55:03 feae8fd75edb: Pulling fs layer 22:55:03 242c74f7c9fa: Pulling fs layer 22:55:03 3cdef696dda3: Pulling fs layer 22:55:03 2ced38df9373: Pulling fs layer 22:55:03 58f1dce35555: Pulling fs layer 22:55:03 3cdef696dda3: Waiting 22:55:03 2ced38df9373: Waiting 22:55:03 58f1dce35555: Waiting 22:55:03 242c74f7c9fa: Waiting 22:55:03 ed15518f5707: Verifying Checksum 22:55:03 ed15518f5707: Download complete 22:55:03 242c74f7c9fa: Verifying Checksum 22:55:03 242c74f7c9fa: Download complete 22:55:03 3cdef696dda3: Download complete 22:55:03 c41833b44d91: Verifying Checksum 22:55:04 c41833b44d91: Pull complete 22:55:05 58f1dce35555: Verifying Checksum 22:55:05 58f1dce35555: Download complete 22:55:06 feae8fd75edb: Verifying Checksum 22:55:06 feae8fd75edb: Download complete 22:55:06 2ced38df9373: Verifying Checksum 22:55:06 2ced38df9373: Download complete 22:55:07 ed15518f5707: Pull complete 22:55:22 feae8fd75edb: Pull complete 22:55:22 242c74f7c9fa: Pull complete 22:55:22 3cdef696dda3: Pull complete 22:55:27 2ced38df9373: Pull complete 22:55:30 58f1dce35555: Pull complete 22:55:30 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:55:30 ---> fadd8f120f05 22:55:30 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:55:31 ---> Running in 667ae404df4a 22:55:32 Removing intermediate container 667ae404df4a 22:55:32 ---> 70c71bd713a4 22:55:32 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:55:32 ---> Running in 96bae9e55919 22:55:32 Removing intermediate container 96bae9e55919 22:55:32 ---> 94ebd43687de 22:55:32 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:55:32 ---> Running in 9d90d7458308 22:55:32 Removing intermediate container 9d90d7458308 22:55:32 ---> bf8ee7b0988d 22:55:32 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:55:32 ---> Running in b71d2ed69b27 22:55:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:55:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:55:35 OK: 263 MiB in 53 packages 22:55:36 Removing intermediate container b71d2ed69b27 22:55:36 ---> 0ca8139cd0f4 22:55:36 Step 7/12 : WORKDIR /app 22:55:36 ---> Running in b9da31a59efd 22:55:36 Removing intermediate container b9da31a59efd 22:55:36 ---> b9fb02a74d3e 22:55:36 Step 8/12 : COPY go.mod vendor* ./ 22:55:37 ---> 37fe13347c0d 22:55:37 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:55:37 ---> Running in 82a50433da8f 22:55:38 Removing intermediate container 82a50433da8f 22:55:38 ---> 9a62092a4bef 22:55:38 Step 10/12 : COPY . . 22:55:39 ---> 48e90920a433 22:55:39 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:55:39 ---> Running in 578251d744c1 22:55:39 Removing intermediate container 578251d744c1 22:55:39 ---> 46ea4cbc3a86 22:55:39 Step 12/12 : RUN $MAKE 22:55:39 ---> Running in 02e857422301 22:55:40 noop 22:55:41 Removing intermediate container 02e857422301 22:55:41 ---> 4c442a785f72 22:55:41 Successfully built 4c442a785f72 22:55:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:41 + docker inspect -f . ci-base-image-arm64 22:55:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:55:41 prd-ubuntu20.04-docker-arm64-4c-16g-18945 does not seem to be running inside a container 22:55:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/2 -v /w/workspace/app-record-replay/2:/w/workspace/app-record-replay/2:rw,z -v /w/workspace/app-record-replay/2@tmp:/w/workspace/app-record-replay/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:55:42 $ docker top be1f52367c23e64ca260647714bd7ff06c61a4675450b691a237ce7d63fca229 -eo pid,comm [Pipeline] { [Pipeline] sh 22:55:43 + go version 22:55:43 go version go1.20.2 linux/arm64 [Pipeline] } 22:55:43 $ docker stop --time=1 be1f52367c23e64ca260647714bd7ff06c61a4675450b691a237ce7d63fca229 22:55:45 $ docker rm -f --volumes be1f52367c23e64ca260647714bd7ff06c61a4675450b691a237ce7d63fca229 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:45 + docker inspect -f . ci-base-image-arm64 22:55:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:55:46 prd-ubuntu20.04-docker-arm64-4c-16g-18945 does not seem to be running inside a container 22:55:46 $ 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/2 -v /w/workspace/app-record-replay/2:/w/workspace/app-record-replay/2:rw,z -v /w/workspace/app-record-replay/2@tmp:/w/workspace/app-record-replay/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:55:49 $ docker top b96a64c960fe5998b2eb56ad71ea562ce96489d81ecf49238d0d8fb27b08fca9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:55:50 + git config --global --add safe.directory /w/workspace/app-record-replay/2 [Pipeline] fileExists [Pipeline] sh 22:55:50 + make test 22:55:50 go test -race -coverprofile=coverage.out ./... 22:56:29 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:56:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:56:29 go vet ./... 22:56:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:56:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:56:51 ./bin/test-attribution-txt.sh [Pipeline] echo 22:56:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:56:51 $ docker stop --time=1 b96a64c960fe5998b2eb56ad71ea562ce96489d81ecf49238d0d8fb27b08fca9 22:56:53 $ docker rm -f --volumes b96a64c960fe5998b2eb56ad71ea562ce96489d81ecf49238d0d8fb27b08fca9 [Pipeline] // withDockerContainer [Pipeline] sh 22:56:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:56:53 Warning: overwriting stash ‘coverage-report’ 22:56:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:56:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:56:54 + ls -al . 22:56:54 total 104 22:56:54 drwxrwxr-x 6 jenkins jenkins 4096 Jun 20 22:55 . 22:56:54 drwxrwxr-x 4 jenkins jenkins 4096 Jun 20 22:54 .. 22:56:54 -rw-rw-r-- 1 jenkins jenkins 119 Jun 20 22:54 .dockerignore 22:56:54 drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:54 .git 22:56:54 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:54 .github 22:56:54 -rw-rw-r-- 1 jenkins jenkins 164 Jun 20 22:54 .gitignore 22:56:54 -rw-rw-r-- 1 jenkins jenkins 41 Jun 20 22:54 .golangci.yml 22:56:54 -rw-rw-r-- 1 jenkins jenkins 8955 Jun 20 22:54 Attribution.txt 22:56:54 -rw-rw-r-- 1 jenkins jenkins 258 Jun 20 22:54 CHANGELOG.md 22:56:54 -rw-rw-r-- 1 jenkins jenkins 1624 Jun 20 22:54 Dockerfile 22:56:54 -rw-rw-r-- 1 jenkins jenkins 677 Jun 20 22:54 GOVERNANCE.md 22:56:54 -rw-rw-r-- 1 jenkins jenkins 681 Jun 20 22:54 Jenkinsfile 22:56:54 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 20 22:54 LICENSE 22:56:54 -rw-rw-r-- 1 jenkins jenkins 611 Jun 20 22:54 OWNERS.md 22:56:54 -rw-rw-r-- 1 jenkins jenkins 2363 Jun 20 22:54 README.md 22:56:54 -rw-rw-r-- 1 jenkins jenkins 11 Jun 20 22:52 VERSION 22:56:54 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:54 bin 22:56:54 -rw-r--r-- 1 jenkins jenkins 13 Jun 20 22:55 coverage.out 22:56:54 -rw-rw-r-- 1 jenkins jenkins 65 Jun 20 22:54 go.mod 22:56:54 -rw-rw-r-- 1 jenkins jenkins 0 Jun 20 22:54 go.sum 22:56:54 -rw-rw-r-- 1 jenkins jenkins 693 Jun 20 22:54 main.go 22:56:54 -rw-rw-r-- 1 jenkins jenkins 2548 Jun 20 22:54 makefile 22:56:54 drwxrwxr-x 2 jenkins jenkins 4096 Jun 20 22:54 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:55 + 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=e01ec832849867a8389374ded9abbc6b5a0a3218 --label arch=arm64 --label version=3.1.0-dev.1 . 22:56:55 Sending build context to Docker daemon 52.22kB 22:56:55 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 22:56:55 Step 2/26 : FROM ${BASE} AS builder 22:56:55 ---> 4c442a785f72 22:56:55 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:56:56 ---> Running in 9bff98574bf0 22:56:56 Removing intermediate container 9bff98574bf0 22:56:56 ---> ce2111ef87ec 22:56:56 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:56:56 ---> Running in 97a2751d71e7 22:56:56 Removing intermediate container 97a2751d71e7 22:56:56 ---> 6108ef046a4a 22:56:56 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:56:56 ---> Running in bbe71ceb7511 22:56:57 Removing intermediate container bbe71ceb7511 22:56:57 ---> 77f8d290d660 22:56:57 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:56:57 ---> Running in 08eca3c122a2 22:56:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:56:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:56:59 OK: 263 MiB in 53 packages 22:57:00 Removing intermediate container 08eca3c122a2 22:57:00 ---> f5a29803a168 22:57:00 Step 7/26 : WORKDIR /app 22:57:00 ---> Running in 26f4eb5177a2 22:57:00 Removing intermediate container 26f4eb5177a2 22:57:00 ---> ba7776063730 22:57:00 Step 8/26 : COPY go.mod vendor* ./ 22:57:01 ---> 64f892187eee 22:57:01 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:57:01 ---> Running in f94c9bfdcc38 22:57:02 Removing intermediate container f94c9bfdcc38 22:57:02 ---> f87b5bc73909 22:57:02 Step 10/26 : COPY . . 22:57:03 ---> eb6e86221c53 22:57:03 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:57:03 ---> Running in 1a4f2086d019 22:57:03 Removing intermediate container 1a4f2086d019 22:57:03 ---> fd8823165b5d 22:57:03 Step 12/26 : RUN $MAKE 22:57:03 ---> Running in 9f96049d0226 22:57:04 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.1" -trimpath -mod=readonly -o app-record-replay 22:57:31 Removing intermediate container 9f96049d0226 22:57:31 ---> 360d2cce114b 22:57:31 Step 13/26 : FROM alpine:3.17 22:57:31 3.17: Pulling from library/alpine 22:57:31 edb6bdbacee9: Pulling fs layer 22:57:31 edb6bdbacee9: Verifying Checksum 22:57:31 edb6bdbacee9: Download complete 22:57:31 edb6bdbacee9: Pull complete 22:57:31 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 22:57:31 Status: Downloaded newer image for alpine:3.17 22:57:31 ---> 779605e5fbc0 22:57:31 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:57:31 ---> Running in 4799981ad3ee 22:57:31 Removing intermediate container 4799981ad3ee 22:57:31 ---> a7c4d416ef89 22:57:31 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 22:57:31 ---> Running in c21c761ecc52 22:57:31 Removing intermediate container c21c761ecc52 22:57:31 ---> 7b2820d874be 22:57:31 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:57:31 ---> Running in a195f3b7c70c 22:57:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:57:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:57:31 (1/2) Installing ca-certificates (20230506-r0) 22:57:31 (2/2) Installing dumb-init (1.2.5-r2) 22:57:31 Executing busybox-1.35.0-r29.trigger 22:57:31 Executing ca-certificates-20230506-r0.trigger 22:57:31 OK: 8 MiB in 17 packages 22:57:32 Removing intermediate container a195f3b7c70c 22:57:32 ---> 6b5ba911a349 22:57:32 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:57:33 ---> b8ee7363283c 22:57:33 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:57:33 ---> 4dc1ebabc008 22:57:33 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:57:34 ---> 17a7ecac8867 22:57:34 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 22:57:34 ---> 62036f8f61a3 22:57:34 Step 21/26 : EXPOSE 59712 22:57:34 ---> Running in 09ac2fd7251a 22:57:35 Removing intermediate container 09ac2fd7251a 22:57:35 ---> c480d2739dd3 22:57:35 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 22:57:35 ---> Running in 1e5c3897c590 22:57:35 Removing intermediate container 1e5c3897c590 22:57:35 ---> 01a9bc0a3ea7 22:57:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:57:35 ---> Running in 9c5d44fc7d89 22:57:36 Removing intermediate container 9c5d44fc7d89 22:57:36 ---> 792d61412a64 22:57:36 Step 24/26 : LABEL arch=arm64 22:57:36 ---> Running in 27fe62726b40 22:57:36 Removing intermediate container 27fe62726b40 22:57:36 ---> 0272acb42835 22:57:36 Step 25/26 : LABEL git_sha=e01ec832849867a8389374ded9abbc6b5a0a3218 22:57:36 ---> Running in 89b7da510ae6 22:57:36 Removing intermediate container 89b7da510ae6 22:57:36 ---> 0b2768945b28 22:57:36 Step 26/26 : LABEL version=3.1.0-dev.1 22:57:36 ---> Running in b453a1f93392 22:57:36 Removing intermediate container b453a1f93392 22:57:36 ---> 46e52d3f246e 22:57:36 [Warning] One or more build-args [ARCH] were not consumed 22:57:36 Successfully built 46e52d3f246e 22:57:36 Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:57:36 provisioning config files... 22:57:36 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/2@tmp/config11372162863303285728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:57:37 ---> docker-login.sh 22:57:37 nexus3.edgexfoundry.org:10001 22:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:57:37 Configure a credential helper to remove this warning. See 22:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:57:37 22:57:37 Login Succeeded 22:57:37 nexus3.edgexfoundry.org:10002 22:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:57:37 Configure a credential helper to remove this warning. See 22:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:57:37 22:57:37 Login Succeeded 22:57:37 nexus3.edgexfoundry.org:10003 22:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:57:38 Configure a credential helper to remove this warning. See 22:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:57:38 22:57:38 Login Succeeded 22:57:38 nexus3.edgexfoundry.org:10004 22:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:57:38 Configure a credential helper to remove this warning. See 22:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:57:38 22:57:38 Login Succeeded 22:57:38 docker.io 22:57:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:57:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:57:38 Configure a credential helper to remove this warning. See 22:57:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:57:38 22:57:38 Login Succeeded 22:57:38 ---> docker-login.sh ends [Pipeline] } 22:57:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:57:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:57:38 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 22:57:38 e01ec832849867a8389374ded9abbc6b5a0a3218 22:57:38 latest 22:57:38 3.1.0-dev.1 22:57:38 e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 22:57:38 main 22:57:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:39 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:39 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218 22:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:57:39 528b1038cfeb: Preparing 22:57:39 76d5526776b3: Preparing 22:57:39 9cb8dd381741: Preparing 22:57:39 a4b987a0c800: Preparing 22:57:39 d2198711b965: Preparing 22:57:39 9386262d7a74: Preparing 22:57:39 9386262d7a74: Waiting 22:57:39 76d5526776b3: Pushed 22:57:39 a4b987a0c800: Pushed 22:57:39 9cb8dd381741: Pushed 22:57:39 9386262d7a74: Layer already exists 22:57:39 d2198711b965: Pushed 22:57:40 528b1038cfeb: Pushed 22:57:40 e01ec832849867a8389374ded9abbc6b5a0a3218: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:40 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:41 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 22:57:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:57:41 528b1038cfeb: Preparing 22:57:41 76d5526776b3: Preparing 22:57:41 9cb8dd381741: Preparing 22:57:41 a4b987a0c800: Preparing 22:57:41 d2198711b965: Preparing 22:57:41 9386262d7a74: Preparing 22:57:41 9386262d7a74: Waiting 22:57:41 528b1038cfeb: Layer already exists 22:57:41 a4b987a0c800: Layer already exists 22:57:41 d2198711b965: Layer already exists 22:57:41 76d5526776b3: Layer already exists 22:57:41 9cb8dd381741: Layer already exists 22:57:41 9386262d7a74: Layer already exists 22:57:41 latest: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:41 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:41 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.1 22:57:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:57:41 528b1038cfeb: Preparing 22:57:41 76d5526776b3: Preparing 22:57:41 9cb8dd381741: Preparing 22:57:41 a4b987a0c800: Preparing 22:57:41 d2198711b965: Preparing 22:57:41 9386262d7a74: Preparing 22:57:41 9386262d7a74: Waiting 22:57:41 528b1038cfeb: Layer already exists 22:57:41 a4b987a0c800: Layer already exists 22:57:41 9cb8dd381741: Layer already exists 22:57:41 76d5526776b3: Layer already exists 22:57:41 d2198711b965: Layer already exists 22:57:41 9386262d7a74: Layer already exists 22:57:41 3.1.0-dev.1: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:42 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:42 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 22:57:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:57:42 528b1038cfeb: Preparing 22:57:42 76d5526776b3: Preparing 22:57:42 9cb8dd381741: Preparing 22:57:42 a4b987a0c800: Preparing 22:57:42 d2198711b965: Preparing 22:57:42 9386262d7a74: Preparing 22:57:42 9386262d7a74: Waiting 22:57:42 d2198711b965: Layer already exists 22:57:42 528b1038cfeb: Layer already exists 22:57:42 9cb8dd381741: Layer already exists 22:57:42 76d5526776b3: Layer already exists 22:57:42 a4b987a0c800: Layer already exists 22:57:42 9386262d7a74: Layer already exists 22:57:42 e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:42 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:43 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 22:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:57:43 528b1038cfeb: Preparing 22:57:43 76d5526776b3: Preparing 22:57:43 9cb8dd381741: Preparing 22:57:43 a4b987a0c800: Preparing 22:57:43 d2198711b965: Preparing 22:57:43 9386262d7a74: Preparing 22:57:43 9386262d7a74: Waiting 22:57:43 76d5526776b3: Layer already exists 22:57:43 a4b987a0c800: Layer already exists 22:57:43 528b1038cfeb: Layer already exists 22:57:43 9cb8dd381741: Layer already exists 22:57:43 d2198711b965: Layer already exists 22:57:43 9386262d7a74: Layer already exists 22:57:43 main: digest: sha256:41d28873271fd0b94f98bd55d0bcc52b4bcb992e8a99ed5e7be5d96354a41f93 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:57:43 ===================================================== [Pipeline] echo 22:57:43 taggedImages: 22:57:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218 22:57:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 22:57:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.1 22:57:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:e01ec832849867a8389374ded9abbc6b5a0a3218-3.1.0-dev.1 22:57:43 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:57:43 22:57:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:57:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:57:43 arm64: Pulling from edgex-lftools-log-publisher 22:57:43 8998bd30e6a1: Pulling fs layer 22:57:43 04944245beec: Pulling fs layer 22:57:43 699f458cf7ca: Pulling fs layer 22:57:43 765212b225bb: Pulling fs layer 22:57:43 f23df028b6ca: Pulling fs layer 22:57:43 d65c8cfc05b1: Pulling fs layer 22:57:43 2437ff75d9bd: Pulling fs layer 22:57:43 f23df028b6ca: Waiting 22:57:43 765212b225bb: Waiting 22:57:43 d65c8cfc05b1: Waiting 22:57:43 2437ff75d9bd: Waiting 22:57:44 04944245beec: Verifying Checksum 22:57:44 04944245beec: Download complete 22:57:44 765212b225bb: Verifying Checksum 22:57:44 765212b225bb: Download complete 22:57:44 d65c8cfc05b1: Verifying Checksum 22:57:44 d65c8cfc05b1: Download complete 22:57:44 699f458cf7ca: Verifying Checksum 22:57:44 699f458cf7ca: Download complete 22:57:44 8998bd30e6a1: Download complete 22:57:46 2437ff75d9bd: Verifying Checksum 22:57:46 2437ff75d9bd: Download complete 22:57:48 8998bd30e6a1: Pull complete 22:57:48 04944245beec: Pull complete 22:57:50 699f458cf7ca: Pull complete 22:57:50 765212b225bb: Pull complete 22:57:52 f23df028b6ca: Pull complete 22:57:53 d65c8cfc05b1: Pull complete 22:58:08 2437ff75d9bd: Pull complete 22:58:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:58:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:58:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:58:08 prd-ubuntu20.04-docker-arm64-4c-16g-18945 does not seem to be running inside a container 22:58:08 $ 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/2 -v /w/workspace/app-record-replay/2:/w/workspace/app-record-replay/2:rw,z -v /w/workspace/app-record-replay/2@tmp:/w/workspace/app-record-replay/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:58:09 $ docker top d13b8d6d4d8b3f34c7dedf46f2ab0c3d4e95a93805678109e10d478d9771773c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:10 ---> job-cost.sh 22:58:10 lf-activate-venv: SKIPPING 22:58:10 INFO: No Stack... 22:58:10 INFO: Retrieving Pricing Info for: v3-standard-4 22:58:11 INFO: Archiving Costs [Pipeline] sh 22:58:12 + cat /w/workspace/app-record-replay/2/archives/cost.csv 22:58:12 + cut -d, -f6 [Pipeline] lock 22:58:12 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] 22:58:12 Resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] did not exist. Created. 22:58:12 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:58:12 /w/workspace/app-record-replay/2@tmp/durable-268f8c9a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:58:13 + echo total: 0.10999999940395355 [Pipeline] stash 22:58:13 Warning: overwriting stash ‘stack-cost’ 22:58:13 Stashed 1 file(s) [Pipeline] } 22:58:13 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-2-stack-cost] [Pipeline] // lock [Pipeline] } 22:58:13 $ docker stop --time=1 d13b8d6d4d8b3f34c7dedf46f2ab0c3d4e95a93805678109e10d478d9771773c 22:58:14 $ docker rm -f --volumes d13b8d6d4d8b3f34c7dedf46f2ab0c3d4e95a93805678109e10d478d9771773c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 22:58:15 provisioning config files... 22:58:15 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #2 22:58:15 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14284194245807474892tmp [Pipeline] { [Pipeline] sh 22:58:15 + set +x 22:58:15 + curl -s https://codecov.io/bash 22:58:15 + bash -s -- 22:58:15 22:58:15 _____ _ 22:58:15 / ____| | | 22:58:15 | | ___ __| | ___ ___ _____ __ 22:58:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:58:15 | |___| (_) | (_| | __/ (_| (_) \ V / 22:58:15 \_____\___/ \__,_|\___|\___\___/ \_/ 22:58:15 Bash-1.0.6 22:58:15 22:58:15 22:58:15 ==> git version 2.25.1 found 22:58:15 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 22:58:15 Release-Date: 2020-01-08 22:58:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:58:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:58:15 ==> Jenkins CI detected. 22:58:15 current dir:  /w/workspace/exfoundry_app-record-replay_main 22:58:15 project root: . 22:58:15 --> token set from env 22:58:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:58:15 ==> Running gcov in . (disable via -X gcov) 22:58:15 ==> Python coveragepy not found 22:58:15 ==> Searching for coverage reports in: 22:58:15 + . 22:58:15 -> Found 1 reports 22:58:15 ==> Detecting git/mercurial file structure 22:58:15 ==> Reading reports 22:58:15 + ./coverage.out bytes=13 22:58:15 ==> Appending adjustments 22:58:15 https://docs.codecov.io/docs/fixing-reports 22:58:15 + Found adjustments 22:58:15 ==> Gzipping contents 22:58:15 4.0K /tmp/codecov.j7UoWz.gz 22:58:15 ==> Uploading reports 22:58:15 url: https://codecov.io 22:58:15 query: branch=main&commit=e01ec832849867a8389374ded9abbc6b5a0a3218&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 22:58:15 -> Pinging Codecov 22:58:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=e01ec832849867a8389374ded9abbc6b5a0a3218&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 22:58:15 Invalid request parameters 22:58:15 400 [Pipeline] } 22:58:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:58:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:58:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:58:16 22:58:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:58:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:58:17 df9b9388f04a: Pulling fs layer 22:58:17 52dc419b0ee2: Pulling fs layer 22:58:17 25bc292e5bac: Pulling fs layer 22:58:17 114826534d7a: Pulling fs layer 22:58:17 4657fd5d0bcf: Pulling fs layer 22:58:17 6ad1cebc031e: Pulling fs layer 22:58:17 8a3aa393b2d8: Pulling fs layer 22:58:17 6ad1cebc031e: Waiting 22:58:17 114826534d7a: Waiting 22:58:17 8a3aa393b2d8: Waiting 22:58:17 4657fd5d0bcf: Waiting 22:58:17 25bc292e5bac: Verifying Checksum 22:58:17 25bc292e5bac: Download complete 22:58:17 52dc419b0ee2: Verifying Checksum 22:58:17 52dc419b0ee2: Download complete 22:58:17 4657fd5d0bcf: Verifying Checksum 22:58:17 4657fd5d0bcf: Download complete 22:58:17 df9b9388f04a: Download complete 22:58:17 6ad1cebc031e: Verifying Checksum 22:58:17 6ad1cebc031e: Download complete 22:58:17 df9b9388f04a: Pull complete 22:58:17 52dc419b0ee2: Pull complete 22:58:17 25bc292e5bac: Pull complete 22:58:17 114826534d7a: Verifying Checksum 22:58:17 114826534d7a: Download complete 22:58:18 8a3aa393b2d8: Verifying Checksum 22:58:18 8a3aa393b2d8: Download complete 22:58:22 114826534d7a: Pull complete 22:58:22 4657fd5d0bcf: Pull complete 22:58:23 6ad1cebc031e: Pull complete 22:58:28 8a3aa393b2d8: Pull complete 22:58:28 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:58:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:58:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:58:29 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:58:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:58:38 $ docker top 89c0c9400e7455010ce58e25a5331930b7c35afe55406be8a816febbd04be696 -eo pid,comm [Pipeline] { [Pipeline] echo 22:58:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 22:58:38 + set -o pipefail 22:58:38 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 22:58:41 22:58:41 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-service-configurable)... 22:58:41 22:58:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/cc178533-db79-4ebf-b48f-de2eb936bc6e 22:58:41 22:58:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:58:41 22:58:41 22:58:41 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:58:41 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:58:41 More details here: https://snyk.co/ue1NS [Pipeline] } 22:58:41 $ docker stop --time=1 89c0c9400e7455010ce58e25a5331930b7c35afe55406be8a816febbd04be696 22:58:42 $ docker rm -f --volumes 89c0c9400e7455010ce58e25a5331930b7c35afe55406be8a816febbd04be696 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:58:43 + git log --format=format:%s -1 e01ec832849867a8389374ded9abbc6b5a0a3218 [Pipeline] sh 22:58:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:58:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:58:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:58:43 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:58:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:58:44 $ docker top 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:58:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:58:44 [ssh-agent] Looking for ssh-agent implementation... 22:58:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:58:44 $ docker exec 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb ssh-agent 22:58:44 SSH_AUTH_SOCK=/tmp/ssh-L64gBrfRWYTu/agent.32 22:58:44 SSH_AGENT_PID=38 22:58:44 Running ssh-add (command line suppressed) 22:58:44 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4122662227105588397.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4122662227105588397.key) 22:58:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:58:44 + git semver tag 22:58:45 2023-06-20 22:58:45,237 [run_tag] DEBUG tag force:False 22:58:45 2023-06-20 22:58:45,237 [check_head_tag] DEBUG check head tag 22:58:45 2023-06-20 22:58:45,238 [execute] INFO git cat-file --batch-check 22:58:45 2023-06-20 22:58:45,238 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 22:58:45 2023-06-20 22:58:45,242 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:58:45 2023-06-20 22:58:45,242 [execute] INFO git tag -a v3.1.0-dev.1 -m v3.1.0-dev.1 22:58:45 2023-06-20 22:58:45,242 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.1', '-m', 'v3.1.0-dev.1'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 22:58:45 2023-06-20 22:58:45,249 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:58:45 3.1.0-dev.1 [Pipeline] } 22:58:45 $ docker exec --env ******** --env ******** 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb ssh-agent -k 22:58:45 unset SSH_AUTH_SOCK; 22:58:45 unset SSH_AGENT_PID; 22:58:45 echo Agent pid 38 killed; 22:58:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:58:45 + git semver [Pipeline] } 22:58:46 $ docker stop --time=1 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb 22:58:47 $ docker rm -f --volumes 23acaf455cd7f382f94c87e6de11bd4d33740a0515d24272361bed246c6e9dbb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:58:47 22:58:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:58:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:58:48 0.23.1-centos7: Pulling from edgex-lftools 22:58:48 ab5ef0e58194: Pulling fs layer 22:58:48 9712f1f96733: Pulling fs layer 22:58:48 63f879dbbcfc: Pulling fs layer 22:58:48 0d9ebad4ef96: Pulling fs layer 22:58:48 e9a5061849ea: Pulling fs layer 22:58:48 d747dcd14b5f: Pulling fs layer 22:58:48 2de7ff778b66: Pulling fs layer 22:58:48 0d9ebad4ef96: Waiting 22:58:48 d747dcd14b5f: Waiting 22:58:48 e9a5061849ea: Waiting 22:58:48 2de7ff778b66: Waiting 22:58:48 9712f1f96733: Verifying Checksum 22:58:48 9712f1f96733: Download complete 22:58:48 63f879dbbcfc: Verifying Checksum 22:58:48 63f879dbbcfc: Download complete 22:58:48 e9a5061849ea: Verifying Checksum 22:58:48 e9a5061849ea: Download complete 22:58:48 d747dcd14b5f: Download complete 22:58:48 ab5ef0e58194: Download complete 22:58:48 0d9ebad4ef96: Verifying Checksum 22:58:48 0d9ebad4ef96: Download complete 22:58:48 2de7ff778b66: Verifying Checksum 22:58:48 2de7ff778b66: Download complete 22:58:51 ab5ef0e58194: Pull complete 22:58:51 9712f1f96733: Pull complete 22:58:51 63f879dbbcfc: Pull complete 22:58:56 0d9ebad4ef96: Pull complete 22:58:56 e9a5061849ea: Pull complete 22:58:56 d747dcd14b5f: Pull complete 22:58:57 2de7ff778b66: Pull complete 22:58:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:58:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:58:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:58:57 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:58:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:59:07 $ docker top ba2b182e92be2f3bba12ba434fd4fff3e5c16c8df024f78a50746f9e368be1bd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:59:07 provisioning config files... 22:59:07 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2854603779877864055tmp 22:59:07 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9909090713120748614tmp 22:59:07 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4057678138787266910tmp [Pipeline] { [Pipeline] echo 22:59:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:59:08 ---> sigul-configuration.sh 22:59:08 gpg: directory `/root/.gnupg' created 22:59:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:59:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:59:08 gpg: keyring `/root/.gnupg/secring.gpg' created 22:59:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:59:08 gpg: CAST5 encrypted data 22:59:08 gpg: encrypted with 1 passphrase 22:59:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:59:08 + mkdir /home/jenkins 22:59:08 + mkdir /home/jenkins/sigul [Pipeline] sh 22:59:08 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:59:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:59:09 ---> sigul-install.sh 22:59:09 Sigul already installed; skipping installation. [Pipeline] sh 22:59:09 + git tag --list 22:59:09 v3.1.0-dev.0 22:59:09 v3.1.0-dev.1 [Pipeline] sh 22:59:09 + lftools sign git-tag v3.1.0-dev.1 22:59:10 Signing Git tag with Sigul... 22:59:10 Signing v3.1.0-dev.1 [Pipeline] echo 22:59:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:59:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:59:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:59:10 $ docker stop --time=1 ba2b182e92be2f3bba12ba434fd4fff3e5c16c8df024f78a50746f9e368be1bd 22:59:12 $ docker rm -f --volumes ba2b182e92be2f3bba12ba434fd4fff3e5c16c8df024f78a50746f9e368be1bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:59:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:59:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:59:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:59:12 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:59:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:59:13 $ docker top 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 -eo pid,comm 22:59:13 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:59:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:59:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:13 [ssh-agent] Looking for ssh-agent implementation... 22:59:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:13 $ docker exec 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 ssh-agent 22:59:13 SSH_AUTH_SOCK=/tmp/ssh-6rWpAXNH21NJ/agent.32 22:59:13 SSH_AGENT_PID=38 22:59:13 Running ssh-add (command line suppressed) 22:59:13 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2486038160355662442.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2486038160355662442.key) 22:59:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:14 + git semver bump pre 22:59:14 2023-06-20 22:59:14,239 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:59:14 2023-06-20 22:59:14,239 [bump_version] DEBUG bumping version:3.1.0-dev.1 on axis:pre with prefix:dev 22:59:14 2023-06-20 22:59:14,239 [bump_version] DEBUG bumped version:3.1.0-dev.2 22:59:14 2023-06-20 22:59:14,239 [write_version] DEBUG write version:3.1.0-dev.2 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 22:59:14 2023-06-20 22:59:14,240 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:59:14 2023-06-20 22:59:14,240 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 22:59:14 2023-06-20 22:59:14,244 [execute] INFO git cat-file --batch-check 22:59:14 2023-06-20 22:59:14,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:59:14 2023-06-20 22:59:14,260 [execute] INFO git cat-file --batch 22:59:14 2023-06-20 22:59:14,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:59:14 2023-06-20 22:59:14,266 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:59:14 3.1.0-dev.2 [Pipeline] } 22:59:14 $ docker exec --env ******** --env ******** 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 ssh-agent -k 22:59:14 unset SSH_AUTH_SOCK; 22:59:14 unset SSH_AGENT_PID; 22:59:14 echo Agent pid 38 killed; 22:59:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:59:14 + git semver [Pipeline] } 22:59:16 $ docker stop --time=1 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 22:59:17 $ docker rm -f --volumes 707705574a693af4dd0131d55813afb635e6320189976dc8ae1aa440a96f7e71 [Pipeline] // withDockerContainer [Pipeline] sh 22:59:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:59:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:59:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:59:18 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:59:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:59:18 $ docker top cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:59:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:18 [ssh-agent] Looking for ssh-agent implementation... 22:59:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:18 $ docker exec cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 ssh-agent 22:59:18 SSH_AUTH_SOCK=/tmp/ssh-DxyuFOVWMtpL/agent.32 22:59:18 SSH_AGENT_PID=38 22:59:18 Running ssh-add (command line suppressed) 22:59:18 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1325610041987508449.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1325610041987508449.key) 22:59:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:19 + git semver push 22:59:19 2023-06-20 22:59:19,270 [run_push] DEBUG push 22:59:19 2023-06-20 22:59:19,270 [execute] INFO git cat-file --batch-check 22:59:19 2023-06-20 22:59:19,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:59:19 2023-06-20 22:59:19,274 [execute] INFO git rev-list d55f3685438ea16e37098551e93c07d3e5634543 -- 22:59:19 2023-06-20 22:59:19,275 [execute] DEBUG Popen(['git', 'rev-list', 'd55f3685438ea16e37098551e93c07d3e5634543', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 22:59:19 2023-06-20 22:59:19,279 [execute] INFO git fetch -v origin 22:59:19 2023-06-20 22:59:19,280 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 22:59:19 2023-06-20 22:59:19,727 [run_push] DEBUG no remote changes detected 22:59:19 2023-06-20 22:59:19,727 [execute] INFO git push origin semver 22:59:19 2023-06-20 22:59:19,727 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 22:59:20 2023-06-20 22:59:20,549 [run_push] DEBUG push all version tags 22:59:20 2023-06-20 22:59:20,550 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:59:20 2023-06-20 22:59:20,550 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 22:59:21 2023-06-20 22:59:21,208 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:59:21 3.1.0-dev.2 [Pipeline] } 22:59:21 $ docker exec --env ******** --env ******** cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 ssh-agent -k 22:59:21 unset SSH_AUTH_SOCK; 22:59:21 unset SSH_AGENT_PID; 22:59:21 echo Agent pid 38 killed; 22:59:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:59:21 + git semver [Pipeline] } 22:59:22 $ docker stop --time=1 cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 22:59:23 $ docker rm -f --volumes cb4ec53d567801f85db9b52a4c8581c0d150dba33ab6310b56f1d6d70feb0fd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 22:59:23 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 22:59:23 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 22:59:23 total 16 22:59:23 drwxr-xr-x 3 root root 4096 Jun 20 22:54 . 22:59:23 drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:59 .. 22:59:23 drwxr-xr-x 2 root root 4096 Jun 20 22:54 cost 22:59:23 -rw-r--r-- 1 root root 87 Jun 20 22:54 cost.csv 22:59:23 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 22:59:23 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 22:59:23 total 16 22:59:23 drwxr-xr-x 3 jenkins jenkins 4096 Jun 20 22:54 . 22:59:23 drwxrwxr-x 8 jenkins jenkins 4096 Jun 20 22:59 .. 22:59:23 drwxr-xr-x 2 jenkins jenkins 4096 Jun 20 22:54 cost 22:59:23 -rw-r--r-- 1 jenkins jenkins 87 Jun 20 22:54 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:59:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:59:25 ---> package-listing.sh 22:59:25 ++ facter osfamily 22:59:25 ++ tr '[:upper:]' '[:lower:]' 22:59:25 + OS_FAMILY=debian 22:59:25 + workspace=/w/workspace/exfoundry_app-record-replay_main 22:59:25 + START_PACKAGES=/tmp/packages_start.txt 22:59:25 + END_PACKAGES=/tmp/packages_end.txt 22:59:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:59:25 + PACKAGES=/tmp/packages_start.txt 22:59:25 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 22:59:25 + PACKAGES=/tmp/packages_end.txt 22:59:25 + case "${OS_FAMILY}" in 22:59:25 + dpkg -l 22:59:25 + grep '^ii' 22:59:25 + '[' -f /tmp/packages_start.txt ']' 22:59:25 + '[' -f /tmp/packages_end.txt ']' 22:59:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:59:25 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 22:59:25 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 22:59:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 22:59:25 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:59:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:59:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:59:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:59:26 prd-ubuntu20.04-docker-8c-8g-18943 does not seem to be running inside a container 22:59:26 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:59:26 $ docker top ba3c400d9c8d528ad06b1ef91b7619dea3f9972fd2e50a862a34d22863447713 -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:26 + touch /tmp/pre-build-complete [Pipeline] sh 22:59:27 + mkdir -p /var/log/sysstat [Pipeline] sh 22:59:27 + ls /var/log/sa-host 22:59:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:59:27 provisioning config files... 22:59:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11789159551136868138tmp [Pipeline] { [Pipeline] echo 22:59:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:59:27 ---> create-netrc.sh [Pipeline] } 22:59:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:59:28 ---> python-tools-install.sh [Pipeline] echo 22:59:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:59:28 ---> sudo-logs.sh 22:59:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:59:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:59:28 ---> job-cost.sh 22:59:28 lf-activate-venv: SKIPPING 22:59:28 DEBUG: total: 0.2199999988079071 22:59:28 INFO: Retrieving Stack Cost... 22:59:29 INFO: Retrieving Pricing Info for: v3-standard-8 22:59:29 INFO: Archiving Costs [Pipeline] echo 22:59:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:59:29 ---> logs-deploy.sh 22:59:29 lf-activate-venv: SKIPPING 22:59:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/2 22:59:29 INFO: archiving workspace using pattern(s): 22:59:30 Archives upload complete. 22:59:30 INFO: archiving logs to Nexus