Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from abca877cd6ea050c202ea888d462ddea65272cad 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-ssh1822307691589622150.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-ssh10986905783678615819.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-ssh2706071393406315091.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-ssh16919318521968683866.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-ssh2250282399348480147.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-3507’ Running on prd-ubuntu20.04-docker-8c-8g-3509 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 abca877cd6ea050c202ea888d462ddea65272cad (main) Commit message: "Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.16" > 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 abca877cd6ea050c202ea888d462ddea65272cad # timeout=10 > git rev-list --no-walk 53d214d660c211fabaeb1f0df01625a9dcc42235 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:12:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:12:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:12:23 ========================================================= 15:12:23 EdgeX Global Pipelines Version Info 15:12:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:12:24 ------------------- 15:12:24 stable info: 15:12:24 ------------------- 15:12:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:12:24 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:12:24 Message: update stable to v1.0.253 15:12:24 ------------------- 15:12:24 experimental info: 15:12:24 ------------------- 15:12:24 Commited By: **** collab-it+edgex@linuxfoundation.org 15:12:24 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:12:24 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abca877 [Pipeline] echo 15:12:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:12:25 provisioning config files... 15:12:25 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10571935798101770728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:12:25 ---> docker-login.sh 15:12:25 nexus3.edgexfoundry.org:10001 15:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:26 Configure a credential helper to remove this warning. See 15:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:26 15:12:26 Login Succeeded 15:12:26 nexus3.edgexfoundry.org:10002 15:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:26 Configure a credential helper to remove this warning. See 15:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:26 15:12:26 Login Succeeded 15:12:26 nexus3.edgexfoundry.org:10003 15:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:26 Configure a credential helper to remove this warning. See 15:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:26 15:12:26 Login Succeeded 15:12:26 nexus3.edgexfoundry.org:10004 15:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:26 Configure a credential helper to remove this warning. See 15:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:26 15:12:26 Login Succeeded 15:12:26 docker.io 15:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:26 Configure a credential helper to remove this warning. See 15:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:26 15:12:26 Login Succeeded 15:12:26 ---> docker-login.sh ends [Pipeline] } 15:12:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:12:27 + git rev-list -1 --merges abca877cd6ea050c202ea888d462ddea65272cad~1..abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo 15:12:27 -----------> git rev-list -1 --merges abca877cd6ea050c202ea888d462ddea65272cad~1..abca877cd6ea050c202ea888d462ddea65272cad abca877cd6ea050c202ea888d462ddea65272cad 15:12:27 abca877cd6ea050c202ea888d462ddea65272cad [false] [Pipeline] sh 15:12:27 + git log --format=format:%s -1 abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo 15:12:27 ========================================================= 15:12:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:12:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:12:27 + git log --format=format:%s -1 abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] echo 15:12:27 [semverPrep] GIT_COMMIT: abca877cd6ea050c202ea888d462ddea65272cad, Commit Message: Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.16 [Pipeline] echo 15:12:27 [semverPrep] This is not a build commit. [Pipeline] sh 15:12:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:12:28 + grep -v github /etc/ssh/ssh_known_hosts 15:12:28 + [ -e /tmp/ssh_known_hosts ] 15:12:28 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:12:28 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 15:12:28 sudo tee -a /etc/ssh/ssh_known_hosts 15:12:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:12:28 15:12:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:12:28 0.1.4: Pulling from edgex-devops/py-git-semver 15:12:28 b85a868b505f: Pulling fs layer 15:12:28 e2be974225ed: Pulling fs layer 15:12:28 339a4e72a1f5: Pulling fs layer 15:12:28 988bab9f4d93: Pulling fs layer 15:12:28 1469e6f7b9e6: Pulling fs layer 15:12:28 eaf3925da568: Pulling fs layer 15:12:28 bab4dde63d76: Pulling fs layer 15:12:28 bde34c3a00c8: Pulling fs layer 15:12:28 b352a97aabf1: Pulling fs layer 15:12:28 4872d77fe225: Pulling fs layer 15:12:28 5851b861e8e6: Pulling fs layer 15:12:28 bde34c3a00c8: Waiting 15:12:28 b352a97aabf1: Waiting 15:12:28 eaf3925da568: Waiting 15:12:28 bab4dde63d76: Waiting 15:12:28 4872d77fe225: Waiting 15:12:28 e2be974225ed: Verifying Checksum 15:12:28 e2be974225ed: Download complete 15:12:28 988bab9f4d93: Verifying Checksum 15:12:28 988bab9f4d93: Download complete 15:12:28 1469e6f7b9e6: Verifying Checksum 15:12:28 1469e6f7b9e6: Download complete 15:12:28 eaf3925da568: Verifying Checksum 15:12:28 eaf3925da568: Download complete 15:12:28 339a4e72a1f5: Verifying Checksum 15:12:28 339a4e72a1f5: Download complete 15:12:28 bde34c3a00c8: Download complete 15:12:28 b352a97aabf1: Verifying Checksum 15:12:28 b352a97aabf1: Download complete 15:12:28 4872d77fe225: Verifying Checksum 15:12:28 5851b861e8e6: Verifying Checksum 15:12:28 5851b861e8e6: Download complete 15:12:28 b85a868b505f: Verifying Checksum 15:12:28 b85a868b505f: Download complete 15:12:29 bab4dde63d76: Verifying Checksum 15:12:29 bab4dde63d76: Download complete 15:12:30 b85a868b505f: Pull complete 15:12:30 e2be974225ed: Pull complete 15:12:30 339a4e72a1f5: Pull complete 15:12:30 988bab9f4d93: Pull complete 15:12:31 1469e6f7b9e6: Pull complete 15:12:31 eaf3925da568: Pull complete 15:12:33 bab4dde63d76: Pull complete 15:12:33 bde34c3a00c8: Pull complete 15:12:33 b352a97aabf1: Pull complete 15:12:33 4872d77fe225: Pull complete 15:12:35 5851b861e8e6: Pull complete 15:12:35 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:12:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:12:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:12:35 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:12:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:12:50 $ docker top ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 -eo pid,comm 15:12:50 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:12:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:12:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:12:50 [ssh-agent] Looking for ssh-agent implementation... 15:12:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:12:50 $ docker exec ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent 15:12:50 SSH_AUTH_SOCK=/tmp/ssh-L8K3dYsEipip/agent.14 15:12:50 SSH_AGENT_PID=20 15:12:50 Running ssh-add (command line suppressed) 15:12:50 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5837415010872023248.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5837415010872023248.key) 15:12:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:12:51 + git tag --points-at HEAD [Pipeline] } 15:12:51 $ docker exec --env ******** --env ******** ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent -k 15:12:51 unset SSH_AUTH_SOCK; 15:12:51 unset SSH_AGENT_PID; 15:12:51 echo Agent pid 20 killed; 15:12:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:12:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:12:51 [ssh-agent] Looking for ssh-agent implementation... 15:12:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:12:51 $ docker exec ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent 15:12:51 SSH_AUTH_SOCK=/tmp/ssh-StqFcbKd6EVh/agent.52 15:12:51 SSH_AGENT_PID=58 15:12:51 Running ssh-add (command line suppressed) 15:12:51 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6284094828357709944.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6284094828357709944.key) 15:12:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:12:51 + git semver init 15:12:52 2023-08-14 15:12:52,285 [run_init] DEBUG init version:0.0.0 force:False 15:12:52 2023-08-14 15:12:52,287 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 15:12:52 2023-08-14 15:12:52,288 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 15:12:52 2023-08-14 15:12:52,288 [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:12:53 2023-08-14 15:12:53,096 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 15:12:53 2023-08-14 15:12:53,096 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 15:12:53 2023-08-14 15:12:53,097 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:12:53 2023-08-14 15:12:53,097 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:12:53 3.1.0-dev.29 [Pipeline] } 15:12:53 $ docker exec --env ******** --env ******** ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 ssh-agent -k 15:12:53 unset SSH_AUTH_SOCK; 15:12:53 unset SSH_AGENT_PID; 15:12:53 echo Agent pid 58 killed; 15:12:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:12:53 + git semver [Pipeline] } 15:12:54 $ docker stop --time=1 ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 15:12:57 $ docker rm -f --volumes ab99c196f131a4f7850b627c9f30939198dc04cea833e819ba30082fbae7eec4 [Pipeline] // withDockerContainer [Pipeline] sh 15:12:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:12:57 Stashed 1 file(s) [Pipeline] echo 15:12:57 [edgeXSemver]: initialized semver on version 3.1.0-dev.29 [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:12:58 provisioning config files... 15:12:58 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2258676705640786237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:12:58 ---> docker-login.sh 15:12:58 nexus3.edgexfoundry.org:10001 15:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:58 Configure a credential helper to remove this warning. See 15:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:58 15:12:58 Login Succeeded 15:12:58 nexus3.edgexfoundry.org:10002 15:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:58 Configure a credential helper to remove this warning. See 15:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:58 15:12:58 Login Succeeded 15:12:58 nexus3.edgexfoundry.org:10003 15:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:58 Configure a credential helper to remove this warning. See 15:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:58 15:12:58 Login Succeeded 15:12:58 nexus3.edgexfoundry.org:10004 15:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:58 Configure a credential helper to remove this warning. See 15:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:58 15:12:58 Login Succeeded 15:12:58 docker.io 15:12:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:58 Configure a credential helper to remove this warning. See 15:12:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:58 15:12:58 Login Succeeded 15:12:58 ---> docker-login.sh ends [Pipeline] } 15:12:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:12:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:12:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:12:58 ========================================================= 15:12:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:12:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:59 + 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:12:59 Sending build context to Docker daemon 430.6kB 15:12:59 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:12:59 Step 2/12 : FROM ${BASE} AS builder 15:12:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:12:59 4db1b89c0bd1: Pulling fs layer 15:12:59 6911f1a30b25: Pulling fs layer 15:12:59 e194b8c5c2a9: Pulling fs layer 15:12:59 6863d3e3a2b1: Pulling fs layer 15:12:59 ec0bb842ea78: Pulling fs layer 15:12:59 40a00589a448: Pulling fs layer 15:12:59 6c08303d61cc: Pulling fs layer 15:12:59 798269fcf238: Pulling fs layer 15:12:59 6863d3e3a2b1: Waiting 15:12:59 ec0bb842ea78: Waiting 15:12:59 40a00589a448: Waiting 15:12:59 6c08303d61cc: Waiting 15:12:59 798269fcf238: Waiting 15:12:59 6911f1a30b25: Verifying Checksum 15:12:59 6911f1a30b25: Download complete 15:12:59 6863d3e3a2b1: Verifying Checksum 15:12:59 6863d3e3a2b1: Download complete 15:12:59 ec0bb842ea78: Verifying Checksum 15:12:59 ec0bb842ea78: Download complete 15:12:59 4db1b89c0bd1: Verifying Checksum 15:12:59 4db1b89c0bd1: Download complete 15:12:59 40a00589a448: Verifying Checksum 15:12:59 40a00589a448: Download complete 15:12:59 4db1b89c0bd1: Pull complete 15:12:59 6911f1a30b25: Pull complete 15:13:00 798269fcf238: Verifying Checksum 15:13:00 798269fcf238: Download complete 15:13:00 e194b8c5c2a9: Download complete 15:13:00 6c08303d61cc: Verifying Checksum 15:13:00 6c08303d61cc: Download complete 15:13:04 e194b8c5c2a9: Pull complete 15:13:04 6863d3e3a2b1: Pull complete 15:13:05 ec0bb842ea78: Pull complete 15:13:05 40a00589a448: Pull complete 15:13:08 6c08303d61cc: Pull complete 15:13:09 798269fcf238: Pull complete 15:13:09 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 15:13:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:13:09 ---> ec979cd7f677 15:13:09 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:13:13 Still waiting to schedule task 15:13:13 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3508’ 15:13:19 ---> Running in 30ae1932ba19 15:13:19 Removing intermediate container 30ae1932ba19 15:13:19 ---> ba3763e0b693 15:13:19 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:13:19 ---> Running in 552b8018af3d 15:13:20 Removing intermediate container 552b8018af3d 15:13:20 ---> 47905784a997 15:13:20 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:13:21 ---> Running in 245a8400cb05 15:13:22 Removing intermediate container 245a8400cb05 15:13:22 ---> a075b6ea2565 15:13:22 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:13:22 ---> Running in f33582ca1b49 15:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:13:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:13:23 OK: 265 MiB in 53 packages 15:13:25 Removing intermediate container f33582ca1b49 15:13:25 ---> 2c76d107e940 15:13:25 Step 7/12 : WORKDIR /app 15:13:25 ---> Running in 769d3969312b 15:13:25 Removing intermediate container 769d3969312b 15:13:25 ---> e038afa7a474 15:13:25 Step 8/12 : COPY go.mod vendor* ./ 15:13:25 ---> 91269adc5a2f 15:13:25 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:13:25 ---> Running in ac5bd36baca4 15:14:12 Removing intermediate container ac5bd36baca4 15:14:12 ---> 0cdcd65a9867 15:14:12 Step 10/12 : COPY . . 15:14:12 ---> 90d06e3851e9 15:14:12 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:14:12 ---> Running in 2765796e365d 15:14:12 Removing intermediate container 2765796e365d 15:14:12 ---> 2e741b24c423 15:14:12 Step 12/12 : RUN $MAKE 15:14:12 ---> Running in 773d29661c67 15:14:12 noop 15:14:12 Removing intermediate container 773d29661c67 15:14:12 ---> 51d2f30ae0f0 15:14:12 Successfully built 51d2f30ae0f0 15:14:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:12 + docker inspect -f . ci-base-image-x86_64 15:14:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:14:12 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:14:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:14:13 $ docker top 560dd64d0c305ec8fcbe5ba0e436cccb7bf72745ca63e65debf72c0fe8c32c87 -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:14 + go version 15:14:14 go version go1.20.6 linux/amd64 [Pipeline] } 15:14:14 $ docker stop --time=1 560dd64d0c305ec8fcbe5ba0e436cccb7bf72745ca63e65debf72c0fe8c32c87 15:14:16 $ docker rm -f --volumes 560dd64d0c305ec8fcbe5ba0e436cccb7bf72745ca63e65debf72c0fe8c32c87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:17 + docker inspect -f . ci-base-image-x86_64 15:14:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:14:17 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:14:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:14:18 $ docker top 5ef0be44da2db967778e9222d6abd29c967f5305bfd947229ce6af8c3bcf2b27 -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:19 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 15:14:19 + make test 15:14:19 go test -race -coverprofile=coverage.out ./... 15:14:41 ? github.com/edgexfoundry/app-record-replay [no test files] 15:14:41 ok github.com/edgexfoundry/app-record-replay/internal/app 0.046s coverage: 88.0% of statements 15:14:41 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:14:41 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:14:41 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:14:48 ok github.com/edgexfoundry/app-record-replay/internal/application 8.588s coverage: 97.5% of statements 15:14:48 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.091s coverage: 85.2% of statements 15:15:10 go vet ./... 15:15:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:15:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:15:14 ./bin/test-attribution-txt.sh [Pipeline] echo 15:15:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:15:14 $ docker stop --time=1 5ef0be44da2db967778e9222d6abd29c967f5305bfd947229ce6af8c3bcf2b27 15:15:18 $ docker rm -f --volumes 5ef0be44da2db967778e9222d6abd29c967f5305bfd947229ce6af8c3bcf2b27 [Pipeline] // withDockerContainer [Pipeline] sh 15:15:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:15:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:15:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:15:19 + ls -al . 15:15:19 total 172 15:15:19 drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 15:14 . 15:15:19 drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 15:12 .. 15:15:19 -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 15:12 .dockerignore 15:15:19 drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 15:12 .git 15:15:19 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:12 .github 15:15:19 -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 15:12 .gitignore 15:15:19 -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 15:12 .golangci.yml 15:15:19 drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 15:12 .semver 15:15:19 -rw-rw-r-- 1 jenkins jenkins 10642 Aug 14 15:12 Attribution.txt 15:15:19 -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 15:12 CHANGELOG.md 15:15:19 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 15:12 Dockerfile 15:15:19 -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 15:12 GOVERNANCE.md 15:15:19 -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 15:12 Jenkinsfile 15:15:19 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 15:12 LICENSE 15:15:19 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 15:12 Makefile 15:15:19 -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 15:12 OWNERS.md 15:15:19 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 15:12 README.md 15:15:19 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 15:12 Record and Reply.postman_collection.json 15:15:19 -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 15:12 VERSION 15:15:19 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:12 bin 15:15:19 -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 15:14 coverage.out 15:15:19 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 15:12 go.mod 15:15:19 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 15:12 go.sum 15:15:19 drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 15:12 internal 15:15:19 -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 15:12 main.go 15:15:19 drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 15:12 pkg 15:15:19 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:12 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:19 + 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=abca877cd6ea050c202ea888d462ddea65272cad --label arch=amd64 --label version=3.1.0-dev.29 . 15:15:19 Sending build context to Docker daemon 447.5kB 15:15:19 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:15:19 Step 2/26 : FROM ${BASE} AS builder 15:15:19 ---> 51d2f30ae0f0 15:15:19 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:15:19 ---> Running in 73ff917e0e69 15:15:20 Removing intermediate container 73ff917e0e69 15:15:20 ---> d7864742ee4e 15:15:20 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:15:20 ---> Running in ea7774c7ac81 15:15:20 Removing intermediate container ea7774c7ac81 15:15:20 ---> 2f0a0d10871e 15:15:20 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:15:20 ---> Running in a5d6acced503 15:15:20 Removing intermediate container a5d6acced503 15:15:20 ---> 756ce49f339d 15:15:20 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:15:20 ---> Running in e119cd040c1b 15:15:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:15:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:15:20 OK: 265 MiB in 53 packages 15:15:21 Removing intermediate container e119cd040c1b 15:15:21 ---> 1173a35decd4 15:15:21 Step 7/26 : WORKDIR /app 15:15:21 ---> Running in 41113ecdc78a 15:15:21 Removing intermediate container 41113ecdc78a 15:15:21 ---> f36b3e92350b 15:15:21 Step 8/26 : COPY go.mod vendor* ./ 15:15:21 ---> fb68402709cb 15:15:21 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:15:21 ---> Running in 3b3a08bb2617 15:15:22 Removing intermediate container 3b3a08bb2617 15:15:22 ---> 7d3155a6aac4 15:15:22 Step 10/26 : COPY . . 15:15:22 ---> 4290c1713263 15:15:22 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:15:22 ---> Running in 20a960d42f4b 15:15:22 Removing intermediate container 20a960d42f4b 15:15:22 ---> adb859d1a29f 15:15:22 Step 12/26 : RUN $MAKE 15:15:22 ---> Running in 4c1dd895f900 15:15:22 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.29" -trimpath -mod=readonly -o app-record-replay 15:15:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3513 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 15:15:36 Running in /w/workspace/app-record-replay/32 [Pipeline] { [Pipeline] checkout 15:15:36 Selected Git installation does not exist. Using Default 15:15:36 The recommended git tool is: NONE 15:15:41 using credential edgex-jenkins-ssh 15:15:41 Cloning the remote Git repository 15:15:41 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 15:15:42 > git init /w/workspace/app-record-replay/32 # timeout=10 15:15:42 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 15:15:42 > git --version # timeout=10 15:15:42 > git --version # 'git version 2.25.1' 15:15:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:15:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:15:43 Avoid second fetch 15:15:43 Checking out Revision abca877cd6ea050c202ea888d462ddea65272cad (main) 15:15:43 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 15:15:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:15:43 > git config core.sparsecheckout # timeout=10 15:15:43 > git checkout -f abca877cd6ea050c202ea888d462ddea65272cad # timeout=10 15:15:44 Commit message: "Merge pull request #55 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v3-3.1.0-dev.16" [Pipeline] withEnv [Pipeline] { 15:15:44 Removing intermediate container 4c1dd895f900 15:15:44 ---> 76f8bb26ece1 15:15:44 Step 13/26 : FROM alpine:3.17 15:15:44 3.17: Pulling from library/alpine 15:15:44 9398808236ff: Pulling fs layer 15:15:44 9398808236ff: Verifying Checksum 15:15:44 9398808236ff: Download complete 15:15:44 9398808236ff: Pull complete 15:15:44 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:15:44 Status: Downloaded newer image for alpine:3.17 15:15:44 ---> 1e0b8b5322fc 15:15:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:15:44 ---> Running in 139c25770111 15:15:44 Removing intermediate container 139c25770111 15:15:44 ---> 16054afe6c6b 15:15:44 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 15:15:44 ---> Running in 37efc11a67e8 15:15:44 Removing intermediate container 37efc11a67e8 15:15:44 ---> 9755e353058c 15:15:44 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:15:44 ---> Running in 759cf4c9b7b4 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:15:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 15:15:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 15:15:45 (1/2) Installing ca-certificates (20230506-r0) 15:15:45 (2/2) Installing dumb-init (1.2.5-r2) 15:15:45 Executing busybox-1.35.0-r29.trigger 15:15:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:15:45 % Total % Received % Xferd Average Speed Time Time Time Current 15:15:45 Dload Upload Total Spent Left Speed 15:15:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 85577 0 --:--:-- --:--:-- --:--:-- 86155 15:15:45 Executing ca-certificates-20230506-r0.trigger 15:15:45 OK: 8 MiB in 17 packages [Pipeline] sh 15:15:45 Removing intermediate container 759cf4c9b7b4 15:15:45 ---> b6f465c0088f 15:15:45 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:15:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:15:46 ---> 43e6c0c80526 15:15:46 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:15:46 ---> 102c5aa6bb1f 15:15:46 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:15:46 ---> 5099f1c0cf2c 15:15:46 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 15:15:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:15:46 + sudo tee /etc/docker/daemon.new 15:15:46 { 15:15:46 "registry-mirrors": [ 15:15:46 "https://nexus3.edgexfoundry.org:10001" 15:15:46 ], 15:15:46 "bip": "10.250.0.254/24", 15:15:46 "hosts": [ 15:15:46 "tcp://0.0.0.0:5555", 15:15:46 "unix:///var/run/docker.sock" 15:15:46 ], 15:15:46 "mtu": 1458, 15:15:46 "selinux-enabled": true, 15:15:46 "seccomp-profile": "/etc/docker/seccomp.json" 15:15:46 } [Pipeline] sh 15:15:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:15:47 + sudo service docker restart 15:15:47 ---> de3df16dd1f5 15:15:47 Step 21/26 : EXPOSE 59712 15:15:47 ---> Running in 1977520c3bec 15:15:47 Removing intermediate container 1977520c3bec 15:15:47 ---> d334d12dcc19 15:15:47 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 15:15:47 ---> Running in 66f1f31b8ea3 15:15:47 Removing intermediate container 66f1f31b8ea3 15:15:47 ---> b03803706d3a 15:15:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:15:47 ---> Running in 38db12d8b498 15:15:47 Removing intermediate container 38db12d8b498 15:15:47 ---> 3ab778abeeb2 15:15:47 Step 24/26 : LABEL arch=amd64 15:15:47 ---> Running in b12843ff0db6 15:15:47 Removing intermediate container b12843ff0db6 15:15:47 ---> 8cf188736dee 15:15:47 Step 25/26 : LABEL git_sha=abca877cd6ea050c202ea888d462ddea65272cad 15:15:47 ---> Running in 1d853e1c829a 15:15:47 Removing intermediate container 1d853e1c829a 15:15:47 ---> 48f14bb6e96a 15:15:47 Step 26/26 : LABEL version=3.1.0-dev.29 15:15:47 ---> Running in 03bc4b0b3f98 15:15:47 Removing intermediate container 03bc4b0b3f98 15:15:47 ---> 88240613bef4 15:15:47 [Warning] One or more build-args [ARCH] were not consumed 15:15:47 Successfully built 88240613bef4 15:15:47 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:15:47 provisioning config files... 15:15:47 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12966191622739092894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:15:48 ---> docker-login.sh 15:15:48 nexus3.edgexfoundry.org:10001 15:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:48 Configure a credential helper to remove this warning. See 15:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:48 15:15:48 Login Succeeded 15:15:48 nexus3.edgexfoundry.org:10002 15:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:48 Configure a credential helper to remove this warning. See 15:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:48 15:15:48 Login Succeeded 15:15:48 nexus3.edgexfoundry.org:10003 15:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:48 Configure a credential helper to remove this warning. See 15:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:48 15:15:48 Login Succeeded 15:15:48 nexus3.edgexfoundry.org:10004 15:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:48 Configure a credential helper to remove this warning. See 15:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:48 15:15:48 Login Succeeded 15:15:48 docker.io 15:15:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:48 Configure a credential helper to remove this warning. See 15:15:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:48 15:15:48 Login Succeeded 15:15:48 ---> docker-login.sh ends [Pipeline] } 15:15:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:15:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:15:48 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 15:15:48 abca877cd6ea050c202ea888d462ddea65272cad 15:15:48 latest 15:15:48 3.1.0-dev.29 15:15:48 abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 15:15:48 main 15:15:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:49 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:49 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad 15:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:15:49 692f1cb09f53: Preparing 15:15:49 0cdf32942939: Preparing 15:15:49 c71c5302ac3d: Preparing 15:15:49 2ce5756adfd5: Preparing 15:15:49 61010d0b4dd1: Preparing 15:15:49 36b50b131297: Preparing 15:15:49 36b50b131297: Waiting 15:15:49 2ce5756adfd5: Pushed 15:15:49 c71c5302ac3d: Pushed 15:15:49 0cdf32942939: Pushed 15:15:49 36b50b131297: Layer already exists 15:15:49 61010d0b4dd1: Pushed 15:15:52 692f1cb09f53: Pushed 15:15:52 abca877cd6ea050c202ea888d462ddea65272cad: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:52 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:52 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:15:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:15:52 692f1cb09f53: Preparing 15:15:52 0cdf32942939: Preparing 15:15:52 c71c5302ac3d: Preparing 15:15:52 2ce5756adfd5: Preparing 15:15:52 61010d0b4dd1: Preparing 15:15:52 36b50b131297: Preparing 15:15:52 36b50b131297: Waiting 15:15:52 61010d0b4dd1: Layer already exists 15:15:52 692f1cb09f53: Layer already exists 15:15:52 2ce5756adfd5: Layer already exists 15:15:52 c71c5302ac3d: Layer already exists 15:15:52 0cdf32942939: Layer already exists 15:15:52 36b50b131297: Layer already exists 15:15:52 latest: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:52 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:53 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.29 15:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:15:53 692f1cb09f53: Preparing 15:15:53 0cdf32942939: Preparing 15:15:53 c71c5302ac3d: Preparing 15:15:53 2ce5756adfd5: Preparing 15:15:53 61010d0b4dd1: Preparing 15:15:53 36b50b131297: Preparing 15:15:53 36b50b131297: Waiting 15:15:53 2ce5756adfd5: Layer already exists 15:15:53 0cdf32942939: Layer already exists 15:15:53 692f1cb09f53: Layer already exists 15:15:53 61010d0b4dd1: Layer already exists 15:15:53 c71c5302ac3d: Layer already exists 15:15:53 36b50b131297: Layer already exists 15:15:53 3.1.0-dev.29: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:53 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:53 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 15:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:15:53 692f1cb09f53: Preparing 15:15:53 0cdf32942939: Preparing 15:15:53 c71c5302ac3d: Preparing 15:15:53 2ce5756adfd5: Preparing 15:15:53 61010d0b4dd1: Preparing 15:15:53 36b50b131297: Preparing 15:15:53 36b50b131297: Waiting 15:15:53 61010d0b4dd1: Layer already exists 15:15:53 c71c5302ac3d: Layer already exists 15:15:53 2ce5756adfd5: Layer already exists 15:15:53 0cdf32942939: Layer already exists 15:15:53 692f1cb09f53: Layer already exists 15:15:53 36b50b131297: Layer already exists 15:15:53 abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:54 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:54 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 15:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 15:15:54 692f1cb09f53: Preparing 15:15:54 0cdf32942939: Preparing 15:15:54 c71c5302ac3d: Preparing 15:15:54 2ce5756adfd5: Preparing 15:15:54 61010d0b4dd1: Preparing 15:15:54 36b50b131297: Preparing 15:15:54 c71c5302ac3d: Layer already exists 15:15:54 2ce5756adfd5: Layer already exists 15:15:54 0cdf32942939: Layer already exists 15:15:54 692f1cb09f53: Layer already exists 15:15:54 61010d0b4dd1: Layer already exists 15:15:54 36b50b131297: Layer already exists 15:15:54 main: digest: sha256:3b79c731608507c4a2188f0157f6841d9359ee28a95f47e900cb7efe7c930a16 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:15:54 ===================================================== [Pipeline] echo 15:15:54 taggedImages: 15:15:54 - nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad 15:15:54 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 15:15:54 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.29 15:15:54 - nexus3.edgexfoundry.org:10004/app-record-replay:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 15:15:54 - 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:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:15:54 15:15:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:15:55 latest: Pulling from edgex-lftools-log-publisher 15:15:55 5eb5b503b376: Pulling fs layer 15:15:55 5c69ac0246d0: Pulling fs layer 15:15:55 ec43610c2a17: Pulling fs layer 15:15:55 3a2ae6a8a46f: Pulling fs layer 15:15:55 33b1e0a273af: Pulling fs layer 15:15:55 5d3b04190fa2: Pulling fs layer 15:15:55 2f39f015ded8: Pulling fs layer 15:15:55 3a2ae6a8a46f: Waiting 15:15:55 33b1e0a273af: Waiting 15:15:55 5d3b04190fa2: Waiting 15:15:55 2f39f015ded8: Waiting 15:15:55 5c69ac0246d0: Verifying Checksum 15:15:55 5c69ac0246d0: Download complete 15:15:55 3a2ae6a8a46f: Verifying Checksum 15:15:55 3a2ae6a8a46f: Download complete 15:15:55 33b1e0a273af: Verifying Checksum 15:15:55 33b1e0a273af: Download complete 15:15:55 5d3b04190fa2: Verifying Checksum 15:15:55 5d3b04190fa2: Download complete 15:15:55 ec43610c2a17: Verifying Checksum 15:15:55 ec43610c2a17: Download complete 15:15:55 5eb5b503b376: Download complete 15:15:56 2f39f015ded8: Download complete 15:15:56 5eb5b503b376: Pull complete 15:15:56 5c69ac0246d0: Pull complete 15:15:57 ec43610c2a17: Pull complete 15:15:57 3a2ae6a8a46f: Pull complete 15:15:57 33b1e0a273af: Pull complete 15:15:57 5d3b04190fa2: Pull complete 15:16:01 2f39f015ded8: Pull complete 15:16:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:16:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:16:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:01 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:16:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:16:08 $ docker top 52fccead5eb0f23c752ea3c99a6eb23813cfd598d1119c9f2b7becfbbb88e94e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 15:16:08 provisioning config files... 15:16:08 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/32@tmp/config8618638547779274936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:16:09 ---> job-cost.sh 15:16:09 lf-activate-venv: SKIPPING 15:16:09 INFO: No Stack... 15:16:09 ---> docker-login.sh 15:16:09 nexus3.edgexfoundry.org:10001 15:16:09 INFO: Retrieving Pricing Info for: v3-standard-8 15:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:09 INFO: Archiving Costs [Pipeline] sh 15:16:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:09 Configure a credential helper to remove this warning. See 15:16:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:09 15:16:09 Login Succeeded 15:16:09 nexus3.edgexfoundry.org:10002 15:16:09 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 15:16:09 + cut -d, -f6 [Pipeline] lock 15:16:09 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] 15:16:09 Resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] did not exist. Created. 15:16:09 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:09 Configure a credential helper to remove this warning. See 15:16:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:09 15:16:09 Login Succeeded 15:16:09 nexus3.edgexfoundry.org:10003 15:16:10 + echo total: 0.2199999988079071 [Pipeline] stash 15:16:10 Stashed 1 file(s) [Pipeline] } 15:16:10 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] // lock [Pipeline] } 15:16:10 $ docker stop --time=1 52fccead5eb0f23c752ea3c99a6eb23813cfd598d1119c9f2b7becfbbb88e94e 15:16:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:10 Configure a credential helper to remove this warning. See 15:16:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:10 15:16:10 Login Succeeded 15:16:10 nexus3.edgexfoundry.org:10004 15:16:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:10 Configure a credential helper to remove this warning. See 15:16:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:10 15:16:10 Login Succeeded 15:16:10 docker.io 15:16:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:16:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:16:11 Configure a credential helper to remove this warning. See 15:16:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:16:11 15:16:11 Login Succeeded 15:16:11 ---> docker-login.sh ends 15:16:11 $ docker rm -f --volumes 52fccead5eb0f23c752ea3c99a6eb23813cfd598d1119c9f2b7becfbbb88e94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 15:16:11 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 15:16:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:16:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:16:11 ========================================================= 15:16:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:16:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:12 + 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:16:12 Sending build context to Docker daemon 197.1kB 15:16:12 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 15:16:12 Step 2/12 : FROM ${BASE} AS builder 15:16:14 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:16:14 edb6bdbacee9: Pulling fs layer 15:16:14 5f9638ab2659: Pulling fs layer 15:16:14 8d51d6327a98: Pulling fs layer 15:16:14 8b374f2dd631: Pulling fs layer 15:16:14 ec14aa9079de: Pulling fs layer 15:16:14 2f466654f4bb: Pulling fs layer 15:16:14 554e91adad29: Pulling fs layer 15:16:14 8b374f2dd631: Waiting 15:16:14 ec14aa9079de: Waiting 15:16:14 2f466654f4bb: Waiting 15:16:14 554e91adad29: Waiting 15:16:14 5f9638ab2659: Verifying Checksum 15:16:14 5f9638ab2659: Download complete 15:16:14 8b374f2dd631: Verifying Checksum 15:16:14 8b374f2dd631: Download complete 15:16:14 ec14aa9079de: Verifying Checksum 15:16:14 ec14aa9079de: Download complete 15:16:14 edb6bdbacee9: Verifying Checksum 15:16:14 edb6bdbacee9: Download complete 15:16:14 edb6bdbacee9: Pull complete 15:16:15 554e91adad29: Verifying Checksum 15:16:15 554e91adad29: Download complete 15:16:15 5f9638ab2659: Pull complete 15:16:16 2f466654f4bb: Verifying Checksum 15:16:16 2f466654f4bb: Download complete 15:16:16 8d51d6327a98: Verifying Checksum 15:16:16 8d51d6327a98: Download complete 15:16:28 8d51d6327a98: Pull complete 15:16:28 8b374f2dd631: Pull complete 15:16:28 ec14aa9079de: Pull complete 15:16:35 2f466654f4bb: Pull complete 15:16:38 554e91adad29: Pull complete 15:16:38 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:16:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:16:38 ---> 1e15ea492957 15:16:38 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:16:39 ---> Running in d29e34dd1a0e 15:16:39 Removing intermediate container d29e34dd1a0e 15:16:39 ---> a309a36a6f4f 15:16:39 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:16:39 ---> Running in d64ca048bf9a 15:16:39 Removing intermediate container d64ca048bf9a 15:16:39 ---> 2bad858926a6 15:16:39 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:16:40 ---> Running in 677f4c86c2e0 15:16:40 Removing intermediate container 677f4c86c2e0 15:16:40 ---> 8ad0ad7cb62c 15:16:40 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:16:40 ---> Running in f1c7d50d95ea 15:16:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:16:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:16:43 OK: 263 MiB in 53 packages 15:16:44 Removing intermediate container f1c7d50d95ea 15:16:44 ---> cd5e6c30b5d0 15:16:44 Step 7/12 : WORKDIR /app 15:16:44 ---> Running in d05bbb052081 15:16:45 Removing intermediate container d05bbb052081 15:16:45 ---> 3af3b78120a2 15:16:45 Step 8/12 : COPY go.mod vendor* ./ 15:16:45 ---> 7a718c8eac34 15:16:45 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:45 ---> Running in 75f29da11c15 15:17:53 Removing intermediate container 75f29da11c15 15:17:53 ---> 28d49a67dca8 15:17:53 Step 10/12 : COPY . . 15:17:53 ---> 85c65c50f1c3 15:17:53 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:17:53 ---> Running in 8c742b7e16fa 15:17:53 Removing intermediate container 8c742b7e16fa 15:17:53 ---> e2878a21e1ce 15:17:53 Step 12/12 : RUN $MAKE 15:17:53 ---> Running in 2021ba19334a 15:17:54 noop 15:17:55 Removing intermediate container 2021ba19334a 15:17:55 ---> 439b5dd83d8f 15:17:55 Successfully built 439b5dd83d8f 15:17:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:55 + docker inspect -f . ci-base-image-arm64 15:17:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:56 prd-ubuntu20.04-docker-arm64-4c-16g-3513 does not seem to be running inside a container 15:17:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/32 -v /w/workspace/app-record-replay/32:/w/workspace/app-record-replay/32:rw,z -v /w/workspace/app-record-replay/32@tmp:/w/workspace/app-record-replay/32@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:17:57 $ docker top 1d1d048d4e5aff367cdabf63a026ce55efeef082f32566f3cd361416355ce1f3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:17:58 + go version 15:17:58 go version go1.20.6 linux/arm64 [Pipeline] } 15:17:58 $ docker stop --time=1 1d1d048d4e5aff367cdabf63a026ce55efeef082f32566f3cd361416355ce1f3 15:17:59 $ docker rm -f --volumes 1d1d048d4e5aff367cdabf63a026ce55efeef082f32566f3cd361416355ce1f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:00 + docker inspect -f . ci-base-image-arm64 15:18:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:00 prd-ubuntu20.04-docker-arm64-4c-16g-3513 does not seem to be running inside a container 15:18:00 $ 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/32 -v /w/workspace/app-record-replay/32:/w/workspace/app-record-replay/32:rw,z -v /w/workspace/app-record-replay/32@tmp:/w/workspace/app-record-replay/32@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:18:01 $ docker top cdfc69636c103614dbefd56efded110a2a0238f199ac1d7094fc284ac34656de -eo pid,comm [Pipeline] { [Pipeline] sh 15:18:02 + git config --global --add safe.directory /w/workspace/app-record-replay/32 [Pipeline] fileExists [Pipeline] sh 15:18:03 + make test 15:18:03 go test -race -coverprofile=coverage.out ./... 15:21:40 ? github.com/edgexfoundry/app-record-replay [no test files] 15:21:42 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 15:21:42 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 15:21:42 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 15:21:42 ok github.com/edgexfoundry/app-record-replay/internal/app 0.320s coverage: 88.0% of statements 15:21:52 ok github.com/edgexfoundry/app-record-replay/internal/application 8.886s coverage: 97.5% of statements 15:21:52 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.469s coverage: 85.2% of statements 15:21:52 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:21:52 go vet ./... 15:24:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:24:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:24:44 ./bin/test-attribution-txt.sh [Pipeline] echo 15:24:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:24:44 $ docker stop --time=1 cdfc69636c103614dbefd56efded110a2a0238f199ac1d7094fc284ac34656de 15:24:46 $ docker rm -f --volumes cdfc69636c103614dbefd56efded110a2a0238f199ac1d7094fc284ac34656de [Pipeline] // withDockerContainer [Pipeline] sh 15:24:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:24:48 Warning: overwriting stash ‘coverage-report’ 15:24:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:24:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:24:49 + ls -al . 15:24:49 total 168 15:24:49 drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 15:18 . 15:24:49 drwxrwxr-x 4 jenkins jenkins 4096 Aug 14 15:15 .. 15:24:49 -rw-rw-r-- 1 jenkins jenkins 119 Aug 14 15:15 .dockerignore 15:24:49 drwxrwxr-x 8 jenkins jenkins 4096 Aug 14 15:15 .git 15:24:49 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:15 .github 15:24:49 -rw-rw-r-- 1 jenkins jenkins 164 Aug 14 15:15 .gitignore 15:24:49 -rw-rw-r-- 1 jenkins jenkins 41 Aug 14 15:15 .golangci.yml 15:24:49 -rw-rw-r-- 1 jenkins jenkins 10642 Aug 14 15:15 Attribution.txt 15:24:49 -rw-rw-r-- 1 jenkins jenkins 258 Aug 14 15:15 CHANGELOG.md 15:24:49 -rw-rw-r-- 1 jenkins jenkins 1616 Aug 14 15:15 Dockerfile 15:24:49 -rw-rw-r-- 1 jenkins jenkins 677 Aug 14 15:15 GOVERNANCE.md 15:24:49 -rw-rw-r-- 1 jenkins jenkins 681 Aug 14 15:15 Jenkinsfile 15:24:49 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 14 15:15 LICENSE 15:24:49 -rw-rw-r-- 1 jenkins jenkins 3139 Aug 14 15:15 Makefile 15:24:49 -rw-rw-r-- 1 jenkins jenkins 611 Aug 14 15:15 OWNERS.md 15:24:49 -rw-rw-r-- 1 jenkins jenkins 2363 Aug 14 15:15 README.md 15:24:49 -rw-rw-r-- 1 jenkins jenkins 4285 Aug 14 15:15 Record and Reply.postman_collection.json 15:24:49 -rw-rw-r-- 1 jenkins jenkins 12 Aug 14 15:12 VERSION 15:24:49 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:15 bin 15:24:49 -rw-r--r-- 1 jenkins jenkins 16060 Aug 14 15:21 coverage.out 15:24:49 -rw-rw-r-- 1 jenkins jenkins 3656 Aug 14 15:15 go.mod 15:24:49 -rw-rw-r-- 1 jenkins jenkins 32847 Aug 14 15:15 go.sum 15:24:49 drwxrwxr-x 6 jenkins jenkins 4096 Aug 14 15:15 internal 15:24:49 -rw-rw-r-- 1 jenkins jenkins 913 Aug 14 15:15 main.go 15:24:49 drwxrwxr-x 3 jenkins jenkins 4096 Aug 14 15:15 pkg 15:24:49 drwxrwxr-x 2 jenkins jenkins 4096 Aug 14 15:15 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:50 + 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=abca877cd6ea050c202ea888d462ddea65272cad --label arch=arm64 --label version=3.1.0-dev.29 . 15:24:50 Sending build context to Docker daemon 214kB 15:24:50 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 15:24:50 Step 2/26 : FROM ${BASE} AS builder 15:24:50 ---> 439b5dd83d8f 15:24:50 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 15:24:50 ---> Running in eaf96410695c 15:24:50 Removing intermediate container eaf96410695c 15:24:50 ---> 49e49446a919 15:24:50 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 15:24:50 ---> Running in 5a9a231614d7 15:24:51 Removing intermediate container 5a9a231614d7 15:24:51 ---> 335b51a05300 15:24:51 Step 5/26 : ARG ADD_BUILD_TAGS="" 15:24:51 ---> Running in 9c3335a45fda 15:24:51 Removing intermediate container 9c3335a45fda 15:24:51 ---> a5067ce19ce9 15:24:51 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:24:51 ---> Running in 87e9f8b125ab 15:24:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:24:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:24:54 OK: 263 MiB in 53 packages 15:24:55 Removing intermediate container 87e9f8b125ab 15:24:55 ---> b31f157ae485 15:24:55 Step 7/26 : WORKDIR /app 15:24:55 ---> Running in 698d778e4b07 15:24:55 Removing intermediate container 698d778e4b07 15:24:55 ---> 00a3075a9f3d 15:24:55 Step 8/26 : COPY go.mod vendor* ./ 15:24:56 ---> 15eb65fb1d74 15:24:56 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:24:56 ---> Running in 7bf268cd9ea4 15:24:59 Removing intermediate container 7bf268cd9ea4 15:24:59 ---> 502b5cbaa141 15:24:59 Step 10/26 : COPY . . 15:24:59 ---> 5f34b8468437 15:24:59 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:25:00 ---> Running in 040389a31f4a 15:25:00 Removing intermediate container 040389a31f4a 15:25:00 ---> d523a7422919 15:25:00 Step 12/26 : RUN $MAKE 15:25:00 ---> Running in a9cb79d2a1a5 15:25:01 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.29" -trimpath -mod=readonly -o app-record-replay 15:27:38 Removing intermediate container a9cb79d2a1a5 15:27:38 ---> c9457f16a973 15:27:38 Step 13/26 : FROM alpine:3.17 15:27:38 3.17: Pulling from library/alpine 15:27:38 4060ece20d7a: Pulling fs layer 15:27:38 4060ece20d7a: Verifying Checksum 15:27:38 4060ece20d7a: Download complete 15:27:38 4060ece20d7a: Pull complete 15:27:38 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 15:27:38 Status: Downloaded newer image for alpine:3.17 15:27:38 ---> 8650cd65339b 15:27:38 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 15:27:38 ---> Running in 43b32cfcfc5f 15:27:38 Removing intermediate container 43b32cfcfc5f 15:27:38 ---> 9945cfc786dc 15:27:38 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 15:27:38 ---> Running in 1f0901f93c0c 15:27:38 Removing intermediate container 1f0901f93c0c 15:27:38 ---> 5c693190a414 15:27:38 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 15:27:38 ---> Running in b54ccb0569e2 15:27:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 15:27:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 15:27:38 (1/2) Installing ca-certificates (20230506-r0) 15:27:38 (2/2) Installing dumb-init (1.2.5-r2) 15:27:38 Executing busybox-1.35.0-r29.trigger 15:27:38 Executing ca-certificates-20230506-r0.trigger 15:27:38 OK: 8 MiB in 17 packages 15:27:39 Removing intermediate container b54ccb0569e2 15:27:39 ---> 5ba06de5ca6e 15:27:39 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:27:40 ---> e1553819f54e 15:27:40 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 15:27:40 ---> 8eb42c0ace76 15:27:40 Step 19/26 : COPY --from=builder /app/res/ /res/ 15:27:41 ---> e93a798d17ca 15:27:41 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 15:27:42 ---> f302d48bbef5 15:27:42 Step 21/26 : EXPOSE 59712 15:27:43 ---> Running in e97a6cb89265 15:27:43 Removing intermediate container e97a6cb89265 15:27:43 ---> 56af08717a22 15:27:43 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 15:27:43 ---> Running in 88e1ea702ae0 15:27:43 Removing intermediate container 88e1ea702ae0 15:27:43 ---> 048d66b4e394 15:27:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:27:43 ---> Running in d6f58980da59 15:27:43 Removing intermediate container d6f58980da59 15:27:43 ---> 766c78319771 15:27:43 Step 24/26 : LABEL arch=arm64 15:27:44 ---> Running in db33b95db389 15:27:44 Removing intermediate container db33b95db389 15:27:44 ---> fa8a0a17e0b9 15:27:44 Step 25/26 : LABEL git_sha=abca877cd6ea050c202ea888d462ddea65272cad 15:27:44 ---> Running in f429efb93b10 15:27:44 Removing intermediate container f429efb93b10 15:27:44 ---> ec26aedd5908 15:27:44 Step 26/26 : LABEL version=3.1.0-dev.29 15:27:45 ---> Running in 42443e593bba 15:27:45 Removing intermediate container 42443e593bba 15:27:45 ---> 99e05ae3952b 15:27:45 [Warning] One or more build-args [ARCH] were not consumed 15:27:45 Successfully built 99e05ae3952b 15:27:45 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:27:45 provisioning config files... 15:27:45 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/32@tmp/config5259186463143577890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:27:45 ---> docker-login.sh 15:27:45 nexus3.edgexfoundry.org:10001 15:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:27:46 Configure a credential helper to remove this warning. See 15:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:27:46 15:27:46 Login Succeeded 15:27:46 nexus3.edgexfoundry.org:10002 15:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:27:46 Configure a credential helper to remove this warning. See 15:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:27:46 15:27:46 Login Succeeded 15:27:46 nexus3.edgexfoundry.org:10003 15:27:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:27:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:27:46 Configure a credential helper to remove this warning. See 15:27:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:27:46 15:27:46 Login Succeeded 15:27:46 nexus3.edgexfoundry.org:10004 15:27:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:27:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:27:47 Configure a credential helper to remove this warning. See 15:27:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:27:47 15:27:47 Login Succeeded 15:27:47 docker.io 15:27:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:27:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:27:48 Configure a credential helper to remove this warning. See 15:27:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:27:48 15:27:48 Login Succeeded 15:27:48 ---> docker-login.sh ends [Pipeline] } 15:27:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:27:48 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 15:27:48 abca877cd6ea050c202ea888d462ddea65272cad 15:27:48 latest 15:27:48 3.1.0-dev.29 15:27:48 abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 15:27:48 main 15:27:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:48 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:48 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad 15:27:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:27:48 f2d7833c7237: Preparing 15:27:48 83916011de59: Preparing 15:27:48 ab631e4aff28: Preparing 15:27:48 d755f051c822: Preparing 15:27:48 590f51e7d26f: Preparing 15:27:48 d2d9d24a8c2a: Preparing 15:27:48 d2d9d24a8c2a: Waiting 15:27:49 ab631e4aff28: Pushed 15:27:49 83916011de59: Pushed 15:27:49 d755f051c822: Pushed 15:27:49 d2d9d24a8c2a: Layer already exists 15:27:49 590f51e7d26f: Pushed 15:27:54 f2d7833c7237: Pushed 15:27:54 abca877cd6ea050c202ea888d462ddea65272cad: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:55 + 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:27:55 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:27:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:27:55 f2d7833c7237: Preparing 15:27:55 83916011de59: Preparing 15:27:55 ab631e4aff28: Preparing 15:27:55 d755f051c822: Preparing 15:27:55 590f51e7d26f: Preparing 15:27:55 d2d9d24a8c2a: Preparing 15:27:55 d2d9d24a8c2a: Waiting 15:27:55 83916011de59: Layer already exists 15:27:55 590f51e7d26f: Layer already exists 15:27:55 d755f051c822: Layer already exists 15:27:55 f2d7833c7237: Layer already exists 15:27:55 ab631e4aff28: Layer already exists 15:27:55 d2d9d24a8c2a: Layer already exists 15:27:55 latest: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:56 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:56 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.29 15:27:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:27:56 f2d7833c7237: Preparing 15:27:56 83916011de59: Preparing 15:27:56 ab631e4aff28: Preparing 15:27:56 d755f051c822: Preparing 15:27:56 590f51e7d26f: Preparing 15:27:56 d2d9d24a8c2a: Preparing 15:27:56 d2d9d24a8c2a: Waiting 15:27:56 d755f051c822: Layer already exists 15:27:56 ab631e4aff28: Layer already exists 15:27:56 f2d7833c7237: Layer already exists 15:27:56 83916011de59: Layer already exists 15:27:56 590f51e7d26f: Layer already exists 15:27:56 d2d9d24a8c2a: Layer already exists 15:27:56 3.1.0-dev.29: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:57 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:57 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 15:27:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:27:57 f2d7833c7237: Preparing 15:27:57 83916011de59: Preparing 15:27:57 ab631e4aff28: Preparing 15:27:57 d755f051c822: Preparing 15:27:57 590f51e7d26f: Preparing 15:27:57 d2d9d24a8c2a: Preparing 15:27:57 d2d9d24a8c2a: Waiting 15:27:57 590f51e7d26f: Layer already exists 15:27:57 f2d7833c7237: Layer already exists 15:27:57 d755f051c822: Layer already exists 15:27:57 83916011de59: Layer already exists 15:27:57 ab631e4aff28: Layer already exists 15:27:57 d2d9d24a8c2a: Layer already exists 15:27:57 abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:58 + 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:27:58 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 15:27:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 15:27:58 f2d7833c7237: Preparing 15:27:58 83916011de59: Preparing 15:27:58 ab631e4aff28: Preparing 15:27:58 d755f051c822: Preparing 15:27:58 590f51e7d26f: Preparing 15:27:58 d2d9d24a8c2a: Preparing 15:27:58 d2d9d24a8c2a: Waiting 15:27:58 590f51e7d26f: Layer already exists 15:27:58 83916011de59: Layer already exists 15:27:58 d755f051c822: Layer already exists 15:27:58 f2d7833c7237: Layer already exists 15:27:58 ab631e4aff28: Layer already exists 15:27:58 d2d9d24a8c2a: Layer already exists 15:27:58 main: digest: sha256:326807d78532900e43d41a43e9f5d1f800b8d94ecc243988bdb1f9a16dbb65cd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:58 ===================================================== [Pipeline] echo 15:27:58 taggedImages: 15:27:58 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad 15:27:58 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 15:27:58 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.29 15:27:58 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:abca877cd6ea050c202ea888d462ddea65272cad-3.1.0-dev.29 15:27:58 - 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:27:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:27:59 15:27:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:27:59 arm64: Pulling from edgex-lftools-log-publisher 15:27:59 8998bd30e6a1: Pulling fs layer 15:27:59 04944245beec: Pulling fs layer 15:27:59 699f458cf7ca: Pulling fs layer 15:27:59 765212b225bb: Pulling fs layer 15:27:59 f23df028b6ca: Pulling fs layer 15:27:59 d65c8cfc05b1: Pulling fs layer 15:27:59 2437ff75d9bd: Pulling fs layer 15:27:59 765212b225bb: Waiting 15:27:59 f23df028b6ca: Waiting 15:27:59 d65c8cfc05b1: Waiting 15:27:59 2437ff75d9bd: Waiting 15:27:59 04944245beec: Verifying Checksum 15:27:59 04944245beec: Download complete 15:27:59 765212b225bb: Verifying Checksum 15:27:59 765212b225bb: Download complete 15:27:59 f23df028b6ca: Verifying Checksum 15:27:59 f23df028b6ca: Download complete 15:27:59 d65c8cfc05b1: Verifying Checksum 15:27:59 d65c8cfc05b1: Download complete 15:28:00 699f458cf7ca: Verifying Checksum 15:28:00 699f458cf7ca: Download complete 15:28:00 8998bd30e6a1: Verifying Checksum 15:28:00 8998bd30e6a1: Download complete 15:28:02 2437ff75d9bd: Verifying Checksum 15:28:02 2437ff75d9bd: Download complete 15:28:04 8998bd30e6a1: Pull complete 15:28:04 04944245beec: Pull complete 15:28:05 699f458cf7ca: Pull complete 15:28:05 765212b225bb: Pull complete 15:28:06 f23df028b6ca: Pull complete 15:28:06 d65c8cfc05b1: Pull complete 15:28:21 2437ff75d9bd: Pull complete 15:28:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:28:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:28:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:28:21 prd-ubuntu20.04-docker-arm64-4c-16g-3513 does not seem to be running inside a container 15:28:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-record-replay/32 -v /w/workspace/app-record-replay/32:/w/workspace/app-record-replay/32:rw,z -v /w/workspace/app-record-replay/32@tmp:/w/workspace/app-record-replay/32@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:28:24 $ docker top 731a5cf65ad1f348a7fab4036088042f0b93cf6f5bd0784e568808a828eb3dc5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:28:25 ---> job-cost.sh 15:28:25 lf-activate-venv: SKIPPING 15:28:25 INFO: No Stack... 15:28:26 INFO: Retrieving Pricing Info for: v3-standard-4 15:28:27 INFO: Archiving Costs [Pipeline] sh 15:28:27 + cut -d, -f6 15:28:27 + cat /w/workspace/app-record-replay/32/archives/cost.csv [Pipeline] lock 15:28:28 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] 15:28:28 Resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] did not exist. Created. 15:28:28 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:28:28 /w/workspace/app-record-replay/32@tmp/durable-9c13225f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:28:29 + echo total: 0.10999999940395355 [Pipeline] stash 15:28:29 Warning: overwriting stash ‘stack-cost’ 15:28:29 Stashed 1 file(s) [Pipeline] } 15:28:29 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-32-stack-cost] [Pipeline] // lock [Pipeline] } 15:28:29 $ docker stop --time=1 731a5cf65ad1f348a7fab4036088042f0b93cf6f5bd0784e568808a828eb3dc5 15:28:31 $ docker rm -f --volumes 731a5cf65ad1f348a7fab4036088042f0b93cf6f5bd0784e568808a828eb3dc5 [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:28:31 provisioning config files... 15:28:31 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #32 15:28:31 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config900085593242859322tmp [Pipeline] { [Pipeline] sh 15:28:31 + set +x 15:28:31 + curl -s https://codecov.io/bash 15:28:31 + bash -s -- 15:28:31 15:28:31 _____ _ 15:28:31 / ____| | | 15:28:31 | | ___ __| | ___ ___ _____ __ 15:28:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:28:31 | |___| (_) | (_| | __/ (_| (_) \ V / 15:28:31 \_____\___/ \__,_|\___|\___\___/ \_/ 15:28:31 Bash-1.0.6 15:28:31 15:28:31 15:28:31 ==> git version 2.25.1 found 15:28:31 ==> 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:28:31 Release-Date: 2020-01-08 15:28:31 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:28:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:28:31 ==> Jenkins CI detected. 15:28:31 current dir:  /w/workspace/exfoundry_app-record-replay_main 15:28:31 project root: . 15:28:31 --> token set from env 15:28:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:28:31 ==> Running gcov in . (disable via -X gcov) 15:28:31 ==> Python coveragepy not found 15:28:31 ==> Searching for coverage reports in: 15:28:31 + . 15:28:31 -> Found 1 reports 15:28:31 ==> Detecting git/mercurial file structure 15:28:31 ==> Reading reports 15:28:31 + ./coverage.out bytes=16060 15:28:31 ==> Appending adjustments 15:28:31 https://docs.codecov.io/docs/fixing-reports 15:28:32 + Found adjustments 15:28:32 ==> Gzipping contents 15:28:32 4.0K /tmp/codecov.D1M7F3.gz 15:28:32 ==> Uploading reports 15:28:32 url: https://codecov.io 15:28:32 query: branch=main&commit=abca877cd6ea050c202ea888d462ddea65272cad&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:28:32 -> Pinging Codecov 15:28:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=abca877cd6ea050c202ea888d462ddea65272cad&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 15:28:32 Invalid request parameters 15:28:32 400 [Pipeline] } 15:28:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:28:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:28:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:28:32 15:28:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:28:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:28:32 df9b9388f04a: Pulling fs layer 15:28:32 52dc419b0ee2: Pulling fs layer 15:28:32 25bc292e5bac: Pulling fs layer 15:28:32 114826534d7a: Pulling fs layer 15:28:32 4657fd5d0bcf: Pulling fs layer 15:28:32 6ad1cebc031e: Pulling fs layer 15:28:32 8a3aa393b2d8: Pulling fs layer 15:28:32 4657fd5d0bcf: Waiting 15:28:32 6ad1cebc031e: Waiting 15:28:32 8a3aa393b2d8: Waiting 15:28:32 114826534d7a: Waiting 15:28:32 25bc292e5bac: Download complete 15:28:32 52dc419b0ee2: Verifying Checksum 15:28:32 52dc419b0ee2: Download complete 15:28:32 4657fd5d0bcf: Download complete 15:28:32 df9b9388f04a: Download complete 15:28:33 df9b9388f04a: Pull complete 15:28:33 52dc419b0ee2: Pull complete 15:28:33 25bc292e5bac: Pull complete 15:28:33 6ad1cebc031e: Verifying Checksum 15:28:33 6ad1cebc031e: Download complete 15:28:33 114826534d7a: Verifying Checksum 15:28:33 114826534d7a: Download complete 15:28:34 8a3aa393b2d8: Verifying Checksum 15:28:34 8a3aa393b2d8: Download complete 15:28:37 114826534d7a: Pull complete 15:28:37 4657fd5d0bcf: Pull complete 15:28:37 6ad1cebc031e: Pull complete 15:28:39 8a3aa393b2d8: Pull complete 15:28:39 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:28:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:28:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:28:40 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:28:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:28:45 $ docker top 436e88841a16dd8a50fd067470da2592473343102bc8e87e44a0f312f4d5475a -eo pid,comm [Pipeline] { [Pipeline] echo 15:28:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 15:28:45 + set -o pipefail 15:28:45 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 15:28:49 15:28:49 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 15:28:49 15:28:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e58481a8-aa37-4509-aa62-3d7f64457300 15:28:49 15:28:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:28:49 15:28:50 15:28:50 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:28:50 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:28:50 More details here: https://snyk.co/ue1NS 15:28:50 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 15:28:50 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:28:50 $ docker stop --time=1 436e88841a16dd8a50fd067470da2592473343102bc8e87e44a0f312f4d5475a 15:28:54 $ docker rm -f --volumes 436e88841a16dd8a50fd067470da2592473343102bc8e87e44a0f312f4d5475a [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:28:55 + git log --format=format:%s -1 abca877cd6ea050c202ea888d462ddea65272cad [Pipeline] sh 15:28:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:28:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:28:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:28:55 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:28:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:28:56 $ docker top 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d -eo pid,comm 15:28:56 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:28:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:28:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:28:56 [ssh-agent] Looking for ssh-agent implementation... 15:28:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:28:57 $ docker exec 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d ssh-agent 15:28:57 SSH_AUTH_SOCK=/tmp/ssh-XZjmtd8bbOqT/agent.14 15:28:57 SSH_AGENT_PID=20 15:28:57 Running ssh-add (command line suppressed) 15:28:57 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4962675347674618269.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4962675347674618269.key) 15:28:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:28:57 + git semver tag 15:28:57 2023-08-14 15:28:57,735 [run_tag] DEBUG tag force:False 15:28:57 2023-08-14 15:28:57,735 [check_head_tag] DEBUG check head tag 15:28:57 2023-08-14 15:28:57,736 [execute] INFO git cat-file --batch-check 15:28:57 2023-08-14 15:28:57,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:28:57 2023-08-14 15:28:57,742 [execute] INFO git cat-file --batch 15:28:57 2023-08-14 15:28:57,742 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 15:28:57 2023-08-14 15:28:57,754 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:28:57 2023-08-14 15:28:57,754 [execute] INFO git tag -a v3.1.0-dev.29 -m v3.1.0-dev.29 15:28:57 2023-08-14 15:28:57,754 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.29', '-m', 'v3.1.0-dev.29'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 15:28:57 2023-08-14 15:28:57,759 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:28:57 3.1.0-dev.29 [Pipeline] } 15:28:57 $ docker exec --env ******** --env ******** 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d ssh-agent -k 15:28:57 unset SSH_AUTH_SOCK; 15:28:57 unset SSH_AGENT_PID; 15:28:57 echo Agent pid 20 killed; 15:28:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:28:58 + git semver [Pipeline] } 15:28:58 $ docker stop --time=1 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d 15:29:00 $ docker rm -f --volumes 7527960d57b78e0f142ddc70b315fa2134b25ac420c62dfe8a651be7b47d5c6d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:00 15:29:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:01 0.23.1-centos7: Pulling from edgex-lftools 15:29:01 ab5ef0e58194: Pulling fs layer 15:29:01 9712f1f96733: Pulling fs layer 15:29:01 63f879dbbcfc: Pulling fs layer 15:29:01 0d9ebad4ef96: Pulling fs layer 15:29:01 e9a5061849ea: Pulling fs layer 15:29:01 d747dcd14b5f: Pulling fs layer 15:29:01 2de7ff778b66: Pulling fs layer 15:29:01 0d9ebad4ef96: Waiting 15:29:01 e9a5061849ea: Waiting 15:29:01 d747dcd14b5f: Waiting 15:29:01 2de7ff778b66: Waiting 15:29:01 9712f1f96733: Download complete 15:29:01 63f879dbbcfc: Verifying Checksum 15:29:01 63f879dbbcfc: Download complete 15:29:01 e9a5061849ea: Verifying Checksum 15:29:01 e9a5061849ea: Download complete 15:29:01 d747dcd14b5f: Verifying Checksum 15:29:01 d747dcd14b5f: Download complete 15:29:01 ab5ef0e58194: Download complete 15:29:01 0d9ebad4ef96: Verifying Checksum 15:29:01 0d9ebad4ef96: Download complete 15:29:02 2de7ff778b66: Verifying Checksum 15:29:02 2de7ff778b66: Download complete 15:29:04 ab5ef0e58194: Pull complete 15:29:04 9712f1f96733: Pull complete 15:29:05 63f879dbbcfc: Pull complete 15:29:08 0d9ebad4ef96: Pull complete 15:29:08 e9a5061849ea: Pull complete 15:29:08 d747dcd14b5f: Pull complete 15:29:09 2de7ff778b66: Pull complete 15:29:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:29:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:29:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:09 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:29:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:29:17 $ docker top 35d3a74dcfa382766f456219d3e539806e4e13b0a0572fd2c231bcee18e1a106 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:29:17 provisioning config files... 15:29:17 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config1389409489073666736tmp 15:29:17 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6182239331056773412tmp 15:29:17 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8038075547294606283tmp [Pipeline] { [Pipeline] echo 15:29:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:29:17 ---> sigul-configuration.sh 15:29:17 gpg: directory `/root/.gnupg' created 15:29:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:29:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:29:17 gpg: keyring `/root/.gnupg/secring.gpg' created 15:29:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:29:17 gpg: CAST5 encrypted data 15:29:17 gpg: encrypted with 1 passphrase 15:29:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:29:18 + mkdir /home/jenkins 15:29:18 + mkdir /home/jenkins/sigul [Pipeline] sh 15:29:18 + 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:29:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:29:18 ---> sigul-install.sh 15:29:18 Sigul already installed; skipping installation. [Pipeline] sh 15:29:19 + git tag --list 15:29:19 v3.1.0-dev.0 15:29:19 v3.1.0-dev.1 15:29:19 v3.1.0-dev.10 15:29:19 v3.1.0-dev.11 15:29:19 v3.1.0-dev.12 15:29:19 v3.1.0-dev.13 15:29:19 v3.1.0-dev.14 15:29:19 v3.1.0-dev.15 15:29:19 v3.1.0-dev.16 15:29:19 v3.1.0-dev.17 15:29:19 v3.1.0-dev.18 15:29:19 v3.1.0-dev.19 15:29:19 v3.1.0-dev.2 15:29:19 v3.1.0-dev.20 15:29:19 v3.1.0-dev.21 15:29:19 v3.1.0-dev.22 15:29:19 v3.1.0-dev.23 15:29:19 v3.1.0-dev.24 15:29:19 v3.1.0-dev.25 15:29:19 v3.1.0-dev.26 15:29:19 v3.1.0-dev.27 15:29:19 v3.1.0-dev.28 15:29:19 v3.1.0-dev.29 15:29:19 v3.1.0-dev.3 15:29:19 v3.1.0-dev.4 15:29:19 v3.1.0-dev.5 15:29:19 v3.1.0-dev.6 15:29:19 v3.1.0-dev.7 15:29:19 v3.1.0-dev.8 15:29:19 v3.1.0-dev.9 [Pipeline] sh 15:29:19 + lftools sign git-tag v3.1.0-dev.29 15:29:19 Signing Git tag with Sigul... 15:29:19 Signing v3.1.0-dev.29 [Pipeline] echo 15:29:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:29:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:29:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:29:20 $ docker stop --time=1 35d3a74dcfa382766f456219d3e539806e4e13b0a0572fd2c231bcee18e1a106 15:29:21 $ docker rm -f --volumes 35d3a74dcfa382766f456219d3e539806e4e13b0a0572fd2c231bcee18e1a106 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:29:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:29:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:29:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:22 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:29:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:29:23 $ docker top 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 -eo pid,comm 15:29:23 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:29:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:23 [ssh-agent] Looking for ssh-agent implementation... 15:29:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:23 $ docker exec 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 ssh-agent 15:29:23 SSH_AUTH_SOCK=/tmp/ssh-AymzKjeMltog/agent.32 15:29:23 SSH_AGENT_PID=38 15:29:23 Running ssh-add (command line suppressed) 15:29:23 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8826983443099455058.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8826983443099455058.key) 15:29:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:23 + git semver bump pre 15:29:24 2023-08-14 15:29:23,937 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:29:24 2023-08-14 15:29:23,937 [bump_version] DEBUG bumping version:3.1.0-dev.29 on axis:pre with prefix:dev 15:29:24 2023-08-14 15:29:23,937 [bump_version] DEBUG bumped version:3.1.0-dev.30 15:29:24 2023-08-14 15:29:23,937 [write_version] DEBUG write version:3.1.0-dev.30 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 15:29:24 2023-08-14 15:29:23,937 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:29:24 2023-08-14 15:29:23,937 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 15:29:24 2023-08-14 15:29:23,939 [execute] INFO git cat-file --batch-check 15:29:24 2023-08-14 15:29:23,939 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:29:24 2023-08-14 15:29:23,944 [execute] INFO git cat-file --batch 15:29:24 2023-08-14 15:29:23,944 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:29:24 2023-08-14 15:29:23,949 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:29:24 3.1.0-dev.30 [Pipeline] } 15:29:24 $ docker exec --env ******** --env ******** 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 ssh-agent -k 15:29:24 unset SSH_AUTH_SOCK; 15:29:24 unset SSH_AGENT_PID; 15:29:24 echo Agent pid 38 killed; 15:29:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:24 + git semver [Pipeline] } 15:29:24 $ docker stop --time=1 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 15:29:25 $ docker rm -f --volumes 2abf5e809bf85c4dd159b05e69e90971846ed5329c59db533a21f04e8a7534b1 [Pipeline] // withDockerContainer [Pipeline] sh 15:29:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:29:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:29:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:26 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:29:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:29:27 $ docker top 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 -eo pid,comm 15:29:27 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:29:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:27 [ssh-agent] Looking for ssh-agent implementation... 15:29:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:27 $ docker exec 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 ssh-agent 15:29:27 SSH_AUTH_SOCK=/tmp/ssh-Ue1V2rGHU3M8/agent.33 15:29:27 SSH_AGENT_PID=39 15:29:27 Running ssh-add (command line suppressed) 15:29:27 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398711564125935830.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_398711564125935830.key) 15:29:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:27 + git semver push 15:29:28 2023-08-14 15:29:28,062 [run_push] DEBUG push 15:29:28 2023-08-14 15:29:28,062 [execute] INFO git cat-file --batch-check 15:29:28 2023-08-14 15:29:28,062 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 15:29:28 2023-08-14 15:29:28,066 [execute] INFO git rev-list 1c757dcfe868d1799af9448646cf465e30db378f -- 15:29:28 2023-08-14 15:29:28,066 [execute] DEBUG Popen(['git', 'rev-list', '1c757dcfe868d1799af9448646cf465e30db378f', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:29:28 2023-08-14 15:29:28,072 [execute] INFO git fetch -v origin 15:29:28 2023-08-14 15:29:28,072 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 15:29:28 2023-08-14 15:29:28,530 [run_push] DEBUG no remote changes detected 15:29:28 2023-08-14 15:29:28,530 [execute] INFO git push origin semver 15:29:28 2023-08-14 15:29:28,531 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 15:29:29 2023-08-14 15:29:29,330 [run_push] DEBUG push all version tags 15:29:29 2023-08-14 15:29:29,330 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:29:29 2023-08-14 15:29:29,330 [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:29:30 2023-08-14 15:29:30,042 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 15:29:30 3.1.0-dev.30 [Pipeline] } 15:29:30 $ docker exec --env ******** --env ******** 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 ssh-agent -k 15:29:30 unset SSH_AUTH_SOCK; 15:29:30 unset SSH_AGENT_PID; 15:29:30 echo Agent pid 39 killed; 15:29:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:30 + git semver [Pipeline] } 15:29:31 $ docker stop --time=1 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 15:29:32 $ docker rm -f --volumes 0e7dfc0e15939f0418e59b621f70510577e0263848e2d753f3420549616eca46 [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:29:32 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 15:29:32 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:29:32 total 16 15:29:32 drwxr-xr-x 3 root root 4096 Aug 14 15:16 . 15:29:32 drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 15:29 .. 15:29:32 drwxr-xr-x 2 root root 4096 Aug 14 15:16 cost 15:29:32 -rw-r--r-- 1 root root 88 Aug 14 15:16 cost.csv 15:29:32 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 15:29:32 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 15:29:32 total 16 15:29:32 drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 15:16 . 15:29:32 drwxrwxr-x 10 jenkins jenkins 4096 Aug 14 15:29 .. 15:29:32 drwxr-xr-x 2 jenkins jenkins 4096 Aug 14 15:16 cost 15:29:32 -rw-r--r-- 1 jenkins jenkins 88 Aug 14 15:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:29:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:29:33 ---> package-listing.sh 15:29:33 ++ facter osfamily 15:29:33 ++ tr '[:upper:]' '[:lower:]' 15:29:34 + OS_FAMILY=debian 15:29:34 + workspace=/w/workspace/exfoundry_app-record-replay_main 15:29:34 + START_PACKAGES=/tmp/packages_start.txt 15:29:34 + END_PACKAGES=/tmp/packages_end.txt 15:29:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:29:34 + PACKAGES=/tmp/packages_start.txt 15:29:34 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:29:34 + PACKAGES=/tmp/packages_end.txt 15:29:34 + case "${OS_FAMILY}" in 15:29:34 + dpkg -l 15:29:34 + grep '^ii' 15:29:34 + '[' -f /tmp/packages_start.txt ']' 15:29:34 + '[' -f /tmp/packages_end.txt ']' 15:29:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:29:34 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 15:29:34 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 15:29:34 + 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:29:34 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:29:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:29:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:35 prd-ubuntu20.04-docker-8c-8g-3509 does not seem to be running inside a container 15:29:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:29:35 $ docker top ecfabb44855ac01d16456a8a7e91ff59166be88fbadcbca75e17183e060422d6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:29:35 + touch /tmp/pre-build-complete [Pipeline] sh 15:29:36 + mkdir -p /var/log/sysstat [Pipeline] sh 15:29:36 + ls /var/log/sa-host 15:29:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:29:36 provisioning config files... 15:29:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config58621636700930761tmp [Pipeline] { [Pipeline] echo 15:29:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:29:36 ---> create-netrc.sh [Pipeline] } 15:29:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:29:37 ---> python-tools-install.sh [Pipeline] echo 15:29:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:29:37 ---> sudo-logs.sh 15:29:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:29:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:29:37 ---> job-cost.sh 15:29:37 lf-activate-venv: SKIPPING 15:29:37 DEBUG: total: 0.2199999988079071 15:29:37 INFO: Retrieving Stack Cost... 15:29:37 INFO: Retrieving Pricing Info for: v3-standard-8 15:29:38 INFO: Archiving Costs [Pipeline] echo 15:29:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:29:38 ---> logs-deploy.sh 15:29:38 lf-activate-venv: SKIPPING 15:29:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/32 15:29:38 INFO: archiving workspace using pattern(s): 15:29:39 Archives upload complete. 15:29:39 INFO: archiving logs to Nexus