Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dc2c9616d3277daf9da5caa43fe28e05f10b0847 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-ssh3742478431017005753.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13742343672023016988.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9549396092008158648.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16387554442482123429.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-ssh5564825373437842008.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3873’ Running on prd-ubuntu20.04-docker-8c-8g-3880 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 dc2c9616d3277daf9da5caa43fe28e05f10b0847 (main) Commit message: "Merge pull request #60 from lenny-intel/replay-cancel" > 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 dc2c9616d3277daf9da5caa43fe28e05f10b0847 # timeout=10 > git rev-list --no-walk 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:03:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:03:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:03:48 ========================================================= 01:03:48 EdgeX Global Pipelines Version Info 01:03:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:03:49 ------------------- 01:03:49 stable info: 01:03:49 ------------------- 01:03:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:03:49 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 01:03:49 Message: update stable to v1.0.253 01:03:50 ------------------- 01:03:50 experimental info: 01:03:50 ------------------- 01:03:50 Commited By: **** collab-it+edgex@linuxfoundation.org 01:03:50 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 01:03:50 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc2c961 [Pipeline] echo 01:03:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:03:50 provisioning config files... 01:03:50 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3129879147193680542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:03:51 ---> docker-login.sh 01:03:51 nexus3.edgexfoundry.org:10001 01:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:52 Configure a credential helper to remove this warning. See 01:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:52 01:03:52 Login Succeeded 01:03:52 nexus3.edgexfoundry.org:10002 01:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:52 Configure a credential helper to remove this warning. See 01:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:52 01:03:52 Login Succeeded 01:03:52 nexus3.edgexfoundry.org:10003 01:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:52 Configure a credential helper to remove this warning. See 01:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:52 01:03:52 Login Succeeded 01:03:52 nexus3.edgexfoundry.org:10004 01:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:52 Configure a credential helper to remove this warning. See 01:03:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:52 01:03:52 Login Succeeded 01:03:52 docker.io 01:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:03:53 Configure a credential helper to remove this warning. See 01:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:03:53 01:03:53 Login Succeeded 01:03:53 ---> docker-login.sh ends [Pipeline] } 01:03:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:03:53 + git rev-list -1 --merges dc2c9616d3277daf9da5caa43fe28e05f10b0847~1..dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo 01:03:53 -----------> git rev-list -1 --merges dc2c9616d3277daf9da5caa43fe28e05f10b0847~1..dc2c9616d3277daf9da5caa43fe28e05f10b0847 dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:03:53 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [false] [Pipeline] sh 01:03:54 + git log --format=format:%s -1 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo 01:03:54 ========================================================= 01:03:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:03:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:03:54 + git log --format=format:%s -1 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] echo 01:03:54 [semverPrep] GIT_COMMIT: dc2c9616d3277daf9da5caa43fe28e05f10b0847, Commit Message: Merge pull request #60 from lenny-intel/replay-cancel [Pipeline] echo 01:03:54 [semverPrep] This is not a build commit. [Pipeline] sh 01:03:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:03:54 + grep -v github /etc/ssh/ssh_known_hosts 01:03:54 + [ -e /tmp/ssh_known_hosts ] 01:03:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:03:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:03:54 + sudo tee -a /etc/ssh/ssh_known_hosts 01:03:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:03:55 01:03:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:03:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:03:57 0.1.4: Pulling from edgex-devops/py-git-semver 01:03:57 b85a868b505f: Pulling fs layer 01:03:57 e2be974225ed: Pulling fs layer 01:03:57 339a4e72a1f5: Pulling fs layer 01:03:57 988bab9f4d93: Pulling fs layer 01:03:57 1469e6f7b9e6: Pulling fs layer 01:03:57 eaf3925da568: Pulling fs layer 01:03:57 bab4dde63d76: Pulling fs layer 01:03:57 bde34c3a00c8: Pulling fs layer 01:03:57 b352a97aabf1: Pulling fs layer 01:03:57 4872d77fe225: Pulling fs layer 01:03:57 5851b861e8e6: Pulling fs layer 01:03:57 1469e6f7b9e6: Waiting 01:03:57 eaf3925da568: Waiting 01:03:57 988bab9f4d93: Waiting 01:03:57 b352a97aabf1: Waiting 01:03:57 bab4dde63d76: Waiting 01:03:57 bde34c3a00c8: Waiting 01:03:57 5851b861e8e6: Waiting 01:03:57 4872d77fe225: Waiting 01:03:57 e2be974225ed: Verifying Checksum 01:03:57 e2be974225ed: Download complete 01:03:57 988bab9f4d93: Verifying Checksum 01:03:57 988bab9f4d93: Download complete 01:03:57 1469e6f7b9e6: Verifying Checksum 01:03:57 1469e6f7b9e6: Download complete 01:03:57 339a4e72a1f5: Verifying Checksum 01:03:57 339a4e72a1f5: Download complete 01:03:57 eaf3925da568: Download complete 01:03:57 bde34c3a00c8: Verifying Checksum 01:03:57 bde34c3a00c8: Download complete 01:03:58 b352a97aabf1: Verifying Checksum 01:03:58 b352a97aabf1: Download complete 01:03:58 4872d77fe225: Verifying Checksum 01:03:58 4872d77fe225: Download complete 01:03:58 5851b861e8e6: Verifying Checksum 01:03:58 5851b861e8e6: Download complete 01:03:58 b85a868b505f: Download complete 01:03:58 bab4dde63d76: Verifying Checksum 01:03:58 bab4dde63d76: Download complete 01:04:00 b85a868b505f: Pull complete 01:04:00 e2be974225ed: Pull complete 01:04:01 339a4e72a1f5: Pull complete 01:04:02 988bab9f4d93: Pull complete 01:04:03 1469e6f7b9e6: Pull complete 01:04:03 eaf3925da568: Pull complete 01:04:08 bab4dde63d76: Pull complete 01:04:08 bde34c3a00c8: Pull complete 01:04:08 b352a97aabf1: Pull complete 01:04:08 4872d77fe225: Pull complete 01:04:09 5851b861e8e6: Pull complete 01:04:10 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:04:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:04:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:04:10 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:04:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:04:22 $ docker top 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 -eo pid,comm 01:04:22 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). 01:04:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:04:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:04:22 [ssh-agent] Looking for ssh-agent implementation... 01:04:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:04:23 $ docker exec 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent 01:04:23 SSH_AUTH_SOCK=/tmp/ssh-Q71fwDiCtuVa/agent.14 01:04:23 SSH_AGENT_PID=20 01:04:23 Running ssh-add (command line suppressed) 01:04:23 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8293353974311249606.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8293353974311249606.key) 01:04:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:04:23 + git tag --points-at HEAD [Pipeline] } 01:04:23 $ docker exec --env ******** --env ******** 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent -k 01:04:24 unset SSH_AUTH_SOCK; 01:04:24 unset SSH_AGENT_PID; 01:04:24 echo Agent pid 20 killed; 01:04:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:04:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:04:24 [ssh-agent] Looking for ssh-agent implementation... 01:04:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:04:24 $ docker exec 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent 01:04:24 SSH_AUTH_SOCK=/tmp/ssh-hrXRaAHRoT3A/agent.71 01:04:24 SSH_AGENT_PID=77 01:04:24 Running ssh-add (command line suppressed) 01:04:24 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17714082977015817249.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17714082977015817249.key) 01:04:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:04:24 + git semver init 01:04:25 2023-08-17 01:04:25,214 [run_init] DEBUG init version:0.0.0 force:False 01:04:25 2023-08-17 01:04:25,215 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 01:04:25 2023-08-17 01:04:25,216 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 01:04:25 2023-08-17 01:04:25,216 [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) 01:04:26 2023-08-17 01:04:26,220 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 01:04:26 2023-08-17 01:04:26,220 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 01:04:26 2023-08-17 01:04:26,220 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:04:26 2023-08-17 01:04:26,221 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:04:26 3.1.0-dev.33 [Pipeline] } 01:04:26 $ docker exec --env ******** --env ******** 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 ssh-agent -k 01:04:26 unset SSH_AUTH_SOCK; 01:04:26 unset SSH_AGENT_PID; 01:04:26 echo Agent pid 77 killed; 01:04:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:04:26 + git semver [Pipeline] } 01:04:28 $ docker stop --time=1 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 01:04:32 $ docker rm -f --volumes 9c43e6fa43f2cda779f190774390a37f175b1bd581b7299c769db2a7e955c979 [Pipeline] // withDockerContainer [Pipeline] sh 01:04:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:04:33 Stashed 1 file(s) [Pipeline] echo 01:04:33 [edgeXSemver]: initialized semver on version 3.1.0-dev.33 [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 01:04:33 provisioning config files... 01:04:33 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7497509176646376227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:04:34 ---> docker-login.sh 01:04:34 nexus3.edgexfoundry.org:10001 01:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:34 Configure a credential helper to remove this warning. See 01:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:34 01:04:34 Login Succeeded 01:04:34 nexus3.edgexfoundry.org:10002 01:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:34 Configure a credential helper to remove this warning. See 01:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:34 01:04:34 Login Succeeded 01:04:34 nexus3.edgexfoundry.org:10003 01:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:34 Configure a credential helper to remove this warning. See 01:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:34 01:04:34 Login Succeeded 01:04:34 nexus3.edgexfoundry.org:10004 01:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:34 Configure a credential helper to remove this warning. See 01:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:34 01:04:34 Login Succeeded 01:04:34 docker.io 01:04:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:34 Configure a credential helper to remove this warning. See 01:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:34 01:04:34 Login Succeeded 01:04:34 ---> docker-login.sh ends [Pipeline] } 01:04:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:04:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:04:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:04:34 ========================================================= 01:04:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 01:04:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:04:35 + 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 . 01:04:35 Sending build context to Docker daemon 445.4kB 01:04:35 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 01:04:35 Step 2/12 : FROM ${BASE} AS builder 01:04:35 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 01:04:35 4db1b89c0bd1: Pulling fs layer 01:04:35 6911f1a30b25: Pulling fs layer 01:04:35 e194b8c5c2a9: Pulling fs layer 01:04:35 6863d3e3a2b1: Pulling fs layer 01:04:35 ec0bb842ea78: Pulling fs layer 01:04:35 40a00589a448: Pulling fs layer 01:04:35 6c08303d61cc: Pulling fs layer 01:04:35 798269fcf238: Pulling fs layer 01:04:35 ec0bb842ea78: Waiting 01:04:35 40a00589a448: Waiting 01:04:35 6c08303d61cc: Waiting 01:04:35 798269fcf238: Waiting 01:04:35 6863d3e3a2b1: Waiting 01:04:35 6911f1a30b25: Download complete 01:04:35 6863d3e3a2b1: Download complete 01:04:35 4db1b89c0bd1: Verifying Checksum 01:04:35 4db1b89c0bd1: Download complete 01:04:35 ec0bb842ea78: Verifying Checksum 01:04:35 ec0bb842ea78: Download complete 01:04:35 40a00589a448: Verifying Checksum 01:04:35 40a00589a448: Download complete 01:04:36 798269fcf238: Verifying Checksum 01:04:36 798269fcf238: Download complete 01:04:36 e194b8c5c2a9: Verifying Checksum 01:04:36 e194b8c5c2a9: Download complete 01:04:36 4db1b89c0bd1: Pull complete 01:04:37 6c08303d61cc: Verifying Checksum 01:04:37 6c08303d61cc: Download complete 01:04:38 6911f1a30b25: Pull complete 01:04:44 e194b8c5c2a9: Pull complete 01:04:45 6863d3e3a2b1: Pull complete 01:04:47 ec0bb842ea78: Pull complete 01:04:47 40a00589a448: Pull complete 01:04:48 Still waiting to schedule task 01:04:48 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3879’ 01:04:52 6c08303d61cc: Pull complete 01:04:55 798269fcf238: Pull complete 01:04:55 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 01:04:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 01:04:55 ---> ec979cd7f677 01:04:55 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 01:05:22 ---> Running in 64960679fb2f 01:05:22 Removing intermediate container 64960679fb2f 01:05:22 ---> 415ef9327c04 01:05:22 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 01:05:23 ---> Running in e87a96b9ca95 01:05:25 Removing intermediate container e87a96b9ca95 01:05:25 ---> 2e7d52d3cfc3 01:05:25 Step 5/12 : ARG ADD_BUILD_TAGS="" 01:05:27 ---> Running in fddf67649fcf 01:05:29 Removing intermediate container fddf67649fcf 01:05:29 ---> aedff5c541cc 01:05:29 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:05:29 ---> Running in 930cf7321d61 01:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:05:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:05:30 OK: 265 MiB in 53 packages 01:05:32 Removing intermediate container 930cf7321d61 01:05:32 ---> d771d3462473 01:05:32 Step 7/12 : WORKDIR /app 01:05:33 ---> Running in 50b0d730b9a6 01:05:33 Removing intermediate container 50b0d730b9a6 01:05:33 ---> da76c47b698a 01:05:33 Step 8/12 : COPY go.mod vendor* ./ 01:05:34 ---> 8a2c54e71bee 01:05:34 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:05:34 ---> Running in 68ad7ec45bde 01:06:42 Removing intermediate container 68ad7ec45bde 01:06:42 ---> 51d48e3129c3 01:06:42 Step 10/12 : COPY . . 01:06:42 ---> c7fdbc6727d7 01:06:42 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:06:42 ---> Running in 55e0e060c6a9 01:06:42 Removing intermediate container 55e0e060c6a9 01:06:42 ---> 690d9bcc5364 01:06:42 Step 12/12 : RUN $MAKE 01:06:42 ---> Running in bdf0ed64884c 01:06:42 noop 01:06:42 Removing intermediate container bdf0ed64884c 01:06:42 ---> 75e22651ffd0 01:06:42 Successfully built 75e22651ffd0 01:06:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:43 + docker inspect -f . ci-base-image-x86_64 01:06:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:06:43 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:06:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:06:44 $ docker top 5eab792a2f12f4b3bc0610d0604072cc52c54b0051ea696f8bd639aaeefddac6 -eo pid,comm [Pipeline] { [Pipeline] sh 01:06:44 + go version 01:06:44 go version go1.20.6 linux/amd64 [Pipeline] } 01:06:44 $ docker stop --time=1 5eab792a2f12f4b3bc0610d0604072cc52c54b0051ea696f8bd639aaeefddac6 01:06:46 $ docker rm -f --volumes 5eab792a2f12f4b3bc0610d0604072cc52c54b0051ea696f8bd639aaeefddac6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:46 + docker inspect -f . ci-base-image-x86_64 01:06:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:06:46 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:06: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 ******** ci-base-image-x86_64 cat 01:06:47 $ docker top b4d1692914a9f6f62f768064acf8906ff3ef6d955315d25c845978365528d5f0 -eo pid,comm [Pipeline] { [Pipeline] sh 01:06:48 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 01:06:48 + make test 01:06:48 go test -race -coverprofile=coverage.out ./... 01:07:15 ? github.com/edgexfoundry/app-record-replay [no test files] 01:07:15 ok github.com/edgexfoundry/app-record-replay/internal/app 0.069s coverage: 88.0% of statements 01:07:15 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 01:07:15 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 01:07:15 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 01:07:21 ok github.com/edgexfoundry/app-record-replay/internal/application 8.633s coverage: 98.1% of statements 01:07:21 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.116s coverage: 85.2% of statements 01:07:54 go vet ./... 01:07:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:07:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:07:58 ./bin/test-attribution-txt.sh [Pipeline] echo 01:07:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:07:58 $ docker stop --time=1 b4d1692914a9f6f62f768064acf8906ff3ef6d955315d25c845978365528d5f0 01:08:10 $ docker rm -f --volumes b4d1692914a9f6f62f768064acf8906ff3ef6d955315d25c845978365528d5f0 [Pipeline] // withDockerContainer [Pipeline] sh 01:08:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:08:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:08:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:08:12 + ls -al . 01:08:12 total 176 01:08:12 drwxrwxr-x 9 jenkins jenkins 4096 Aug 17 01:06 . 01:08:12 drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 01:03 .. 01:08:12 -rw-rw-r-- 1 jenkins jenkins 119 Aug 17 01:03 .dockerignore 01:08:12 drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 01:04 .git 01:08:12 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:03 .github 01:08:12 -rw-rw-r-- 1 jenkins jenkins 164 Aug 17 01:03 .gitignore 01:08:12 -rw-rw-r-- 1 jenkins jenkins 41 Aug 17 01:03 .golangci.yml 01:08:12 drwxr-xr-x 3 jenkins jenkins 4096 Aug 17 01:04 .semver 01:08:12 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 17 01:03 Attribution.txt 01:08:12 -rw-rw-r-- 1 jenkins jenkins 258 Aug 17 01:03 CHANGELOG.md 01:08:12 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 17 01:03 Dockerfile 01:08:12 -rw-rw-r-- 1 jenkins jenkins 677 Aug 17 01:03 GOVERNANCE.md 01:08:12 -rw-rw-r-- 1 jenkins jenkins 681 Aug 17 01:03 Jenkinsfile 01:08:12 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 17 01:03 LICENSE 01:08:12 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 17 01:03 Makefile 01:08:12 -rw-rw-r-- 1 jenkins jenkins 611 Aug 17 01:03 OWNERS.md 01:08:12 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 17 01:03 README.md 01:08:12 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 17 01:03 Record and Reply.postman_collection.json 01:08:12 -rw-rw-r-- 1 jenkins jenkins 12 Aug 17 01:04 VERSION 01:08:12 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:03 bin 01:08:12 -rw-r--r-- 1 jenkins jenkins 16515 Aug 17 01:07 coverage.out 01:08:12 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 17 01:03 go.mod 01:08:12 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 17 01:03 go.sum 01:08:12 drwxrwxr-x 6 jenkins jenkins 4096 Aug 17 01:03 internal 01:08:12 -rw-rw-r-- 1 jenkins jenkins 913 Aug 17 01:03 main.go 01:08:12 drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 01:03 pkg 01:08:12 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:03 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:12 + 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=dc2c9616d3277daf9da5caa43fe28e05f10b0847 --label arch=amd64 --label version=3.1.0-dev.33 . 01:08:12 Sending build context to Docker daemon 462.8kB 01:08:12 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 01:08:12 Step 2/26 : FROM ${BASE} AS builder 01:08:12 ---> 75e22651ffd0 01:08:12 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 01:08:13 ---> Running in 8739d65c3b67 01:08:13 Removing intermediate container 8739d65c3b67 01:08:13 ---> 5f54a6c69a1b 01:08:13 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 01:08:14 ---> Running in ab0f2e2f3b43 01:08:14 Removing intermediate container ab0f2e2f3b43 01:08:14 ---> fc7c8cc217f4 01:08:14 Step 5/26 : ARG ADD_BUILD_TAGS="" 01:08:15 ---> Running in 41c6ebda834e 01:08:15 Removing intermediate container 41c6ebda834e 01:08:15 ---> 4210d67bab79 01:08:15 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:08:16 ---> Running in ad3bbbac8430 01:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:08:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:08:17 OK: 265 MiB in 53 packages 01:08:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3882 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 01:08:18 Running in /w/workspace/app-record-replay/36 [Pipeline] { [Pipeline] checkout 01:08:18 Selected Git installation does not exist. Using Default 01:08:18 The recommended git tool is: NONE 01:08:18 Removing intermediate container ad3bbbac8430 01:08:18 ---> 78e91c735ede 01:08:18 Step 7/26 : WORKDIR /app 01:08:19 ---> Running in c6f93c656575 01:08:20 Removing intermediate container c6f93c656575 01:08:20 ---> 6924cbf8d83d 01:08:20 Step 8/26 : COPY go.mod vendor* ./ 01:08:20 ---> c823b2bc5fcf 01:08:20 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:08:21 ---> Running in 61c106801d26 01:08:23 using credential edgex-jenkins-ssh 01:08:23 Cloning the remote Git repository 01:08:23 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 01:08:23 Removing intermediate container 61c106801d26 01:08:23 ---> 52bede894892 01:08:23 Step 10/26 : COPY . . 01:08:23 > git init /w/workspace/app-record-replay/36 # timeout=10 01:08:23 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 01:08:23 > git --version # timeout=10 01:08:23 > git --version # 'git version 2.25.1' 01:08:23 using GIT_SSH to set credentials SSH Credentials for GitHub 01:08:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:08:24 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 01:08:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:08:24 ---> 557a33078533 01:08:24 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:08:25 Avoid second fetch 01:08:25 Checking out Revision dc2c9616d3277daf9da5caa43fe28e05f10b0847 (main) 01:08:25 ---> Running in 9264dde96d5e 01:08:25 Commit message: "Merge pull request #60 from lenny-intel/replay-cancel" 01:08:25 > git config core.sparsecheckout # timeout=10 01:08:25 > git checkout -f dc2c9616d3277daf9da5caa43fe28e05f10b0847 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:08:26 Removing intermediate container 9264dde96d5e 01:08:26 ---> 759cd39312f8 01:08:26 Step 12/26 : RUN $MAKE 01:08:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:08:26 % Total % Received % Xferd Average Speed Time Time Time Current 01:08:26 Dload Upload Total Spent Left Speed 01:08:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 103k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh 01:08:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:08:27 ---> Running in 50df36aab107 01:08:27 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:08:27 + sudo tee /etc/docker/daemon.new 01:08:27 { 01:08:27 "registry-mirrors": [ 01:08:27 "https://nexus3.edgexfoundry.org:10001" 01:08:27 ], 01:08:27 "bip": "10.250.0.254/24", 01:08:27 "hosts": [ 01:08:27 "tcp://0.0.0.0:5555", 01:08:27 "unix:///var/run/docker.sock" 01:08:27 ], 01:08:27 "mtu": 1458, 01:08:27 "selinux-enabled": true, 01:08:27 "seccomp-profile": "/etc/docker/seccomp.json" 01:08:27 } [Pipeline] sh 01:08:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:08:27 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.33" -trimpath -mod=readonly -o app-record-replay 01:08:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:08:46 provisioning config files... 01:08:46 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/36@tmp/config7963566209554601513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:08:46 ---> docker-login.sh 01:08:46 nexus3.edgexfoundry.org:10001 01:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:08:47 Configure a credential helper to remove this warning. See 01:08:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:08:47 01:08:47 Login Succeeded 01:08:47 nexus3.edgexfoundry.org:10002 01:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:08:47 Configure a credential helper to remove this warning. See 01:08:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:08:47 01:08:47 Login Succeeded 01:08:47 nexus3.edgexfoundry.org:10003 01:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:08:47 Configure a credential helper to remove this warning. See 01:08:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:08:47 01:08:48 Login Succeeded 01:08:48 nexus3.edgexfoundry.org:10004 01:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:08:48 Configure a credential helper to remove this warning. See 01:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:08:48 01:08:48 Login Succeeded 01:08:48 docker.io 01:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:08:49 Configure a credential helper to remove this warning. See 01:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:08:49 01:08:49 Login Succeeded 01:08:49 ---> docker-login.sh ends [Pipeline] } 01:08:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:08:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:08:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:08:49 ========================================================= 01:08:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 01:08:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:49 + 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 . 01:08:49 Sending build context to Docker daemon 199.7kB 01:08:49 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 01:08:49 Step 2/12 : FROM ${BASE} AS builder 01:08:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:08:50 edb6bdbacee9: Pulling fs layer 01:08:50 5f9638ab2659: Pulling fs layer 01:08:50 8d51d6327a98: Pulling fs layer 01:08:50 8b374f2dd631: Pulling fs layer 01:08:50 ec14aa9079de: Pulling fs layer 01:08:50 2f466654f4bb: Pulling fs layer 01:08:50 554e91adad29: Pulling fs layer 01:08:50 8b374f2dd631: Waiting 01:08:50 554e91adad29: Waiting 01:08:50 ec14aa9079de: Waiting 01:08:50 2f466654f4bb: Waiting 01:08:50 5f9638ab2659: Verifying Checksum 01:08:50 5f9638ab2659: Download complete 01:08:50 8b374f2dd631: Verifying Checksum 01:08:50 8b374f2dd631: Download complete 01:08:50 ec14aa9079de: Verifying Checksum 01:08:50 ec14aa9079de: Download complete 01:08:50 edb6bdbacee9: Verifying Checksum 01:08:50 edb6bdbacee9: Download complete 01:08:51 edb6bdbacee9: Pull complete 01:08:51 554e91adad29: Verifying Checksum 01:08:51 554e91adad29: Download complete 01:08:52 5f9638ab2659: Pull complete 01:08:53 8d51d6327a98: Verifying Checksum 01:08:53 8d51d6327a98: Download complete 01:08:53 2f466654f4bb: Verifying Checksum 01:08:53 2f466654f4bb: Download complete 01:09:00 Removing intermediate container 50df36aab107 01:09:00 ---> 46c770fb2487 01:09:00 Step 13/26 : FROM alpine:3.17 01:09:00 3.17: Pulling from library/alpine 01:09:00 9398808236ff: Pulling fs layer 01:09:00 9398808236ff: Verifying Checksum 01:09:00 9398808236ff: Download complete 01:09:00 9398808236ff: Pull complete 01:09:00 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:09:00 Status: Downloaded newer image for alpine:3.17 01:09:00 ---> 1e0b8b5322fc 01:09:00 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:09:00 ---> Running in 5723ba411b47 01:09:00 Removing intermediate container 5723ba411b47 01:09:00 ---> 7238c94daada 01:09:00 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 01:09:00 ---> Running in 7614e7eeeb51 01:09:00 Removing intermediate container 7614e7eeeb51 01:09:00 ---> 1cad65f5cd23 01:09:00 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 01:09:00 ---> Running in 053fb5d3e63a 01:09:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 01:09:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 01:09:00 (1/2) Installing ca-certificates (20230506-r0) 01:09:00 (2/2) Installing dumb-init (1.2.5-r2) 01:09:00 Executing busybox-1.35.0-r29.trigger 01:09:00 Executing ca-certificates-20230506-r0.trigger 01:09:00 OK: 8 MiB in 17 packages 01:09:00 Removing intermediate container 053fb5d3e63a 01:09:00 ---> 48017491f14f 01:09:00 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 01:09:00 ---> 152ac1d01508 01:09:00 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 01:09:00 ---> 395fa3d22ec2 01:09:00 Step 19/26 : COPY --from=builder /app/res/ /res/ 01:09:00 ---> 953eef055b1a 01:09:00 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 01:09:01 ---> c4a3ef071f61 01:09:01 Step 21/26 : EXPOSE 59712 01:09:01 ---> Running in b097835d8b67 01:09:01 Removing intermediate container b097835d8b67 01:09:01 ---> c27a213151f0 01:09:01 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 01:09:01 ---> Running in d782cf420f30 01:09:01 Removing intermediate container d782cf420f30 01:09:01 ---> 1b6a3d491897 01:09:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:09:01 ---> Running in f8f49e108ddb 01:09:01 Removing intermediate container f8f49e108ddb 01:09:01 ---> 7fa74b52468f 01:09:01 Step 24/26 : LABEL arch=amd64 01:09:01 ---> Running in ea925bfb4a88 01:09:01 Removing intermediate container ea925bfb4a88 01:09:01 ---> 231a3ae604af 01:09:01 Step 25/26 : LABEL git_sha=dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:09:02 ---> Running in 29954a0fcd3b 01:09:02 Removing intermediate container 29954a0fcd3b 01:09:02 ---> 9d50abad17dc 01:09:02 Step 26/26 : LABEL version=3.1.0-dev.33 01:09:02 ---> Running in 73689daf3114 01:09:02 Removing intermediate container 73689daf3114 01:09:02 ---> 09b17fde6cf5 01:09:02 [Warning] One or more build-args [ARCH] were not consumed 01:09:02 Successfully built 09b17fde6cf5 01:09:02 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 01:09:02 provisioning config files... 01:09:02 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2326965620582699835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:03 ---> docker-login.sh 01:09:03 nexus3.edgexfoundry.org:10001 01:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:09:03 Configure a credential helper to remove this warning. See 01:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:09:03 01:09:03 Login Succeeded 01:09:03 nexus3.edgexfoundry.org:10002 01:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:09:03 Configure a credential helper to remove this warning. See 01:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:09:03 01:09:03 Login Succeeded 01:09:03 nexus3.edgexfoundry.org:10003 01:09:03 8d51d6327a98: Pull complete 01:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:09:03 Configure a credential helper to remove this warning. See 01:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:09:03 01:09:03 Login Succeeded 01:09:03 nexus3.edgexfoundry.org:10004 01:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:09:03 Configure a credential helper to remove this warning. See 01:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:09:03 01:09:03 Login Succeeded 01:09:03 docker.io 01:09:03 8b374f2dd631: Pull complete 01:09:03 ec14aa9079de: Pull complete 01:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:09:03 Configure a credential helper to remove this warning. See 01:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:09:03 01:09:03 Login Succeeded 01:09:03 ---> docker-login.sh ends [Pipeline] } 01:09:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:09:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:09:03 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 01:09:03 dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:09:03 latest 01:09:03 3.1.0-dev.33 01:09:03 dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 01:09:03 main 01:09:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:04 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:04 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:09:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 01:09:05 fe67cd5daab7: Preparing 01:09:05 4832ffc577d6: Preparing 01:09:05 47ed35b82339: Preparing 01:09:05 b16904ecc786: Preparing 01:09:05 84a640972e3d: Preparing 01:09:05 36b50b131297: Preparing 01:09:05 36b50b131297: Waiting 01:09:05 b16904ecc786: Pushed 01:09:05 84a640972e3d: Pushed 01:09:05 4832ffc577d6: Pushed 01:09:05 47ed35b82339: Pushed 01:09:05 36b50b131297: Layer already exists 01:09:08 fe67cd5daab7: Pushed 01:09:10 dc2c9616d3277daf9da5caa43fe28e05f10b0847: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:10 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:10 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 01:09:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 01:09:10 fe67cd5daab7: Preparing 01:09:10 4832ffc577d6: Preparing 01:09:10 47ed35b82339: Preparing 01:09:10 b16904ecc786: Preparing 01:09:10 84a640972e3d: Preparing 01:09:10 36b50b131297: Preparing 01:09:10 36b50b131297: Waiting 01:09:10 84a640972e3d: Layer already exists 01:09:10 47ed35b82339: Layer already exists 01:09:10 fe67cd5daab7: Layer already exists 01:09:10 4832ffc577d6: Layer already exists 01:09:10 b16904ecc786: Layer already exists 01:09:10 36b50b131297: Layer already exists 01:09:10 latest: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:11 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:11 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.33 01:09:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 01:09:11 fe67cd5daab7: Preparing 01:09:11 4832ffc577d6: Preparing 01:09:11 47ed35b82339: Preparing 01:09:11 b16904ecc786: Preparing 01:09:11 84a640972e3d: Preparing 01:09:11 36b50b131297: Preparing 01:09:11 36b50b131297: Waiting 01:09:11 fe67cd5daab7: Layer already exists 01:09:11 4832ffc577d6: Layer already exists 01:09:11 84a640972e3d: Layer already exists 01:09:11 b16904ecc786: Layer already exists 01:09:11 47ed35b82339: Layer already exists 01:09:11 36b50b131297: Layer already exists 01:09:11 3.1.0-dev.33: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 01:09:11 2f466654f4bb: Pull complete [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:11 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:12 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 01:09:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 01:09:12 fe67cd5daab7: Preparing 01:09:12 4832ffc577d6: Preparing 01:09:12 47ed35b82339: Preparing 01:09:12 b16904ecc786: Preparing 01:09:12 84a640972e3d: Preparing 01:09:12 36b50b131297: Preparing 01:09:12 36b50b131297: Waiting 01:09:12 b16904ecc786: Layer already exists 01:09:12 4832ffc577d6: Layer already exists 01:09:12 47ed35b82339: Layer already exists 01:09:12 fe67cd5daab7: Layer already exists 01:09:12 84a640972e3d: Layer already exists 01:09:12 36b50b131297: Layer already exists 01:09:12 dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:12 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:12 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 01:09:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 01:09:12 fe67cd5daab7: Preparing 01:09:12 4832ffc577d6: Preparing 01:09:12 47ed35b82339: Preparing 01:09:12 b16904ecc786: Preparing 01:09:12 84a640972e3d: Preparing 01:09:12 36b50b131297: Preparing 01:09:12 4832ffc577d6: Layer already exists 01:09:12 b16904ecc786: Layer already exists 01:09:12 fe67cd5daab7: Layer already exists 01:09:12 47ed35b82339: Layer already exists 01:09:12 84a640972e3d: Layer already exists 01:09:12 36b50b131297: Layer already exists 01:09:12 main: digest: sha256:9f25ebc125a0ae2e3ca0355c9f6ead7bc09ffe05dc69f5eddc917d56c29a5423 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:09:12 ===================================================== [Pipeline] echo 01:09:12 taggedImages: 01:09:12 - nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:09:12 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 01:09:12 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.33 01:09:12 - nexus3.edgexfoundry.org:10004/app-record-replay:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 01:09:12 - 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 01:09:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:09:13 01:09:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:13 554e91adad29: Pull complete 01:09:13 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 01:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 01:09:13 ---> 1e15ea492957 01:09:13 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 01:09:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:09:13 latest: Pulling from edgex-lftools-log-publisher 01:09:13 5eb5b503b376: Pulling fs layer 01:09:13 5c69ac0246d0: Pulling fs layer 01:09:13 ec43610c2a17: Pulling fs layer 01:09:13 3a2ae6a8a46f: Pulling fs layer 01:09:13 33b1e0a273af: Pulling fs layer 01:09:13 5d3b04190fa2: Pulling fs layer 01:09:13 2f39f015ded8: Pulling fs layer 01:09:13 2f39f015ded8: Waiting 01:09:13 5d3b04190fa2: Waiting 01:09:13 3a2ae6a8a46f: Waiting 01:09:13 5c69ac0246d0: Verifying Checksum 01:09:13 5c69ac0246d0: Download complete 01:09:13 3a2ae6a8a46f: Download complete 01:09:13 33b1e0a273af: Verifying Checksum 01:09:13 33b1e0a273af: Download complete 01:09:13 5d3b04190fa2: Verifying Checksum 01:09:13 5d3b04190fa2: Download complete 01:09:13 ec43610c2a17: Verifying Checksum 01:09:13 ec43610c2a17: Download complete 01:09:14 5eb5b503b376: Verifying Checksum 01:09:14 5eb5b503b376: Download complete 01:09:14 2f39f015ded8: Verifying Checksum 01:09:14 2f39f015ded8: Download complete 01:09:15 5eb5b503b376: Pull complete 01:09:15 5c69ac0246d0: Pull complete 01:09:15 ---> Running in e47ddb99d41b 01:09:15 Removing intermediate container e47ddb99d41b 01:09:15 ---> c84fdbdb5fae 01:09:15 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 01:09:16 ---> Running in 1b46a74ee831 01:09:16 ec43610c2a17: Pull complete 01:09:16 3a2ae6a8a46f: Pull complete 01:09:16 Removing intermediate container 1b46a74ee831 01:09:16 ---> 35ef6092cdda 01:09:16 Step 5/12 : ARG ADD_BUILD_TAGS="" 01:09:16 ---> Running in e3d4a2f2fa71 01:09:16 33b1e0a273af: Pull complete 01:09:16 5d3b04190fa2: Pull complete 01:09:16 Removing intermediate container e3d4a2f2fa71 01:09:16 ---> 98fe01084658 01:09:16 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:09:16 ---> Running in f1977e272755 01:09:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:09:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:09:19 OK: 263 MiB in 53 packages 01:09:20 Removing intermediate container f1977e272755 01:09:20 ---> 68abf7000ccc 01:09:20 Step 7/12 : WORKDIR /app 01:09:20 ---> Running in f06c7a157d06 01:09:20 2f39f015ded8: Pull complete 01:09:20 Removing intermediate container f06c7a157d06 01:09:20 ---> ef0dd350a105 01:09:20 Step 8/12 : COPY go.mod vendor* ./ 01:09:21 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:09:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:09:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:09:21 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:09:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:09:24 ---> d502c2d27ea2 01:09:24 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:24 ---> Running in 4764802adc5f 01:09:26 $ docker top eb5bdd16ba375fa7a0310765a45406d2348b01cd4ebcb2cdf4043f6b894fca5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:27 ---> job-cost.sh 01:09:27 lf-activate-venv: SKIPPING 01:09:27 INFO: No Stack... 01:09:27 INFO: Retrieving Pricing Info for: v3-standard-8 01:09:27 INFO: Archiving Costs [Pipeline] sh 01:09:28 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 01:09:28 + cut -d, -f6 [Pipeline] lock 01:09:28 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] 01:09:28 Resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] did not exist. Created. 01:09:28 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:09:28 + echo total: 0.2199999988079071 [Pipeline] stash 01:09:28 Stashed 1 file(s) [Pipeline] } 01:09:28 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] // lock [Pipeline] } 01:09:28 $ docker stop --time=1 eb5bdd16ba375fa7a0310765a45406d2348b01cd4ebcb2cdf4043f6b894fca5f 01:09:29 $ docker rm -f --volumes eb5bdd16ba375fa7a0310765a45406d2348b01cd4ebcb2cdf4043f6b894fca5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:10:32 Removing intermediate container 4764802adc5f 01:10:32 ---> 2b4ae145f40e 01:10:32 Step 10/12 : COPY . . 01:10:32 ---> ba744584422c 01:10:32 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:10:32 ---> Running in 1c9981a08459 01:10:32 Removing intermediate container 1c9981a08459 01:10:32 ---> 54a15625e9dd 01:10:32 Step 12/12 : RUN $MAKE 01:10:32 ---> Running in ee1f4e790b33 01:10:32 noop 01:10:32 Removing intermediate container ee1f4e790b33 01:10:32 ---> 1df53145de45 01:10:32 Successfully built 1df53145de45 01:10:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:33 + docker inspect -f . ci-base-image-arm64 01:10:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:10:33 prd-ubuntu20.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container 01:10:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/36 -v /w/workspace/app-record-replay/36:/w/workspace/app-record-replay/36:rw,z -v /w/workspace/app-record-replay/36@tmp:/w/workspace/app-record-replay/36@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 01:10:34 $ docker top 41bafc1c1d5e184af7ec0936b0604b893136a446504fa99a3cad9fb85aa3f309 -eo pid,comm [Pipeline] { [Pipeline] sh 01:10:35 + go version 01:10:35 go version go1.20.6 linux/arm64 [Pipeline] } 01:10:35 $ docker stop --time=1 41bafc1c1d5e184af7ec0936b0604b893136a446504fa99a3cad9fb85aa3f309 01:10:37 $ docker rm -f --volumes 41bafc1c1d5e184af7ec0936b0604b893136a446504fa99a3cad9fb85aa3f309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:37 + docker inspect -f . ci-base-image-arm64 01:10:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:10:38 prd-ubuntu20.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container 01:10:38 $ 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/36 -v /w/workspace/app-record-replay/36:/w/workspace/app-record-replay/36:rw,z -v /w/workspace/app-record-replay/36@tmp:/w/workspace/app-record-replay/36@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 01:10:39 $ docker top 7df2bcaa0c441ef07b4d28c2c1da35dfdf7b2b39b682cf37a968d28e4e6b222f -eo pid,comm [Pipeline] { [Pipeline] sh 01:10:39 + git config --global --add safe.directory /w/workspace/app-record-replay/36 [Pipeline] fileExists [Pipeline] sh 01:10:40 + make test 01:10:40 go test -race -coverprofile=coverage.out ./... 01:13:31 ? github.com/edgexfoundry/app-record-replay [no test files] 01:13:33 ok github.com/edgexfoundry/app-record-replay/internal/app 0.254s coverage: 88.0% of statements 01:13:39 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 01:13:39 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 01:13:39 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 01:13:42 ok github.com/edgexfoundry/app-record-replay/internal/application 8.848s coverage: 98.1% of statements 01:13:42 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.341s coverage: 85.2% of statements 01:13:43 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:13:43 go vet ./... 01:16:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:16:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:16:05 ./bin/test-attribution-txt.sh [Pipeline] echo 01:16:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:16:05 $ docker stop --time=1 7df2bcaa0c441ef07b4d28c2c1da35dfdf7b2b39b682cf37a968d28e4e6b222f 01:16:06 $ docker rm -f --volumes 7df2bcaa0c441ef07b4d28c2c1da35dfdf7b2b39b682cf37a968d28e4e6b222f [Pipeline] // withDockerContainer [Pipeline] sh 01:16:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:16:08 Warning: overwriting stash ‘coverage-report’ 01:16:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:16:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:16:09 + ls -al . 01:16:09 total 172 01:16:09 drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 01:10 . 01:16:09 drwxrwxr-x 4 jenkins jenkins 4096 Aug 17 01:08 .. 01:16:09 -rw-rw-r-- 1 jenkins jenkins 119 Aug 17 01:08 .dockerignore 01:16:09 drwxrwxr-x 8 jenkins jenkins 4096 Aug 17 01:08 .git 01:16:09 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:08 .github 01:16:09 -rw-rw-r-- 1 jenkins jenkins 164 Aug 17 01:08 .gitignore 01:16:09 -rw-rw-r-- 1 jenkins jenkins 41 Aug 17 01:08 .golangci.yml 01:16:09 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 17 01:08 Attribution.txt 01:16:09 -rw-rw-r-- 1 jenkins jenkins 258 Aug 17 01:08 CHANGELOG.md 01:16:09 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 17 01:08 Dockerfile 01:16:09 -rw-rw-r-- 1 jenkins jenkins 677 Aug 17 01:08 GOVERNANCE.md 01:16:09 -rw-rw-r-- 1 jenkins jenkins 681 Aug 17 01:08 Jenkinsfile 01:16:09 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 17 01:08 LICENSE 01:16:09 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 17 01:08 Makefile 01:16:09 -rw-rw-r-- 1 jenkins jenkins 611 Aug 17 01:08 OWNERS.md 01:16:09 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 17 01:08 README.md 01:16:09 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 17 01:08 Record and Reply.postman_collection.json 01:16:09 -rw-rw-r-- 1 jenkins jenkins 12 Aug 17 01:04 VERSION 01:16:09 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:08 bin 01:16:09 -rw-r--r-- 1 jenkins jenkins 16515 Aug 17 01:13 coverage.out 01:16:09 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 17 01:08 go.mod 01:16:09 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 17 01:08 go.sum 01:16:09 drwxrwxr-x 6 jenkins jenkins 4096 Aug 17 01:08 internal 01:16:09 -rw-rw-r-- 1 jenkins jenkins 913 Aug 17 01:08 main.go 01:16:09 drwxrwxr-x 3 jenkins jenkins 4096 Aug 17 01:08 pkg 01:16:09 drwxrwxr-x 2 jenkins jenkins 4096 Aug 17 01:08 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:09 + 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=dc2c9616d3277daf9da5caa43fe28e05f10b0847 --label arch=arm64 --label version=3.1.0-dev.33 . 01:16:09 Sending build context to Docker daemon 217.1kB 01:16:10 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 01:16:10 Step 2/26 : FROM ${BASE} AS builder 01:16:10 ---> 1df53145de45 01:16:10 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 01:16:10 ---> Running in 9af5c8c3be5a 01:16:10 Removing intermediate container 9af5c8c3be5a 01:16:10 ---> 942143620d6f 01:16:10 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 01:16:10 ---> Running in 81a18757bc87 01:16:11 Removing intermediate container 81a18757bc87 01:16:11 ---> f09a1ba99941 01:16:11 Step 5/26 : ARG ADD_BUILD_TAGS="" 01:16:11 ---> Running in 4244e52fb8b8 01:16:11 Removing intermediate container 4244e52fb8b8 01:16:11 ---> 78d06116e768 01:16:11 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:16:11 ---> Running in f992b01ac829 01:16:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:16:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:16:13 OK: 263 MiB in 53 packages 01:16:14 Removing intermediate container f992b01ac829 01:16:14 ---> e98161d0b83d 01:16:14 Step 7/26 : WORKDIR /app 01:16:14 ---> Running in cacc33e2eeb3 01:16:15 Removing intermediate container cacc33e2eeb3 01:16:15 ---> 45266bdb4764 01:16:15 Step 8/26 : COPY go.mod vendor* ./ 01:16:15 ---> 4ffdfbb8c1d4 01:16:15 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:15 ---> Running in 980d590841a2 01:16:18 Removing intermediate container 980d590841a2 01:16:18 ---> fcfd28b78da8 01:16:18 Step 10/26 : COPY . . 01:16:18 ---> 35370640c2a3 01:16:18 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:16:18 ---> Running in 1933ce4c3475 01:16:18 Removing intermediate container 1933ce4c3475 01:16:18 ---> f94f3886ab19 01:16:18 Step 12/26 : RUN $MAKE 01:16:18 ---> Running in c6ba1eb6ba75 01:16:19 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.33" -trimpath -mod=readonly -o app-record-replay 01:18:26 Removing intermediate container c6ba1eb6ba75 01:18:26 ---> c052c5275d67 01:18:26 Step 13/26 : FROM alpine:3.17 01:18:26 3.17: Pulling from library/alpine 01:18:26 4060ece20d7a: Pulling fs layer 01:18:26 4060ece20d7a: Verifying Checksum 01:18:26 4060ece20d7a: Download complete 01:18:27 4060ece20d7a: Pull complete 01:18:27 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 01:18:27 Status: Downloaded newer image for alpine:3.17 01:18:27 ---> 8650cd65339b 01:18:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 01:18:27 ---> Running in d20f6018e18f 01:18:27 Removing intermediate container d20f6018e18f 01:18:27 ---> 3399285de373 01:18:27 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 01:18:27 ---> Running in 2e2d27e5895d 01:18:27 Removing intermediate container 2e2d27e5895d 01:18:27 ---> e1626cabc20e 01:18:27 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 01:18:27 ---> Running in 1b8c4aac383a 01:18:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 01:18:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 01:18:30 (1/2) Installing ca-certificates (20230506-r0) 01:18:30 (2/2) Installing dumb-init (1.2.5-r2) 01:18:30 Executing busybox-1.35.0-r29.trigger 01:18:30 Executing ca-certificates-20230506-r0.trigger 01:18:30 OK: 8 MiB in 17 packages 01:18:32 Removing intermediate container 1b8c4aac383a 01:18:32 ---> 5b314f81b32e 01:18:32 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 01:18:32 ---> b5518637d7e8 01:18:32 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 01:18:33 ---> 6deb9fbbad0a 01:18:33 Step 19/26 : COPY --from=builder /app/res/ /res/ 01:18:33 ---> ceea5f894a6e 01:18:33 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 01:18:34 ---> 61790dcc87a9 01:18:34 Step 21/26 : EXPOSE 59712 01:18:35 ---> Running in f6dbaab8fc31 01:18:35 Removing intermediate container f6dbaab8fc31 01:18:35 ---> 02d7a269eaea 01:18:35 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 01:18:35 ---> Running in 4076a0a68580 01:18:35 Removing intermediate container 4076a0a68580 01:18:35 ---> 085ce0ce2c6c 01:18:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:18:35 ---> Running in d3ba87739aea 01:18:35 Removing intermediate container d3ba87739aea 01:18:35 ---> 46f0839dbf22 01:18:35 Step 24/26 : LABEL arch=arm64 01:18:35 ---> Running in 9b0be69f964d 01:18:36 Removing intermediate container 9b0be69f964d 01:18:36 ---> 6a04093c9a72 01:18:36 Step 25/26 : LABEL git_sha=dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:18:36 ---> Running in 3c5cd764ab56 01:18:36 Removing intermediate container 3c5cd764ab56 01:18:36 ---> 7484086e0658 01:18:36 Step 26/26 : LABEL version=3.1.0-dev.33 01:18:36 ---> Running in 19de75850ea2 01:18:36 Removing intermediate container 19de75850ea2 01:18:36 ---> 246d9e99c94c 01:18:36 [Warning] One or more build-args [ARCH] were not consumed 01:18:36 Successfully built 246d9e99c94c 01:18:36 Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:18:37 provisioning config files... 01:18:37 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/36@tmp/config2256160481461635321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:18:37 ---> docker-login.sh 01:18:37 nexus3.edgexfoundry.org:10001 01:18:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:37 Configure a credential helper to remove this warning. See 01:18:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:37 01:18:37 Login Succeeded 01:18:37 nexus3.edgexfoundry.org:10002 01:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:38 Configure a credential helper to remove this warning. See 01:18:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:38 01:18:38 Login Succeeded 01:18:38 nexus3.edgexfoundry.org:10003 01:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:38 Configure a credential helper to remove this warning. See 01:18:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:38 01:18:38 Login Succeeded 01:18:38 nexus3.edgexfoundry.org:10004 01:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:39 Configure a credential helper to remove this warning. See 01:18:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:39 01:18:39 Login Succeeded 01:18:39 docker.io 01:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:18:39 Configure a credential helper to remove this warning. See 01:18:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:18:39 01:18:39 Login Succeeded 01:18:39 ---> docker-login.sh ends [Pipeline] } 01:18:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:18:39 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 01:18:39 dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:18:39 latest 01:18:39 3.1.0-dev.33 01:18:39 dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 01:18:39 main 01:18:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:40 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:40 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:18:40 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 01:18:40 712f83eb8ea1: Preparing 01:18:40 a959c14fe1e5: Preparing 01:18:40 0ded5a226b35: Preparing 01:18:40 30e6067fd401: Preparing 01:18:40 3c4a5146d364: Preparing 01:18:40 d2d9d24a8c2a: Preparing 01:18:40 d2d9d24a8c2a: Waiting 01:18:41 30e6067fd401: Pushed 01:18:41 d2d9d24a8c2a: Layer already exists 01:18:41 a959c14fe1e5: Pushed 01:18:41 3c4a5146d364: Pushed 01:18:41 0ded5a226b35: Pushed 01:18:47 712f83eb8ea1: Pushed 01:18:47 dc2c9616d3277daf9da5caa43fe28e05f10b0847: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:47 + 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 01:18:48 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 01:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 01:18:48 712f83eb8ea1: Preparing 01:18:48 a959c14fe1e5: Preparing 01:18:48 0ded5a226b35: Preparing 01:18:48 30e6067fd401: Preparing 01:18:48 3c4a5146d364: Preparing 01:18:48 d2d9d24a8c2a: Preparing 01:18:48 d2d9d24a8c2a: Waiting 01:18:48 3c4a5146d364: Layer already exists 01:18:48 a959c14fe1e5: Layer already exists 01:18:48 30e6067fd401: Layer already exists 01:18:48 0ded5a226b35: Layer already exists 01:18:48 712f83eb8ea1: Layer already exists 01:18:48 d2d9d24a8c2a: Layer already exists 01:18:48 latest: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:48 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:49 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.33 01:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 01:18:49 712f83eb8ea1: Preparing 01:18:49 a959c14fe1e5: Preparing 01:18:49 0ded5a226b35: Preparing 01:18:49 30e6067fd401: Preparing 01:18:49 3c4a5146d364: Preparing 01:18:49 d2d9d24a8c2a: Preparing 01:18:49 d2d9d24a8c2a: Waiting 01:18:49 a959c14fe1e5: Layer already exists 01:18:49 712f83eb8ea1: Layer already exists 01:18:49 3c4a5146d364: Layer already exists 01:18:49 30e6067fd401: Layer already exists 01:18:49 0ded5a226b35: Layer already exists 01:18:49 d2d9d24a8c2a: Layer already exists 01:18:49 3.1.0-dev.33: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:49 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:50 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 01:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 01:18:50 712f83eb8ea1: Preparing 01:18:50 a959c14fe1e5: Preparing 01:18:50 0ded5a226b35: Preparing 01:18:50 30e6067fd401: Preparing 01:18:50 3c4a5146d364: Preparing 01:18:50 d2d9d24a8c2a: Preparing 01:18:50 d2d9d24a8c2a: Waiting 01:18:50 712f83eb8ea1: Layer already exists 01:18:50 30e6067fd401: Layer already exists 01:18:50 3c4a5146d364: Layer already exists 01:18:50 a959c14fe1e5: Layer already exists 01:18:50 0ded5a226b35: Layer already exists 01:18:50 d2d9d24a8c2a: Layer already exists 01:18:50 dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:50 + 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 01:18:51 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 01:18:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 01:18:51 712f83eb8ea1: Preparing 01:18:51 a959c14fe1e5: Preparing 01:18:51 0ded5a226b35: Preparing 01:18:51 30e6067fd401: Preparing 01:18:51 3c4a5146d364: Preparing 01:18:51 d2d9d24a8c2a: Preparing 01:18:51 d2d9d24a8c2a: Waiting 01:18:51 30e6067fd401: Layer already exists 01:18:51 a959c14fe1e5: Layer already exists 01:18:51 0ded5a226b35: Layer already exists 01:18:51 712f83eb8ea1: Layer already exists 01:18:51 3c4a5146d364: Layer already exists 01:18:51 d2d9d24a8c2a: Layer already exists 01:18:51 main: digest: sha256:3cf46fd00d62e35bddd9beddab1168eddf7b980d933db17fce84cc031af56fe9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:51 ===================================================== [Pipeline] echo 01:18:51 taggedImages: 01:18:51 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847 01:18:51 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 01:18:51 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.33 01:18:51 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:dc2c9616d3277daf9da5caa43fe28e05f10b0847-3.1.0-dev.33 01:18:51 - 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 01:18:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:18:52 01:18:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:18:52 arm64: Pulling from edgex-lftools-log-publisher 01:18:52 8998bd30e6a1: Pulling fs layer 01:18:52 04944245beec: Pulling fs layer 01:18:52 699f458cf7ca: Pulling fs layer 01:18:52 765212b225bb: Pulling fs layer 01:18:52 f23df028b6ca: Pulling fs layer 01:18:52 d65c8cfc05b1: Pulling fs layer 01:18:52 2437ff75d9bd: Pulling fs layer 01:18:52 765212b225bb: Waiting 01:18:52 f23df028b6ca: Waiting 01:18:52 d65c8cfc05b1: Waiting 01:18:52 2437ff75d9bd: Waiting 01:18:52 04944245beec: Verifying Checksum 01:18:52 04944245beec: Download complete 01:18:52 765212b225bb: Verifying Checksum 01:18:52 765212b225bb: Download complete 01:18:53 f23df028b6ca: Download complete 01:18:53 699f458cf7ca: Verifying Checksum 01:18:53 699f458cf7ca: Download complete 01:18:53 8998bd30e6a1: Verifying Checksum 01:18:53 8998bd30e6a1: Download complete 01:18:56 2437ff75d9bd: Verifying Checksum 01:18:56 2437ff75d9bd: Download complete 01:18:57 8998bd30e6a1: Pull complete 01:18:57 04944245beec: Pull complete 01:18:59 699f458cf7ca: Pull complete 01:18:59 765212b225bb: Pull complete 01:19:00 f23df028b6ca: Pull complete 01:19:00 d65c8cfc05b1: Pull complete 01:19:15 2437ff75d9bd: Pull complete 01:19:15 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:19:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:19:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:15 prd-ubuntu20.04-docker-arm64-4c-16g-3882 does not seem to be running inside a container 01:19:15 $ 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/36 -v /w/workspace/app-record-replay/36:/w/workspace/app-record-replay/36:rw,z -v /w/workspace/app-record-replay/36@tmp:/w/workspace/app-record-replay/36@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 01:19:20 $ docker top 5b6370212a1942cd127a04cadc286342a41e9aff4cde1d7de36bf3446da5b099 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:19:20 ---> job-cost.sh 01:19:21 lf-activate-venv: SKIPPING 01:19:21 INFO: No Stack... 01:19:21 INFO: Retrieving Pricing Info for: v3-standard-4 01:19:22 INFO: Archiving Costs [Pipeline] sh 01:19:23 + + cutcat -d, /w/workspace/app-record-replay/36/archives/cost.csv -f6 01:19:23 [Pipeline] lock 01:19:23 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] 01:19:23 Resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] did not exist. Created. 01:19:23 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:19:23 /w/workspace/app-record-replay/36@tmp/durable-8c31eb90/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:19:24 + echo total: 0.10999999940395355 [Pipeline] stash 01:19:24 Warning: overwriting stash ‘stack-cost’ 01:19:24 Stashed 1 file(s) [Pipeline] } 01:19:24 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-36-stack-cost] [Pipeline] // lock [Pipeline] } 01:19:24 $ docker stop --time=1 5b6370212a1942cd127a04cadc286342a41e9aff4cde1d7de36bf3446da5b099 01:19:25 $ docker rm -f --volumes 5b6370212a1942cd127a04cadc286342a41e9aff4cde1d7de36bf3446da5b099 [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 01:19:25 provisioning config files... 01:19:25 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #36 01:19:25 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config774768804321378495tmp [Pipeline] { [Pipeline] sh 01:19:26 + set +x 01:19:26 + curl -s https://codecov.io/bash 01:19:26 + bash -s -- 01:19:26 01:19:26 _____ _ 01:19:26 / ____| | | 01:19:26 | | ___ __| | ___ ___ _____ __ 01:19:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:19:26 | |___| (_) | (_| | __/ (_| (_) \ V / 01:19:26 \_____\___/ \__,_|\___|\___\___/ \_/ 01:19:26 Bash-1.0.6 01:19:26 01:19:26 01:19:26 ==> git version 2.25.1 found 01:19:26 ==> 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 01:19:26 Release-Date: 2020-01-08 01:19:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:19:26 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:19:26 ==> Jenkins CI detected. 01:19:26 current dir:  /w/workspace/exfoundry_app-record-replay_main 01:19:26 project root: . 01:19:26 --> token set from env 01:19:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:19:26 ==> Running gcov in . (disable via -X gcov) 01:19:26 ==> Python coveragepy not found 01:19:26 ==> Searching for coverage reports in: 01:19:26 + . 01:19:26 -> Found 1 reports 01:19:26 ==> Detecting git/mercurial file structure 01:19:26 ==> Reading reports 01:19:26 + ./coverage.out bytes=16515 01:19:26 ==> Appending adjustments 01:19:26 https://docs.codecov.io/docs/fixing-reports 01:19:26 + Found adjustments 01:19:26 ==> Gzipping contents 01:19:26 4.0K /tmp/codecov.kzeXT2.gz 01:19:26 ==> Uploading reports 01:19:26 url: https://codecov.io 01:19:26 query: branch=main&commit=dc2c9616d3277daf9da5caa43fe28e05f10b0847&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F36%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 01:19:26 -> Pinging Codecov 01:19:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=dc2c9616d3277daf9da5caa43fe28e05f10b0847&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F36%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 01:19:26 Invalid request parameters 01:19:26 400 [Pipeline] } 01:19:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:19:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:19:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:19:27 01:19:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:19:27 1.410.4: Pulling from edgex-devops/edgex-snyk-go 01:19:27 df9b9388f04a: Pulling fs layer 01:19:27 52dc419b0ee2: Pulling fs layer 01:19:27 25bc292e5bac: Pulling fs layer 01:19:27 114826534d7a: Pulling fs layer 01:19:27 4657fd5d0bcf: Pulling fs layer 01:19:27 6ad1cebc031e: Pulling fs layer 01:19:27 8a3aa393b2d8: Pulling fs layer 01:19:27 6ad1cebc031e: Waiting 01:19:27 8a3aa393b2d8: Waiting 01:19:27 114826534d7a: Waiting 01:19:27 25bc292e5bac: Download complete 01:19:27 52dc419b0ee2: Verifying Checksum 01:19:27 52dc419b0ee2: Download complete 01:19:27 df9b9388f04a: Verifying Checksum 01:19:27 df9b9388f04a: Download complete 01:19:27 4657fd5d0bcf: Verifying Checksum 01:19:27 4657fd5d0bcf: Download complete 01:19:27 6ad1cebc031e: Verifying Checksum 01:19:27 6ad1cebc031e: Download complete 01:19:27 df9b9388f04a: Pull complete 01:19:28 52dc419b0ee2: Pull complete 01:19:28 25bc292e5bac: Pull complete 01:19:28 114826534d7a: Download complete 01:19:29 8a3aa393b2d8: Verifying Checksum 01:19:29 8a3aa393b2d8: Download complete 01:19:32 114826534d7a: Pull complete 01:19:32 4657fd5d0bcf: Pull complete 01:19:33 6ad1cebc031e: Pull complete 01:19:36 8a3aa393b2d8: Pull complete 01:19:36 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 01:19:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:19:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:36 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:19:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 01:19:43 $ docker top 8aca8b1b61daaca827a49d3118ad1e76e15b9eeedacd522612cb1bee344a8ffc -eo pid,comm [Pipeline] { [Pipeline] echo 01:19:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 01:19:43 + set -o pipefail 01:19:43 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 01:19:49 01:19:49 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 01:19:49 01:19:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e8f54cb2-c865-483c-846e-38782db339dd 01:19:49 01:19:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:19:49 01:19:49 01:19:49 A medium severity vulnerability was found in the Snyk CLI versions you are using. 01:19:49 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 01:19:49 More details here: https://snyk.co/ue1NS [Pipeline] } 01:19:49 $ docker stop --time=1 8aca8b1b61daaca827a49d3118ad1e76e15b9eeedacd522612cb1bee344a8ffc 01:19:54 $ docker rm -f --volumes 8aca8b1b61daaca827a49d3118ad1e76e15b9eeedacd522612cb1bee344a8ffc [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 01:19:55 + git log --format=format:%s -1 dc2c9616d3277daf9da5caa43fe28e05f10b0847 [Pipeline] sh 01:19:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:19:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:19:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:19:56 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:19:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:19:57 $ docker top 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:19:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:19:57 [ssh-agent] Looking for ssh-agent implementation... 01:19:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:19:57 $ docker exec 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 ssh-agent 01:19:57 SSH_AUTH_SOCK=/tmp/ssh-LJiswXhybFiw/agent.32 01:19:57 SSH_AGENT_PID=38 01:19:57 Running ssh-add (command line suppressed) 01:19:57 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15378796867146960263.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15378796867146960263.key) 01:19:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:19:58 + git semver tag 01:19:58 2023-08-17 01:19:58,387 [run_tag] DEBUG tag force:False 01:19:58 2023-08-17 01:19:58,388 [check_head_tag] DEBUG check head tag 01:19:58 2023-08-17 01:19:58,388 [execute] INFO git cat-file --batch-check 01:19:58 2023-08-17 01:19:58,389 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 01:19:58 2023-08-17 01:19:58,393 [execute] INFO git cat-file --batch 01:19:58 2023-08-17 01:19:58,393 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 01:19:58 2023-08-17 01:19:58,405 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:19:58 2023-08-17 01:19:58,405 [execute] INFO git tag -a v3.1.0-dev.33 -m v3.1.0-dev.33 01:19:58 2023-08-17 01:19:58,405 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.33', '-m', 'v3.1.0-dev.33'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 01:19:58 2023-08-17 01:19:58,410 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:19:58 3.1.0-dev.33 [Pipeline] } 01:19:58 $ docker exec --env ******** --env ******** 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 ssh-agent -k 01:19:58 unset SSH_AUTH_SOCK; 01:19:58 unset SSH_AGENT_PID; 01:19:58 echo Agent pid 38 killed; 01:19:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:59 + git semver [Pipeline] } 01:19:59 $ docker stop --time=1 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 01:20:01 $ docker rm -f --volumes 8a6c3dd994ade877e78046a85add0f3e24942d30527da591ad81a0845e7692c0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:20:01 01:20:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:20:02 0.23.1-centos7: Pulling from edgex-lftools 01:20:02 ab5ef0e58194: Pulling fs layer 01:20:02 9712f1f96733: Pulling fs layer 01:20:02 63f879dbbcfc: Pulling fs layer 01:20:02 0d9ebad4ef96: Pulling fs layer 01:20:02 e9a5061849ea: Pulling fs layer 01:20:02 d747dcd14b5f: Pulling fs layer 01:20:02 2de7ff778b66: Pulling fs layer 01:20:02 e9a5061849ea: Waiting 01:20:02 2de7ff778b66: Waiting 01:20:02 d747dcd14b5f: Waiting 01:20:02 0d9ebad4ef96: Waiting 01:20:02 9712f1f96733: Verifying Checksum 01:20:02 9712f1f96733: Download complete 01:20:02 63f879dbbcfc: Verifying Checksum 01:20:02 63f879dbbcfc: Download complete 01:20:02 ab5ef0e58194: Download complete 01:20:02 0d9ebad4ef96: Verifying Checksum 01:20:02 0d9ebad4ef96: Download complete 01:20:02 d747dcd14b5f: Download complete 01:20:02 e9a5061849ea: Verifying Checksum 01:20:02 2de7ff778b66: Verifying Checksum 01:20:02 2de7ff778b66: Download complete 01:20:05 ab5ef0e58194: Pull complete 01:20:05 9712f1f96733: Pull complete 01:20:06 63f879dbbcfc: Pull complete 01:20:10 0d9ebad4ef96: Pull complete 01:20:10 e9a5061849ea: Pull complete 01:20:11 d747dcd14b5f: Pull complete 01:20:11 2de7ff778b66: Pull complete 01:20:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:20:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:20:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:20:12 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:20:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:20:21 $ docker top 3f87a5088b648ebd429e57a6ab5374087330f09b3b4d9aaaeadd09b98cba848b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:20:21 provisioning config files... 01:20:21 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13915086987881307553tmp 01:20:21 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config16342233102726940713tmp 01:20:21 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1547209222193012585tmp [Pipeline] { [Pipeline] echo 01:20:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:20:21 ---> sigul-configuration.sh 01:20:21 gpg: directory `/root/.gnupg' created 01:20:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:20:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:20:21 gpg: keyring `/root/.gnupg/secring.gpg' created 01:20:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:20:21 gpg: CAST5 encrypted data 01:20:21 gpg: encrypted with 1 passphrase 01:20:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:20:21 + mkdir /home/jenkins 01:20:21 + mkdir /home/jenkins/sigul [Pipeline] sh 01:20:22 + 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 01:20:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:20:22 ---> sigul-install.sh 01:20:22 Sigul already installed; skipping installation. [Pipeline] sh 01:20:22 + git tag --list 01:20:22 v3.1.0-dev.0 01:20:22 v3.1.0-dev.1 01:20:22 v3.1.0-dev.10 01:20:22 v3.1.0-dev.11 01:20:22 v3.1.0-dev.12 01:20:22 v3.1.0-dev.13 01:20:22 v3.1.0-dev.14 01:20:22 v3.1.0-dev.15 01:20:22 v3.1.0-dev.16 01:20:22 v3.1.0-dev.17 01:20:22 v3.1.0-dev.18 01:20:22 v3.1.0-dev.19 01:20:22 v3.1.0-dev.2 01:20:22 v3.1.0-dev.20 01:20:22 v3.1.0-dev.21 01:20:22 v3.1.0-dev.22 01:20:22 v3.1.0-dev.23 01:20:22 v3.1.0-dev.24 01:20:22 v3.1.0-dev.25 01:20:22 v3.1.0-dev.26 01:20:22 v3.1.0-dev.27 01:20:22 v3.1.0-dev.28 01:20:22 v3.1.0-dev.29 01:20:22 v3.1.0-dev.3 01:20:22 v3.1.0-dev.30 01:20:22 v3.1.0-dev.31 01:20:22 v3.1.0-dev.32 01:20:22 v3.1.0-dev.33 01:20:22 v3.1.0-dev.4 01:20:22 v3.1.0-dev.5 01:20:22 v3.1.0-dev.6 01:20:22 v3.1.0-dev.7 01:20:22 v3.1.0-dev.8 01:20:22 v3.1.0-dev.9 [Pipeline] sh 01:20:22 + lftools sign git-tag v3.1.0-dev.33 01:20:23 Signing Git tag with Sigul... 01:20:23 Signing v3.1.0-dev.33 [Pipeline] echo 01:20:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:20:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:20:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:20:24 $ docker stop --time=1 3f87a5088b648ebd429e57a6ab5374087330f09b3b4d9aaaeadd09b98cba848b 01:20:26 $ docker rm -f --volumes 3f87a5088b648ebd429e57a6ab5374087330f09b3b4d9aaaeadd09b98cba848b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:20:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:20:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:20:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:20:26 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:20:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:20:27 $ docker top 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 -eo pid,comm 01:20:27 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). 01:20:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:20:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:27 [ssh-agent] Looking for ssh-agent implementation... 01:20:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:27 $ docker exec 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 ssh-agent 01:20:27 SSH_AUTH_SOCK=/tmp/ssh-eRlBf3J0SDV2/agent.32 01:20:27 SSH_AGENT_PID=38 01:20:27 Running ssh-add (command line suppressed) 01:20:27 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10277648962544039275.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10277648962544039275.key) 01:20:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:28 + git semver bump pre 01:20:28 2023-08-17 01:20:28,448 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:20:28 2023-08-17 01:20:28,448 [bump_version] DEBUG bumping version:3.1.0-dev.33 on axis:pre with prefix:dev 01:20:28 2023-08-17 01:20:28,448 [bump_version] DEBUG bumped version:3.1.0-dev.34 01:20:28 2023-08-17 01:20:28,448 [write_version] DEBUG write version:3.1.0-dev.34 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 01:20:28 2023-08-17 01:20:28,448 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:20:28 2023-08-17 01:20:28,448 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 01:20:28 2023-08-17 01:20:28,451 [execute] INFO git cat-file --batch-check 01:20:28 2023-08-17 01:20:28,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 01:20:28 2023-08-17 01:20:28,458 [execute] INFO git cat-file --batch 01:20:28 2023-08-17 01:20:28,459 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 01:20:28 2023-08-17 01:20:28,464 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:20:28 3.1.0-dev.34 [Pipeline] } 01:20:28 $ docker exec --env ******** --env ******** 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 ssh-agent -k 01:20:28 unset SSH_AUTH_SOCK; 01:20:28 unset SSH_AGENT_PID; 01:20:28 echo Agent pid 38 killed; 01:20:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:20:29 + git semver [Pipeline] } 01:20:29 $ docker stop --time=1 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 01:20:30 $ docker rm -f --volumes 340ae0494f01ad9a67a76696485af9a26c1a5d1051cdd76477714948622a0258 [Pipeline] // withDockerContainer [Pipeline] sh 01:20:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:20:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:20:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:20:31 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:20:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:20:32 $ docker top 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a -eo pid,comm 01:20:32 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:20:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:20:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:32 [ssh-agent] Looking for ssh-agent implementation... 01:20:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:32 $ docker exec 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a ssh-agent 01:20:32 SSH_AUTH_SOCK=/tmp/ssh-7FPG4yYecse1/agent.32 01:20:32 SSH_AGENT_PID=38 01:20:32 Running ssh-add (command line suppressed) 01:20:32 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5340564983327182599.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5340564983327182599.key) 01:20:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:33 + git semver push 01:20:33 2023-08-17 01:20:33,329 [run_push] DEBUG push 01:20:33 2023-08-17 01:20:33,330 [execute] INFO git cat-file --batch-check 01:20:33 2023-08-17 01:20:33,330 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 01:20:33 2023-08-17 01:20:33,337 [execute] INFO git rev-list 290a91d55953ece464034c450d59fe369a4473da -- 01:20:33 2023-08-17 01:20:33,338 [execute] DEBUG Popen(['git', 'rev-list', '290a91d55953ece464034c450d59fe369a4473da', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 01:20:33 2023-08-17 01:20:33,344 [execute] INFO git fetch -v origin 01:20:33 2023-08-17 01:20:33,345 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 01:20:33 2023-08-17 01:20:33,803 [run_push] DEBUG no remote changes detected 01:20:33 2023-08-17 01:20:33,803 [execute] INFO git push origin semver 01:20:33 2023-08-17 01:20:33,803 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 01:20:34 2023-08-17 01:20:34,591 [run_push] DEBUG push all version tags 01:20:34 2023-08-17 01:20:34,591 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:20:34 2023-08-17 01:20:34,591 [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) 01:20:35 2023-08-17 01:20:35,252 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 01:20:35 3.1.0-dev.34 [Pipeline] } 01:20:35 $ docker exec --env ******** --env ******** 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a ssh-agent -k 01:20:35 unset SSH_AUTH_SOCK; 01:20:35 unset SSH_AGENT_PID; 01:20:35 echo Agent pid 38 killed; 01:20:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:20:35 + git semver [Pipeline] } 01:20:36 $ docker stop --time=1 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a 01:20:37 $ docker rm -f --volumes 78b636126e12618fe1e7d0c0dd57282bf9a0c0f20c77a1ca034a1f5439a66c2a [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 01:20:38 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 01:20:38 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 01:20:38 total 16 01:20:38 drwxr-xr-x 3 root root 4096 Aug 17 01:09 . 01:20:38 drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 01:20 .. 01:20:38 drwxr-xr-x 2 root root 4096 Aug 17 01:09 cost 01:20:38 -rw-r--r-- 1 root root 88 Aug 17 01:09 cost.csv 01:20:38 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 01:20:38 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 01:20:38 total 16 01:20:38 drwxr-xr-x 3 jenkins jenkins 4096 Aug 17 01:09 . 01:20:38 drwxrwxr-x 10 jenkins jenkins 4096 Aug 17 01:20 .. 01:20:38 drwxr-xr-x 2 jenkins jenkins 4096 Aug 17 01:09 cost 01:20:38 -rw-r--r-- 1 jenkins jenkins 88 Aug 17 01:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:20:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:20:39 ---> package-listing.sh 01:20:39 ++ facter osfamily 01:20:39 ++ tr '[:upper:]' '[:lower:]' 01:20:39 + OS_FAMILY=debian 01:20:39 + workspace=/w/workspace/exfoundry_app-record-replay_main 01:20:39 + START_PACKAGES=/tmp/packages_start.txt 01:20:39 + END_PACKAGES=/tmp/packages_end.txt 01:20:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:20:39 + PACKAGES=/tmp/packages_start.txt 01:20:39 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 01:20:39 + PACKAGES=/tmp/packages_end.txt 01:20:39 + case "${OS_FAMILY}" in 01:20:39 + dpkg -l 01:20:39 + grep '^ii' 01:20:39 + '[' -f /tmp/packages_start.txt ']' 01:20:39 + '[' -f /tmp/packages_end.txt ']' 01:20:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:20:39 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 01:20:39 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 01:20:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 01:20:39 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 01:20:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:20:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:20:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:20:40 prd-ubuntu20.04-docker-8c-8g-3880 does not seem to be running inside a container 01:20:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:20:41 $ docker top f0727dd40df89de00bd52dd23493a69f60c6034a05fb95900d6844794691846c -eo pid,comm [Pipeline] { [Pipeline] sh 01:20:41 + touch /tmp/pre-build-complete [Pipeline] sh 01:20:41 + mkdir -p /var/log/sysstat [Pipeline] sh 01:20:42 + ls /var/log/sa-host 01:20:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:20:42 provisioning config files... 01:20:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12635913270964261151tmp [Pipeline] { [Pipeline] echo 01:20:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:20:42 ---> create-netrc.sh [Pipeline] } 01:20:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:20:42 ---> python-tools-install.sh [Pipeline] echo 01:20:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:20:43 ---> sudo-logs.sh 01:20:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:20:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:20:43 ---> job-cost.sh 01:20:43 lf-activate-venv: SKIPPING 01:20:43 DEBUG: total: 0.2199999988079071 01:20:43 INFO: Retrieving Stack Cost... 01:20:44 INFO: Retrieving Pricing Info for: v3-standard-8 01:20:44 INFO: Archiving Costs [Pipeline] echo 01:20:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:20:44 ---> logs-deploy.sh 01:20:44 lf-activate-venv: SKIPPING 01:20:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/36 01:20:44 INFO: archiving workspace using pattern(s): 01:20:45 Archives upload complete. 01:20:46 INFO: archiving logs to Nexus