Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 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-ssh15979997782080342303.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-ssh16881483181502868016.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-ssh4991237121940796099.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-ssh17292428276585320059.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-ssh457263415140811076.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-3790’ Running on prd-ubuntu20.04-docker-8c-8g-3793 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 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b (main) Commit message: "Merge pull request #59 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.19" > 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 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b # timeout=10 > git rev-list --no-walk 90458aff5952e3959d65678bf25cab3d18ebfb0c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:00:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:00:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:00:35 ========================================================= 15:00:35 EdgeX Global Pipelines Version Info 15:00:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:00:36 ------------------- 15:00:36 stable info: 15:00:36 ------------------- 15:00:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:00:36 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:00:36 Message: update stable to v1.0.253 15:00:37 ------------------- 15:00:37 experimental info: 15:00:37 ------------------- 15:00:37 Commited By: **** collab-it+edgex@linuxfoundation.org 15:00:37 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:00:37 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e2d250 [Pipeline] echo 15:00:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:00:37 provisioning config files... 15:00:37 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11346609622471563498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:38 ---> docker-login.sh 15:00:38 nexus3.edgexfoundry.org:10001 15:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:38 Configure a credential helper to remove this warning. See 15:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:38 15:00:38 Login Succeeded 15:00:38 nexus3.edgexfoundry.org:10002 15:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:38 Configure a credential helper to remove this warning. See 15:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:38 15:00:38 Login Succeeded 15:00:38 nexus3.edgexfoundry.org:10003 15:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:38 Configure a credential helper to remove this warning. See 15:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:38 15:00:38 Login Succeeded 15:00:38 nexus3.edgexfoundry.org:10004 15:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:38 Configure a credential helper to remove this warning. See 15:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:38 15:00:38 Login Succeeded 15:00:38 docker.io 15:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:38 Configure a credential helper to remove this warning. See 15:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:38 15:00:38 Login Succeeded 15:00:38 ---> docker-login.sh ends [Pipeline] } 15:00:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:00:39 + git rev-list -1 --merges 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b~1..2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo 15:00:39 -----------> git rev-list -1 --merges 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b~1..2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:00:39 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [false] [Pipeline] sh 15:00:39 + git log --format=format:%s -1 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo 15:00:39 ========================================================= 15:00:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:00:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:00:39 + git log --format=format:%s -1 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] echo 15:00:40 [semverPrep] GIT_COMMIT: 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b, Commit Message: Merge pull request #59 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.19 [Pipeline] echo 15:00:40 [semverPrep] This is not a build commit. [Pipeline] sh 15:00:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:00:40 + grep -v github /etc/ssh/ssh_known_hosts 15:00:40 + [ -e /tmp/ssh_known_hosts ] 15:00:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:00:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:00:40 + sudo tee -a /etc/ssh/ssh_known_hosts 15:00:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:00:40 15:00:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:00:41 0.1.4: Pulling from edgex-devops/py-git-semver 15:00:41 b85a868b505f: Pulling fs layer 15:00:41 e2be974225ed: Pulling fs layer 15:00:41 339a4e72a1f5: Pulling fs layer 15:00:41 988bab9f4d93: Pulling fs layer 15:00:41 1469e6f7b9e6: Pulling fs layer 15:00:41 eaf3925da568: Pulling fs layer 15:00:41 bab4dde63d76: Pulling fs layer 15:00:41 bde34c3a00c8: Pulling fs layer 15:00:41 b352a97aabf1: Pulling fs layer 15:00:41 4872d77fe225: Pulling fs layer 15:00:41 5851b861e8e6: Pulling fs layer 15:00:41 988bab9f4d93: Waiting 15:00:41 bab4dde63d76: Waiting 15:00:41 1469e6f7b9e6: Waiting 15:00:41 bde34c3a00c8: Waiting 15:00:41 eaf3925da568: Waiting 15:00:41 4872d77fe225: Waiting 15:00:41 5851b861e8e6: Waiting 15:00:41 e2be974225ed: Download complete 15:00:41 988bab9f4d93: Verifying Checksum 15:00:41 988bab9f4d93: Download complete 15:00:41 1469e6f7b9e6: Verifying Checksum 15:00:41 1469e6f7b9e6: Download complete 15:00:41 339a4e72a1f5: Verifying Checksum 15:00:41 339a4e72a1f5: Download complete 15:00:41 eaf3925da568: Verifying Checksum 15:00:41 eaf3925da568: Download complete 15:00:41 bde34c3a00c8: Download complete 15:00:41 b352a97aabf1: Verifying Checksum 15:00:41 b352a97aabf1: Download complete 15:00:41 4872d77fe225: Verifying Checksum 15:00:41 4872d77fe225: Download complete 15:00:41 5851b861e8e6: Download complete 15:00:41 b85a868b505f: Verifying Checksum 15:00:41 b85a868b505f: Download complete 15:00:41 bab4dde63d76: Verifying Checksum 15:00:41 bab4dde63d76: Download complete 15:00:42 b85a868b505f: Pull complete 15:00:42 e2be974225ed: Pull complete 15:00:43 339a4e72a1f5: Pull complete 15:00:43 988bab9f4d93: Pull complete 15:00:43 1469e6f7b9e6: Pull complete 15:00:43 eaf3925da568: Pull complete 15:00:45 bab4dde63d76: Pull complete 15:00:45 bde34c3a00c8: Pull complete 15:00:45 b352a97aabf1: Pull complete 15:00:45 4872d77fe225: Pull complete 15:00:45 5851b861e8e6: Pull complete 15:00:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:00:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:00:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:00:45 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:00:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:00:48 $ docker top 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 -eo pid,comm 15:00:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:00:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:00:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:00:48 [ssh-agent] Looking for ssh-agent implementation... 15:00:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:00:48 $ docker exec 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent 15:00:48 SSH_AUTH_SOCK=/tmp/ssh-zXV4POFBvIUf/agent.32 15:00:48 SSH_AGENT_PID=38 15:00:48 Running ssh-add (command line suppressed) 15:00:48 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_414211324562155452.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_414211324562155452.key) 15:00:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:00:48 + git tag --points-at HEAD [Pipeline] } 15:00:48 $ docker exec --env ******** --env ******** 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent -k 15:00:48 unset SSH_AUTH_SOCK; 15:00:48 unset SSH_AGENT_PID; 15:00:48 echo Agent pid 38 killed; 15:00:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:00:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:00:48 [ssh-agent] Looking for ssh-agent implementation... 15:00:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:00:49 $ docker exec 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent 15:00:49 SSH_AUTH_SOCK=/tmp/ssh-hgRyLzG6qEpG/agent.70 15:00:49 SSH_AGENT_PID=76 15:00:49 Running ssh-add (command line suppressed) 15:00:49 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2638530000850349205.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_2638530000850349205.key) 15:00:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:00:49 + git semver init 15:00:49 2023-08-16 15:00:49,798 [run_init] DEBUG init version:0.0.0 force:False 15:00:49 2023-08-16 15:00:49,798 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 15:00:49 2023-08-16 15:00:49,799 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 15:00:49 2023-08-16 15:00:49,799 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:00:50 2023-08-16 15:00:50,470 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 15:00:50 2023-08-16 15:00:50,471 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 15:00:50 2023-08-16 15:00:50,471 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:00:50 2023-08-16 15:00:50,471 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:00:50 3.1.0-dev.32 [Pipeline] } 15:00:50 $ docker exec --env ******** --env ******** 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 ssh-agent -k 15:00:50 unset SSH_AUTH_SOCK; 15:00:50 unset SSH_AGENT_PID; 15:00:50 echo Agent pid 76 killed; 15:00:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:00:51 + git semver [Pipeline] } 15:00:51 $ docker stop --time=1 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 15:00:53 $ docker rm -f --volumes 9e3965180e45df07fa03563d5825aaafd2e2facd003e0760c2291d2daa046656 [Pipeline] // withDockerContainer [Pipeline] sh 15:00:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:00:53 Stashed 1 file(s) [Pipeline] echo 15:00:53 [edgeXSemver]: initialized semver on version 3.1.0-dev.32 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:00:54 provisioning config files... 15:00:54 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8323581387437191600tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:00:54 ---> docker-login.sh 15:00:54 nexus3.edgexfoundry.org:10001 15:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:54 Configure a credential helper to remove this warning. See 15:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:54 15:00:54 Login Succeeded 15:00:54 nexus3.edgexfoundry.org:10002 15:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:54 Configure a credential helper to remove this warning. See 15:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:54 15:00:54 Login Succeeded 15:00:54 nexus3.edgexfoundry.org:10003 15:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:54 Configure a credential helper to remove this warning. See 15:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:54 15:00:54 Login Succeeded 15:00:54 nexus3.edgexfoundry.org:10004 15:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:54 Configure a credential helper to remove this warning. See 15:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:54 15:00:54 Login Succeeded 15:00:54 docker.io 15:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:00:54 Configure a credential helper to remove this warning. See 15:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:00:54 15:00:54 Login Succeeded 15:00:54 ---> docker-login.sh ends [Pipeline] } 15:00:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:00:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:00:55 ========================================================= 15:00:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:00:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:55 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:00:55 Sending build context to Docker daemon 439.3kB 15:00:55 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:00:55 Step 2/12 : FROM ${BASE} AS builder 15:00:55 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:00:55 4db1b89c0bd1: Pulling fs layer 15:00:55 6911f1a30b25: Pulling fs layer 15:00:55 e194b8c5c2a9: Pulling fs layer 15:00:55 6863d3e3a2b1: Pulling fs layer 15:00:55 ec0bb842ea78: Pulling fs layer 15:00:55 40a00589a448: Pulling fs layer 15:00:55 6c08303d61cc: Pulling fs layer 15:00:55 798269fcf238: Pulling fs layer 15:00:55 6863d3e3a2b1: Waiting 15:00:55 798269fcf238: Waiting 15:00:55 6c08303d61cc: Waiting 15:00:55 ec0bb842ea78: Waiting 15:00:55 40a00589a448: Waiting 15:00:55 6911f1a30b25: Verifying Checksum 15:00:55 6911f1a30b25: Download complete 15:00:55 6863d3e3a2b1: Verifying Checksum 15:00:55 6863d3e3a2b1: Download complete 15:00:55 4db1b89c0bd1: Verifying Checksum 15:00:55 4db1b89c0bd1: Download complete 15:00:55 ec0bb842ea78: Verifying Checksum 15:00:55 ec0bb842ea78: Download complete 15:00:55 40a00589a448: Verifying Checksum 15:00:55 40a00589a448: Download complete 15:00:56 4db1b89c0bd1: Pull complete 15:00:56 6911f1a30b25: Pull complete 15:00:56 6c08303d61cc: Verifying Checksum 15:00:56 6c08303d61cc: Download complete 15:00:56 798269fcf238: Verifying Checksum 15:00:56 798269fcf238: Download complete 15:00:56 e194b8c5c2a9: Verifying Checksum 15:00:56 e194b8c5c2a9: Download complete 15:01:00 e194b8c5c2a9: Pull complete 15:01:00 6863d3e3a2b1: Pull complete 15:01:00 ec0bb842ea78: Pull complete 15:01:00 40a00589a448: Pull complete 15:01:03 6c08303d61cc: Pull complete 15:01:04 798269fcf238: Pull complete 15:01:04 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 15:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:01:04 ---> ec979cd7f677 15:01:04 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:01:07 ---> Running in a375742b3422 15:01:07 Removing intermediate container a375742b3422 15:01:07 ---> 52137c1125b6 15:01:07 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:01:07 ---> Running in f7bd46a4bdaf 15:01:07 Removing intermediate container f7bd46a4bdaf 15:01:07 ---> 3ce700fc6652 15:01:07 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:01:07 ---> Running in 418b3dce30c8 15:01:07 Removing intermediate container 418b3dce30c8 15:01:07 ---> e4340bb1791f 15:01:07 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:01:07 ---> Running in 60abe1354c97 15:01:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:01:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:01:08 OK: 265 MiB in 53 packages 15:01:08 Removing intermediate container 60abe1354c97 15:01:08 ---> 75de10f7ef50 15:01:08 Step 7/12 : WORKDIR /app 15:01:08 ---> Running in 14165c161489 15:01:08 Removing intermediate container 14165c161489 15:01:08 ---> 26af83e469c8 15:01:08 Step 8/12 : COPY go.mod vendor* ./ 15:01:09 Still waiting to schedule task 15:01:09 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3792’ 15:01:09 ---> 51988eeddbcb 15:01:09 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:01:09 ---> Running in a19a2afe0f91 15:01:41 Removing intermediate container a19a2afe0f91 15:01:41 ---> e68a01c462bf 15:01:41 Step 10/12 : COPY . . 15:01:41 ---> 152d12b59c9c 15:01:41 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:01:41 ---> Running in 75e56c71d3a6 15:01:41 Removing intermediate container 75e56c71d3a6 15:01:41 ---> f63f76e61079 15:01:41 Step 12/12 : RUN $MAKE 15:01:41 ---> Running in 0c5bbbead099 15:01:42 noop 15:01:42 Removing intermediate container 0c5bbbead099 15:01:42 ---> 4a8e37e3e7d5 15:01:42 Successfully built 4a8e37e3e7d5 15:01:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker inspect -f . ci-base-image-x86_64 15:01:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:01:42 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:01:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:01:43 $ docker top a9e9f1e9a5f7c49273f10b54a7b0bab79e90f4b3ee0a9a9b1daf5b36d0415e84 -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:43 + go version 15:01:43 go version go1.20.6 linux/amd64 [Pipeline] } 15:01:43 $ docker stop --time=1 a9e9f1e9a5f7c49273f10b54a7b0bab79e90f4b3ee0a9a9b1daf5b36d0415e84 15:01:45 $ docker rm -f --volumes a9e9f1e9a5f7c49273f10b54a7b0bab79e90f4b3ee0a9a9b1daf5b36d0415e84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:45 + docker inspect -f . ci-base-image-x86_64 15:01:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:01:45 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:01:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:01:46 $ docker top 376ef497b9cc4e1ccc3fadbb05e9803413cbb823e4b228f304a62a2ad0cfc49b -eo pid,comm [Pipeline] { [Pipeline] sh 15:01:46 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 15:01:46 + make test 15:01:46 go test -race -coverprofile=coverage.out ./... 15:02:08 ? github.com/edgexfoundry/app-record-replay [no test files] 15:02:08 ok github.com/edgexfoundry/app-record-replay/internal/app 0.083s coverage: 88.0% of statements 15:02:08 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:02:08 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:02:08 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:02:15 ok github.com/edgexfoundry/app-record-replay/internal/application 8.591s coverage: 97.5% of statements 15:02:15 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.103s coverage: 85.2% of statements 15:02:37 go vet ./... 15:02:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:02:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:02:41 ./bin/test-attribution-txt.sh [Pipeline] echo 15:02:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:02:41 $ docker stop --time=1 376ef497b9cc4e1ccc3fadbb05e9803413cbb823e4b228f304a62a2ad0cfc49b 15:02:45 $ docker rm -f --volumes 376ef497b9cc4e1ccc3fadbb05e9803413cbb823e4b228f304a62a2ad0cfc49b [Pipeline] // withDockerContainer [Pipeline] sh 15:02:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:02:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:02:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:02:47 + ls -al . 15:02:47 total 172 15:02:47 drwxrwxr-x 9 jenkins jenkins 4096 Aug 16 15:01 . 15:02:47 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:00 .. 15:02:47 -rw-rw-r-- 1 jenkins jenkins 119 Aug 16 15:00 .dockerignore 15:02:47 drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:00 .git 15:02:47 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 .github 15:02:47 -rw-rw-r-- 1 jenkins jenkins 164 Aug 16 15:00 .gitignore 15:02:47 -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 15:00 .golangci.yml 15:02:47 drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 15:00 .semver 15:02:47 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 16 15:00 Attribution.txt 15:02:47 -rw-rw-r-- 1 jenkins jenkins 258 Aug 16 15:00 CHANGELOG.md 15:02:47 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 16 15:00 Dockerfile 15:02:47 -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 15:00 GOVERNANCE.md 15:02:47 -rw-rw-r-- 1 jenkins jenkins 681 Aug 16 15:00 Jenkinsfile 15:02:47 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 16 15:00 LICENSE 15:02:47 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 16 15:00 Makefile 15:02:47 -rw-rw-r-- 1 jenkins jenkins 611 Aug 16 15:00 OWNERS.md 15:02:47 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 16 15:00 README.md 15:02:47 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 16 15:00 Record and Reply.postman_collection.json 15:02:47 -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 15:00 VERSION 15:02:47 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 bin 15:02:47 -rw-r--r-- 1 jenkins jenkins 16060 Aug 16 15:02 coverage.out 15:02:47 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 16 15:00 go.mod 15:02:47 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 16 15:00 go.sum 15:02:47 drwxrwxr-x 6 jenkins jenkins 4096 Aug 16 15:00 internal 15:02:47 -rw-rw-r-- 1 jenkins jenkins 913 Aug 16 15:00 main.go 15:02:47 drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:00 pkg 15:02:47 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:00 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:47 + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b --label arch=amd64 --label version=3.1.0-dev.32 . 15:02:47 Sending build context to Docker daemon 456.2kB 15:02:47 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:02:47 Step 2/26 : FROM ${BASE} AS builder 15:02:47 ---> 4a8e37e3e7d5 15:02:47 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:02:47 ---> Running in 81f739d9d913 15:02:47 Removing intermediate container 81f739d9d913 15:02:47 ---> 68e69a471513 15:02:47 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:02:47 ---> Running in ea8f8995eb29 15:02:47 Removing intermediate container ea8f8995eb29 15:02:47 ---> e41c15791dce 15:02:47 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:02:47 ---> Running in 4c7fb22c0fa4 15:02:47 Removing intermediate container 4c7fb22c0fa4 15:02:47 ---> c3e75cfed940 15:02:47 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:02:48 ---> Running in ec9dec15df3f 15:02:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:02:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:02:49 OK: 265 MiB in 53 packages 15:02:49 Removing intermediate container ec9dec15df3f 15:02:49 ---> 0e7f20f816d2 15:02:49 Step 7/26 : WORKDIR /app 15:02:49 ---> Running in d66dcd3b9893 15:02:49 Removing intermediate container d66dcd3b9893 15:02:49 ---> bea24c0dcfe7 15:02:49 Step 8/26 : COPY go.mod vendor* ./ 15:02:49 ---> 021cdaa7db8b 15:02:49 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:02:49 ---> Running in e2da986a685c 15:02:50 Removing intermediate container e2da986a685c 15:02:50 ---> 24cb6f159a6d 15:02:50 Step 10/26 : COPY . . 15:02:50 ---> 2923ce94c508 15:02:50 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:02:50 ---> Running in febdf157de90 15:02:50 Removing intermediate container febdf157de90 15:02:50 ---> b0098aac8392 15:02:50 Step 12/26 : RUN $MAKE 15:02:50 ---> Running in f4007093fbb9 15:02:50 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.32" -trimpath -mod=readonly -o app-record-replay 15:03:12 Removing intermediate container f4007093fbb9 15:03:12 ---> 641b23aac804 15:03:12 Step 13/26 : FROM alpine:3.17 15:03:13 3.17: Pulling from library/alpine 15:03:13 9398808236ff: Pulling fs layer 15:03:13 9398808236ff: Download complete 15:03:13 9398808236ff: Pull complete 15:03:13 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:03:13 Status: Downloaded newer image for alpine:3.17 15:03:13 ---> 1e0b8b5322fc 15:03:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:03:13 ---> Running in 3a039d1941ee 15:03:13 Removing intermediate container 3a039d1941ee 15:03:13 ---> d7b9ee181279 15:03:13 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 15:03:13 ---> Running in e206ba8c1674 15:03:13 Removing intermediate container e206ba8c1674 15:03:13 ---> 84857d68b053 15:03:13 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:03:13 ---> Running in 8029e4922443 15:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:03:14 (1/2) Installing ca-certificates (20230506-r0) 15:03:14 (2/2) Installing dumb-init (1.2.5-r2) 15:03:14 Executing busybox-1.35.0-r29.trigger 15:03:14 Executing ca-certificates-20230506-r0.trigger 15:03:14 OK: 8 MiB in 17 packages 15:03:15 Removing intermediate container 8029e4922443 15:03:15 ---> 9bf41e51df6b 15:03:15 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:03:15 ---> 22a5de05d026 15:03:15 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:03:15 ---> ef18f555398a 15:03:15 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:03:15 ---> 95ff70027ef8 15:03:15 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 15:03:16 ---> 5b52aec6f88d 15:03:16 Step 21/26 : EXPOSE 59712 15:03:16 ---> Running in a4f895f496b0 15:03:16 Removing intermediate container a4f895f496b0 15:03:16 ---> 21d8153a1370 15:03:16 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 15:03:16 ---> Running in beda1979c38a 15:03:16 Removing intermediate container beda1979c38a 15:03:16 ---> d2e70bc78b23 15:03:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:03:16 ---> Running in 2505b4455fc6 15:03:16 Removing intermediate container 2505b4455fc6 15:03:16 ---> e3a1f3352a55 15:03:16 Step 24/26 : LABEL arch=amd64 15:03:16 ---> Running in 34692de39542 15:03:16 Removing intermediate container 34692de39542 15:03:16 ---> 44e12e2a0583 15:03:16 Step 25/26 : LABEL git_sha=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:03:16 ---> Running in edca21aeeee4 15:03:16 Removing intermediate container edca21aeeee4 15:03:16 ---> c58ffe673e7e 15:03:16 Step 26/26 : LABEL version=3.1.0-dev.32 15:03:16 ---> Running in a7b6ac1c7bcc 15:03:16 Removing intermediate container a7b6ac1c7bcc 15:03:16 ---> de01f08bb11e 15:03:16 [Warning] One or more build-args [ARCH] were not consumed 15:03:16 Successfully built de01f08bb11e 15:03:16 Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:03:17 provisioning config files... 15:03:17 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7570594745114946495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:03:17 ---> docker-login.sh 15:03:17 nexus3.edgexfoundry.org:10001 15:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:17 Configure a credential helper to remove this warning. See 15:03:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:17 15:03:17 Login Succeeded 15:03:17 nexus3.edgexfoundry.org:10002 15:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:17 Configure a credential helper to remove this warning. See 15:03:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:17 15:03:17 Login Succeeded 15:03:17 nexus3.edgexfoundry.org:10003 15:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:17 Configure a credential helper to remove this warning. See 15:03:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:17 15:03:17 Login Succeeded 15:03:17 nexus3.edgexfoundry.org:10004 15:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:17 Configure a credential helper to remove this warning. See 15:03:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:17 15:03:17 Login Succeeded 15:03:17 docker.io 15:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:03:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:03:18 Configure a credential helper to remove this warning. See 15:03:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:03:18 15:03:18 Login Succeeded 15:03:18 ---> docker-login.sh ends [Pipeline] } 15:03:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:03:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:03:18 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 15:03:18 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:03:18 latest 15:03:18 3.1.0-dev.32 15:03:18 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 15:03:18 main 15:03:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:18 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:18 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:03:18 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:03:18 8ab3abeb4c16: Preparing 15:03:18 e63f06fb7a70: Preparing 15:03:18 bf897363683a: Preparing 15:03:18 1b2562bbcd81: Preparing 15:03:18 929e9b098506: Preparing 15:03:18 36b50b131297: Preparing 15:03:18 36b50b131297: Waiting 15:03:18 bf897363683a: Pushed 15:03:18 e63f06fb7a70: Pushed 15:03:18 1b2562bbcd81: Pushed 15:03:18 36b50b131297: Layer already exists 15:03:18 929e9b098506: Pushed 15:03:21 8ab3abeb4c16: Pushed 15:03:21 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:21 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:21 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:03:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:03:21 8ab3abeb4c16: Preparing 15:03:21 e63f06fb7a70: Preparing 15:03:21 bf897363683a: Preparing 15:03:21 1b2562bbcd81: Preparing 15:03:21 929e9b098506: Preparing 15:03:21 36b50b131297: Preparing 15:03:21 e63f06fb7a70: Layer already exists 15:03:21 bf897363683a: Layer already exists 15:03:21 1b2562bbcd81: Layer already exists 15:03:21 8ab3abeb4c16: Layer already exists 15:03:21 929e9b098506: Layer already exists 15:03:21 36b50b131297: Layer already exists 15:03:21 latest: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:22 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:22 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.32 15:03:22 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:03:22 8ab3abeb4c16: Preparing 15:03:22 e63f06fb7a70: Preparing 15:03:22 bf897363683a: Preparing 15:03:22 1b2562bbcd81: Preparing 15:03:22 929e9b098506: Preparing 15:03:22 36b50b131297: Preparing 15:03:22 36b50b131297: Waiting 15:03:22 8ab3abeb4c16: Layer already exists 15:03:22 bf897363683a: Layer already exists 15:03:22 929e9b098506: Layer already exists 15:03:22 1b2562bbcd81: Layer already exists 15:03:22 e63f06fb7a70: Layer already exists 15:03:22 36b50b131297: Layer already exists 15:03:22 3.1.0-dev.32: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:22 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:23 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 15:03:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:03:23 8ab3abeb4c16: Preparing 15:03:23 e63f06fb7a70: Preparing 15:03:23 bf897363683a: Preparing 15:03:23 1b2562bbcd81: Preparing 15:03:23 929e9b098506: Preparing 15:03:23 36b50b131297: Preparing 15:03:23 36b50b131297: Waiting 15:03:23 e63f06fb7a70: Layer already exists 15:03:23 bf897363683a: Layer already exists 15:03:23 8ab3abeb4c16: Layer already exists 15:03:23 929e9b098506: Layer already exists 15:03:23 1b2562bbcd81: Layer already exists 15:03:23 36b50b131297: Layer already exists 15:03:23 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:23 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:23 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 15:03:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:03:23 8ab3abeb4c16: Preparing 15:03:23 e63f06fb7a70: Preparing 15:03:23 bf897363683a: Preparing 15:03:23 1b2562bbcd81: Preparing 15:03:23 929e9b098506: Preparing 15:03:23 36b50b131297: Preparing 15:03:23 36b50b131297: Waiting 15:03:23 8ab3abeb4c16: Layer already exists 15:03:23 bf897363683a: Layer already exists 15:03:23 1b2562bbcd81: Layer already exists 15:03:23 929e9b098506: Layer already exists 15:03:23 e63f06fb7a70: Layer already exists 15:03:23 36b50b131297: Layer already exists 15:03:23 main: digest: sha256:62f74b9a8fa351bfce0a88bc00a4ad4c062bf01bf995b14c21425731c845a814 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:03:23 ===================================================== [Pipeline] echo 15:03:23 taggedImages: 15:03:23 - nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:03:23 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:03:23 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.32 15:03:23 - nexus3.edgexfoundry.org:10004/app-record-replay:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 15:03:23 - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:03:24 15:03:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:03:24 latest: Pulling from edgex-lftools-log-publisher 15:03:24 5eb5b503b376: Pulling fs layer 15:03:24 5c69ac0246d0: Pulling fs layer 15:03:24 ec43610c2a17: Pulling fs layer 15:03:24 3a2ae6a8a46f: Pulling fs layer 15:03:24 33b1e0a273af: Pulling fs layer 15:03:24 5d3b04190fa2: Pulling fs layer 15:03:24 2f39f015ded8: Pulling fs layer 15:03:24 3a2ae6a8a46f: Waiting 15:03:24 33b1e0a273af: Waiting 15:03:24 5d3b04190fa2: Waiting 15:03:24 2f39f015ded8: Waiting 15:03:24 5c69ac0246d0: Download complete 15:03:24 3a2ae6a8a46f: Download complete 15:03:24 33b1e0a273af: Verifying Checksum 15:03:24 33b1e0a273af: Download complete 15:03:24 5d3b04190fa2: Download complete 15:03:24 ec43610c2a17: Verifying Checksum 15:03:24 ec43610c2a17: Download complete 15:03:24 5eb5b503b376: Verifying Checksum 15:03:24 5eb5b503b376: Download complete 15:03:25 2f39f015ded8: Verifying Checksum 15:03:25 2f39f015ded8: Download complete 15:03:25 5eb5b503b376: Pull complete 15:03:25 5c69ac0246d0: Pull complete 15:03:26 ec43610c2a17: Pull complete 15:03:26 3a2ae6a8a46f: Pull complete 15:03:26 33b1e0a273af: Pull complete 15:03:26 5d3b04190fa2: Pull complete 15:03:31 2f39f015ded8: Pull complete 15:03:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:03:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:03:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:03:31 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:03:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:03:37 $ docker top aecdfd9ddee078f96b681e1e483d4d06a4d854dbb392a3a8b4530b80baad997c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:03:37 ---> job-cost.sh 15:03:37 lf-activate-venv: SKIPPING 15:03:37 INFO: No Stack... 15:03:37 INFO: Retrieving Pricing Info for: v3-standard-8 15:03:37 INFO: Archiving Costs [Pipeline] sh 15:03:38 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 15:03:38 + cut -d, -f6 [Pipeline] lock 15:03:38 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] 15:03:38 Resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] did not exist. Created. 15:03:38 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:03:38 + echo total: 0.2199999988079071 [Pipeline] stash 15:03:38 Stashed 1 file(s) [Pipeline] } 15:03:38 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] // lock [Pipeline] } 15:03:38 $ docker stop --time=1 aecdfd9ddee078f96b681e1e483d4d06a4d854dbb392a3a8b4530b80baad997c 15:03:39 $ docker rm -f --volumes aecdfd9ddee078f96b681e1e483d4d06a4d854dbb392a3a8b4530b80baad997c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:04:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3795 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 15:04:42 Running in /w/workspace/app-record-replay/35 [Pipeline] { [Pipeline] checkout 15:04:42 Selected Git installation does not exist. Using Default 15:04:42 The recommended git tool is: NONE 15:04:48 using credential edgex-jenkins-ssh 15:04:48 Cloning the remote Git repository 15:04:48 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 15:04:48 > git init /w/workspace/app-record-replay/35 # timeout=10 15:04:49 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 15:04:49 > git --version # timeout=10 15:04:49 > git --version # 'git version 2.25.1' 15:04:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:49 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 15:04:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:50 Avoid second fetch 15:04:50 Checking out Revision 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b (main) 15:04:50 > git config core.sparsecheckout # timeout=10 15:04:51 > git checkout -f 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b # timeout=10 15:04:51 Commit message: "Merge pull request #59 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.19" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:04:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:04:52 % Total % Received % Xferd Average Speed Time Time Time Current 15:04:52 Dload Upload Total Spent Left Speed 15:04:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 204k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh 15:04:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:04:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:04:53 + sudo tee /etc/docker/daemon.new 15:04:53 { 15:04:53 "registry-mirrors": [ 15:04:53 "https://nexus3.edgexfoundry.org:10001" 15:04:53 ], 15:04:53 "bip": "10.250.0.254/24", 15:04:53 "hosts": [ 15:04:53 "tcp://0.0.0.0:5555", 15:04:53 "unix:///var/run/docker.sock" 15:04:53 ], 15:04:53 "mtu": 1458, 15:04:53 "selinux-enabled": true, 15:04:53 "seccomp-profile": "/etc/docker/seccomp.json" 15:04:53 } [Pipeline] sh 15:04:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:04:54 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:05:12 provisioning config files... 15:05:12 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/35@tmp/config14347083748211957356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:05:13 ---> docker-login.sh 15:05:13 nexus3.edgexfoundry.org:10001 15:05:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:13 Configure a credential helper to remove this warning. See 15:05:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:13 15:05:13 Login Succeeded 15:05:13 nexus3.edgexfoundry.org:10002 15:05:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:14 Configure a credential helper to remove this warning. See 15:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:14 15:05:14 Login Succeeded 15:05:14 nexus3.edgexfoundry.org:10003 15:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:14 Configure a credential helper to remove this warning. See 15:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:14 15:05:14 Login Succeeded 15:05:14 nexus3.edgexfoundry.org:10004 15:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:14 Configure a credential helper to remove this warning. See 15:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:14 15:05:14 Login Succeeded 15:05:14 docker.io 15:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:05:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:05:15 Configure a credential helper to remove this warning. See 15:05:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:05:15 15:05:15 Login Succeeded 15:05:15 ---> docker-login.sh ends [Pipeline] } 15:05:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:05:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:05:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:05:15 ========================================================= 15:05:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:05:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:15 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 15:05:15 Sending build context to Docker daemon 197.1kB 15:05:16 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:05:16 Step 2/12 : FROM ${BASE} AS builder 15:05:16 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:05:16 edb6bdbacee9: Pulling fs layer 15:05:16 5f9638ab2659: Pulling fs layer 15:05:16 8d51d6327a98: Pulling fs layer 15:05:16 8b374f2dd631: Pulling fs layer 15:05:16 ec14aa9079de: Pulling fs layer 15:05:16 2f466654f4bb: Pulling fs layer 15:05:16 554e91adad29: Pulling fs layer 15:05:16 ec14aa9079de: Waiting 15:05:16 2f466654f4bb: Waiting 15:05:16 554e91adad29: Waiting 15:05:16 8b374f2dd631: Waiting 15:05:16 5f9638ab2659: Verifying Checksum 15:05:16 5f9638ab2659: Download complete 15:05:16 8b374f2dd631: Verifying Checksum 15:05:16 8b374f2dd631: Download complete 15:05:16 ec14aa9079de: Verifying Checksum 15:05:16 ec14aa9079de: Download complete 15:05:16 edb6bdbacee9: Verifying Checksum 15:05:17 edb6bdbacee9: Pull complete 15:05:18 554e91adad29: Verifying Checksum 15:05:18 554e91adad29: Download complete 15:05:18 5f9638ab2659: Pull complete 15:05:19 8d51d6327a98: Verifying Checksum 15:05:19 8d51d6327a98: Download complete 15:05:19 2f466654f4bb: Verifying Checksum 15:05:19 2f466654f4bb: Download complete 15:05:31 8d51d6327a98: Pull complete 15:05:31 8b374f2dd631: Pull complete 15:05:31 ec14aa9079de: Pull complete 15:05:39 2f466654f4bb: Pull complete 15:05:41 554e91adad29: Pull complete 15:05:41 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:05:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:05:41 ---> 1e15ea492957 15:05:41 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:05:43 ---> Running in d5d868d55af6 15:05:43 Removing intermediate container d5d868d55af6 15:05:43 ---> 5745f9a908d4 15:05:43 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:05:44 ---> Running in 3bd93dc9c5f5 15:05:44 Removing intermediate container 3bd93dc9c5f5 15:05:44 ---> d0bdb0b6b77f 15:05:44 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:05:44 ---> Running in 82ad3a0e9b3a 15:05:44 Removing intermediate container 82ad3a0e9b3a 15:05:44 ---> 48bca8f7906b 15:05:44 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:05:44 ---> Running in d2f883dd11a5 15:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:05:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:05:47 OK: 263 MiB in 53 packages 15:05:48 Removing intermediate container d2f883dd11a5 15:05:48 ---> 363f30917d28 15:05:48 Step 7/12 : WORKDIR /app 15:05:48 ---> Running in 6068e3d97933 15:05:49 Removing intermediate container 6068e3d97933 15:05:49 ---> 51b14baf58ec 15:05:49 Step 8/12 : COPY go.mod vendor* ./ 15:05:49 ---> 9cef75dc3d18 15:05:49 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:49 ---> Running in cb9d344db895 15:07:11 Removing intermediate container cb9d344db895 15:07:11 ---> 6ba2b93b8298 15:07:11 Step 10/12 : COPY . . 15:07:11 ---> f4099705a37e 15:07:11 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:07:11 ---> Running in 9056920624ff 15:07:11 Removing intermediate container 9056920624ff 15:07:11 ---> 76851bae77c9 15:07:11 Step 12/12 : RUN $MAKE 15:07:11 ---> Running in aed6d2e8c5b9 15:07:11 noop 15:07:11 Removing intermediate container aed6d2e8c5b9 15:07:11 ---> 91ee5df2cced 15:07:11 Successfully built 91ee5df2cced 15:07:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:11 + docker inspect -f . ci-base-image-arm64 15:07:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:07:12 prd-ubuntu20.04-docker-arm64-4c-16g-3795 does not seem to be running inside a container 15:07:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/35 -v /w/workspace/app-record-replay/35:/w/workspace/app-record-replay/35:rw,z -v /w/workspace/app-record-replay/35@tmp:/w/workspace/app-record-replay/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:07:13 $ docker top 858ef2e24ff8f798764999ca5aa282e7ab3307a89b526de6eefc6304ae3c5a91 -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:14 + go version 15:07:14 go version go1.20.6 linux/arm64 [Pipeline] } 15:07:14 $ docker stop --time=1 858ef2e24ff8f798764999ca5aa282e7ab3307a89b526de6eefc6304ae3c5a91 15:07:15 $ docker rm -f --volumes 858ef2e24ff8f798764999ca5aa282e7ab3307a89b526de6eefc6304ae3c5a91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:16 + docker inspect -f . ci-base-image-arm64 15:07:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:07:16 prd-ubuntu20.04-docker-arm64-4c-16g-3795 does not seem to be running inside a container 15:07:16 $ 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/35 -v /w/workspace/app-record-replay/35:/w/workspace/app-record-replay/35:rw,z -v /w/workspace/app-record-replay/35@tmp:/w/workspace/app-record-replay/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:07:17 $ docker top 591067df17e6a7c08b1ef36f262cb58f3a3a1a94a7e2a2e246631c15521fb460 -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:18 + git config --global --add safe.directory /w/workspace/app-record-replay/35 [Pipeline] fileExists [Pipeline] sh 15:07:19 + make test 15:07:19 go test -race -coverprofile=coverage.out ./... 15:10:41 ? github.com/edgexfoundry/app-record-replay [no test files] 15:10:41 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:10:41 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:10:41 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:10:41 ok github.com/edgexfoundry/app-record-replay/internal/app 0.274s coverage: 88.0% of statements 15:10:49 ok github.com/edgexfoundry/app-record-replay/internal/application 8.867s coverage: 97.5% of statements 15:10:49 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.553s coverage: 85.2% of statements 15:10:50 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:10:50 go vet ./... 15:13:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:13:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:13:26 ./bin/test-attribution-txt.sh [Pipeline] echo 15:13:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:13:26 $ docker stop --time=1 591067df17e6a7c08b1ef36f262cb58f3a3a1a94a7e2a2e246631c15521fb460 15:13:28 $ docker rm -f --volumes 591067df17e6a7c08b1ef36f262cb58f3a3a1a94a7e2a2e246631c15521fb460 [Pipeline] // withDockerContainer [Pipeline] sh 15:13:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:13:30 Warning: overwriting stash ‘coverage-report’ 15:13:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:13:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:13:31 + ls -al . 15:13:31 total 168 15:13:31 drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:07 . 15:13:31 drwxrwxr-x 4 jenkins jenkins 4096 Aug 16 15:04 .. 15:13:31 -rw-rw-r-- 1 jenkins jenkins 119 Aug 16 15:04 .dockerignore 15:13:31 drwxrwxr-x 8 jenkins jenkins 4096 Aug 16 15:04 .git 15:13:31 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:04 .github 15:13:31 -rw-rw-r-- 1 jenkins jenkins 164 Aug 16 15:04 .gitignore 15:13:31 -rw-rw-r-- 1 jenkins jenkins 41 Aug 16 15:04 .golangci.yml 15:13:31 -rw-rw-r-- 1 jenkins jenkins 10542 Aug 16 15:04 Attribution.txt 15:13:31 -rw-rw-r-- 1 jenkins jenkins 258 Aug 16 15:04 CHANGELOG.md 15:13:31 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 16 15:04 Dockerfile 15:13:31 -rw-rw-r-- 1 jenkins jenkins 677 Aug 16 15:04 GOVERNANCE.md 15:13:31 -rw-rw-r-- 1 jenkins jenkins 681 Aug 16 15:04 Jenkinsfile 15:13:31 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 16 15:04 LICENSE 15:13:31 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 16 15:04 Makefile 15:13:31 -rw-rw-r-- 1 jenkins jenkins 611 Aug 16 15:04 OWNERS.md 15:13:31 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 16 15:04 README.md 15:13:31 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 16 15:04 Record and Reply.postman_collection.json 15:13:31 -rw-rw-r-- 1 jenkins jenkins 12 Aug 16 15:00 VERSION 15:13:31 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:04 bin 15:13:31 -rw-r--r-- 1 jenkins jenkins 16060 Aug 16 15:10 coverage.out 15:13:31 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 16 15:04 go.mod 15:13:31 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 16 15:04 go.sum 15:13:31 drwxrwxr-x 6 jenkins jenkins 4096 Aug 16 15:04 internal 15:13:31 -rw-rw-r-- 1 jenkins jenkins 913 Aug 16 15:04 main.go 15:13:31 drwxrwxr-x 3 jenkins jenkins 4096 Aug 16 15:04 pkg 15:13:31 drwxrwxr-x 2 jenkins jenkins 4096 Aug 16 15:04 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:32 + 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=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b --label arch=arm64 --label version=3.1.0-dev.32 . 15:13:32 Sending build context to Docker daemon 214kB 15:13:32 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:13:32 Step 2/26 : FROM ${BASE} AS builder 15:13:32 ---> 91ee5df2cced 15:13:32 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:13:33 ---> Running in 618161fa0af4 15:13:33 Removing intermediate container 618161fa0af4 15:13:33 ---> ab48e795af0f 15:13:33 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:13:33 ---> Running in aeeea47c1c4e 15:13:33 Removing intermediate container aeeea47c1c4e 15:13:33 ---> f84b8da8d7f5 15:13:33 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:13:33 ---> Running in 1a8a56f3d635 15:13:34 Removing intermediate container 1a8a56f3d635 15:13:34 ---> 97be465c190c 15:13:34 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:13:34 ---> Running in aff4adde0d6a 15:13:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:13:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:13:36 OK: 263 MiB in 53 packages 15:13:37 Removing intermediate container aff4adde0d6a 15:13:37 ---> a6ccc9c430de 15:13:37 Step 7/26 : WORKDIR /app 15:13:37 ---> Running in b7cc466c959d 15:13:37 Removing intermediate container b7cc466c959d 15:13:37 ---> d8891321c472 15:13:37 Step 8/26 : COPY go.mod vendor* ./ 15:13:38 ---> 1366f2fea543 15:13:38 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:13:38 ---> Running in 0531b8f67287 15:13:40 Removing intermediate container 0531b8f67287 15:13:40 ---> fafe68b42acb 15:13:40 Step 10/26 : COPY . . 15:13:41 ---> 8c4a4a87d329 15:13:41 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:13:41 ---> Running in 685a9fd18530 15:13:41 Removing intermediate container 685a9fd18530 15:13:41 ---> 3d00c915cfab 15:13:41 Step 12/26 : RUN $MAKE 15:13:41 ---> Running in daf57eb5ca47 15:13:42 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.32" -trimpath -mod=readonly -o app-record-replay 15:15:49 Removing intermediate container daf57eb5ca47 15:15:49 ---> 60d7e55b75c7 15:15:49 Step 13/26 : FROM alpine:3.17 15:15:49 3.17: Pulling from library/alpine 15:15:49 4060ece20d7a: Pulling fs layer 15:15:49 4060ece20d7a: Verifying Checksum 15:15:49 4060ece20d7a: Download complete 15:15:49 4060ece20d7a: Pull complete 15:15:49 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:15:49 Status: Downloaded newer image for alpine:3.17 15:15:49 ---> 8650cd65339b 15:15:49 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:15:49 ---> Running in b9feacf50d02 15:15:49 Removing intermediate container b9feacf50d02 15:15:49 ---> 71bc878cba4d 15:15:49 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 15:15:49 ---> Running in 9c2b3b1b5d10 15:15:49 Removing intermediate container 9c2b3b1b5d10 15:15:49 ---> 2fa02d8474ca 15:15:49 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:15:49 ---> Running in bb6387c16537 15:15:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:15:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:15:51 (1/2) Installing ca-certificates (20230506-r0) 15:15:52 (2/2) Installing dumb-init (1.2.5-r2) 15:15:52 Executing busybox-1.35.0-r29.trigger 15:15:52 Executing ca-certificates-20230506-r0.trigger 15:15:52 OK: 8 MiB in 17 packages 15:15:53 Removing intermediate container bb6387c16537 15:15:53 ---> 64ee43ec091f 15:15:53 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:15:54 ---> 7c32b9959fd2 15:15:54 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:15:54 ---> eb85b86153e1 15:15:54 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:15:55 ---> f31c369a1f8e 15:15:55 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 15:15:56 ---> 271734e7cddc 15:15:56 Step 21/26 : EXPOSE 59712 15:15:56 ---> Running in efd3a31f7f46 15:15:56 Removing intermediate container efd3a31f7f46 15:15:56 ---> 7c7ca6527bcc 15:15:56 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 15:15:56 ---> Running in 845d7ba4b61f 15:15:56 Removing intermediate container 845d7ba4b61f 15:15:56 ---> 0aec7974937d 15:15:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:15:56 ---> Running in 4aa326f6c0eb 15:15:57 Removing intermediate container 4aa326f6c0eb 15:15:57 ---> 5631610e0194 15:15:57 Step 24/26 : LABEL arch=arm64 15:15:57 ---> Running in 1adfd7a6a747 15:15:57 Removing intermediate container 1adfd7a6a747 15:15:57 ---> fac5f320d2d6 15:15:57 Step 25/26 : LABEL git_sha=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:15:57 ---> Running in 28bf880751e4 15:15:58 Removing intermediate container 28bf880751e4 15:15:58 ---> f7fbd91932bd 15:15:58 Step 26/26 : LABEL version=3.1.0-dev.32 15:15:58 ---> Running in d3ce961f6be1 15:15:58 Removing intermediate container d3ce961f6be1 15:15:58 ---> 965d7d31a5de 15:15:58 [Warning] One or more build-args [ARCH] were not consumed 15:15:58 Successfully built 965d7d31a5de 15:15:58 Successfully tagged app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:15:58 provisioning config files... 15:15:58 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/35@tmp/config119742836679974157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:15:58 ---> docker-login.sh 15:15:58 nexus3.edgexfoundry.org:10001 15:15:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:59 Configure a credential helper to remove this warning. See 15:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:59 15:15:59 Login Succeeded 15:15:59 nexus3.edgexfoundry.org:10002 15:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:59 Configure a credential helper to remove this warning. See 15:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:59 15:15:59 Login Succeeded 15:15:59 nexus3.edgexfoundry.org:10003 15:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:59 Configure a credential helper to remove this warning. See 15:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:59 15:15:59 Login Succeeded 15:15:59 nexus3.edgexfoundry.org:10004 15:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:00 Configure a credential helper to remove this warning. See 15:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:00 15:16:00 Login Succeeded 15:16:00 docker.io 15:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:00 Configure a credential helper to remove this warning. See 15:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:00 15:16:00 Login Succeeded 15:16:00 ---> docker-login.sh ends [Pipeline] } 15:16:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:16:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:16:00 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 15:16:00 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:16:00 latest 15:16:00 3.1.0-dev.32 15:16:00 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 15:16:00 main 15:16:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:01 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:01 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:16:01 40b7d96e5686: Preparing 15:16:01 2847da66667c: Preparing 15:16:01 814208f48648: Preparing 15:16:01 887bde84abc8: Preparing 15:16:01 2d6f74372ff0: Preparing 15:16:01 d2d9d24a8c2a: Preparing 15:16:01 d2d9d24a8c2a: Waiting 15:16:01 887bde84abc8: Pushed 15:16:01 2847da66667c: Pushed 15:16:01 814208f48648: Pushed 15:16:01 d2d9d24a8c2a: Layer already exists 15:16:02 2d6f74372ff0: Pushed 15:16:07 40b7d96e5686: Pushed 15:16:07 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:07 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:08 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:16:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:16:08 40b7d96e5686: Preparing 15:16:08 2847da66667c: Preparing 15:16:08 814208f48648: Preparing 15:16:08 887bde84abc8: Preparing 15:16:08 2d6f74372ff0: Preparing 15:16:08 d2d9d24a8c2a: Preparing 15:16:08 d2d9d24a8c2a: Waiting 15:16:08 2d6f74372ff0: Layer already exists 15:16:08 814208f48648: Layer already exists 15:16:08 2847da66667c: Layer already exists 15:16:08 887bde84abc8: Layer already exists 15:16:08 40b7d96e5686: Layer already exists 15:16:08 d2d9d24a8c2a: Layer already exists 15:16:08 latest: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:08 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.32 15:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:16:09 40b7d96e5686: Preparing 15:16:09 2847da66667c: Preparing 15:16:09 814208f48648: Preparing 15:16:09 887bde84abc8: Preparing 15:16:09 2d6f74372ff0: Preparing 15:16:09 d2d9d24a8c2a: Preparing 15:16:09 d2d9d24a8c2a: Waiting 15:16:09 2d6f74372ff0: Layer already exists 15:16:09 814208f48648: Layer already exists 15:16:09 40b7d96e5686: Layer already exists 15:16:09 887bde84abc8: Layer already exists 15:16:09 2847da66667c: Layer already exists 15:16:09 d2d9d24a8c2a: Layer already exists 15:16:09 3.1.0-dev.32: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:09 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:09 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 15:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:16:09 40b7d96e5686: Preparing 15:16:09 2847da66667c: Preparing 15:16:09 814208f48648: Preparing 15:16:09 887bde84abc8: Preparing 15:16:09 2d6f74372ff0: Preparing 15:16:09 d2d9d24a8c2a: Preparing 15:16:09 d2d9d24a8c2a: Waiting 15:16:09 2d6f74372ff0: Layer already exists 15:16:09 2847da66667c: Layer already exists 15:16:09 887bde84abc8: Layer already exists 15:16:09 40b7d96e5686: Layer already exists 15:16:09 814208f48648: Layer already exists 15:16:09 d2d9d24a8c2a: Layer already exists 15:16:09 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:10 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:10 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 15:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:16:10 40b7d96e5686: Preparing 15:16:10 2847da66667c: Preparing 15:16:10 814208f48648: Preparing 15:16:10 887bde84abc8: Preparing 15:16:10 2d6f74372ff0: Preparing 15:16:10 d2d9d24a8c2a: Preparing 15:16:10 d2d9d24a8c2a: Waiting 15:16:10 887bde84abc8: Layer already exists 15:16:10 2847da66667c: Layer already exists 15:16:10 2d6f74372ff0: Layer already exists 15:16:10 40b7d96e5686: Layer already exists 15:16:10 814208f48648: Layer already exists 15:16:10 d2d9d24a8c2a: Layer already exists 15:16:10 main: digest: sha256:cc8db821a62b7358304050aa0932f58b82dd60414b98295637eaf16aa1709309 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:16:10 ===================================================== [Pipeline] echo 15:16:10 taggedImages: 15:16:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b 15:16:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:16:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.32 15:16:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2e2d2508cb469b8aa4f57d66e2e040b41fc2985b-3.1.0-dev.32 15:16:10 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:16:11 15:16:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:16:11 arm64: Pulling from edgex-lftools-log-publisher 15:16:11 8998bd30e6a1: Pulling fs layer 15:16:11 04944245beec: Pulling fs layer 15:16:11 699f458cf7ca: Pulling fs layer 15:16:11 765212b225bb: Pulling fs layer 15:16:11 f23df028b6ca: Pulling fs layer 15:16:11 d65c8cfc05b1: Pulling fs layer 15:16:11 2437ff75d9bd: Pulling fs layer 15:16:11 765212b225bb: Waiting 15:16:11 f23df028b6ca: Waiting 15:16:11 d65c8cfc05b1: Waiting 15:16:11 2437ff75d9bd: Waiting 15:16:11 04944245beec: Verifying Checksum 15:16:11 04944245beec: Download complete 15:16:11 765212b225bb: Verifying Checksum 15:16:11 765212b225bb: Download complete 15:16:11 f23df028b6ca: Verifying Checksum 15:16:11 f23df028b6ca: Download complete 15:16:11 d65c8cfc05b1: Verifying Checksum 15:16:11 d65c8cfc05b1: Download complete 15:16:11 699f458cf7ca: Verifying Checksum 15:16:11 699f458cf7ca: Download complete 15:16:12 8998bd30e6a1: Download complete 15:16:14 2437ff75d9bd: Verifying Checksum 15:16:14 2437ff75d9bd: Download complete 15:16:16 8998bd30e6a1: Pull complete 15:16:16 04944245beec: Pull complete 15:16:17 699f458cf7ca: Pull complete 15:16:17 765212b225bb: Pull complete 15:16:18 f23df028b6ca: Pull complete 15:16:18 d65c8cfc05b1: Pull complete 15:16:33 2437ff75d9bd: Pull complete 15:16:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:16:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:16:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:33 prd-ubuntu20.04-docker-arm64-4c-16g-3795 does not seem to be running inside a container 15:16:33 $ 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/35 -v /w/workspace/app-record-replay/35:/w/workspace/app-record-replay/35:rw,z -v /w/workspace/app-record-replay/35@tmp:/w/workspace/app-record-replay/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:16:36 $ docker top 279f0650422162bb5c970128c171516ee000870d4e904255e15f176d90ee5a98 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:16:36 ---> job-cost.sh 15:16:37 lf-activate-venv: SKIPPING 15:16:37 INFO: No Stack... 15:16:37 INFO: Retrieving Pricing Info for: v3-standard-4 15:16:38 INFO: Archiving Costs [Pipeline] sh 15:16:38 + cut+ -d, -f6 15:16:38 cat /w/workspace/app-record-replay/35/archives/cost.csv [Pipeline] lock 15:16:38 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] 15:16:38 Resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] did not exist. Created. 15:16:38 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:16:39 /w/workspace/app-record-replay/35@tmp/durable-0dea8f7f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:16:40 + echo total: 0.10999999940395355 [Pipeline] stash 15:16:40 Warning: overwriting stash ‘stack-cost’ 15:16:40 Stashed 1 file(s) [Pipeline] } 15:16:40 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-35-stack-cost] [Pipeline] // lock [Pipeline] } 15:16:40 $ docker stop --time=1 279f0650422162bb5c970128c171516ee000870d4e904255e15f176d90ee5a98 15:16:41 $ docker rm -f --volumes 279f0650422162bb5c970128c171516ee000870d4e904255e15f176d90ee5a98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:16:42 provisioning config files... 15:16:42 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #35 15:16:42 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13999064415143124814tmp [Pipeline] { [Pipeline] sh 15:16:42 + set +x 15:16:42 + curl -s https://codecov.io/bash 15:16:42 + bash -s -- 15:16:42 15:16:42 _____ _ 15:16:42 / ____| | | 15:16:42 | | ___ __| | ___ ___ _____ __ 15:16:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:16:42 | |___| (_) | (_| | __/ (_| (_) \ V / 15:16:42 \_____\___/ \__,_|\___|\___\___/ \_/ 15:16:42 Bash-1.0.6 15:16:42 15:16:42 15:16:42 ==> git version 2.25.1 found 15:16:42 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:16:42 Release-Date: 2020-01-08 15:16:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:16:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:16:42 ==> Jenkins CI detected. 15:16:42 current dir:  /w/workspace/exfoundry_app-record-replay_main 15:16:42 project root: . 15:16:42 --> token set from env 15:16:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:16:42 ==> Running gcov in . (disable via -X gcov) 15:16:42 ==> Python coveragepy not found 15:16:42 ==> Searching for coverage reports in: 15:16:42 + . 15:16:42 -> Found 1 reports 15:16:42 ==> Detecting git/mercurial file structure 15:16:42 ==> Reading reports 15:16:42 + ./coverage.out bytes=16060 15:16:42 ==> Appending adjustments 15:16:42 https://docs.codecov.io/docs/fixing-reports 15:16:42 + Found adjustments 15:16:42 ==> Gzipping contents 15:16:42 4.0K /tmp/codecov.IZVf3u.gz 15:16:42 ==> Uploading reports 15:16:42 url: https://codecov.io 15:16:42 query: branch=main&commit=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F35%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:16:42 -> Pinging Codecov 15:16:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=2e2d2508cb469b8aa4f57d66e2e040b41fc2985b&build=35&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F35%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:16:42 Invalid request parameters 15:16:42 400 [Pipeline] } 15:16:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:16:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:16:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:16:43 15:16:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:16:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:16:43 df9b9388f04a: Pulling fs layer 15:16:43 52dc419b0ee2: Pulling fs layer 15:16:43 25bc292e5bac: Pulling fs layer 15:16:43 114826534d7a: Pulling fs layer 15:16:43 4657fd5d0bcf: Pulling fs layer 15:16:43 6ad1cebc031e: Pulling fs layer 15:16:43 8a3aa393b2d8: Pulling fs layer 15:16:43 4657fd5d0bcf: Waiting 15:16:43 8a3aa393b2d8: Waiting 15:16:43 6ad1cebc031e: Waiting 15:16:43 114826534d7a: Waiting 15:16:43 25bc292e5bac: Verifying Checksum 15:16:43 25bc292e5bac: Download complete 15:16:43 52dc419b0ee2: Download complete 15:16:43 4657fd5d0bcf: Verifying Checksum 15:16:43 4657fd5d0bcf: Download complete 15:16:43 df9b9388f04a: Verifying Checksum 15:16:43 df9b9388f04a: Download complete 15:16:43 6ad1cebc031e: Verifying Checksum 15:16:43 6ad1cebc031e: Download complete 15:16:43 df9b9388f04a: Pull complete 15:16:43 52dc419b0ee2: Pull complete 15:16:43 25bc292e5bac: Pull complete 15:16:44 114826534d7a: Verifying Checksum 15:16:44 114826534d7a: Download complete 15:16:44 8a3aa393b2d8: Verifying Checksum 15:16:44 8a3aa393b2d8: Download complete 15:16:47 114826534d7a: Pull complete 15:16:47 4657fd5d0bcf: Pull complete 15:16:48 6ad1cebc031e: Pull complete 15:16:50 8a3aa393b2d8: Pull complete 15:16:50 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:16:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:16:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:50 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:16:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:16:56 $ docker top f2c288377c997915f75657dc0e871e8617df2a360bced740eaacab003e072bd5 -eo pid,comm [Pipeline] { [Pipeline] echo 15:16:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 15:16:56 + set -o pipefail 15:16:56 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 15:17:02 15:17:02 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 15:17:02 15:17:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/7d5e7930-f1f6-45ea-958c-c399af6dea89 15:17:02 15:17:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:17:02 15:17:02 15:17:02 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:17:02 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:17:02 More details here: https://snyk.co/ue1NS [Pipeline] } 15:17:02 $ docker stop --time=1 f2c288377c997915f75657dc0e871e8617df2a360bced740eaacab003e072bd5 15:17:06 $ docker rm -f --volumes f2c288377c997915f75657dc0e871e8617df2a360bced740eaacab003e072bd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:17:06 + git log --format=format:%s -1 2e2d2508cb469b8aa4f57d66e2e040b41fc2985b [Pipeline] sh 15:17:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:17:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:17:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:07 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:17:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:17:08 $ docker top 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:17:08 [ssh-agent] Looking for ssh-agent implementation... 15:17:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:17:08 $ docker exec 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb ssh-agent 15:17:08 SSH_AUTH_SOCK=/tmp/ssh-g6L3stiAm5kg/agent.32 15:17:08 SSH_AGENT_PID=38 15:17:08 Running ssh-add (command line suppressed) 15:17:08 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11961804332647011364.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_11961804332647011364.key) 15:17:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:17:08 + git semver tag 15:17:09 2023-08-16 15:17:09,004 [run_tag] DEBUG tag force:False 15:17:09 2023-08-16 15:17:09,004 [check_head_tag] DEBUG check head tag 15:17:09 2023-08-16 15:17:09,005 [execute] INFO git cat-file --batch-check 15:17:09 2023-08-16 15:17:09,005 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:17:09 2023-08-16 15:17:09,010 [execute] INFO git cat-file --batch 15:17:09 2023-08-16 15:17:09,010 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:17:09 2023-08-16 15:17:09,020 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:17:09 2023-08-16 15:17:09,021 [execute] INFO git tag -a v3.1.0-dev.32 -m v3.1.0-dev.32 15:17:09 2023-08-16 15:17:09,021 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.32', '-m', 'v3.1.0-dev.32'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:17:09 2023-08-16 15:17:09,026 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:17:09 3.1.0-dev.32 [Pipeline] } 15:17:09 $ docker exec --env ******** --env ******** 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb ssh-agent -k 15:17:09 unset SSH_AUTH_SOCK; 15:17:09 unset SSH_AGENT_PID; 15:17:09 echo Agent pid 38 killed; 15:17:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:17:09 + git semver [Pipeline] } 15:17:09 $ docker stop --time=1 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb 15:17:11 $ docker rm -f --volumes 72d986fe09508286da113ca2271fc7fac58cbfff1de590160a24d915f91938bb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:17:11 15:17:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:17:11 0.23.1-centos7: Pulling from edgex-lftools 15:17:11 ab5ef0e58194: Pulling fs layer 15:17:11 9712f1f96733: Pulling fs layer 15:17:11 63f879dbbcfc: Pulling fs layer 15:17:11 0d9ebad4ef96: Pulling fs layer 15:17:11 e9a5061849ea: Pulling fs layer 15:17:11 d747dcd14b5f: Pulling fs layer 15:17:11 2de7ff778b66: Pulling fs layer 15:17:11 2de7ff778b66: Waiting 15:17:11 d747dcd14b5f: Waiting 15:17:11 0d9ebad4ef96: Waiting 15:17:11 e9a5061849ea: Waiting 15:17:11 9712f1f96733: Download complete 15:17:11 63f879dbbcfc: Verifying Checksum 15:17:11 63f879dbbcfc: Download complete 15:17:12 0d9ebad4ef96: Verifying Checksum 15:17:12 0d9ebad4ef96: Download complete 15:17:12 e9a5061849ea: Verifying Checksum 15:17:12 e9a5061849ea: Download complete 15:17:12 ab5ef0e58194: Verifying Checksum 15:17:12 ab5ef0e58194: Download complete 15:17:12 d747dcd14b5f: Verifying Checksum 15:17:12 d747dcd14b5f: Download complete 15:17:12 2de7ff778b66: Verifying Checksum 15:17:12 2de7ff778b66: Download complete 15:17:14 ab5ef0e58194: Pull complete 15:17:15 9712f1f96733: Pull complete 15:17:15 63f879dbbcfc: Pull complete 15:17:19 0d9ebad4ef96: Pull complete 15:17:19 e9a5061849ea: Pull complete 15:17:19 d747dcd14b5f: Pull complete 15:17:20 2de7ff778b66: Pull complete 15:17:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:17:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:17:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:20 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:17:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:17:27 $ docker top e8b7160536ad9d3cec146f6d4b0803632ab4da519ca59c154d4d6388c4ddf780 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:17:27 provisioning config files... 15:17:27 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10862025452646025168tmp 15:17:27 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9742968770752775705tmp 15:17:28 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10563001112063108873tmp [Pipeline] { [Pipeline] echo 15:17:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:17:28 ---> sigul-configuration.sh 15:17:28 gpg: directory `/root/.gnupg' created 15:17:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:17:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:17:28 gpg: keyring `/root/.gnupg/secring.gpg' created 15:17:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:17:28 gpg: CAST5 encrypted data 15:17:28 gpg: encrypted with 1 passphrase 15:17:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:17:28 + mkdir /home/jenkins 15:17:28 + mkdir /home/jenkins/sigul [Pipeline] sh 15:17:28 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:17:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:17:29 ---> sigul-install.sh 15:17:29 Sigul already installed; skipping installation. [Pipeline] sh 15:17:29 + git tag --list 15:17:29 v3.1.0-dev.0 15:17:29 v3.1.0-dev.1 15:17:29 v3.1.0-dev.10 15:17:29 v3.1.0-dev.11 15:17:29 v3.1.0-dev.12 15:17:29 v3.1.0-dev.13 15:17:29 v3.1.0-dev.14 15:17:29 v3.1.0-dev.15 15:17:29 v3.1.0-dev.16 15:17:29 v3.1.0-dev.17 15:17:29 v3.1.0-dev.18 15:17:29 v3.1.0-dev.19 15:17:29 v3.1.0-dev.2 15:17:29 v3.1.0-dev.20 15:17:29 v3.1.0-dev.21 15:17:29 v3.1.0-dev.22 15:17:29 v3.1.0-dev.23 15:17:29 v3.1.0-dev.24 15:17:29 v3.1.0-dev.25 15:17:29 v3.1.0-dev.26 15:17:29 v3.1.0-dev.27 15:17:29 v3.1.0-dev.28 15:17:29 v3.1.0-dev.29 15:17:29 v3.1.0-dev.3 15:17:29 v3.1.0-dev.30 15:17:29 v3.1.0-dev.31 15:17:29 v3.1.0-dev.32 15:17:29 v3.1.0-dev.4 15:17:29 v3.1.0-dev.5 15:17:29 v3.1.0-dev.6 15:17:29 v3.1.0-dev.7 15:17:29 v3.1.0-dev.8 15:17:29 v3.1.0-dev.9 [Pipeline] sh 15:17:29 + lftools sign git-tag v3.1.0-dev.32 15:17:30 Signing Git tag with Sigul... 15:17:30 Signing v3.1.0-dev.32 [Pipeline] echo 15:17:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:17:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:17:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:17:30 $ docker stop --time=1 e8b7160536ad9d3cec146f6d4b0803632ab4da519ca59c154d4d6388c4ddf780 15:17:32 $ docker rm -f --volumes e8b7160536ad9d3cec146f6d4b0803632ab4da519ca59c154d4d6388c4ddf780 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:17:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:17:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:17:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:33 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:17:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:17:33 $ docker top 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:17:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:17:33 [ssh-agent] Looking for ssh-agent implementation... 15:17:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:17:33 $ docker exec 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 ssh-agent 15:17:33 SSH_AUTH_SOCK=/tmp/ssh-ETjYEJkev5lm/agent.32 15:17:33 SSH_AGENT_PID=38 15:17:33 Running ssh-add (command line suppressed) 15:17:33 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1031785238921041534.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_1031785238921041534.key) 15:17:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:17:34 + git semver bump pre 15:17:34 2023-08-16 15:17:34,284 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:17:34 2023-08-16 15:17:34,285 [bump_version] DEBUG bumping version:3.1.0-dev.32 on axis:pre with prefix:dev 15:17:34 2023-08-16 15:17:34,285 [bump_version] DEBUG bumped version:3.1.0-dev.33 15:17:34 2023-08-16 15:17:34,285 [write_version] DEBUG write version:3.1.0-dev.33 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 15:17:34 2023-08-16 15:17:34,285 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:17:34 2023-08-16 15:17:34,285 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 15:17:34 2023-08-16 15:17:34,287 [execute] INFO git cat-file --batch-check 15:17:34 2023-08-16 15:17:34,287 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:17:34 2023-08-16 15:17:34,292 [execute] INFO git cat-file --batch 15:17:34 2023-08-16 15:17:34,292 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:17:34 2023-08-16 15:17:34,297 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:17:34 3.1.0-dev.33 [Pipeline] } 15:17:34 $ docker exec --env ******** --env ******** 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 ssh-agent -k 15:17:34 unset SSH_AUTH_SOCK; 15:17:34 unset SSH_AGENT_PID; 15:17:34 echo Agent pid 38 killed; 15:17:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:17:34 + git semver [Pipeline] } 15:17:35 $ docker stop --time=1 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 15:17:36 $ docker rm -f --volumes 7b7a8af8c5bc5897af30c6fcf23e51be3e6a86c4b8e396f8a8f6bcb5c15e3fc3 [Pipeline] // withDockerContainer [Pipeline] sh 15:17:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:17:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:17:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:37 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:17:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:17:37 $ docker top 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a -eo pid,comm 15:17:37 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:17:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:17:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:17:37 [ssh-agent] Looking for ssh-agent implementation... 15:17:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:17:37 $ docker exec 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a ssh-agent 15:17:37 SSH_AUTH_SOCK=/tmp/ssh-kgObdk6hmuqW/agent.31 15:17:37 SSH_AGENT_PID=37 15:17:37 Running ssh-add (command line suppressed) 15:17:37 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5958870078405973285.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5958870078405973285.key) 15:17:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:17:38 + git semver push 15:17:38 2023-08-16 15:17:38,243 [run_push] DEBUG push 15:17:38 2023-08-16 15:17:38,244 [execute] INFO git cat-file --batch-check 15:17:38 2023-08-16 15:17:38,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:17:38 2023-08-16 15:17:38,248 [execute] INFO git rev-list e5f4e049809739645055ff284355e5f6e79d4e44 -- 15:17:38 2023-08-16 15:17:38,248 [execute] DEBUG Popen(['git', 'rev-list', 'e5f4e049809739645055ff284355e5f6e79d4e44', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:17:38 2023-08-16 15:17:38,255 [execute] INFO git fetch -v origin 15:17:38 2023-08-16 15:17:38,255 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 15:17:38 2023-08-16 15:17:38,706 [run_push] DEBUG no remote changes detected 15:17:38 2023-08-16 15:17:38,706 [execute] INFO git push origin semver 15:17:38 2023-08-16 15:17:38,707 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:17:39 2023-08-16 15:17:39,697 [run_push] DEBUG push all version tags 15:17:39 2023-08-16 15:17:39,697 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:17:39 2023-08-16 15:17:39,698 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:17:40 2023-08-16 15:17:40,466 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:17:40 3.1.0-dev.33 [Pipeline] } 15:17:40 $ docker exec --env ******** --env ******** 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a ssh-agent -k 15:17:40 unset SSH_AUTH_SOCK; 15:17:40 unset SSH_AGENT_PID; 15:17:40 echo Agent pid 37 killed; 15:17:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:17:41 + git semver [Pipeline] } 15:17:41 $ docker stop --time=1 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a 15:17:42 $ docker rm -f --volumes 6d379f18eccbae03d08b1fd3e286e0dd0bf0a4749e14b21f5175c74ba94d032a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:17:43 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 15:17:43 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:17:43 total 16 15:17:43 drwxr-xr-x 3 root root 4096 Aug 16 15:03 . 15:17:43 drwxrwxr-x 10 jenkins jenkins 4096 Aug 16 15:17 .. 15:17:43 drwxr-xr-x 2 root root 4096 Aug 16 15:03 cost 15:17:43 -rw-r--r-- 1 root root 88 Aug 16 15:03 cost.csv 15:17:43 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 15:17:43 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:17:43 total 16 15:17:43 drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 15:03 . 15:17:43 drwxrwxr-x 10 jenkins jenkins 4096 Aug 16 15:17 .. 15:17:43 drwxr-xr-x 2 jenkins jenkins 4096 Aug 16 15:03 cost 15:17:43 -rw-r--r-- 1 jenkins jenkins 88 Aug 16 15:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:17:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:17:44 ---> package-listing.sh 15:17:44 ++ facter osfamily 15:17:44 ++ tr '[:upper:]' '[:lower:]' 15:17:44 + OS_FAMILY=debian 15:17:44 + workspace=/w/workspace/exfoundry_app-record-replay_main 15:17:44 + START_PACKAGES=/tmp/packages_start.txt 15:17:44 + END_PACKAGES=/tmp/packages_end.txt 15:17:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:17:44 + PACKAGES=/tmp/packages_start.txt 15:17:44 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:17:44 + PACKAGES=/tmp/packages_end.txt 15:17:44 + case "${OS_FAMILY}" in 15:17:44 + dpkg -l 15:17:44 + grep '^ii' 15:17:44 + '[' -f /tmp/packages_start.txt ']' 15:17:44 + '[' -f /tmp/packages_end.txt ']' 15:17:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:17:44 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:17:44 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 15:17:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 15:17:44 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:17:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:45 prd-ubuntu20.04-docker-8c-8g-3793 does not seem to be running inside a container 15:17:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:17:45 $ docker top 6f67e15b3612e03d51b5b4f6709bddb83d76cde603900843ed3472c19174354c -eo pid,comm [Pipeline] { [Pipeline] sh 15:17:46 + touch /tmp/pre-build-complete [Pipeline] sh 15:17:46 + mkdir -p /var/log/sysstat [Pipeline] sh 15:17:46 + ls /var/log/sa-host 15:17:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:17:46 provisioning config files... 15:17:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config641629134733793101tmp [Pipeline] { [Pipeline] echo 15:17:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:17:46 ---> create-netrc.sh [Pipeline] } 15:17:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:17:47 ---> python-tools-install.sh [Pipeline] echo 15:17:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:17:47 ---> sudo-logs.sh 15:17:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:17:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:17:47 ---> job-cost.sh 15:17:47 lf-activate-venv: SKIPPING 15:17:47 DEBUG: total: 0.2199999988079071 15:17:47 INFO: Retrieving Stack Cost... 15:17:48 INFO: Retrieving Pricing Info for: v3-standard-8 15:17:48 INFO: Archiving Costs [Pipeline] echo 15:17:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:17:49 ---> logs-deploy.sh 15:17:49 lf-activate-venv: SKIPPING 15:17:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/35 15:17:49 INFO: archiving workspace using pattern(s): 15:17:49 Archives upload complete. 15:17:49 INFO: archiving logs to Nexus