Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a3df25cb06c99faf73416738ebe3ed6f58d891fa 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-ssh11835972787334533141.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-ssh5706745410311491643.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-ssh8116455936853080826.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-ssh3070884303795160935.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-ssh2180552205654504745.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-974 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a3df25cb06c99faf73416738ebe3ed6f58d891fa (main) Commit message: "Merge pull request #36 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.5" > 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 a3df25cb06c99faf73416738ebe3ed6f58d891fa # timeout=10 > git rev-list --no-walk c92ddd0c7e3e15c586d50481a838eca30277fa14 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:11:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:11:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:11:14 ========================================================= 18:11:14 EdgeX Global Pipelines Version Info 18:11:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:11:15 ------------------- 18:11:15 stable info: 18:11:15 ------------------- 18:11:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:11:15 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 18:11:15 Message: update stable to v1.0.250 18:11:15 ------------------- 18:11:15 experimental info: 18:11:15 ------------------- 18:11:15 Commited By: **** collab-it+edgex@linuxfoundation.org 18:11:15 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 18:11:15 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:11:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3df25c [Pipeline] echo 18:11:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:11:16 provisioning config files... 18:11:16 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9586769989879912179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:11:16 ---> docker-login.sh 18:11:16 nexus3.edgexfoundry.org:10001 18:11:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:16 Configure a credential helper to remove this warning. See 18:11:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:16 18:11:16 Login Succeeded 18:11:16 nexus3.edgexfoundry.org:10002 18:11:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:17 Configure a credential helper to remove this warning. See 18:11:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:17 18:11:17 Login Succeeded 18:11:17 nexus3.edgexfoundry.org:10003 18:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:17 Configure a credential helper to remove this warning. See 18:11:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:17 18:11:17 Login Succeeded 18:11:17 nexus3.edgexfoundry.org:10004 18:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:17 Configure a credential helper to remove this warning. See 18:11:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:17 18:11:17 Login Succeeded 18:11:17 docker.io 18:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:17 Configure a credential helper to remove this warning. See 18:11:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:17 18:11:17 Login Succeeded 18:11:17 ---> docker-login.sh ends [Pipeline] } 18:11:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:11:18 + git rev-list -1 --merges a3df25cb06c99faf73416738ebe3ed6f58d891fa~1..a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo 18:11:18 -----------> git rev-list -1 --merges a3df25cb06c99faf73416738ebe3ed6f58d891fa~1..a3df25cb06c99faf73416738ebe3ed6f58d891fa a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:11:18 a3df25cb06c99faf73416738ebe3ed6f58d891fa [false] [Pipeline] sh 18:11:18 + git log --format=format:%s -1 a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo 18:11:18 ========================================================= 18:11:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:11:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:11:18 + git log --format=format:%s -1 a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] echo 18:11:18 [semverPrep] GIT_COMMIT: a3df25cb06c99faf73416738ebe3ed6f58d891fa, Commit Message: Merge pull request #36 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.5 [Pipeline] echo 18:11:18 [semverPrep] This is not a build commit. [Pipeline] sh 18:11:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:11:19 + grep -v github /etc/ssh/ssh_known_hosts 18:11:19 + [ -e /tmp/ssh_known_hosts ] 18:11:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:11:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:11:19 + sudo tee -a /etc/ssh/ssh_known_hosts 18:11:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:11:19 18:11:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:11:19 0.1.4: Pulling from edgex-devops/py-git-semver 18:11:19 b85a868b505f: Pulling fs layer 18:11:19 e2be974225ed: Pulling fs layer 18:11:19 339a4e72a1f5: Pulling fs layer 18:11:19 988bab9f4d93: Pulling fs layer 18:11:19 1469e6f7b9e6: Pulling fs layer 18:11:19 eaf3925da568: Pulling fs layer 18:11:19 bab4dde63d76: Pulling fs layer 18:11:19 bde34c3a00c8: Pulling fs layer 18:11:19 b352a97aabf1: Pulling fs layer 18:11:19 4872d77fe225: Pulling fs layer 18:11:19 5851b861e8e6: Pulling fs layer 18:11:19 bab4dde63d76: Waiting 18:11:19 bde34c3a00c8: Waiting 18:11:19 b352a97aabf1: Waiting 18:11:19 4872d77fe225: Waiting 18:11:19 5851b861e8e6: Waiting 18:11:19 988bab9f4d93: Waiting 18:11:19 1469e6f7b9e6: Waiting 18:11:19 eaf3925da568: Waiting 18:11:19 e2be974225ed: Verifying Checksum 18:11:19 e2be974225ed: Download complete 18:11:19 988bab9f4d93: Verifying Checksum 18:11:19 988bab9f4d93: Download complete 18:11:19 339a4e72a1f5: Verifying Checksum 18:11:19 339a4e72a1f5: Download complete 18:11:19 1469e6f7b9e6: Verifying Checksum 18:11:19 1469e6f7b9e6: Download complete 18:11:19 eaf3925da568: Download complete 18:11:20 bde34c3a00c8: Verifying Checksum 18:11:20 bde34c3a00c8: Download complete 18:11:20 b352a97aabf1: Verifying Checksum 18:11:20 b352a97aabf1: Download complete 18:11:20 4872d77fe225: Verifying Checksum 18:11:20 4872d77fe225: Download complete 18:11:20 5851b861e8e6: Download complete 18:11:20 b85a868b505f: Verifying Checksum 18:11:20 b85a868b505f: Download complete 18:11:20 bab4dde63d76: Verifying Checksum 18:11:20 bab4dde63d76: Download complete 18:11:21 b85a868b505f: Pull complete 18:11:21 e2be974225ed: Pull complete 18:11:21 339a4e72a1f5: Pull complete 18:11:22 988bab9f4d93: Pull complete 18:11:22 1469e6f7b9e6: Pull complete 18:11:22 eaf3925da568: Pull complete 18:11:24 bab4dde63d76: Pull complete 18:11:24 bde34c3a00c8: Pull complete 18:11:24 b352a97aabf1: Pull complete 18:11:24 4872d77fe225: Pull complete 18:11:24 5851b861e8e6: Pull complete 18:11:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:11:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:11:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:11:24 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:11:24 $ 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 18:11:27 $ docker top 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 -eo pid,comm 18:11:28 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:11:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:11:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:11:28 [ssh-agent] Looking for ssh-agent implementation... 18:11:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:11:28 $ docker exec 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent 18:11:28 SSH_AUTH_SOCK=/tmp/ssh-ydBgjvrijVjD/agent.32 18:11:28 SSH_AGENT_PID=38 18:11:28 Running ssh-add (command line suppressed) 18:11:28 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8325827542033461469.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8325827542033461469.key) 18:11:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:11:28 + git tag --points-at HEAD [Pipeline] } 18:11:28 $ docker exec --env ******** --env ******** 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent -k 18:11:28 unset SSH_AUTH_SOCK; 18:11:28 unset SSH_AGENT_PID; 18:11:28 echo Agent pid 38 killed; 18:11:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:11:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:11:28 [ssh-agent] Looking for ssh-agent implementation... 18:11:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:11:29 $ docker exec 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent 18:11:29 SSH_AUTH_SOCK=/tmp/ssh-bh2SIimWYGLO/agent.70 18:11:29 SSH_AGENT_PID=76 18:11:29 Running ssh-add (command line suppressed) 18:11:29 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6255672134436130999.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6255672134436130999.key) 18:11:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:11:29 + git semver init 18:11:29 2023-07-12 18:11:29,747 [run_init] DEBUG init version:0.0.0 force:False 18:11:29 2023-07-12 18:11:29,748 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 18:11:29 2023-07-12 18:11:29,748 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 18:11:29 2023-07-12 18:11:29,748 [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) 18:11:30 2023-07-12 18:11:30,351 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 18:11:30 2023-07-12 18:11:30,352 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 18:11:30 2023-07-12 18:11:30,352 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:11:30 2023-07-12 18:11:30,352 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:11:30 3.1.0-dev.14 [Pipeline] } 18:11:30 $ docker exec --env ******** --env ******** 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 ssh-agent -k 18:11:30 unset SSH_AUTH_SOCK; 18:11:30 unset SSH_AGENT_PID; 18:11:30 echo Agent pid 76 killed; 18:11:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:11:30 + git semver [Pipeline] } 18:11:31 $ docker stop --time=1 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 18:11:32 $ docker rm -f --volumes 1cc4f5f307eabf3721899de837e5f4ffd3b29b27507e0581873ad8daf8aaff76 [Pipeline] // withDockerContainer [Pipeline] sh 18:11:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:11:32 Stashed 1 file(s) [Pipeline] echo 18:11:32 [edgeXSemver]: initialized semver on version 3.1.0-dev.14 [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 18:11:33 provisioning config files... 18:11:33 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6322837935158637162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:11:33 ---> docker-login.sh 18:11:33 nexus3.edgexfoundry.org:10001 18:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:33 Configure a credential helper to remove this warning. See 18:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:33 18:11:33 Login Succeeded 18:11:33 nexus3.edgexfoundry.org:10002 18:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:33 Configure a credential helper to remove this warning. See 18:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:33 18:11:33 Login Succeeded 18:11:33 nexus3.edgexfoundry.org:10003 18:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:33 Configure a credential helper to remove this warning. See 18:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:33 18:11:33 Login Succeeded 18:11:33 nexus3.edgexfoundry.org:10004 18:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:33 Configure a credential helper to remove this warning. See 18:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:33 18:11:33 Login Succeeded 18:11:33 docker.io 18:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:33 Configure a credential helper to remove this warning. See 18:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:33 18:11:33 Login Succeeded 18:11:33 ---> docker-login.sh ends [Pipeline] } 18:11:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:11:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:11:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:11:34 ========================================================= 18:11:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 18:11:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:34 + 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 . 18:11:34 Sending build context to Docker daemon 316.9kB 18:11:34 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 18:11:34 Step 2/12 : FROM ${BASE} AS builder 18:11:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 18:11:34 4db1b89c0bd1: Pulling fs layer 18:11:34 6911f1a30b25: Pulling fs layer 18:11:34 e194b8c5c2a9: Pulling fs layer 18:11:34 6863d3e3a2b1: Pulling fs layer 18:11:34 ec0bb842ea78: Pulling fs layer 18:11:34 40a00589a448: Pulling fs layer 18:11:34 6c08303d61cc: Pulling fs layer 18:11:34 798269fcf238: Pulling fs layer 18:11:34 ec0bb842ea78: Waiting 18:11:34 40a00589a448: Waiting 18:11:34 6c08303d61cc: Waiting 18:11:34 798269fcf238: Waiting 18:11:34 6863d3e3a2b1: Waiting 18:11:34 6911f1a30b25: Download complete 18:11:34 6863d3e3a2b1: Verifying Checksum 18:11:34 6863d3e3a2b1: Download complete 18:11:34 ec0bb842ea78: Verifying Checksum 18:11:34 ec0bb842ea78: Download complete 18:11:34 4db1b89c0bd1: Download complete 18:11:34 40a00589a448: Verifying Checksum 18:11:34 40a00589a448: Download complete 18:11:34 4db1b89c0bd1: Pull complete 18:11:34 6911f1a30b25: Pull complete 18:11:35 798269fcf238: Verifying Checksum 18:11:35 798269fcf238: Download complete 18:11:35 e194b8c5c2a9: Verifying Checksum 18:11:35 e194b8c5c2a9: Download complete 18:11:35 6c08303d61cc: Verifying Checksum 18:11:35 6c08303d61cc: Download complete 18:11:38 e194b8c5c2a9: Pull complete 18:11:38 6863d3e3a2b1: Pull complete 18:11:38 ec0bb842ea78: Pull complete 18:11:38 40a00589a448: Pull complete 18:11:41 6c08303d61cc: Pull complete 18:11:42 798269fcf238: Pull complete 18:11:42 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 18:11:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:11:42 ---> ec979cd7f677 18:11:42 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:11:45 ---> Running in 0b0703e73046 18:11:45 Removing intermediate container 0b0703e73046 18:11:45 ---> a2a017970b3a 18:11:45 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:11:45 ---> Running in 5f5da8b714f1 18:11:45 Removing intermediate container 5f5da8b714f1 18:11:45 ---> ee8ba4fa2250 18:11:45 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:11:45 ---> Running in 64c41bda2362 18:11:46 Removing intermediate container 64c41bda2362 18:11:46 ---> c3efe4c7126f 18:11:46 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:11:46 ---> Running in e024bc54ce0c 18:11:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:11:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:11:47 OK: 265 MiB in 53 packages 18:11:47 Removing intermediate container e024bc54ce0c 18:11:47 ---> f6c1688a5eb3 18:11:47 Step 7/12 : WORKDIR /app 18:11:47 ---> Running in dd97afe359e9 18:11:47 Removing intermediate container dd97afe359e9 18:11:47 ---> e50b3d803796 18:11:47 Step 8/12 : COPY go.mod vendor* ./ 18:11:47 ---> fa072951e345 18:11:47 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:11:47 ---> Running in 44647d02b1b0 18:11:48 Still waiting to schedule task 18:11:48 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:12:43 Removing intermediate container 44647d02b1b0 18:12:43 ---> 127f0bfa8d0d 18:12:43 Step 10/12 : COPY . . 18:12:43 ---> e1b35640a28c 18:12:43 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:12:43 ---> Running in f3f9f002e88b 18:12:43 Removing intermediate container f3f9f002e88b 18:12:43 ---> ca69b0150aa9 18:12:43 Step 12/12 : RUN $MAKE 18:12:43 ---> Running in 6f2b2c58e5fb 18:12:43 noop 18:12:43 Removing intermediate container 6f2b2c58e5fb 18:12:43 ---> 014863d476d6 18:12:43 Successfully built 014863d476d6 18:12:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:44 + docker inspect -f . ci-base-image-x86_64 18:12:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:12:44 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:12:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:12:44 $ docker top 61228c2e442a8bb7177335ffbc0c9fa752806b2ec9140ec344476c71155d1718 -eo pid,comm [Pipeline] { [Pipeline] sh 18:12:44 + go version 18:12:44 go version go1.20.6 linux/amd64 [Pipeline] } 18:12:44 $ docker stop --time=1 61228c2e442a8bb7177335ffbc0c9fa752806b2ec9140ec344476c71155d1718 18:12:46 $ docker rm -f --volumes 61228c2e442a8bb7177335ffbc0c9fa752806b2ec9140ec344476c71155d1718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:46 + docker inspect -f . ci-base-image-x86_64 18:12:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:12:46 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:12:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:12:47 $ docker top 1e90d21f564a0d238fe8b23b3c9bf1ab28ebd26a6f6c99d6bf3e6bbea4f04012 -eo pid,comm [Pipeline] { [Pipeline] sh 18:12:47 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 18:12:47 + make test 18:12:47 go test -race -coverprofile=coverage.out ./... 18:13:09 ? github.com/edgexfoundry/app-record-replay [no test files] 18:13:09 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 18:13:09 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 18:13:09 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 18:13:09 ok github.com/edgexfoundry/app-record-replay/internal/app 0.062s coverage: 76.9% of statements 18:13:09 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.070s coverage: 92.9% of statements 18:13:09 ok github.com/edgexfoundry/app-record-replay/internal/data 0.057s coverage: 50.0% of statements 18:13:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-975 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 18:13:16 Running in /w/workspace/app-record-replay/16 [Pipeline] { [Pipeline] checkout 18:13:16 Selected Git installation does not exist. Using Default 18:13:16 The recommended git tool is: NONE 18:13:21 using credential edgex-jenkins-ssh 18:13:21 Cloning the remote Git repository 18:13:21 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 18:13:21 > git init /w/workspace/app-record-replay/16 # timeout=10 18:13:22 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 18:13:22 > git --version # timeout=10 18:13:22 > git --version # 'git version 2.25.1' 18:13:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:13:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:13:22 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 18:13:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:13:23 Avoid second fetch 18:13:23 Checking out Revision a3df25cb06c99faf73416738ebe3ed6f58d891fa (main) 18:13:24 Commit message: "Merge pull request #36 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.5" 18:13:23 > git config core.sparsecheckout # timeout=10 18:13:23 > git checkout -f a3df25cb06c99faf73416738ebe3ed6f58d891fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:13:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:13:25 % Total % Received % Xferd Average Speed Time Time Time Current 18:13:25 Dload Upload Total Spent Left Speed 18:13:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 12751 93 11849 0 0 91852 0 --:--:-- --:--:-- --:--:-- 91852 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 97335 [Pipeline] sh 18:13:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:13:26 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:13:26 + sudo tee /etc/docker/daemon.new 18:13:26 { 18:13:26 "registry-mirrors": [ 18:13:26 "https://nexus3.edgexfoundry.org:10001" 18:13:26 ], 18:13:26 "bip": "10.250.0.254/24", 18:13:26 "hosts": [ 18:13:26 "tcp://0.0.0.0:5555", 18:13:26 "unix:///var/run/docker.sock" 18:13:26 ], 18:13:26 "mtu": 1458, 18:13:26 "selinux-enabled": true, 18:13:26 "seccomp-profile": "/etc/docker/seccomp.json" 18:13:26 } [Pipeline] sh 18:13:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:13:26 + sudo service docker restart 18:13:31 go vet ./... 18:13:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:13:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:13:32 ./bin/test-attribution-txt.sh 18:13:33 An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add 18:13:33 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 18:13:33 An attribution for golang.org/x/exp is missing from Attribution.txt, please add [Pipeline] echo 18:13:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:13:33 $ docker stop --time=1 1e90d21f564a0d238fe8b23b3c9bf1ab28ebd26a6f6c99d6bf3e6bbea4f04012 18:13:37 $ docker rm -f --volumes 1e90d21f564a0d238fe8b23b3c9bf1ab28ebd26a6f6c99d6bf3e6bbea4f04012 [Pipeline] // withDockerContainer [Pipeline] sh 18:13:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:13:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:13:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:13:38 + ls -al . 18:13:38 total 164 18:13:38 drwxrwxr-x 9 jenkins jenkins 4096 Jul 12 18:12 . 18:13:38 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 18:11 .. 18:13:38 -rw-rw-r-- 1 jenkins jenkins 119 Jul 12 18:11 .dockerignore 18:13:38 drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 18:11 .git 18:13:38 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:11 .github 18:13:38 -rw-rw-r-- 1 jenkins jenkins 164 Jul 12 18:11 .gitignore 18:13:38 -rw-rw-r-- 1 jenkins jenkins 41 Jul 12 18:11 .golangci.yml 18:13:38 drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 18:11 .semver 18:13:38 -rw-rw-r-- 1 jenkins jenkins 10245 Jul 12 18:11 Attribution.txt 18:13:38 -rw-rw-r-- 1 jenkins jenkins 258 Jul 12 18:11 CHANGELOG.md 18:13:38 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 12 18:11 Dockerfile 18:13:38 -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 18:11 GOVERNANCE.md 18:13:38 -rw-rw-r-- 1 jenkins jenkins 681 Jul 12 18:11 Jenkinsfile 18:13:38 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 12 18:11 LICENSE 18:13:38 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 12 18:11 Makefile 18:13:38 -rw-rw-r-- 1 jenkins jenkins 611 Jul 12 18:11 OWNERS.md 18:13:38 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 12 18:11 README.md 18:13:38 -rw-rw-r-- 1 jenkins jenkins 4285 Jul 12 18:11 Record and Reply.postman_collection.json 18:13:38 -rw-rw-r-- 1 jenkins jenkins 12 Jul 12 18:11 VERSION 18:13:38 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:11 bin 18:13:38 -rw-r--r-- 1 jenkins jenkins 6681 Jul 12 18:13 coverage.out 18:13:38 -rw-rw-r-- 1 jenkins jenkins 3678 Jul 12 18:11 go.mod 18:13:38 -rw-rw-r-- 1 jenkins jenkins 32843 Jul 12 18:11 go.sum 18:13:38 drwxrwxr-x 6 jenkins jenkins 4096 Jul 12 18:11 internal 18:13:38 -rw-rw-r-- 1 jenkins jenkins 913 Jul 12 18:11 main.go 18:13:38 drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 18:11 pkg 18:13:38 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:11 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:38 + 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=a3df25cb06c99faf73416738ebe3ed6f58d891fa --label arch=amd64 --label version=3.1.0-dev.14 . 18:13:38 Sending build context to Docker daemon 324.6kB 18:13:38 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 18:13:38 Step 2/26 : FROM ${BASE} AS builder 18:13:38 ---> 014863d476d6 18:13:38 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 18:13:38 ---> Running in 629780d72f95 18:13:38 Removing intermediate container 629780d72f95 18:13:38 ---> 3684dba7666c 18:13:38 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:13:38 ---> Running in de1a70815fbb 18:13:38 Removing intermediate container de1a70815fbb 18:13:38 ---> b8ed4a1e6550 18:13:38 Step 5/26 : ARG ADD_BUILD_TAGS="" 18:13:38 ---> Running in e00d715e5f12 18:13:38 Removing intermediate container e00d715e5f12 18:13:38 ---> 2c2e2a0aae5b 18:13:38 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:13:38 ---> Running in b4a6d5a5e3c7 18:13:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:13:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:13:39 OK: 265 MiB in 53 packages 18:13:40 Removing intermediate container b4a6d5a5e3c7 18:13:40 ---> cae901b229d0 18:13:40 Step 7/26 : WORKDIR /app 18:13:40 ---> Running in c43fb797ff26 18:13:40 Removing intermediate container c43fb797ff26 18:13:40 ---> ba19a74f1e43 18:13:40 Step 8/26 : COPY go.mod vendor* ./ 18:13:40 ---> 0b01783a9f93 18:13:40 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:13:40 ---> Running in 03b46ef8333e 18:13:41 Removing intermediate container 03b46ef8333e 18:13:41 ---> 3d2e15a8484b 18:13:41 Step 10/26 : COPY . . 18:13:41 ---> 64927f7f0324 18:13:41 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:13:41 ---> Running in 3b8793a756e9 18:13:41 Removing intermediate container 3b8793a756e9 18:13:41 ---> 1d454659b088 18:13:41 Step 12/26 : RUN $MAKE 18:13:41 ---> Running in d0ae0e06ad5c 18:13:41 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.14" -trimpath -mod=readonly -o app-record-replay [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:13:44 provisioning config files... 18:13:45 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/16@tmp/config9932545131826971620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:45 ---> docker-login.sh 18:13:45 nexus3.edgexfoundry.org:10001 18:13:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:45 Configure a credential helper to remove this warning. See 18:13:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:45 18:13:45 Login Succeeded 18:13:45 nexus3.edgexfoundry.org:10002 18:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:46 Configure a credential helper to remove this warning. See 18:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:46 18:13:46 Login Succeeded 18:13:46 nexus3.edgexfoundry.org:10003 18:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:46 Configure a credential helper to remove this warning. See 18:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:46 18:13:46 Login Succeeded 18:13:46 nexus3.edgexfoundry.org:10004 18:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:46 Configure a credential helper to remove this warning. See 18:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:46 18:13:46 Login Succeeded 18:13:46 docker.io 18:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:47 Configure a credential helper to remove this warning. See 18:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:47 18:13:47 Login Succeeded 18:13:47 ---> docker-login.sh ends [Pipeline] } 18:13:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:13:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:13:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:13:47 ========================================================= 18:13:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 18:13:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:48 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 18:13:48 Sending build context to Docker daemon 153.6kB 18:13:48 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 18:13:48 Step 2/12 : FROM ${BASE} AS builder 18:13:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:13:48 edb6bdbacee9: Pulling fs layer 18:13:48 5f9638ab2659: Pulling fs layer 18:13:48 8d51d6327a98: Pulling fs layer 18:13:48 8b374f2dd631: Pulling fs layer 18:13:48 ec14aa9079de: Pulling fs layer 18:13:48 2f466654f4bb: Pulling fs layer 18:13:48 554e91adad29: Pulling fs layer 18:13:48 ec14aa9079de: Waiting 18:13:48 2f466654f4bb: Waiting 18:13:48 554e91adad29: Waiting 18:13:48 8b374f2dd631: Waiting 18:13:48 5f9638ab2659: Verifying Checksum 18:13:48 5f9638ab2659: Download complete 18:13:48 8b374f2dd631: Download complete 18:13:48 ec14aa9079de: Verifying Checksum 18:13:48 ec14aa9079de: Download complete 18:13:48 edb6bdbacee9: Verifying Checksum 18:13:48 edb6bdbacee9: Download complete 18:13:49 edb6bdbacee9: Pull complete 18:13:49 554e91adad29: Verifying Checksum 18:13:49 554e91adad29: Download complete 18:13:50 5f9638ab2659: Pull complete 18:13:51 8d51d6327a98: Verifying Checksum 18:13:51 8d51d6327a98: Download complete 18:13:51 2f466654f4bb: Verifying Checksum 18:13:51 2f466654f4bb: Download complete 18:14:03 8d51d6327a98: Pull complete 18:14:03 8b374f2dd631: Pull complete 18:14:03 ec14aa9079de: Pull complete 18:14:03 Removing intermediate container d0ae0e06ad5c 18:14:03 ---> cbef18ce3f48 18:14:03 Step 13/26 : FROM alpine:3.17 18:14:03 3.17: Pulling from library/alpine 18:14:03 4db1b89c0bd1: Already exists 18:14:04 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 18:14:04 Status: Downloaded newer image for alpine:3.17 18:14:04 ---> 1f73a9d63274 18:14:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:14:04 ---> Running in 18231ece50d2 18:14:04 Removing intermediate container 18231ece50d2 18:14:04 ---> 3bd1e36b1ff0 18:14:04 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 18:14:04 ---> Running in 4227b08f3163 18:14:04 Removing intermediate container 4227b08f3163 18:14:04 ---> 1885058d734a 18:14:04 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 18:14:04 ---> Running in e2f01729a4e8 18:14:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:14:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:14:05 (1/2) Installing ca-certificates (20230506-r0) 18:14:05 (2/2) Installing dumb-init (1.2.5-r2) 18:14:05 Executing busybox-1.35.0-r29.trigger 18:14:05 Executing ca-certificates-20230506-r0.trigger 18:14:05 OK: 8 MiB in 17 packages 18:14:05 Removing intermediate container e2f01729a4e8 18:14:05 ---> e13c38d6a77f 18:14:05 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:14:05 ---> 550e4c0dbf48 18:14:05 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 18:14:06 ---> ba6599497152 18:14:06 Step 19/26 : COPY --from=builder /app/res/ /res/ 18:14:06 ---> c20850d85065 18:14:06 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 18:14:07 ---> 704bd70e81d0 18:14:07 Step 21/26 : EXPOSE 59712 18:14:07 ---> Running in 3e79c13a3369 18:14:07 Removing intermediate container 3e79c13a3369 18:14:07 ---> ef5b070924b5 18:14:07 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 18:14:07 ---> Running in 6c6bf9aa20f4 18:14:07 Removing intermediate container 6c6bf9aa20f4 18:14:07 ---> e80411301fde 18:14:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:14:07 ---> Running in bc3fd9250ef7 18:14:07 Removing intermediate container bc3fd9250ef7 18:14:07 ---> 4a9585d87edf 18:14:07 Step 24/26 : LABEL arch=amd64 18:14:07 ---> Running in 7de097808e18 18:14:07 Removing intermediate container 7de097808e18 18:14:07 ---> f87c754f0e55 18:14:07 Step 25/26 : LABEL git_sha=a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:14:07 ---> Running in 0fc3f9842d8b 18:14:07 Removing intermediate container 0fc3f9842d8b 18:14:07 ---> 173eb8a523cd 18:14:07 Step 26/26 : LABEL version=3.1.0-dev.14 18:14:07 ---> Running in a9b48876d4f2 18:14:07 Removing intermediate container a9b48876d4f2 18:14:07 ---> 35812c31d780 18:14:07 [Warning] One or more build-args [ARCH] were not consumed 18:14:07 Successfully built 35812c31d780 18:14:07 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 18:14:07 provisioning config files... 18:14:07 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6141290083172873843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:14:08 ---> docker-login.sh 18:14:08 nexus3.edgexfoundry.org:10001 18:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:08 Configure a credential helper to remove this warning. See 18:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:08 18:14:08 Login Succeeded 18:14:08 nexus3.edgexfoundry.org:10002 18:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:08 Configure a credential helper to remove this warning. See 18:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:08 18:14:08 Login Succeeded 18:14:08 nexus3.edgexfoundry.org:10003 18:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:08 Configure a credential helper to remove this warning. See 18:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:08 18:14:08 Login Succeeded 18:14:08 nexus3.edgexfoundry.org:10004 18:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:08 Configure a credential helper to remove this warning. See 18:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:08 18:14:08 Login Succeeded 18:14:08 docker.io 18:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:14:08 Configure a credential helper to remove this warning. See 18:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:14:08 18:14:08 Login Succeeded 18:14:08 ---> docker-login.sh ends [Pipeline] } 18:14:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:14:08 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 18:14:08 a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:14:08 latest 18:14:08 3.1.0-dev.14 18:14:08 a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 18:14:08 main 18:14:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:08 2f466654f4bb: Pull complete 18:14:09 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 18:14:09 fcf30e9cf55e: Preparing 18:14:09 db4ef5d9bbeb: Preparing 18:14:09 1df6d0250d4f: Preparing 18:14:09 2c47055a6996: Preparing 18:14:09 5ef487ae8598: Preparing 18:14:09 3dab9f8bf2d2: Preparing 18:14:09 3dab9f8bf2d2: Waiting 18:14:09 db4ef5d9bbeb: Pushed 18:14:09 1df6d0250d4f: Pushed 18:14:09 2c47055a6996: Pushed 18:14:09 3dab9f8bf2d2: Layer already exists 18:14:09 5ef487ae8598: Pushed 18:14:11 554e91adad29: Pull complete 18:14:11 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 18:14:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:14:11 ---> 1e15ea492957 18:14:11 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 18:14:11 fcf30e9cf55e: Pushed 18:14:11 a3df25cb06c99faf73416738ebe3ed6f58d891fa: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:12 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:12 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 18:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 18:14:12 fcf30e9cf55e: Preparing 18:14:12 db4ef5d9bbeb: Preparing 18:14:12 1df6d0250d4f: Preparing 18:14:12 2c47055a6996: Preparing 18:14:12 5ef487ae8598: Preparing 18:14:12 3dab9f8bf2d2: Preparing 18:14:12 fcf30e9cf55e: Layer already exists 18:14:12 1df6d0250d4f: Layer already exists 18:14:12 db4ef5d9bbeb: Layer already exists 18:14:12 5ef487ae8598: Layer already exists 18:14:12 2c47055a6996: Layer already exists 18:14:12 3dab9f8bf2d2: Layer already exists 18:14:12 latest: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:12 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.14 [Pipeline] } 18:14:12 ---> Running in c5fabbe42557 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:13 Removing intermediate container c5fabbe42557 18:14:13 ---> 4fd433d7ade0 18:14:13 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 18:14:13 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.14 18:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 18:14:13 fcf30e9cf55e: Preparing 18:14:13 db4ef5d9bbeb: Preparing 18:14:13 1df6d0250d4f: Preparing 18:14:13 2c47055a6996: Preparing 18:14:13 5ef487ae8598: Preparing 18:14:13 3dab9f8bf2d2: Preparing 18:14:13 3dab9f8bf2d2: Waiting 18:14:13 2c47055a6996: Layer already exists 18:14:13 db4ef5d9bbeb: Layer already exists 18:14:13 5ef487ae8598: Layer already exists 18:14:13 fcf30e9cf55e: Layer already exists 18:14:13 1df6d0250d4f: Layer already exists 18:14:13 3dab9f8bf2d2: Layer already exists 18:14:13 3.1.0-dev.14: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:13 ---> Running in 1450f9716625 18:14:13 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:13 Removing intermediate container 1450f9716625 18:14:13 ---> eadefa0bee45 18:14:13 Step 5/12 : ARG ADD_BUILD_TAGS="" 18:14:13 ---> Running in 987aadd129f5 18:14:13 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 18:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 18:14:13 fcf30e9cf55e: Preparing 18:14:13 db4ef5d9bbeb: Preparing 18:14:13 1df6d0250d4f: Preparing 18:14:13 2c47055a6996: Preparing 18:14:13 5ef487ae8598: Preparing 18:14:13 3dab9f8bf2d2: Preparing 18:14:13 3dab9f8bf2d2: Waiting 18:14:13 db4ef5d9bbeb: Layer already exists 18:14:13 fcf30e9cf55e: Layer already exists 18:14:13 2c47055a6996: Layer already exists 18:14:13 1df6d0250d4f: Layer already exists 18:14:13 5ef487ae8598: Layer already exists 18:14:13 3dab9f8bf2d2: Layer already exists 18:14:13 a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:14 Removing intermediate container 987aadd129f5 18:14:14 ---> a9ec45fefde4 18:14:14 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:14:14 ---> Running in 770a9ed18adc 18:14:14 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:14 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 18:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 18:14:14 fcf30e9cf55e: Preparing 18:14:14 db4ef5d9bbeb: Preparing 18:14:14 1df6d0250d4f: Preparing 18:14:14 2c47055a6996: Preparing 18:14:14 5ef487ae8598: Preparing 18:14:14 3dab9f8bf2d2: Preparing 18:14:14 3dab9f8bf2d2: Waiting 18:14:14 5ef487ae8598: Layer already exists 18:14:14 fcf30e9cf55e: Layer already exists 18:14:14 2c47055a6996: Layer already exists 18:14:14 1df6d0250d4f: Layer already exists 18:14:14 db4ef5d9bbeb: Layer already exists 18:14:14 3dab9f8bf2d2: Layer already exists 18:14:14 main: digest: sha256:99cf3442fb07cc82b78d3690749317436245a11e0c66b117bb1b9b9dceac1926 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:14:14 ===================================================== [Pipeline] echo 18:14:14 taggedImages: 18:14:14 - nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:14:14 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 18:14:14 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.14 18:14:14 - nexus3.edgexfoundry.org:10004/app-record-replay:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 18:14:14 - 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 18:14:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:14 18:14:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:15 latest: Pulling from edgex-lftools-log-publisher 18:14:15 5eb5b503b376: Pulling fs layer 18:14:15 5c69ac0246d0: Pulling fs layer 18:14:15 ec43610c2a17: Pulling fs layer 18:14:15 3a2ae6a8a46f: Pulling fs layer 18:14:15 33b1e0a273af: Pulling fs layer 18:14:15 5d3b04190fa2: Pulling fs layer 18:14:15 2f39f015ded8: Pulling fs layer 18:14:15 3a2ae6a8a46f: Waiting 18:14:15 5d3b04190fa2: Waiting 18:14:15 2f39f015ded8: Waiting 18:14:15 5c69ac0246d0: Download complete 18:14:15 3a2ae6a8a46f: Verifying Checksum 18:14:15 3a2ae6a8a46f: Download complete 18:14:15 33b1e0a273af: Verifying Checksum 18:14:15 33b1e0a273af: Download complete 18:14:15 5d3b04190fa2: Verifying Checksum 18:14:15 5d3b04190fa2: Download complete 18:14:15 ec43610c2a17: Verifying Checksum 18:14:15 ec43610c2a17: Download complete 18:14:15 5eb5b503b376: Download complete 18:14:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:14:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:14:15 2f39f015ded8: Download complete 18:14:16 5eb5b503b376: Pull complete 18:14:16 OK: 263 MiB in 53 packages 18:14:16 5c69ac0246d0: Pull complete 18:14:17 ec43610c2a17: Pull complete 18:14:17 3a2ae6a8a46f: Pull complete 18:14:17 33b1e0a273af: Pull complete 18:14:17 5d3b04190fa2: Pull complete 18:14:17 Removing intermediate container 770a9ed18adc 18:14:17 ---> 17d62cb11941 18:14:17 Step 7/12 : WORKDIR /app 18:14:17 ---> Running in 3fba4470bcde 18:14:17 Removing intermediate container 3fba4470bcde 18:14:17 ---> 35a7fffd2cac 18:14:17 Step 8/12 : COPY go.mod vendor* ./ 18:14:18 ---> 6470d5717fea 18:14:18 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:14:18 ---> Running in d35b14cc2b30 18:14:22 2f39f015ded8: Pull complete 18:14:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:14:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:23 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:14:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:14:28 $ docker top e2399f841b1fb21d87d4fd96836636ad9ea9d027d9e565c1de818c61ec90da0c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:14:28 ---> job-cost.sh 18:14:28 lf-activate-venv: SKIPPING 18:14:28 INFO: No Stack... 18:14:29 INFO: Retrieving Pricing Info for: v3-standard-8 18:14:29 INFO: Archiving Costs [Pipeline] sh 18:14:29 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 18:14:29 + cut -d, -f6 [Pipeline] lock 18:14:29 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] 18:14:29 Resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] did not exist. Created. 18:14:29 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:14:30 + echo total: 0.2199999988079071 [Pipeline] stash 18:14:30 Stashed 1 file(s) [Pipeline] } 18:14:30 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] // lock [Pipeline] } 18:14:30 $ docker stop --time=1 e2399f841b1fb21d87d4fd96836636ad9ea9d027d9e565c1de818c61ec90da0c 18:14:31 $ docker rm -f --volumes e2399f841b1fb21d87d4fd96836636ad9ea9d027d9e565c1de818c61ec90da0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:15:26 Removing intermediate container d35b14cc2b30 18:15:26 ---> 243f1065c014 18:15:26 Step 10/12 : COPY . . 18:15:26 ---> 15754fb2dde5 18:15:26 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:15:26 ---> Running in b0ab92f60a04 18:15:26 Removing intermediate container b0ab92f60a04 18:15:26 ---> 0efb8c920b91 18:15:26 Step 12/12 : RUN $MAKE 18:15:26 ---> Running in d25ced2405eb 18:15:26 noop 18:15:26 Removing intermediate container d25ced2405eb 18:15:26 ---> 507d3fb9c027 18:15:26 Successfully built 507d3fb9c027 18:15:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:26 + docker inspect -f . ci-base-image-arm64 18:15:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:26 prd-ubuntu20.04-docker-arm64-4c-16g-975 does not seem to be running inside a container 18:15:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/16 -v /w/workspace/app-record-replay/16:/w/workspace/app-record-replay/16:rw,z -v /w/workspace/app-record-replay/16@tmp:/w/workspace/app-record-replay/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:15:27 $ docker top 9e20823f289c1cb999ab3c1aba386d9f11027c956a546ef90c3c9f287ad49a81 -eo pid,comm [Pipeline] { [Pipeline] sh 18:15:28 + go version 18:15:28 go version go1.20.6 linux/arm64 [Pipeline] } 18:15:28 $ docker stop --time=1 9e20823f289c1cb999ab3c1aba386d9f11027c956a546ef90c3c9f287ad49a81 18:15:30 $ docker rm -f --volumes 9e20823f289c1cb999ab3c1aba386d9f11027c956a546ef90c3c9f287ad49a81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:30 + docker inspect -f . ci-base-image-arm64 18:15:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:30 prd-ubuntu20.04-docker-arm64-4c-16g-975 does not seem to be running inside a container 18:15:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-record-replay/16 -v /w/workspace/app-record-replay/16:/w/workspace/app-record-replay/16:rw,z -v /w/workspace/app-record-replay/16@tmp:/w/workspace/app-record-replay/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:15:33 $ docker top 2ce638cc134be03ff1174548cefe0c878daa60e0dfdf76b3df78bf26c2c8940f -eo pid,comm [Pipeline] { [Pipeline] sh 18:15:34 + git config --global --add safe.directory /w/workspace/app-record-replay/16 [Pipeline] fileExists [Pipeline] sh 18:15:34 + make test 18:15:34 go test -race -coverprofile=coverage.out ./... 18:18:11 ? github.com/edgexfoundry/app-record-replay [no test files] 18:18:15 ok github.com/edgexfoundry/app-record-replay/internal/app 0.225s coverage: 76.9% of statements 18:18:16 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.327s coverage: 92.9% of statements 18:18:19 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 18:18:19 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 18:18:19 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 18:18:19 ok github.com/edgexfoundry/app-record-replay/internal/data 0.219s coverage: 50.0% of statements 18:18:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:18:20 go vet ./... 18:20:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:20:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:20:41 ./bin/test-attribution-txt.sh 18:20:41 An attribution for github.com/gabriel-vasile/mimetype is missing from Attribution.txt, please add 18:20:41 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 18:20:41 An attribution for golang.org/x/exp is missing from Attribution.txt, please add [Pipeline] echo 18:20:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:20:41 $ docker stop --time=1 2ce638cc134be03ff1174548cefe0c878daa60e0dfdf76b3df78bf26c2c8940f 18:20:43 $ docker rm -f --volumes 2ce638cc134be03ff1174548cefe0c878daa60e0dfdf76b3df78bf26c2c8940f [Pipeline] // withDockerContainer [Pipeline] sh 18:20:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:20:45 Warning: overwriting stash ‘coverage-report’ 18:20:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:20:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:20:46 + ls -al . 18:20:46 total 160 18:20:46 drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 18:15 . 18:20:46 drwxrwxr-x 4 jenkins jenkins 4096 Jul 12 18:13 .. 18:20:46 -rw-rw-r-- 1 jenkins jenkins 119 Jul 12 18:13 .dockerignore 18:20:46 drwxrwxr-x 8 jenkins jenkins 4096 Jul 12 18:13 .git 18:20:46 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:13 .github 18:20:46 -rw-rw-r-- 1 jenkins jenkins 164 Jul 12 18:13 .gitignore 18:20:46 -rw-rw-r-- 1 jenkins jenkins 41 Jul 12 18:13 .golangci.yml 18:20:46 -rw-rw-r-- 1 jenkins jenkins 10245 Jul 12 18:13 Attribution.txt 18:20:46 -rw-rw-r-- 1 jenkins jenkins 258 Jul 12 18:13 CHANGELOG.md 18:20:46 -rw-rw-r-- 1 jenkins jenkins 1616 Jul 12 18:13 Dockerfile 18:20:46 -rw-rw-r-- 1 jenkins jenkins 677 Jul 12 18:13 GOVERNANCE.md 18:20:46 -rw-rw-r-- 1 jenkins jenkins 681 Jul 12 18:13 Jenkinsfile 18:20:46 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 12 18:13 LICENSE 18:20:46 -rw-rw-r-- 1 jenkins jenkins 3139 Jul 12 18:13 Makefile 18:20:46 -rw-rw-r-- 1 jenkins jenkins 611 Jul 12 18:13 OWNERS.md 18:20:46 -rw-rw-r-- 1 jenkins jenkins 2363 Jul 12 18:13 README.md 18:20:46 -rw-rw-r-- 1 jenkins jenkins 4285 Jul 12 18:13 Record and Reply.postman_collection.json 18:20:46 -rw-rw-r-- 1 jenkins jenkins 12 Jul 12 18:11 VERSION 18:20:46 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:13 bin 18:20:46 -rw-r--r-- 1 jenkins jenkins 6681 Jul 12 18:18 coverage.out 18:20:46 -rw-rw-r-- 1 jenkins jenkins 3678 Jul 12 18:13 go.mod 18:20:46 -rw-rw-r-- 1 jenkins jenkins 32843 Jul 12 18:13 go.sum 18:20:46 drwxrwxr-x 6 jenkins jenkins 4096 Jul 12 18:13 internal 18:20:46 -rw-rw-r-- 1 jenkins jenkins 913 Jul 12 18:13 main.go 18:20:46 drwxrwxr-x 3 jenkins jenkins 4096 Jul 12 18:13 pkg 18:20:46 drwxrwxr-x 2 jenkins jenkins 4096 Jul 12 18:13 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:46 + 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=a3df25cb06c99faf73416738ebe3ed6f58d891fa --label arch=arm64 --label version=3.1.0-dev.14 . 18:20:46 Sending build context to Docker daemon 161.3kB 18:20:46 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 18:20:46 Step 2/26 : FROM ${BASE} AS builder 18:20:46 ---> 507d3fb9c027 18:20:46 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 18:20:46 ---> Running in 364c50957bee 18:20:47 Removing intermediate container 364c50957bee 18:20:47 ---> 632411176360 18:20:47 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 18:20:47 ---> Running in 2653925f6510 18:20:47 Removing intermediate container 2653925f6510 18:20:47 ---> 65afd79d8b1b 18:20:47 Step 5/26 : ARG ADD_BUILD_TAGS="" 18:20:47 ---> Running in 73d99c356ccb 18:20:48 Removing intermediate container 73d99c356ccb 18:20:48 ---> 5409a33cbb06 18:20:48 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:20:48 ---> Running in 334ae5519ca4 18:20:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:20:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:20:50 OK: 263 MiB in 53 packages 18:20:51 Removing intermediate container 334ae5519ca4 18:20:51 ---> c5ea13bca21d 18:20:51 Step 7/26 : WORKDIR /app 18:20:51 ---> Running in ee4ec6406691 18:20:51 Removing intermediate container ee4ec6406691 18:20:51 ---> 58d2a7c4f180 18:20:51 Step 8/26 : COPY go.mod vendor* ./ 18:20:52 ---> a9e5d5606991 18:20:52 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:52 ---> Running in cb367db94f5d 18:20:54 Removing intermediate container cb367db94f5d 18:20:54 ---> b5bfd9441504 18:20:54 Step 10/26 : COPY . . 18:20:55 ---> 7a5514964a8c 18:20:55 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:20:55 ---> Running in 89b889f0eff3 18:20:55 Removing intermediate container 89b889f0eff3 18:20:55 ---> 4a86d6bada16 18:20:55 Step 12/26 : RUN $MAKE 18:20:55 ---> Running in 31b6199db9c6 18:20:56 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.14" -trimpath -mod=readonly -o app-record-replay 18:23:03 Removing intermediate container 31b6199db9c6 18:23:03 ---> e0d5b52c29c5 18:23:03 Step 13/26 : FROM alpine:3.17 18:23:03 3.17: Pulling from library/alpine 18:23:03 edb6bdbacee9: Already exists 18:23:03 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 18:23:03 Status: Downloaded newer image for alpine:3.17 18:23:03 ---> 779605e5fbc0 18:23:03 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:23:03 ---> Running in a414a30a6f3b 18:23:03 Removing intermediate container a414a30a6f3b 18:23:03 ---> fb513f1ce0a9 18:23:03 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 18:23:03 ---> Running in a98d9fd50510 18:23:03 Removing intermediate container a98d9fd50510 18:23:03 ---> 5bc83eb03803 18:23:03 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 18:23:03 ---> Running in 7fb19aab2e74 18:23:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:23:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:23:03 (1/2) Installing ca-certificates (20230506-r0) 18:23:03 (2/2) Installing dumb-init (1.2.5-r2) 18:23:03 Executing busybox-1.35.0-r29.trigger 18:23:03 Executing ca-certificates-20230506-r0.trigger 18:23:03 OK: 8 MiB in 17 packages 18:23:03 Removing intermediate container 7fb19aab2e74 18:23:03 ---> abc29a927fe0 18:23:03 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:23:04 ---> 8a3fb1e0a721 18:23:04 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 18:23:07 ---> ecc44e3a21e3 18:23:07 Step 19/26 : COPY --from=builder /app/res/ /res/ 18:23:07 ---> 4afc7bcff95a 18:23:07 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 18:23:08 ---> 8c298db216fa 18:23:08 Step 21/26 : EXPOSE 59712 18:23:08 ---> Running in 45f1209115a9 18:23:08 Removing intermediate container 45f1209115a9 18:23:08 ---> 358df8700dcb 18:23:08 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 18:23:09 ---> Running in c56c6abaf7b0 18:23:09 Removing intermediate container c56c6abaf7b0 18:23:09 ---> 91d6ac51ef40 18:23:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:23:09 ---> Running in 6deda11cde69 18:23:09 Removing intermediate container 6deda11cde69 18:23:09 ---> f6a9bf2b0097 18:23:09 Step 24/26 : LABEL arch=arm64 18:23:09 ---> Running in 3f13c0c8ebc9 18:23:09 Removing intermediate container 3f13c0c8ebc9 18:23:09 ---> 68dbfb444085 18:23:09 Step 25/26 : LABEL git_sha=a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:23:09 ---> Running in 617b957aa688 18:23:10 Removing intermediate container 617b957aa688 18:23:10 ---> 453cbf2a5456 18:23:10 Step 26/26 : LABEL version=3.1.0-dev.14 18:23:10 ---> Running in b5ec73178c64 18:23:10 Removing intermediate container b5ec73178c64 18:23:10 ---> 04648837d291 18:23:10 [Warning] One or more build-args [ARCH] were not consumed 18:23:10 Successfully built 04648837d291 18:23:10 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 18:23:10 provisioning config files... 18:23:10 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/16@tmp/config18171145477535532566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:23:11 ---> docker-login.sh 18:23:11 nexus3.edgexfoundry.org:10001 18:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:11 Configure a credential helper to remove this warning. See 18:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:11 18:23:11 Login Succeeded 18:23:11 nexus3.edgexfoundry.org:10002 18:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:11 Configure a credential helper to remove this warning. See 18:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:11 18:23:11 Login Succeeded 18:23:11 nexus3.edgexfoundry.org:10003 18:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:12 Configure a credential helper to remove this warning. See 18:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:12 18:23:12 Login Succeeded 18:23:12 nexus3.edgexfoundry.org:10004 18:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:12 Configure a credential helper to remove this warning. See 18:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:12 18:23:12 Login Succeeded 18:23:12 docker.io 18:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:13 Configure a credential helper to remove this warning. See 18:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:13 18:23:13 Login Succeeded 18:23:13 ---> docker-login.sh ends [Pipeline] } 18:23:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:23:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:23:13 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 18:23:13 a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:23:13 latest 18:23:13 3.1.0-dev.14 18:23:13 a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 18:23:13 main 18:23:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:13 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:13 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:23:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 18:23:13 848244b0f261: Preparing 18:23:13 1affa2bd788f: Preparing 18:23:13 b7f86830f677: Preparing 18:23:13 32f1f65f1729: Preparing 18:23:13 5f75c421472b: Preparing 18:23:13 9386262d7a74: Preparing 18:23:13 9386262d7a74: Waiting 18:23:14 32f1f65f1729: Pushed 18:23:14 b7f86830f677: Pushed 18:23:14 1affa2bd788f: Pushed 18:23:14 9386262d7a74: Layer already exists 18:23:14 5f75c421472b: Pushed 18:23:19 848244b0f261: Pushed 18:23:19 a3df25cb06c99faf73416738ebe3ed6f58d891fa: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:20 + 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 18:23:20 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 18:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 18:23:20 848244b0f261: Preparing 18:23:20 1affa2bd788f: Preparing 18:23:20 b7f86830f677: Preparing 18:23:20 32f1f65f1729: Preparing 18:23:20 5f75c421472b: Preparing 18:23:20 9386262d7a74: Preparing 18:23:20 9386262d7a74: Waiting 18:23:20 5f75c421472b: Layer already exists 18:23:20 1affa2bd788f: Layer already exists 18:23:20 b7f86830f677: Layer already exists 18:23:20 32f1f65f1729: Layer already exists 18:23:20 848244b0f261: Layer already exists 18:23:20 9386262d7a74: Layer already exists 18:23:20 latest: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:20 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:21 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.14 18:23:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 18:23:21 848244b0f261: Preparing 18:23:21 1affa2bd788f: Preparing 18:23:21 b7f86830f677: Preparing 18:23:21 32f1f65f1729: Preparing 18:23:21 5f75c421472b: Preparing 18:23:21 9386262d7a74: Preparing 18:23:21 9386262d7a74: Waiting 18:23:21 b7f86830f677: Layer already exists 18:23:21 32f1f65f1729: Layer already exists 18:23:21 1affa2bd788f: Layer already exists 18:23:21 5f75c421472b: Layer already exists 18:23:21 848244b0f261: Layer already exists 18:23:21 9386262d7a74: Layer already exists 18:23:21 3.1.0-dev.14: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:21 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:22 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 18:23:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 18:23:22 848244b0f261: Preparing 18:23:22 1affa2bd788f: Preparing 18:23:22 b7f86830f677: Preparing 18:23:22 32f1f65f1729: Preparing 18:23:22 5f75c421472b: Preparing 18:23:22 9386262d7a74: Preparing 18:23:22 9386262d7a74: Waiting 18:23:22 848244b0f261: Layer already exists 18:23:22 5f75c421472b: Layer already exists 18:23:22 b7f86830f677: Layer already exists 18:23:22 32f1f65f1729: Layer already exists 18:23:22 1affa2bd788f: Layer already exists 18:23:22 9386262d7a74: Layer already exists 18:23:22 a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:22 + 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 18:23:23 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 18:23:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 18:23:23 848244b0f261: Preparing 18:23:23 1affa2bd788f: Preparing 18:23:23 b7f86830f677: Preparing 18:23:23 32f1f65f1729: Preparing 18:23:23 5f75c421472b: Preparing 18:23:23 9386262d7a74: Preparing 18:23:23 9386262d7a74: Waiting 18:23:23 1affa2bd788f: Layer already exists 18:23:23 5f75c421472b: Layer already exists 18:23:23 32f1f65f1729: Layer already exists 18:23:23 848244b0f261: Layer already exists 18:23:23 b7f86830f677: Layer already exists 18:23:23 9386262d7a74: Layer already exists 18:23:23 main: digest: sha256:2b7981a1197b29a438c9c1b02ebb5445ff16c91d234d8b2c7531a84e976875cf size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:23:23 ===================================================== [Pipeline] echo 18:23:23 taggedImages: 18:23:23 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa 18:23:23 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 18:23:23 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.14 18:23:23 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:a3df25cb06c99faf73416738ebe3ed6f58d891fa-3.1.0-dev.14 18:23:23 - 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 18:23:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:23:23 18:23:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:23:23 arm64: Pulling from edgex-lftools-log-publisher 18:23:23 8998bd30e6a1: Pulling fs layer 18:23:23 04944245beec: Pulling fs layer 18:23:23 699f458cf7ca: Pulling fs layer 18:23:23 765212b225bb: Pulling fs layer 18:23:23 f23df028b6ca: Pulling fs layer 18:23:23 d65c8cfc05b1: Pulling fs layer 18:23:23 2437ff75d9bd: Pulling fs layer 18:23:23 f23df028b6ca: Waiting 18:23:23 d65c8cfc05b1: Waiting 18:23:23 2437ff75d9bd: Waiting 18:23:24 04944245beec: Verifying Checksum 18:23:24 04944245beec: Download complete 18:23:24 765212b225bb: Verifying Checksum 18:23:24 765212b225bb: Download complete 18:23:24 f23df028b6ca: Verifying Checksum 18:23:24 f23df028b6ca: Download complete 18:23:24 d65c8cfc05b1: Download complete 18:23:24 699f458cf7ca: Verifying Checksum 18:23:24 699f458cf7ca: Download complete 18:23:24 8998bd30e6a1: Verifying Checksum 18:23:24 8998bd30e6a1: Download complete 18:23:26 2437ff75d9bd: Verifying Checksum 18:23:26 2437ff75d9bd: Download complete 18:23:28 8998bd30e6a1: Pull complete 18:23:28 04944245beec: Pull complete 18:23:30 699f458cf7ca: Pull complete 18:23:30 765212b225bb: Pull complete 18:23:31 f23df028b6ca: Pull complete 18:23:31 d65c8cfc05b1: Pull complete 18:23:46 2437ff75d9bd: Pull complete 18:23:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:23:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:23:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:23:46 prd-ubuntu20.04-docker-arm64-4c-16g-975 does not seem to be running inside a container 18:23:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-record-replay/16 -v /w/workspace/app-record-replay/16:/w/workspace/app-record-replay/16:rw,z -v /w/workspace/app-record-replay/16@tmp:/w/workspace/app-record-replay/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:23:48 $ docker top d53b95e67253ba2f40ad8999d138601511f44ab9ed46e2da14cd7bd8bb82422c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:23:49 ---> job-cost.sh 18:23:49 lf-activate-venv: SKIPPING 18:23:49 INFO: No Stack... 18:23:50 INFO: Retrieving Pricing Info for: v3-standard-4 18:23:51 INFO: Archiving Costs [Pipeline] sh 18:23:51 + cat /w/workspace/app-record-replay/16/archives/cost.csv 18:23:51 + cut -d, -f6 [Pipeline] lock 18:23:51 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] 18:23:51 Resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] did not exist. Created. 18:23:51 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:23:52 /w/workspace/app-record-replay/16@tmp/durable-3260719a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:23:52 + echo total: 0.10999999940395355 [Pipeline] stash 18:23:52 Warning: overwriting stash ‘stack-cost’ 18:23:52 Stashed 1 file(s) [Pipeline] } 18:23:52 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-16-stack-cost] [Pipeline] // lock [Pipeline] } 18:23:52 $ docker stop --time=1 d53b95e67253ba2f40ad8999d138601511f44ab9ed46e2da14cd7bd8bb82422c 18:23:53 $ docker rm -f --volumes d53b95e67253ba2f40ad8999d138601511f44ab9ed46e2da14cd7bd8bb82422c [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 18:23:54 provisioning config files... 18:23:54 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #16 18:23:54 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10962365938115982602tmp [Pipeline] { [Pipeline] sh 18:23:54 + set +x 18:23:54 + curl -s https://codecov.io/bash 18:23:54 + bash -s -- 18:23:54 18:23:54 _____ _ 18:23:54 / ____| | | 18:23:54 | | ___ __| | ___ ___ _____ __ 18:23:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:23:54 | |___| (_) | (_| | __/ (_| (_) \ V / 18:23:54 \_____\___/ \__,_|\___|\___\___/ \_/ 18:23:54 Bash-1.0.6 18:23:54 18:23:54 18:23:54 ==> git version 2.25.1 found 18:23:54 ==> 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 18:23:54 Release-Date: 2020-01-08 18:23:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:23:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:23:54 ==> Jenkins CI detected. 18:23:54 current dir:  /w/workspace/exfoundry_app-record-replay_main 18:23:54 project root: . 18:23:54 --> token set from env 18:23:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:23:54 ==> Running gcov in . (disable via -X gcov) 18:23:54 ==> Python coveragepy not found 18:23:54 ==> Searching for coverage reports in: 18:23:54 + . 18:23:54 -> Found 1 reports 18:23:54 ==> Detecting git/mercurial file structure 18:23:54 ==> Reading reports 18:23:54 + ./coverage.out bytes=6681 18:23:54 ==> Appending adjustments 18:23:54 https://docs.codecov.io/docs/fixing-reports 18:23:54 + Found adjustments 18:23:54 ==> Gzipping contents 18:23:54 4.0K /tmp/codecov.13M9B2.gz 18:23:54 ==> Uploading reports 18:23:54 url: https://codecov.io 18:23:54 query: branch=main&commit=a3df25cb06c99faf73416738ebe3ed6f58d891fa&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 18:23:54 -> Pinging Codecov 18:23:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=a3df25cb06c99faf73416738ebe3ed6f58d891fa&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 18:23:54 Invalid request parameters 18:23:54 400 [Pipeline] } 18:23:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:23:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:23:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:23:55 18:23:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:23:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:23:55 df9b9388f04a: Pulling fs layer 18:23:55 52dc419b0ee2: Pulling fs layer 18:23:55 25bc292e5bac: Pulling fs layer 18:23:55 114826534d7a: Pulling fs layer 18:23:55 4657fd5d0bcf: Pulling fs layer 18:23:55 6ad1cebc031e: Pulling fs layer 18:23:55 8a3aa393b2d8: Pulling fs layer 18:23:55 114826534d7a: Waiting 18:23:55 8a3aa393b2d8: Waiting 18:23:55 6ad1cebc031e: Waiting 18:23:55 4657fd5d0bcf: Waiting 18:23:55 25bc292e5bac: Verifying Checksum 18:23:55 25bc292e5bac: Download complete 18:23:55 52dc419b0ee2: Download complete 18:23:55 4657fd5d0bcf: Download complete 18:23:55 df9b9388f04a: Verifying Checksum 18:23:55 df9b9388f04a: Download complete 18:23:55 6ad1cebc031e: Verifying Checksum 18:23:55 6ad1cebc031e: Download complete 18:23:55 df9b9388f04a: Pull complete 18:23:55 52dc419b0ee2: Pull complete 18:23:55 25bc292e5bac: Pull complete 18:23:56 114826534d7a: Verifying Checksum 18:23:56 114826534d7a: Download complete 18:23:56 8a3aa393b2d8: Verifying Checksum 18:23:56 8a3aa393b2d8: Download complete 18:24:00 114826534d7a: Pull complete 18:24:00 4657fd5d0bcf: Pull complete 18:24:00 6ad1cebc031e: Pull complete 18:24:03 8a3aa393b2d8: Pull complete 18:24:03 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:24:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:24:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:03 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:24:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:24:10 $ docker top b40bfd99b413d364e4068c0851b2b76690dd208becb83ae639b55cddbceac8f4 -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 18:24:11 + set -o pipefail 18:24:11 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 18:24:16 18:24:16 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 18:24:16 18:24:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/feb730af-408d-450b-83fc-1645fc04ef52 18:24:16 18:24:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:24:16 18:24:16 18:24:16 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:24:16 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:24:16 More details here: https://snyk.co/ue1NS 18:24:16 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 18:24:16 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:24:16 $ docker stop --time=1 b40bfd99b413d364e4068c0851b2b76690dd208becb83ae639b55cddbceac8f4 18:24:19 $ docker rm -f --volumes b40bfd99b413d364e4068c0851b2b76690dd208becb83ae639b55cddbceac8f4 [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 18:24:19 + git log --format=format:%s -1 a3df25cb06c99faf73416738ebe3ed6f58d891fa [Pipeline] sh 18:24:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:24:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:24:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:20 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:24:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:24:20 $ docker top 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:24:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:20 [ssh-agent] Looking for ssh-agent implementation... 18:24:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:21 $ docker exec 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b ssh-agent 18:24:21 SSH_AUTH_SOCK=/tmp/ssh-EDTgVxkBKIAZ/agent.32 18:24:21 SSH_AGENT_PID=38 18:24:21 Running ssh-add (command line suppressed) 18:24:21 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12909665616410153194.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12909665616410153194.key) 18:24:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:21 + git semver tag 18:24:21 2023-07-12 18:24:21,758 [run_tag] DEBUG tag force:False 18:24:21 2023-07-12 18:24:21,758 [check_head_tag] DEBUG check head tag 18:24:21 2023-07-12 18:24:21,759 [execute] INFO git cat-file --batch-check 18:24:21 2023-07-12 18:24:21,759 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 18:24:21 2023-07-12 18:24:21,763 [execute] INFO git cat-file --batch 18:24:21 2023-07-12 18:24:21,763 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 18:24:21 2023-07-12 18:24:21,770 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:24:21 2023-07-12 18:24:21,770 [execute] INFO git tag -a v3.1.0-dev.14 -m v3.1.0-dev.14 18:24:21 2023-07-12 18:24:21,770 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.14', '-m', 'v3.1.0-dev.14'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 18:24:21 2023-07-12 18:24:21,775 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:24:21 3.1.0-dev.14 [Pipeline] } 18:24:21 $ docker exec --env ******** --env ******** 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b ssh-agent -k 18:24:21 unset SSH_AUTH_SOCK; 18:24:21 unset SSH_AGENT_PID; 18:24:21 echo Agent pid 38 killed; 18:24:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:24:22 + git semver [Pipeline] } 18:24:22 $ docker stop --time=1 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b 18:24:23 $ docker rm -f --volumes 859d373527a83c11c0f001ed18e8bf1b0eb9daafd414be5522597ba839796a2b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:24:24 18:24:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:24:24 0.23.1-centos7: Pulling from edgex-lftools 18:24:24 ab5ef0e58194: Pulling fs layer 18:24:24 9712f1f96733: Pulling fs layer 18:24:24 63f879dbbcfc: Pulling fs layer 18:24:24 0d9ebad4ef96: Pulling fs layer 18:24:24 e9a5061849ea: Pulling fs layer 18:24:24 d747dcd14b5f: Pulling fs layer 18:24:24 2de7ff778b66: Pulling fs layer 18:24:24 e9a5061849ea: Waiting 18:24:24 0d9ebad4ef96: Waiting 18:24:24 9712f1f96733: Verifying Checksum 18:24:24 9712f1f96733: Download complete 18:24:24 63f879dbbcfc: Verifying Checksum 18:24:24 63f879dbbcfc: Download complete 18:24:24 e9a5061849ea: Verifying Checksum 18:24:24 e9a5061849ea: Download complete 18:24:24 d747dcd14b5f: Download complete 18:24:24 0d9ebad4ef96: Verifying Checksum 18:24:24 0d9ebad4ef96: Download complete 18:24:24 ab5ef0e58194: Verifying Checksum 18:24:24 ab5ef0e58194: Download complete 18:24:24 2de7ff778b66: Verifying Checksum 18:24:24 2de7ff778b66: Download complete 18:24:28 ab5ef0e58194: Pull complete 18:24:28 9712f1f96733: Pull complete 18:24:28 63f879dbbcfc: Pull complete 18:24:32 0d9ebad4ef96: Pull complete 18:24:32 e9a5061849ea: Pull complete 18:24:32 d747dcd14b5f: Pull complete 18:24:34 2de7ff778b66: Pull complete 18:24:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:24:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:34 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:24:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:24:36 $ docker top 1a7394f57cdfe34390d738bc9a99fed0707aedcc8e555fcf54ac060ec2a458df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:24:36 provisioning config files... 18:24:36 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9765269115552616228tmp 18:24:36 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8813319027392075550tmp 18:24:36 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4089157464650446564tmp [Pipeline] { [Pipeline] echo 18:24:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:24:36 ---> sigul-configuration.sh 18:24:36 gpg: directory `/root/.gnupg' created 18:24:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:24:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:24:36 gpg: keyring `/root/.gnupg/secring.gpg' created 18:24:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:24:36 gpg: CAST5 encrypted data 18:24:36 gpg: encrypted with 1 passphrase 18:24:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:24:36 + mkdir /home/jenkins 18:24:36 + mkdir /home/jenkins/sigul [Pipeline] sh 18:24:37 + 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 18:24:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:24:37 ---> sigul-install.sh 18:24:37 Sigul already installed; skipping installation. [Pipeline] sh 18:24:37 + git tag --list 18:24:37 v3.1.0-dev.0 18:24:37 v3.1.0-dev.1 18:24:37 v3.1.0-dev.10 18:24:37 v3.1.0-dev.11 18:24:37 v3.1.0-dev.12 18:24:37 v3.1.0-dev.13 18:24:37 v3.1.0-dev.14 18:24:37 v3.1.0-dev.2 18:24:37 v3.1.0-dev.3 18:24:37 v3.1.0-dev.4 18:24:37 v3.1.0-dev.5 18:24:37 v3.1.0-dev.6 18:24:37 v3.1.0-dev.7 18:24:37 v3.1.0-dev.8 18:24:37 v3.1.0-dev.9 [Pipeline] sh 18:24:38 + lftools sign git-tag v3.1.0-dev.14 18:24:38 Signing Git tag with Sigul... 18:24:38 Signing v3.1.0-dev.14 [Pipeline] echo 18:24:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:24:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:24:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:24:39 $ docker stop --time=1 1a7394f57cdfe34390d738bc9a99fed0707aedcc8e555fcf54ac060ec2a458df 18:24:40 $ docker rm -f --volumes 1a7394f57cdfe34390d738bc9a99fed0707aedcc8e555fcf54ac060ec2a458df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:24:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:24:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:24:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:41 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:24:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:24:41 $ docker top 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc -eo pid,comm 18:24:41 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). 18:24:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:24:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:41 [ssh-agent] Looking for ssh-agent implementation... 18:24:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:41 $ docker exec 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc ssh-agent 18:24:41 SSH_AUTH_SOCK=/tmp/ssh-wJiG1Plmb8Tk/agent.32 18:24:41 SSH_AGENT_PID=38 18:24:41 Running ssh-add (command line suppressed) 18:24:42 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11465375977056451103.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11465375977056451103.key) 18:24:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:42 + git semver bump pre 18:24:42 2023-07-12 18:24:42,515 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:24:42 2023-07-12 18:24:42,515 [bump_version] DEBUG bumping version:3.1.0-dev.14 on axis:pre with prefix:dev 18:24:42 2023-07-12 18:24:42,515 [bump_version] DEBUG bumped version:3.1.0-dev.15 18:24:42 2023-07-12 18:24:42,515 [write_version] DEBUG write version:3.1.0-dev.15 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 18:24:42 2023-07-12 18:24:42,515 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:24:42 2023-07-12 18:24:42,515 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 18:24:42 2023-07-12 18:24:42,518 [execute] INFO git cat-file --batch-check 18:24:42 2023-07-12 18:24:42,518 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 18:24:42 2023-07-12 18:24:42,523 [execute] INFO git cat-file --batch 18:24:42 2023-07-12 18:24:42,524 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 18:24:42 2023-07-12 18:24:42,528 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:24:42 3.1.0-dev.15 [Pipeline] } 18:24:42 $ docker exec --env ******** --env ******** 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc ssh-agent -k 18:24:42 unset SSH_AUTH_SOCK; 18:24:42 unset SSH_AGENT_PID; 18:24:42 echo Agent pid 38 killed; 18:24:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:24:43 + git semver [Pipeline] } 18:24:43 $ docker stop --time=1 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc 18:24:44 $ docker rm -f --volumes 3cd4b956fad1ecc4110363be52a51425f9320337e0eb2d8a73e6f207951de4bc [Pipeline] // withDockerContainer [Pipeline] sh 18:24:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:24:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:24:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:45 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:24:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:24:45 $ docker top 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 -eo pid,comm 18:24:45 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). 18:24:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:24:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:45 [ssh-agent] Looking for ssh-agent implementation... 18:24:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:45 $ docker exec 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 ssh-agent 18:24:46 SSH_AUTH_SOCK=/tmp/ssh-5MYIujcfUkDt/agent.32 18:24:46 SSH_AGENT_PID=38 18:24:46 Running ssh-add (command line suppressed) 18:24:46 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7777581283924980383.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7777581283924980383.key) 18:24:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:46 + git semver push 18:24:46 2023-07-12 18:24:46,609 [run_push] DEBUG push 18:24:46 2023-07-12 18:24:46,610 [execute] INFO git cat-file --batch-check 18:24:46 2023-07-12 18:24:46,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 18:24:46 2023-07-12 18:24:46,614 [execute] INFO git rev-list 9ac103ff5b7143c3d5835c31dc1bf69232bb1e83 -- 18:24:46 2023-07-12 18:24:46,614 [execute] DEBUG Popen(['git', 'rev-list', '9ac103ff5b7143c3d5835c31dc1bf69232bb1e83', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 18:24:46 2023-07-12 18:24:46,619 [execute] INFO git fetch -v origin 18:24:46 2023-07-12 18:24:46,620 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 18:24:47 2023-07-12 18:24:47,111 [run_push] DEBUG no remote changes detected 18:24:47 2023-07-12 18:24:47,111 [execute] INFO git push origin semver 18:24:47 2023-07-12 18:24:47,111 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 18:24:48 2023-07-12 18:24:48,038 [run_push] DEBUG push all version tags 18:24:48 2023-07-12 18:24:48,039 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:24:48 2023-07-12 18:24:48,039 [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) 18:24:49 2023-07-12 18:24:48,771 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 18:24:49 3.1.0-dev.15 [Pipeline] } 18:24:49 $ docker exec --env ******** --env ******** 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 ssh-agent -k 18:24:49 unset SSH_AUTH_SOCK; 18:24:49 unset SSH_AGENT_PID; 18:24:49 echo Agent pid 38 killed; 18:24:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:24:49 + git semver [Pipeline] } 18:24:49 $ docker stop --time=1 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 18:24:51 $ docker rm -f --volumes 86254074736d3d3436f021ed593691c146e2cdea1ba9ab6e1e7c11f0d9fdf281 [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 18:24:51 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 18:24:51 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 18:24:51 total 16 18:24:51 drwxr-xr-x 3 root root 4096 Jul 12 18:14 . 18:24:51 drwxrwxr-x 10 jenkins jenkins 4096 Jul 12 18:24 .. 18:24:51 drwxr-xr-x 2 root root 4096 Jul 12 18:14 cost 18:24:51 -rw-r--r-- 1 root root 88 Jul 12 18:14 cost.csv 18:24:51 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 18:24:51 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 18:24:51 total 16 18:24:51 drwxr-xr-x 3 jenkins jenkins 4096 Jul 12 18:14 . 18:24:51 drwxrwxr-x 10 jenkins jenkins 4096 Jul 12 18:24 .. 18:24:51 drwxr-xr-x 2 jenkins jenkins 4096 Jul 12 18:14 cost 18:24:51 -rw-r--r-- 1 jenkins jenkins 88 Jul 12 18:14 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:24:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:24:52 ---> package-listing.sh 18:24:52 ++ facter osfamily 18:24:52 ++ tr '[:upper:]' '[:lower:]' 18:24:52 + OS_FAMILY=debian 18:24:52 + workspace=/w/workspace/exfoundry_app-record-replay_main 18:24:52 + START_PACKAGES=/tmp/packages_start.txt 18:24:53 + END_PACKAGES=/tmp/packages_end.txt 18:24:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:24:53 + PACKAGES=/tmp/packages_start.txt 18:24:53 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 18:24:53 + PACKAGES=/tmp/packages_end.txt 18:24:53 + case "${OS_FAMILY}" in 18:24:53 + dpkg -l 18:24:53 + grep '^ii' 18:24:53 + '[' -f /tmp/packages_start.txt ']' 18:24:53 + '[' -f /tmp/packages_end.txt ']' 18:24:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:24:53 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 18:24:53 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 18:24:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 18:24:53 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 18:24:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:24:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:54 prd-ubuntu20.04-docker-8c-8g-974 does not seem to be running inside a container 18:24:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:24:54 $ docker top cefb012bed158e9383e2e57d1b1d2e2cc8129cebfb102c959058fa605ba91199 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:54 + touch /tmp/pre-build-complete [Pipeline] sh 18:24:54 + mkdir -p /var/log/sysstat [Pipeline] sh 18:24:55 + ls /var/log/sa-host 18:24:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:24:55 provisioning config files... 18:24:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15846753450059258661tmp [Pipeline] { [Pipeline] echo 18:24:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:24:55 ---> create-netrc.sh [Pipeline] } 18:24:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:24:55 ---> python-tools-install.sh [Pipeline] echo 18:24:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:24:56 ---> sudo-logs.sh 18:24:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:24:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:24:56 ---> job-cost.sh 18:24:56 lf-activate-venv: SKIPPING 18:24:56 DEBUG: total: 0.2199999988079071 18:24:56 INFO: Retrieving Stack Cost... 18:24:56 INFO: Retrieving Pricing Info for: v3-standard-8 18:24:57 INFO: Archiving Costs [Pipeline] echo 18:24:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:24:57 ---> logs-deploy.sh 18:24:57 lf-activate-venv: SKIPPING 18:24:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/16 18:24:57 INFO: archiving workspace using pattern(s): 18:24:58 Archives upload complete. 18:24:58 INFO: archiving logs to Nexus