Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2506318949851bd4c6386bbbe703fa9470f34127 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-ssh13910587585464967539.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh7234749442344210539.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh8557033644851819365.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh10861844003403140407.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-ssh7510572440941836135.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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8424 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 2506318949851bd4c6386bbbe703fa9470f34127 (main) Commit message: "Merge pull request #87 from lenny-intel/postman-swagger" > 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 2506318949851bd4c6386bbbe703fa9470f34127 # timeout=10 > git rev-list --no-walk d7c11ee8cc27e6c30d594ebe89d32af7f6c2656a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-10-03T22:26:41.649Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-10-03T22:26:41.730Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-10-03T22:26:41.747Z] ========================================================= [2023-10-03T22:26:41.747Z] EdgeX Global Pipelines Version Info [2023-10-03T22:26:41.747Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:26:42.452Z] ------------------- [2023-10-03T22:26:42.452Z] stable info: [2023-10-03T22:26:42.452Z] ------------------- [2023-10-03T22:26:42.452Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-10-03T22:26:42.452Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-03T22:26:42.452Z] Message: update stable to v1.0.254 [2023-10-03T22:26:43.026Z] ------------------- [2023-10-03T22:26:43.026Z] experimental info: [2023-10-03T22:26:43.026Z] ------------------- [2023-10-03T22:26:43.026Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-10-03T22:26:43.026Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-10-03T22:26:43.026Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-10-03T22:26:43.213Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2023-10-03T22:26:43.228Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2023-10-03T22:26:43.247Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-10-03T22:26:43.267Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-10-03T22:26:43.284Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-10-03T22:26:43.299Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-10-03T22:26:43.310Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-10-03T22:26:43.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-10-03T22:26:43.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-10-03T22:26:43.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-10-03T22:26:43.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-10-03T22:26:43.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2023-10-03T22:26:43.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-10-03T22:26:43.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-10-03T22:26:43.429Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-10-03T22:26:43.444Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-10-03T22:26:43.461Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-10-03T22:26:43.472Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-10-03T22:26:43.489Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-10-03T22:26:43.501Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-10-03T22:26:43.513Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-10-03T22:26:43.525Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-10-03T22:26:43.539Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-10-03T22:26:43.555Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-10-03T22:26:43.575Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-10-03T22:26:43.592Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-10-03T22:26:43.610Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-10-03T22:26:43.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-10-03T22:26:43.635Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-10-03T22:26:43.650Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-10-03T22:26:43.661Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo [2023-10-03T22:26:43.674Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2506318 [Pipeline] echo [2023-10-03T22:26:43.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-03T22:26:43.729Z] provisioning config files... [2023-10-03T22:26:43.743Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7558008459807589754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:26:44.043Z] ---> docker-login.sh [2023-10-03T22:26:44.043Z] nexus3.edgexfoundry.org:10001 [2023-10-03T22:26:44.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:26:44.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:26:44.304Z] Configure a credential helper to remove this warning. See [2023-10-03T22:26:44.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:26:44.304Z] [2023-10-03T22:26:44.304Z] Login Succeeded [2023-10-03T22:26:44.304Z] nexus3.edgexfoundry.org:10002 [2023-10-03T22:26:44.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:26:44.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:26:44.566Z] Configure a credential helper to remove this warning. See [2023-10-03T22:26:44.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:26:44.566Z] [2023-10-03T22:26:44.566Z] Login Succeeded [2023-10-03T22:26:44.566Z] nexus3.edgexfoundry.org:10003 [2023-10-03T22:26:44.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:26:44.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:26:44.566Z] Configure a credential helper to remove this warning. See [2023-10-03T22:26:44.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:26:44.566Z] [2023-10-03T22:26:44.566Z] Login Succeeded [2023-10-03T22:26:44.566Z] nexus3.edgexfoundry.org:10004 [2023-10-03T22:26:44.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:26:44.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:26:44.566Z] Configure a credential helper to remove this warning. See [2023-10-03T22:26:44.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:26:44.566Z] [2023-10-03T22:26:44.566Z] Login Succeeded [2023-10-03T22:26:44.566Z] docker.io [2023-10-03T22:26:44.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:26:45.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:26:45.087Z] Configure a credential helper to remove this warning. See [2023-10-03T22:26:45.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:26:45.087Z] [2023-10-03T22:26:45.087Z] Login Succeeded [2023-10-03T22:26:45.087Z] ---> docker-login.sh ends [Pipeline] } [2023-10-03T22:26:45.095Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-10-03T22:26:45.448Z] + git rev-list -1 --merges 2506318949851bd4c6386bbbe703fa9470f34127~1..2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo [2023-10-03T22:26:45.496Z] -----------> git rev-list -1 --merges 2506318949851bd4c6386bbbe703fa9470f34127~1..2506318949851bd4c6386bbbe703fa9470f34127 2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:26:45.497Z] 2506318949851bd4c6386bbbe703fa9470f34127 [false] [Pipeline] sh [2023-10-03T22:26:45.786Z] + git log --format=format:%s -1 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo [2023-10-03T22:26:45.829Z] ========================================================= [2023-10-03T22:26:45.829Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-10-03T22:26:45.829Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-03T22:26:46.148Z] + git log --format=format:%s -1 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] echo [2023-10-03T22:26:46.161Z] [semverPrep] GIT_COMMIT: 2506318949851bd4c6386bbbe703fa9470f34127, Commit Message: Merge pull request #87 from lenny-intel/postman-swagger [Pipeline] echo [2023-10-03T22:26:46.169Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-10-03T22:26:46.531Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-03T22:26:46.531Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-10-03T22:26:46.531Z] + [ -e /tmp/ssh_known_hosts ] [2023-10-03T22:26:46.531Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-10-03T22:26:46.531Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2023-10-03T22:26:46.531Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-10-03T22:26:46.531Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:26:46.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-03T22:26:46.876Z] [2023-10-03T22:26:46.876Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:26:47.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-03T22:26:47.184Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-10-03T22:26:47.184Z] b85a868b505f: Pulling fs layer [2023-10-03T22:26:47.184Z] e2be974225ed: Pulling fs layer [2023-10-03T22:26:47.184Z] 339a4e72a1f5: Pulling fs layer [2023-10-03T22:26:47.184Z] 988bab9f4d93: Pulling fs layer [2023-10-03T22:26:47.184Z] 1469e6f7b9e6: Pulling fs layer [2023-10-03T22:26:47.184Z] eaf3925da568: Pulling fs layer [2023-10-03T22:26:47.184Z] bab4dde63d76: Pulling fs layer [2023-10-03T22:26:47.184Z] bde34c3a00c8: Pulling fs layer [2023-10-03T22:26:47.184Z] b352a97aabf1: Pulling fs layer [2023-10-03T22:26:47.185Z] 4872d77fe225: Pulling fs layer [2023-10-03T22:26:47.185Z] 5851b861e8e6: Pulling fs layer [2023-10-03T22:26:47.185Z] bde34c3a00c8: Waiting [2023-10-03T22:26:47.185Z] 988bab9f4d93: Waiting [2023-10-03T22:26:47.185Z] eaf3925da568: Waiting [2023-10-03T22:26:47.185Z] 1469e6f7b9e6: Waiting [2023-10-03T22:26:47.185Z] bab4dde63d76: Waiting [2023-10-03T22:26:47.185Z] b352a97aabf1: Waiting [2023-10-03T22:26:47.185Z] 4872d77fe225: Waiting [2023-10-03T22:26:47.185Z] 5851b861e8e6: Waiting [2023-10-03T22:26:47.185Z] e2be974225ed: Download complete [2023-10-03T22:26:47.185Z] 988bab9f4d93: Download complete [2023-10-03T22:26:47.444Z] 339a4e72a1f5: Verifying Checksum [2023-10-03T22:26:47.444Z] 339a4e72a1f5: Download complete [2023-10-03T22:26:47.444Z] 1469e6f7b9e6: Verifying Checksum [2023-10-03T22:26:47.444Z] 1469e6f7b9e6: Download complete [2023-10-03T22:26:47.445Z] eaf3925da568: Download complete [2023-10-03T22:26:47.445Z] bde34c3a00c8: Verifying Checksum [2023-10-03T22:26:47.445Z] bde34c3a00c8: Download complete [2023-10-03T22:26:47.445Z] b352a97aabf1: Verifying Checksum [2023-10-03T22:26:47.445Z] b352a97aabf1: Download complete [2023-10-03T22:26:47.445Z] 4872d77fe225: Verifying Checksum [2023-10-03T22:26:47.445Z] 4872d77fe225: Download complete [2023-10-03T22:26:47.445Z] 5851b861e8e6: Verifying Checksum [2023-10-03T22:26:47.445Z] 5851b861e8e6: Download complete [2023-10-03T22:26:47.445Z] b85a868b505f: Verifying Checksum [2023-10-03T22:26:47.445Z] b85a868b505f: Download complete [2023-10-03T22:26:47.704Z] bab4dde63d76: Verifying Checksum [2023-10-03T22:26:47.704Z] bab4dde63d76: Download complete [2023-10-03T22:26:48.641Z] b85a868b505f: Pull complete [2023-10-03T22:26:48.641Z] e2be974225ed: Pull complete [2023-10-03T22:26:49.209Z] 339a4e72a1f5: Pull complete [2023-10-03T22:26:49.209Z] 988bab9f4d93: Pull complete [2023-10-03T22:26:49.468Z] 1469e6f7b9e6: Pull complete [2023-10-03T22:26:49.727Z] eaf3925da568: Pull complete [2023-10-03T22:26:51.104Z] bab4dde63d76: Pull complete [2023-10-03T22:26:51.363Z] bde34c3a00c8: Pull complete [2023-10-03T22:26:51.363Z] b352a97aabf1: Pull complete [2023-10-03T22:26:51.363Z] 4872d77fe225: Pull complete [2023-10-03T22:26:51.623Z] 5851b861e8e6: Pull complete [2023-10-03T22:26:51.623Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-10-03T22:26:51.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-03T22:26:51.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:26:51.711Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:26:51.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-03T22:26:55.003Z] $ docker top 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e -eo pid,comm [2023-10-03T22:26:55.050Z] 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). [2023-10-03T22:26:55.050Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-03T22:26:55.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-03T22:26:55.083Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-03T22:26:55.176Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-03T22:26:55.180Z] $ docker exec 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent [2023-10-03T22:26:55.276Z] SSH_AUTH_SOCK=/tmp/ssh-6PckES99v2bt/agent.33 [2023-10-03T22:26:55.276Z] SSH_AGENT_PID=39 [2023-10-03T22:26:55.282Z] Running ssh-add (command line suppressed) [2023-10-03T22:26:55.381Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6493925941288924945.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6493925941288924945.key) [2023-10-03T22:26:55.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-03T22:26:55.679Z] + git tag --points-at HEAD [Pipeline] } [2023-10-03T22:26:55.699Z] $ docker exec --env ******** --env ******** 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent -k [2023-10-03T22:26:55.793Z] unset SSH_AUTH_SOCK; [2023-10-03T22:26:55.793Z] unset SSH_AGENT_PID; [2023-10-03T22:26:55.793Z] echo Agent pid 39 killed; [2023-10-03T22:26:55.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-10-03T22:26:55.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-03T22:26:55.829Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-03T22:26:55.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-03T22:26:55.936Z] $ docker exec 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent [2023-10-03T22:26:56.029Z] SSH_AUTH_SOCK=/tmp/ssh-0UnLq2rt7IuG/agent.71 [2023-10-03T22:26:56.029Z] SSH_AGENT_PID=77 [2023-10-03T22:26:56.034Z] Running ssh-add (command line suppressed) [2023-10-03T22:26:56.120Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6306235082061002259.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_6306235082061002259.key) [2023-10-03T22:26:56.132Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-03T22:26:56.425Z] + git semver init [2023-10-03T22:26:56.684Z] 2023-10-03 22:26:56,630 [run_init] DEBUG init version:0.0.0 force:False [2023-10-03T22:26:56.684Z] 2023-10-03 22:26:56,631 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2023-10-03T22:26:56.684Z] 2023-10-03 22:26:56,631 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2023-10-03T22:26:56.684Z] 2023-10-03 22:26:56,631 [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) [2023-10-03T22:26:57.625Z] 2023-10-03 22:26:57,380 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2023-10-03T22:26:57.625Z] 2023-10-03 22:26:57,381 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2023-10-03T22:26:57.625Z] 2023-10-03 22:26:57,381 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:26:57.625Z] 2023-10-03 22:26:57,381 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:26:57.625Z] 3.1.0-dev.53 [Pipeline] } [2023-10-03T22:26:57.635Z] $ docker exec --env ******** --env ******** 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e ssh-agent -k [2023-10-03T22:26:57.719Z] unset SSH_AUTH_SOCK; [2023-10-03T22:26:57.719Z] unset SSH_AGENT_PID; [2023-10-03T22:26:57.720Z] echo Agent pid 77 killed; [2023-10-03T22:26:57.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-03T22:26:58.024Z] + git semver [Pipeline] } [2023-10-03T22:26:58.296Z] $ docker stop --time=1 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e [2023-10-03T22:26:59.569Z] $ docker rm -f --volumes 9597e6f08cf30ad2c9fdd8df0904352cc07d5269d40bccd9dd6f77ec65d1bc4e [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-03T22:27:00.215Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-10-03T22:27:00.427Z] Stashed 1 file(s) [Pipeline] echo [2023-10-03T22:27:00.430Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.53 [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 [2023-10-03T22:27:00.544Z] provisioning config files... [2023-10-03T22:27:00.555Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14205291556683271199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:27:00.854Z] ---> docker-login.sh [2023-10-03T22:27:00.854Z] nexus3.edgexfoundry.org:10001 [2023-10-03T22:27:00.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:27:00.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:27:00.854Z] Configure a credential helper to remove this warning. See [2023-10-03T22:27:00.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:27:00.854Z] [2023-10-03T22:27:00.854Z] Login Succeeded [2023-10-03T22:27:00.854Z] nexus3.edgexfoundry.org:10002 [2023-10-03T22:27:00.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:27:00.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:27:00.854Z] Configure a credential helper to remove this warning. See [2023-10-03T22:27:00.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:27:00.854Z] [2023-10-03T22:27:00.854Z] Login Succeeded [2023-10-03T22:27:00.854Z] nexus3.edgexfoundry.org:10003 [2023-10-03T22:27:01.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:27:01.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:27:01.117Z] Configure a credential helper to remove this warning. See [2023-10-03T22:27:01.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:27:01.117Z] [2023-10-03T22:27:01.117Z] Login Succeeded [2023-10-03T22:27:01.117Z] nexus3.edgexfoundry.org:10004 [2023-10-03T22:27:01.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:27:01.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:27:01.117Z] Configure a credential helper to remove this warning. See [2023-10-03T22:27:01.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:27:01.117Z] [2023-10-03T22:27:01.117Z] Login Succeeded [2023-10-03T22:27:01.117Z] docker.io [2023-10-03T22:27:01.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:27:01.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:27:01.378Z] Configure a credential helper to remove this warning. See [2023-10-03T22:27:01.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:27:01.378Z] [2023-10-03T22:27:01.378Z] Login Succeeded [2023-10-03T22:27:01.378Z] ---> docker-login.sh ends [Pipeline] } [2023-10-03T22:27:01.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-10-03T22:27:01.438Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-03T22:27:01.449Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-03T22:27:01.456Z] ========================================================= [2023-10-03T22:27:01.456Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-10-03T22:27:01.456Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:27:01.760Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-10-03T22:27:01.761Z] Sending build context to Docker daemon 600.6kB [2023-10-03T22:27:01.761Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-10-03T22:27:01.761Z] Step 2/12 : FROM ${BASE} AS builder [2023-10-03T22:27:01.761Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-10-03T22:27:01.761Z] 7264a8db6415: Pulling fs layer [2023-10-03T22:27:01.761Z] c4d48a809fc2: Pulling fs layer [2023-10-03T22:27:01.761Z] 4f1c88b9dad5: Pulling fs layer [2023-10-03T22:27:01.761Z] ad3a456e5733: Pulling fs layer [2023-10-03T22:27:01.761Z] 33e27b845d1e: Pulling fs layer [2023-10-03T22:27:01.761Z] c68163c4e522: Pulling fs layer [2023-10-03T22:27:01.761Z] 50da416c3ac9: Pulling fs layer [2023-10-03T22:27:01.761Z] 23d2d4c4bb30: Pulling fs layer [2023-10-03T22:27:01.761Z] 33e27b845d1e: Waiting [2023-10-03T22:27:01.761Z] c68163c4e522: Waiting [2023-10-03T22:27:01.761Z] 50da416c3ac9: Waiting [2023-10-03T22:27:01.761Z] 23d2d4c4bb30: Waiting [2023-10-03T22:27:01.761Z] c4d48a809fc2: Verifying Checksum [2023-10-03T22:27:01.761Z] c4d48a809fc2: Download complete [2023-10-03T22:27:01.761Z] ad3a456e5733: Download complete [2023-10-03T22:27:01.761Z] 33e27b845d1e: Download complete [2023-10-03T22:27:02.020Z] 7264a8db6415: Verifying Checksum [2023-10-03T22:27:02.020Z] 7264a8db6415: Download complete [2023-10-03T22:27:02.020Z] c68163c4e522: Verifying Checksum [2023-10-03T22:27:02.020Z] 7264a8db6415: Pull complete [2023-10-03T22:27:02.020Z] 23d2d4c4bb30: Verifying Checksum [2023-10-03T22:27:02.020Z] 23d2d4c4bb30: Download complete [2023-10-03T22:27:02.279Z] c4d48a809fc2: Pull complete [2023-10-03T22:27:02.279Z] 4f1c88b9dad5: Verifying Checksum [2023-10-03T22:27:02.279Z] 4f1c88b9dad5: Download complete [2023-10-03T22:27:02.845Z] 50da416c3ac9: Verifying Checksum [2023-10-03T22:27:02.845Z] 50da416c3ac9: Download complete [2023-10-03T22:27:05.377Z] 4f1c88b9dad5: Pull complete [2023-10-03T22:27:05.377Z] ad3a456e5733: Pull complete [2023-10-03T22:27:05.635Z] 33e27b845d1e: Pull complete [2023-10-03T22:27:05.635Z] c68163c4e522: Pull complete [2023-10-03T22:27:08.167Z] 50da416c3ac9: Pull complete [2023-10-03T22:27:08.426Z] 23d2d4c4bb30: Pull complete [2023-10-03T22:27:08.426Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-10-03T22:27:08.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-10-03T22:27:08.426Z] ---> 0786185ac409 [2023-10-03T22:27:08.426Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-10-03T22:27:13.705Z] ---> Running in 80517204a7cd [2023-10-03T22:27:13.964Z] Removing intermediate container 80517204a7cd [2023-10-03T22:27:13.964Z] ---> 2b8c728f295c [2023-10-03T22:27:13.964Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-10-03T22:27:13.964Z] ---> Running in 61dc9ea0d36e [2023-10-03T22:27:13.964Z] Removing intermediate container 61dc9ea0d36e [2023-10-03T22:27:13.964Z] ---> bda5f83e1743 [2023-10-03T22:27:13.964Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-10-03T22:27:13.964Z] ---> Running in 671c16e945ef [2023-10-03T22:27:14.224Z] Removing intermediate container 671c16e945ef [2023-10-03T22:27:14.224Z] ---> 523296aad7d0 [2023-10-03T22:27:14.224Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-03T22:27:14.224Z] ---> Running in 4ecdf9a30d5a [2023-10-03T22:27:14.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-03T22:27:14.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-03T22:27:15.002Z] OK: 264 MiB in 52 packages [2023-10-03T22:27:15.262Z] Removing intermediate container 4ecdf9a30d5a [2023-10-03T22:27:15.262Z] ---> 83014ac9949e [2023-10-03T22:27:15.262Z] Step 7/12 : WORKDIR /app [2023-10-03T22:27:15.262Z] ---> Running in aab9b2e2bc88 [2023-10-03T22:27:15.513Z] Still waiting to schedule task [2023-10-03T22:27:15.513Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-10-03T22:27:15.520Z] Removing intermediate container aab9b2e2bc88 [2023-10-03T22:27:15.520Z] ---> 700747aeb876 [2023-10-03T22:27:15.520Z] Step 8/12 : COPY go.mod vendor* ./ [2023-10-03T22:27:15.520Z] ---> 6fe9d8b40421 [2023-10-03T22:27:15.520Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-03T22:27:15.520Z] ---> Running in e06834971a16 [2023-10-03T22:28:02.210Z] Removing intermediate container e06834971a16 [2023-10-03T22:28:02.210Z] ---> 32ee56511f0b [2023-10-03T22:28:02.210Z] Step 10/12 : COPY . . [2023-10-03T22:28:02.210Z] ---> 32577069d254 [2023-10-03T22:28:02.210Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-03T22:28:02.210Z] ---> Running in dcb110f6d154 [2023-10-03T22:28:02.210Z] Removing intermediate container dcb110f6d154 [2023-10-03T22:28:02.210Z] ---> 569062ba5939 [2023-10-03T22:28:02.210Z] Step 12/12 : RUN $MAKE [2023-10-03T22:28:02.210Z] ---> Running in dc1241e02550 [2023-10-03T22:28:02.210Z] noop [2023-10-03T22:28:02.210Z] Removing intermediate container dc1241e02550 [2023-10-03T22:28:02.210Z] ---> a730060cedf0 [2023-10-03T22:28:02.210Z] Successfully built a730060cedf0 [2023-10-03T22:28:02.210Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:28:02.526Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-03T22:28:02.527Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:28:02.590Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:28:02.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-10-03T22:28:02.942Z] $ docker top 4df126ded5f6ede356f2f04f449fe6e65858171f3cc3a641f9ca4b465eb50120 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-03T22:28:03.277Z] + go version [2023-10-03T22:28:03.277Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-10-03T22:28:03.287Z] $ docker stop --time=1 4df126ded5f6ede356f2f04f449fe6e65858171f3cc3a641f9ca4b465eb50120 [2023-10-03T22:28:04.588Z] $ docker rm -f --volumes 4df126ded5f6ede356f2f04f449fe6e65858171f3cc3a641f9ca4b465eb50120 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:28:05.012Z] + docker inspect -f . ci-base-image-x86_64 [2023-10-03T22:28:05.012Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:28:05.085Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:28:05.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-10-03T22:28:05.887Z] $ docker top 6731b5008df31043d35c8955926d948674669e1fca8a26788a81f5b3ad2382eb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-03T22:28:06.235Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2023-10-03T22:28:06.537Z] + make test [2023-10-03T22:28:06.537Z] go test -race -coverprofile=coverage.out ./... [2023-10-03T22:28:28.478Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-10-03T22:28:28.478Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-10-03T22:28:28.478Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-10-03T22:28:28.478Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-10-03T22:28:28.478Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.041s coverage: 88.0% of statements [2023-10-03T22:28:36.600Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.602s coverage: 98.7% of statements [2023-10-03T22:28:36.600Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.105s coverage: 89.7% of statements [2023-10-03T22:28:36.600Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.036s coverage: 100.0% of statements [2023-10-03T22:28:48.086Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8425 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2023-10-03T22:28:48.100Z] Running in /w/workspace/app-record-replay/58 [Pipeline] { [Pipeline] checkout [2023-10-03T22:28:48.135Z] Selected Git installation does not exist. Using Default [2023-10-03T22:28:48.135Z] The recommended git tool is: NONE [2023-10-03T22:28:53.036Z] using credential edgex-jenkins-ssh [2023-10-03T22:28:53.053Z] Cloning the remote Git repository [2023-10-03T22:28:53.099Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2023-10-03T22:28:53.908Z] > git init /w/workspace/app-record-replay/58 # timeout=10 [2023-10-03T22:28:54.045Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2023-10-03T22:28:54.046Z] > git --version # timeout=10 [2023-10-03T22:28:54.066Z] > git --version # 'git version 2.25.1' [2023-10-03T22:28:54.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-10-03T22:28:54.206Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-03T22:28:54.760Z] go vet ./... [2023-10-03T22:28:54.914Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2023-10-03T22:28:54.934Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-10-03T22:28:55.746Z] Avoid second fetch [2023-10-03T22:28:55.746Z] Checking out Revision 2506318949851bd4c6386bbbe703fa9470f34127 (main) [2023-10-03T22:28:56.271Z] Commit message: "Merge pull request #87 from lenny-intel/postman-swagger" [Pipeline] withEnv [Pipeline] { [2023-10-03T22:28:55.760Z] > git config core.sparsecheckout # timeout=10 [2023-10-03T22:28:55.840Z] > git checkout -f 2506318949851bd4c6386bbbe703fa9470f34127 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-03T22:28:57.385Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-10-03T22:28:57.385Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-03T22:28:57.385Z] Dload Upload Total Spent Left Speed [2023-10-03T22:28:57.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72039 0 --:--:-- --:--:-- --:--:-- 72448 [Pipeline] sh [2023-10-03T22:28:57.982Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-10-03T22:28:58.040Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-03T22:28:58.040Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-03T22:28:58.040Z] ./bin/test-attribution-txt.sh [2023-10-03T22:28:58.306Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-10-03T22:28:58.306Z] + sudo tee /etc/docker/daemon.new [2023-10-03T22:28:58.306Z] { [2023-10-03T22:28:58.306Z] "registry-mirrors": [ [2023-10-03T22:28:58.306Z] "https://nexus3.edgexfoundry.org:10001" [2023-10-03T22:28:58.306Z] ], [2023-10-03T22:28:58.306Z] "bip": "10.250.0.254/24", [2023-10-03T22:28:58.306Z] "hosts": [ [2023-10-03T22:28:58.306Z] "tcp://0.0.0.0:5555", [2023-10-03T22:28:58.306Z] "unix:///var/run/docker.sock" [2023-10-03T22:28:58.306Z] ], [2023-10-03T22:28:58.306Z] "mtu": 1458, [2023-10-03T22:28:58.306Z] "selinux-enabled": true, [2023-10-03T22:28:58.306Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-10-03T22:28:58.306Z] } [Pipeline] echo [2023-10-03T22:28:58.312Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-03T22:28:58.328Z] $ docker stop --time=1 6731b5008df31043d35c8955926d948674669e1fca8a26788a81f5b3ad2382eb [2023-10-03T22:29:03.506Z] $ docker rm -f --volumes 6731b5008df31043d35c8955926d948674669e1fca8a26788a81f5b3ad2382eb [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-03T22:29:04.054Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-10-03T22:29:04.143Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-03T22:29:04.195Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2023-10-03T22:29:04.404Z] + sudo service docker restart [Pipeline] sh [2023-10-03T22:29:04.818Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-10-03T22:29:05.097Z] + ls -al . [2023-10-03T22:29:05.097Z] total 188 [2023-10-03T22:29:05.097Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 3 22:28 . [2023-10-03T22:29:05.097Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 22:26 .. [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 3 22:26 .dockerignore [2023-10-03T22:29:05.097Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 22:28 .git [2023-10-03T22:29:05.097Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:26 .github [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 164 Oct 3 22:26 .gitignore [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 22:26 .golangci.yml [2023-10-03T22:29:05.097Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 22:26 .semver [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 11301 Oct 3 22:26 Attribution.txt [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 258 Oct 3 22:26 CHANGELOG.md [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 1616 Oct 3 22:26 Dockerfile [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 22:26 GOVERNANCE.md [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 681 Oct 3 22:26 Jenkinsfile [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 3 22:26 LICENSE [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 3139 Oct 3 22:26 Makefile [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 3 22:26 OWNERS.md [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 2363 Oct 3 22:26 README.md [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 3 22:26 Record and Reply.postman_collection.json [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 3 22:27 VERSION [2023-10-03T22:29:05.097Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:26 bin [2023-10-03T22:29:05.097Z] -rw-r--r-- 1 jenkins jenkins 24666 Oct 3 22:28 coverage.out [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 3905 Oct 3 22:26 go.mod [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 35420 Oct 3 22:26 go.sum [2023-10-03T22:29:05.097Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 3 22:26 internal [2023-10-03T22:29:05.097Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 3 22:26 main.go [2023-10-03T22:29:05.097Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:26 openapi [2023-10-03T22:29:05.097Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:26 pkg [2023-10-03T22:29:05.097Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:26 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:05.400Z] + 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=2506318949851bd4c6386bbbe703fa9470f34127 --label arch=amd64 --label version=3.1.0-dev.53 . [2023-10-03T22:29:05.401Z] Sending build context to Docker daemon 626.2kB [2023-10-03T22:29:05.401Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2023-10-03T22:29:05.401Z] Step 2/26 : FROM ${BASE} AS builder [2023-10-03T22:29:05.401Z] ---> a730060cedf0 [2023-10-03T22:29:05.401Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-10-03T22:29:05.660Z] ---> Running in 5f56784efdbb [2023-10-03T22:29:05.660Z] Removing intermediate container 5f56784efdbb [2023-10-03T22:29:05.660Z] ---> bbd19fcf9d80 [2023-10-03T22:29:05.660Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-10-03T22:29:05.660Z] ---> Running in 965d1bd4d7ee [2023-10-03T22:29:05.660Z] Removing intermediate container 965d1bd4d7ee [2023-10-03T22:29:05.660Z] ---> 077d8f6e352e [2023-10-03T22:29:05.660Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-10-03T22:29:05.660Z] ---> Running in 87062f9ff0d5 [2023-10-03T22:29:05.660Z] Removing intermediate container 87062f9ff0d5 [2023-10-03T22:29:05.660Z] ---> c1923cb79708 [2023-10-03T22:29:05.660Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-03T22:29:05.917Z] ---> Running in a60a817afad8 [2023-10-03T22:29:06.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-03T22:29:06.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-03T22:29:06.435Z] OK: 264 MiB in 52 packages [2023-10-03T22:29:06.693Z] Removing intermediate container a60a817afad8 [2023-10-03T22:29:06.693Z] ---> fdc9fa1663e3 [2023-10-03T22:29:06.693Z] Step 7/26 : WORKDIR /app [2023-10-03T22:29:06.952Z] ---> Running in 51adca9fddd3 [2023-10-03T22:29:06.952Z] Removing intermediate container 51adca9fddd3 [2023-10-03T22:29:06.952Z] ---> 152e898eb489 [2023-10-03T22:29:06.952Z] Step 8/26 : COPY go.mod vendor* ./ [2023-10-03T22:29:06.952Z] ---> 203c0ebcf8f4 [2023-10-03T22:29:06.952Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-03T22:29:06.952Z] ---> Running in 2da2995ce748 [2023-10-03T22:29:07.886Z] Removing intermediate container 2da2995ce748 [2023-10-03T22:29:07.886Z] ---> f16861a3404c [2023-10-03T22:29:07.886Z] Step 10/26 : COPY . . [2023-10-03T22:29:07.886Z] ---> 2104bb3f251d [2023-10-03T22:29:07.886Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-03T22:29:07.886Z] ---> Running in 70d8e190daff [2023-10-03T22:29:07.886Z] Removing intermediate container 70d8e190daff [2023-10-03T22:29:07.886Z] ---> 308e6c716a5c [2023-10-03T22:29:07.886Z] Step 12/26 : RUN $MAKE [2023-10-03T22:29:07.886Z] ---> Running in 4efcf6a1e756 [2023-10-03T22:29:08.145Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.53" -trimpath -mod=readonly -o app-record-replay [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-03T22:29:22.661Z] provisioning config files... [2023-10-03T22:29:22.686Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/58@tmp/config5696111652602433011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:29:23.034Z] ---> docker-login.sh [2023-10-03T22:29:23.034Z] nexus3.edgexfoundry.org:10001 [2023-10-03T22:29:23.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:23.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:23.569Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:23.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:23.569Z] [2023-10-03T22:29:23.569Z] Login Succeeded [2023-10-03T22:29:23.569Z] nexus3.edgexfoundry.org:10002 [2023-10-03T22:29:23.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:23.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:23.836Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:23.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:23.836Z] [2023-10-03T22:29:23.836Z] Login Succeeded [2023-10-03T22:29:24.106Z] nexus3.edgexfoundry.org:10003 [2023-10-03T22:29:24.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:24.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:24.387Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:24.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:24.387Z] [2023-10-03T22:29:24.387Z] Login Succeeded [2023-10-03T22:29:24.387Z] nexus3.edgexfoundry.org:10004 [2023-10-03T22:29:24.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:24.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:24.656Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:24.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:24.656Z] [2023-10-03T22:29:24.656Z] Login Succeeded [2023-10-03T22:29:24.656Z] docker.io [2023-10-03T22:29:24.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:25.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:25.193Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:25.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:25.193Z] [2023-10-03T22:29:25.193Z] Login Succeeded [2023-10-03T22:29:25.193Z] ---> docker-login.sh ends [Pipeline] } [2023-10-03T22:29:25.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-10-03T22:29:25.453Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-03T22:29:25.467Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-03T22:29:25.480Z] ========================================================= [2023-10-03T22:29:25.480Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-10-03T22:29:25.480Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:25.830Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-10-03T22:29:25.830Z] Sending build context to Docker daemon 259.6kB [2023-10-03T22:29:26.102Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-10-03T22:29:26.102Z] Step 2/12 : FROM ${BASE} AS builder [2023-10-03T22:29:26.102Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-10-03T22:29:26.102Z] 9fda8d8052c6: Pulling fs layer [2023-10-03T22:29:26.102Z] 5d54e960e981: Pulling fs layer [2023-10-03T22:29:26.102Z] c4a7e357bf2a: Pulling fs layer [2023-10-03T22:29:26.102Z] f0e02332f6b5: Pulling fs layer [2023-10-03T22:29:26.102Z] cefa15bbcfad: Pulling fs layer [2023-10-03T22:29:26.102Z] 17808c966233: Pulling fs layer [2023-10-03T22:29:26.102Z] f4c1fc716caa: Pulling fs layer [2023-10-03T22:29:26.102Z] f0e02332f6b5: Waiting [2023-10-03T22:29:26.102Z] cefa15bbcfad: Waiting [2023-10-03T22:29:26.102Z] 17808c966233: Waiting [2023-10-03T22:29:26.102Z] f4c1fc716caa: Waiting [2023-10-03T22:29:26.102Z] 5d54e960e981: Verifying Checksum [2023-10-03T22:29:26.102Z] 5d54e960e981: Download complete [2023-10-03T22:29:26.374Z] f0e02332f6b5: Download complete [2023-10-03T22:29:26.374Z] cefa15bbcfad: Verifying Checksum [2023-10-03T22:29:26.374Z] cefa15bbcfad: Download complete [2023-10-03T22:29:26.374Z] 9fda8d8052c6: Download complete [2023-10-03T22:29:26.645Z] f4c1fc716caa: Verifying Checksum [2023-10-03T22:29:26.645Z] f4c1fc716caa: Download complete [2023-10-03T22:29:27.238Z] 9fda8d8052c6: Pull complete [2023-10-03T22:29:27.829Z] 5d54e960e981: Pull complete [2023-10-03T22:29:28.114Z] c4a7e357bf2a: Verifying Checksum [2023-10-03T22:29:28.114Z] c4a7e357bf2a: Download complete [2023-10-03T22:29:28.703Z] 17808c966233: Verifying Checksum [2023-10-03T22:29:28.704Z] 17808c966233: Download complete [2023-10-03T22:29:30.065Z] Removing intermediate container 4efcf6a1e756 [2023-10-03T22:29:30.065Z] ---> 117cbe454f68 [2023-10-03T22:29:30.065Z] Step 13/26 : FROM alpine:3.18 [2023-10-03T22:29:30.065Z] 3.18: Pulling from library/alpine [2023-10-03T22:29:30.065Z] 96526aa774ef: Pulling fs layer [2023-10-03T22:29:30.065Z] 96526aa774ef: Verifying Checksum [2023-10-03T22:29:30.065Z] 96526aa774ef: Download complete [2023-10-03T22:29:30.065Z] 96526aa774ef: Pull complete [2023-10-03T22:29:30.065Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-03T22:29:30.065Z] Status: Downloaded newer image for alpine:3.18 [2023-10-03T22:29:30.065Z] ---> 8ca4688f4f35 [2023-10-03T22:29:30.065Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-10-03T22:29:30.065Z] ---> Running in 9c13bfb6a08a [2023-10-03T22:29:30.065Z] Removing intermediate container 9c13bfb6a08a [2023-10-03T22:29:30.065Z] ---> d3f642043399 [2023-10-03T22:29:30.065Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-10-03T22:29:30.065Z] ---> Running in 904b11e7d7b7 [2023-10-03T22:29:30.065Z] Removing intermediate container 904b11e7d7b7 [2023-10-03T22:29:30.065Z] ---> 9e16271b71ac [2023-10-03T22:29:30.065Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-10-03T22:29:30.065Z] ---> Running in 18d87086aed7 [2023-10-03T22:29:30.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-10-03T22:29:30.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-10-03T22:29:30.065Z] (1/2) Installing ca-certificates (20230506-r0) [2023-10-03T22:29:30.065Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-10-03T22:29:30.065Z] Executing busybox-1.36.1-r2.trigger [2023-10-03T22:29:30.065Z] Executing ca-certificates-20230506-r0.trigger [2023-10-03T22:29:30.065Z] OK: 8 MiB in 17 packages [2023-10-03T22:29:30.326Z] Removing intermediate container 18d87086aed7 [2023-10-03T22:29:30.326Z] ---> 31f7b22a7e7c [2023-10-03T22:29:30.326Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-10-03T22:29:30.584Z] ---> 0aa8c03202fb [2023-10-03T22:29:30.584Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-10-03T22:29:30.584Z] ---> 012ebafb81ca [2023-10-03T22:29:30.584Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-10-03T22:29:30.584Z] ---> da06e982cd2f [2023-10-03T22:29:30.584Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-10-03T22:29:31.530Z] ---> 466cc958993f [2023-10-03T22:29:31.530Z] Step 21/26 : EXPOSE 59712 [2023-10-03T22:29:31.530Z] ---> Running in 66957da02662 [2023-10-03T22:29:31.530Z] Removing intermediate container 66957da02662 [2023-10-03T22:29:31.530Z] ---> eaf5e75291f2 [2023-10-03T22:29:31.530Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-10-03T22:29:31.530Z] ---> Running in a4c21a8b9968 [2023-10-03T22:29:31.789Z] Removing intermediate container a4c21a8b9968 [2023-10-03T22:29:31.789Z] ---> e10162c08734 [2023-10-03T22:29:31.789Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-10-03T22:29:31.789Z] ---> Running in 29aa666dd038 [2023-10-03T22:29:31.789Z] Removing intermediate container 29aa666dd038 [2023-10-03T22:29:31.789Z] ---> 52fb92ad4f64 [2023-10-03T22:29:31.789Z] Step 24/26 : LABEL arch=amd64 [2023-10-03T22:29:31.789Z] ---> Running in 881f7d0f6fb8 [2023-10-03T22:29:31.789Z] Removing intermediate container 881f7d0f6fb8 [2023-10-03T22:29:31.789Z] ---> 7abb36be3cbe [2023-10-03T22:29:31.789Z] Step 25/26 : LABEL git_sha=2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:29:31.789Z] ---> Running in 883ada377c8d [2023-10-03T22:29:31.789Z] Removing intermediate container 883ada377c8d [2023-10-03T22:29:31.789Z] ---> 403f13664b22 [2023-10-03T22:29:31.789Z] Step 26/26 : LABEL version=3.1.0-dev.53 [2023-10-03T22:29:32.048Z] ---> Running in dcc1ae00e339 [2023-10-03T22:29:32.048Z] Removing intermediate container dcc1ae00e339 [2023-10-03T22:29:32.048Z] ---> 36a0bd8e7b17 [2023-10-03T22:29:32.048Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-03T22:29:32.048Z] Successfully built 36a0bd8e7b17 [2023-10-03T22:29:32.048Z] 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 [2023-10-03T22:29:32.168Z] provisioning config files... [2023-10-03T22:29:32.178Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5424940304680759996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:29:32.475Z] ---> docker-login.sh [2023-10-03T22:29:32.476Z] nexus3.edgexfoundry.org:10001 [2023-10-03T22:29:32.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:32.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:32.476Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:32.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:32.476Z] [2023-10-03T22:29:32.476Z] Login Succeeded [2023-10-03T22:29:32.476Z] nexus3.edgexfoundry.org:10002 [2023-10-03T22:29:32.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:32.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:32.476Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:32.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:32.476Z] [2023-10-03T22:29:32.476Z] Login Succeeded [2023-10-03T22:29:32.476Z] nexus3.edgexfoundry.org:10003 [2023-10-03T22:29:32.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:32.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:32.735Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:32.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:32.735Z] [2023-10-03T22:29:32.735Z] Login Succeeded [2023-10-03T22:29:32.735Z] nexus3.edgexfoundry.org:10004 [2023-10-03T22:29:32.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:32.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:32.735Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:32.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:32.735Z] [2023-10-03T22:29:32.735Z] Login Succeeded [2023-10-03T22:29:32.735Z] docker.io [2023-10-03T22:29:32.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:29:32.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:29:32.993Z] Configure a credential helper to remove this warning. See [2023-10-03T22:29:32.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:29:32.993Z] [2023-10-03T22:29:32.993Z] Login Succeeded [2023-10-03T22:29:32.993Z] ---> docker-login.sh ends [Pipeline] } [2023-10-03T22:29:32.999Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-03T22:29:33.038Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-03T22:29:33.071Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2023-10-03T22:29:33.071Z] 2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:29:33.071Z] latest [2023-10-03T22:29:33.071Z] 3.1.0-dev.53 [2023-10-03T22:29:33.071Z] 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [2023-10-03T22:29:33.071Z] main [2023-10-03T22:29:33.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:33.405Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:33.718Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:29:33.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-03T22:29:33.719Z] a79b2ac14a92: Preparing [2023-10-03T22:29:33.719Z] e4fa1e033230: Preparing [2023-10-03T22:29:33.719Z] 1d8e969466d0: Preparing [2023-10-03T22:29:33.719Z] 001e6cbc3428: Preparing [2023-10-03T22:29:33.719Z] cd5b87302705: Preparing [2023-10-03T22:29:33.719Z] cc2447e1835a: Preparing [2023-10-03T22:29:33.719Z] cc2447e1835a: Waiting [2023-10-03T22:29:33.719Z] 1d8e969466d0: Pushed [2023-10-03T22:29:33.719Z] e4fa1e033230: Pushed [2023-10-03T22:29:33.719Z] 001e6cbc3428: Pushed [2023-10-03T22:29:33.719Z] cc2447e1835a: Layer already exists [2023-10-03T22:29:33.719Z] cd5b87302705: Pushed [2023-10-03T22:29:37.004Z] a79b2ac14a92: Pushed [2023-10-03T22:29:37.004Z] 2506318949851bd4c6386bbbe703fa9470f34127: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:37.313Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:37.618Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-10-03T22:29:37.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-03T22:29:37.618Z] a79b2ac14a92: Preparing [2023-10-03T22:29:37.618Z] e4fa1e033230: Preparing [2023-10-03T22:29:37.618Z] 1d8e969466d0: Preparing [2023-10-03T22:29:37.618Z] 001e6cbc3428: Preparing [2023-10-03T22:29:37.618Z] cd5b87302705: Preparing [2023-10-03T22:29:37.618Z] cc2447e1835a: Preparing [2023-10-03T22:29:37.618Z] cc2447e1835a: Waiting [2023-10-03T22:29:37.618Z] cd5b87302705: Layer already exists [2023-10-03T22:29:37.618Z] 001e6cbc3428: Layer already exists [2023-10-03T22:29:37.618Z] a79b2ac14a92: Layer already exists [2023-10-03T22:29:37.618Z] e4fa1e033230: Layer already exists [2023-10-03T22:29:37.618Z] 1d8e969466d0: Layer already exists [2023-10-03T22:29:37.618Z] cc2447e1835a: Layer already exists [2023-10-03T22:29:37.618Z] latest: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:37.932Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:38.237Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.53 [2023-10-03T22:29:38.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-03T22:29:38.237Z] a79b2ac14a92: Preparing [2023-10-03T22:29:38.237Z] e4fa1e033230: Preparing [2023-10-03T22:29:38.237Z] 1d8e969466d0: Preparing [2023-10-03T22:29:38.237Z] 001e6cbc3428: Preparing [2023-10-03T22:29:38.237Z] cd5b87302705: Preparing [2023-10-03T22:29:38.237Z] cc2447e1835a: Preparing [2023-10-03T22:29:38.237Z] cc2447e1835a: Waiting [2023-10-03T22:29:38.237Z] a79b2ac14a92: Layer already exists [2023-10-03T22:29:38.237Z] 1d8e969466d0: Layer already exists [2023-10-03T22:29:38.237Z] e4fa1e033230: Layer already exists [2023-10-03T22:29:38.237Z] 001e6cbc3428: Layer already exists [2023-10-03T22:29:38.237Z] cd5b87302705: Layer already exists [2023-10-03T22:29:38.237Z] cc2447e1835a: Layer already exists [2023-10-03T22:29:38.237Z] 3.1.0-dev.53: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:38.548Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:38.807Z] c4a7e357bf2a: Pull complete [2023-10-03T22:29:38.807Z] f0e02332f6b5: Pull complete [2023-10-03T22:29:38.851Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [2023-10-03T22:29:38.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-03T22:29:38.851Z] a79b2ac14a92: Preparing [2023-10-03T22:29:38.851Z] e4fa1e033230: Preparing [2023-10-03T22:29:38.851Z] 1d8e969466d0: Preparing [2023-10-03T22:29:38.851Z] 001e6cbc3428: Preparing [2023-10-03T22:29:38.851Z] cd5b87302705: Preparing [2023-10-03T22:29:38.851Z] cc2447e1835a: Preparing [2023-10-03T22:29:38.851Z] cc2447e1835a: Waiting [2023-10-03T22:29:38.851Z] 001e6cbc3428: Layer already exists [2023-10-03T22:29:38.851Z] e4fa1e033230: Layer already exists [2023-10-03T22:29:38.851Z] cd5b87302705: Layer already exists [2023-10-03T22:29:38.851Z] a79b2ac14a92: Layer already exists [2023-10-03T22:29:38.851Z] 1d8e969466d0: Layer already exists [2023-10-03T22:29:38.851Z] cc2447e1835a: Layer already exists [2023-10-03T22:29:38.851Z] 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:39.075Z] cefa15bbcfad: Pull complete [2023-10-03T22:29:39.160Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:39.465Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2023-10-03T22:29:39.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2023-10-03T22:29:39.465Z] a79b2ac14a92: Preparing [2023-10-03T22:29:39.465Z] e4fa1e033230: Preparing [2023-10-03T22:29:39.465Z] 1d8e969466d0: Preparing [2023-10-03T22:29:39.465Z] 001e6cbc3428: Preparing [2023-10-03T22:29:39.465Z] cd5b87302705: Preparing [2023-10-03T22:29:39.465Z] cc2447e1835a: Preparing [2023-10-03T22:29:39.465Z] cc2447e1835a: Waiting [2023-10-03T22:29:39.465Z] 001e6cbc3428: Layer already exists [2023-10-03T22:29:39.465Z] 1d8e969466d0: Layer already exists [2023-10-03T22:29:39.465Z] a79b2ac14a92: Layer already exists [2023-10-03T22:29:39.465Z] cd5b87302705: Layer already exists [2023-10-03T22:29:39.465Z] e4fa1e033230: Layer already exists [2023-10-03T22:29:39.465Z] cc2447e1835a: Layer already exists [2023-10-03T22:29:39.465Z] main: digest: sha256:583ef1de4cd17816817b8f704a81ebfc1dddadfe0904abc4c000b3c02c4f4669 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-03T22:29:39.505Z] ===================================================== [Pipeline] echo [2023-10-03T22:29:39.512Z] taggedImages: [2023-10-03T22:29:39.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:29:39.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2023-10-03T22:29:39.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.53 [2023-10-03T22:29:39.512Z] - nexus3.edgexfoundry.org:10004/app-record-replay:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [2023-10-03T22:29:39.512Z] - 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 [2023-10-03T22:29:39.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-03T22:29:39.871Z] [2023-10-03T22:29:39.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:29:40.164Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-03T22:29:40.164Z] latest: Pulling from edgex-lftools-log-publisher [2023-10-03T22:29:40.164Z] 5eb5b503b376: Pulling fs layer [2023-10-03T22:29:40.164Z] 5c69ac0246d0: Pulling fs layer [2023-10-03T22:29:40.164Z] ec43610c2a17: Pulling fs layer [2023-10-03T22:29:40.164Z] 3a2ae6a8a46f: Pulling fs layer [2023-10-03T22:29:40.164Z] 33b1e0a273af: Pulling fs layer [2023-10-03T22:29:40.164Z] 5d3b04190fa2: Pulling fs layer [2023-10-03T22:29:40.164Z] 2f39f015ded8: Pulling fs layer [2023-10-03T22:29:40.164Z] 2f39f015ded8: Waiting [2023-10-03T22:29:40.164Z] 3a2ae6a8a46f: Waiting [2023-10-03T22:29:40.164Z] 5d3b04190fa2: Waiting [2023-10-03T22:29:40.164Z] 33b1e0a273af: Waiting [2023-10-03T22:29:40.164Z] 5c69ac0246d0: Download complete [2023-10-03T22:29:40.164Z] 3a2ae6a8a46f: Verifying Checksum [2023-10-03T22:29:40.164Z] 3a2ae6a8a46f: Download complete [2023-10-03T22:29:40.164Z] 33b1e0a273af: Verifying Checksum [2023-10-03T22:29:40.164Z] 33b1e0a273af: Download complete [2023-10-03T22:29:40.164Z] ec43610c2a17: Verifying Checksum [2023-10-03T22:29:40.164Z] ec43610c2a17: Download complete [2023-10-03T22:29:40.164Z] 5d3b04190fa2: Verifying Checksum [2023-10-03T22:29:40.164Z] 5d3b04190fa2: Download complete [2023-10-03T22:29:40.423Z] 5eb5b503b376: Verifying Checksum [2023-10-03T22:29:40.423Z] 5eb5b503b376: Download complete [2023-10-03T22:29:40.989Z] 2f39f015ded8: Download complete [2023-10-03T22:29:41.556Z] 5eb5b503b376: Pull complete [2023-10-03T22:29:41.556Z] 5c69ac0246d0: Pull complete [2023-10-03T22:29:42.122Z] ec43610c2a17: Pull complete [2023-10-03T22:29:42.122Z] 3a2ae6a8a46f: Pull complete [2023-10-03T22:29:42.122Z] 33b1e0a273af: Pull complete [2023-10-03T22:29:42.380Z] 5d3b04190fa2: Pull complete [2023-10-03T22:29:46.565Z] 2f39f015ded8: Pull complete [2023-10-03T22:29:46.565Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-10-03T22:29:46.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-03T22:29:46.565Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:29:46.644Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:29:46.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-10-03T22:29:47.345Z] 17808c966233: Pull complete [2023-10-03T22:29:48.846Z] f4c1fc716caa: Pull complete [2023-10-03T22:29:48.846Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-10-03T22:29:48.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-10-03T22:29:48.846Z] ---> ea914061e18c [2023-10-03T22:29:48.846Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-10-03T22:29:50.262Z] ---> Running in 334a37628fce [2023-10-03T22:29:50.529Z] Removing intermediate container 334a37628fce [2023-10-03T22:29:50.529Z] ---> 611088a1bbbc [2023-10-03T22:29:50.529Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-10-03T22:29:50.529Z] ---> Running in 36da75cee9e2 [2023-10-03T22:29:50.805Z] Removing intermediate container 36da75cee9e2 [2023-10-03T22:29:50.805Z] ---> b69329163331 [2023-10-03T22:29:50.805Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-10-03T22:29:52.180Z] $ docker top 4d5aecb515dd94a031964e17b3ec287c4f198b7e118ace085499065ba381ac04 -eo pid,comm [2023-10-03T22:29:52.183Z] ---> Running in f104f2352cbf [2023-10-03T22:29:52.183Z] Removing intermediate container f104f2352cbf [2023-10-03T22:29:52.183Z] ---> b843b2e29d0e [2023-10-03T22:29:52.183Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-03T22:29:52.183Z] ---> Running in 95342bbf29d3 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:29:52.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-03T22:29:52.556Z] ---> job-cost.sh [2023-10-03T22:29:52.556Z] lf-activate-venv: SKIPPING [2023-10-03T22:29:52.556Z] INFO: No Stack... [2023-10-03T22:29:52.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-03T22:29:52.815Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-03T22:29:53.384Z] INFO: Archiving Costs [Pipeline] sh [2023-10-03T22:29:53.671Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2023-10-03T22:29:53.671Z] + cut -d, -f6 [2023-10-03T22:29:53.672Z] OK: 266 MiB in 52 packages [Pipeline] lock [2023-10-03T22:29:53.681Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [2023-10-03T22:29:53.689Z] Resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] did not exist. Created. [2023-10-03T22:29:53.689Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-03T22:29:53.986Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-10-03T22:29:54.006Z] Stashed 1 file(s) [Pipeline] } [2023-10-03T22:29:54.012Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-03T22:29:54.029Z] $ docker stop --time=1 4d5aecb515dd94a031964e17b3ec287c4f198b7e118ace085499065ba381ac04 [2023-10-03T22:29:54.633Z] Removing intermediate container 95342bbf29d3 [2023-10-03T22:29:54.633Z] ---> 7a4000f5468f [2023-10-03T22:29:54.633Z] Step 7/12 : WORKDIR /app [2023-10-03T22:29:54.634Z] ---> Running in 57b7a457d4cd [2023-10-03T22:29:54.902Z] Removing intermediate container 57b7a457d4cd [2023-10-03T22:29:54.902Z] ---> 510ff9c69caa [2023-10-03T22:29:54.902Z] Step 8/12 : COPY go.mod vendor* ./ [2023-10-03T22:29:55.162Z] $ docker rm -f --volumes 4d5aecb515dd94a031964e17b3ec287c4f198b7e118ace085499065ba381ac04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-10-03T22:29:55.486Z] ---> 197958a53d3c [2023-10-03T22:29:55.486Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-03T22:29:55.486Z] ---> Running in 4dfdfe776b13 [2023-10-03T22:31:03.389Z] Removing intermediate container 4dfdfe776b13 [2023-10-03T22:31:03.389Z] ---> 044199a60b67 [2023-10-03T22:31:03.389Z] Step 10/12 : COPY . . [2023-10-03T22:31:03.389Z] ---> 5a781b49382a [2023-10-03T22:31:03.389Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-03T22:31:03.389Z] ---> Running in ebb0fd64e147 [2023-10-03T22:31:03.389Z] Removing intermediate container ebb0fd64e147 [2023-10-03T22:31:03.389Z] ---> 6c44c306e3b3 [2023-10-03T22:31:03.389Z] Step 12/12 : RUN $MAKE [2023-10-03T22:31:03.389Z] ---> Running in f2f93ce8c547 [2023-10-03T22:31:03.389Z] noop [2023-10-03T22:31:03.971Z] Removing intermediate container f2f93ce8c547 [2023-10-03T22:31:03.971Z] ---> 6b1c96fcf83f [2023-10-03T22:31:03.971Z] Successfully built 6b1c96fcf83f [2023-10-03T22:31:03.971Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:31:04.335Z] + docker inspect -f . ci-base-image-arm64 [2023-10-03T22:31:04.335Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:31:04.518Z] prd-ubuntu20.04-docker-arm64-4c-16g-8425 does not seem to be running inside a container [2023-10-03T22:31:04.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/58 -v /w/workspace/app-record-replay/58:/w/workspace/app-record-replay/58:rw,z -v /w/workspace/app-record-replay/58@tmp:/w/workspace/app-record-replay/58@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 [2023-10-03T22:31:05.750Z] $ docker top ecb3c83db82e0daca86562af1f4f53de2a53cdf1171559d51c721771ae2cf5f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-03T22:31:06.568Z] + go version [2023-10-03T22:31:06.568Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-10-03T22:31:06.583Z] $ docker stop --time=1 ecb3c83db82e0daca86562af1f4f53de2a53cdf1171559d51c721771ae2cf5f7 [2023-10-03T22:31:08.181Z] $ docker rm -f --volumes ecb3c83db82e0daca86562af1f4f53de2a53cdf1171559d51c721771ae2cf5f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:31:08.726Z] + docker inspect -f . ci-base-image-arm64 [2023-10-03T22:31:08.726Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:31:08.902Z] prd-ubuntu20.04-docker-arm64-4c-16g-8425 does not seem to be running inside a container [2023-10-03T22:31:08.960Z] $ 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/58 -v /w/workspace/app-record-replay/58:/w/workspace/app-record-replay/58:rw,z -v /w/workspace/app-record-replay/58@tmp:/w/workspace/app-record-replay/58@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 [2023-10-03T22:31:10.085Z] $ docker top ee8cdfbc4fa0b3f4e6247e839193ad270cf13835eb5859430970cd7dd01ef706 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-03T22:31:10.917Z] + git config --global --add safe.directory /w/workspace/app-record-replay/58 [Pipeline] fileExists [Pipeline] sh [2023-10-03T22:31:11.560Z] + make test [2023-10-03T22:31:11.560Z] go test -race -coverprofile=coverage.out ./... [2023-10-03T22:33:18.248Z] ? github.com/edgexfoundry/app-record-replay [no test files] [2023-10-03T22:33:18.248Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.245s coverage: 88.0% of statements [2023-10-03T22:33:20.193Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2023-10-03T22:33:20.193Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] [2023-10-03T22:33:22.178Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2023-10-03T22:33:30.379Z] ok github.com/edgexfoundry/app-record-replay/internal/application 10.050s coverage: 98.7% of statements [2023-10-03T22:33:30.379Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.538s coverage: 89.7% of statements [2023-10-03T22:33:30.379Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.160s coverage: 100.0% of statements [2023-10-03T22:33:31.342Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-10-03T22:33:31.342Z] go vet ./... [2023-10-03T22:35:38.012Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-10-03T22:35:38.012Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-10-03T22:35:38.012Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-10-03T22:35:38.028Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-10-03T22:35:38.034Z] $ docker stop --time=1 ee8cdfbc4fa0b3f4e6247e839193ad270cf13835eb5859430970cd7dd01ef706 [2023-10-03T22:35:40.135Z] $ docker rm -f --volumes ee8cdfbc4fa0b3f4e6247e839193ad270cf13835eb5859430970cd7dd01ef706 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-03T22:35:41.626Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-10-03T22:35:41.649Z] Warning: overwriting stash ‘coverage-report’ [2023-10-03T22:35:42.042Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-10-03T22:35:42.438Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-10-03T22:35:42.755Z] + ls -al . [2023-10-03T22:35:42.756Z] total 184 [2023-10-03T22:35:42.756Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 3 22:31 . [2023-10-03T22:35:42.756Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 22:28 .. [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 3 22:28 .dockerignore [2023-10-03T22:35:42.756Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 22:28 .git [2023-10-03T22:35:42.756Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:28 .github [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 164 Oct 3 22:28 .gitignore [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 22:28 .golangci.yml [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 11301 Oct 3 22:28 Attribution.txt [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 258 Oct 3 22:28 CHANGELOG.md [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 1616 Oct 3 22:28 Dockerfile [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 22:28 GOVERNANCE.md [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 681 Oct 3 22:28 Jenkinsfile [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 3 22:28 LICENSE [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 3139 Oct 3 22:28 Makefile [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 3 22:28 OWNERS.md [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 2363 Oct 3 22:28 README.md [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 3 22:28 Record and Reply.postman_collection.json [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 3 22:27 VERSION [2023-10-03T22:35:42.756Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:28 bin [2023-10-03T22:35:42.756Z] -rw-r--r-- 1 jenkins jenkins 24667 Oct 3 22:33 coverage.out [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 3905 Oct 3 22:28 go.mod [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 35420 Oct 3 22:28 go.sum [2023-10-03T22:35:42.756Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 3 22:28 internal [2023-10-03T22:35:42.756Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 3 22:28 main.go [2023-10-03T22:35:42.756Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:28 openapi [2023-10-03T22:35:42.756Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 22:28 pkg [2023-10-03T22:35:42.756Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 22:28 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:35:43.101Z] + 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=2506318949851bd4c6386bbbe703fa9470f34127 --label arch=arm64 --label version=3.1.0-dev.53 . [2023-10-03T22:35:43.369Z] Sending build context to Docker daemon 285.2kB [2023-10-03T22:35:43.369Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2023-10-03T22:35:43.369Z] Step 2/26 : FROM ${BASE} AS builder [2023-10-03T22:35:43.369Z] ---> 6b1c96fcf83f [2023-10-03T22:35:43.369Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git" [2023-10-03T22:35:43.369Z] ---> Running in 6205ed4f5209 [2023-10-03T22:35:43.635Z] Removing intermediate container 6205ed4f5209 [2023-10-03T22:35:43.635Z] ---> 22dac14b6032 [2023-10-03T22:35:43.635Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2023-10-03T22:35:43.635Z] ---> Running in 1d561405967c [2023-10-03T22:35:43.902Z] Removing intermediate container 1d561405967c [2023-10-03T22:35:43.902Z] ---> 52d039c7e9df [2023-10-03T22:35:43.902Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2023-10-03T22:35:44.168Z] ---> Running in e96e798df764 [2023-10-03T22:35:44.437Z] Removing intermediate container e96e798df764 [2023-10-03T22:35:44.437Z] ---> 8695d649f36a [2023-10-03T22:35:44.437Z] Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-10-03T22:35:44.437Z] ---> Running in b3306ef89612 [2023-10-03T22:35:45.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-03T22:35:45.991Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-03T22:35:46.953Z] OK: 266 MiB in 52 packages [2023-10-03T22:35:47.916Z] Removing intermediate container b3306ef89612 [2023-10-03T22:35:47.916Z] ---> fc0e2c8a29b9 [2023-10-03T22:35:47.916Z] Step 7/26 : WORKDIR /app [2023-10-03T22:35:47.916Z] ---> Running in 5bd47ed5d58f [2023-10-03T22:35:48.182Z] Removing intermediate container 5bd47ed5d58f [2023-10-03T22:35:48.182Z] ---> 81b4950b27d0 [2023-10-03T22:35:48.182Z] Step 8/26 : COPY go.mod vendor* ./ [2023-10-03T22:35:48.772Z] ---> c59072e761c5 [2023-10-03T22:35:48.772Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-10-03T22:35:48.772Z] ---> Running in 6f661c3dd26b [2023-10-03T22:35:53.039Z] Removing intermediate container 6f661c3dd26b [2023-10-03T22:35:53.039Z] ---> ebbbb2560209 [2023-10-03T22:35:53.039Z] Step 10/26 : COPY . . [2023-10-03T22:35:53.625Z] ---> b5d8b3e6de86 [2023-10-03T22:35:53.625Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-10-03T22:35:53.625Z] ---> Running in 3361dfe719fe [2023-10-03T22:35:53.898Z] Removing intermediate container 3361dfe719fe [2023-10-03T22:35:53.898Z] ---> af90ee11952b [2023-10-03T22:35:53.898Z] Step 12/26 : RUN $MAKE [2023-10-03T22:35:53.898Z] ---> Running in bbffd5dbd99f [2023-10-03T22:35:54.859Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0-dev.36 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.53" -trimpath -mod=readonly -o app-record-replay [2023-10-03T22:37:46.598Z] Removing intermediate container bbffd5dbd99f [2023-10-03T22:37:46.598Z] ---> c723fb3863ce [2023-10-03T22:37:46.598Z] Step 13/26 : FROM alpine:3.18 [2023-10-03T22:37:46.598Z] 3.18: Pulling from library/alpine [2023-10-03T22:37:46.598Z] 579b34f0a95b: Pulling fs layer [2023-10-03T22:37:46.598Z] 579b34f0a95b: Download complete [2023-10-03T22:37:46.598Z] 579b34f0a95b: Pull complete [2023-10-03T22:37:46.598Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-10-03T22:37:46.598Z] Status: Downloaded newer image for alpine:3.18 [2023-10-03T22:37:46.598Z] ---> 3cc203321400 [2023-10-03T22:37:46.598Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-10-03T22:37:46.598Z] ---> Running in 64d556af736a [2023-10-03T22:37:46.598Z] Removing intermediate container 64d556af736a [2023-10-03T22:37:46.598Z] ---> d75f542253b7 [2023-10-03T22:37:46.598Z] Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} [2023-10-03T22:37:46.598Z] ---> Running in f1894af75222 [2023-10-03T22:37:46.598Z] Removing intermediate container f1894af75222 [2023-10-03T22:37:46.598Z] ---> 14f8711a1061 [2023-10-03T22:37:46.598Z] Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-10-03T22:37:46.598Z] ---> Running in e019d808fb82 [2023-10-03T22:37:46.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-10-03T22:37:46.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-10-03T22:37:46.598Z] (1/2) Installing ca-certificates (20230506-r0) [2023-10-03T22:37:46.598Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-10-03T22:37:46.598Z] Executing busybox-1.36.1-r2.trigger [2023-10-03T22:37:46.598Z] Executing ca-certificates-20230506-r0.trigger [2023-10-03T22:37:46.598Z] OK: 9 MiB in 17 packages [2023-10-03T22:37:46.598Z] Removing intermediate container e019d808fb82 [2023-10-03T22:37:46.598Z] ---> 64be406ba507 [2023-10-03T22:37:46.598Z] Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-10-03T22:37:46.598Z] ---> 1f074c8e33a0 [2023-10-03T22:37:46.598Z] Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE [2023-10-03T22:37:46.598Z] ---> 17d6cc93c05c [2023-10-03T22:37:46.598Z] Step 19/26 : COPY --from=builder /app/res/ /res/ [2023-10-03T22:37:46.598Z] ---> 2d7b0dc7cc19 [2023-10-03T22:37:46.598Z] Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay [2023-10-03T22:37:46.598Z] ---> 27bfdd7142d3 [2023-10-03T22:37:46.598Z] Step 21/26 : EXPOSE 59712 [2023-10-03T22:37:46.598Z] ---> Running in 118e1a87e1f3 [2023-10-03T22:37:46.864Z] Removing intermediate container 118e1a87e1f3 [2023-10-03T22:37:46.864Z] ---> 7597086319ef [2023-10-03T22:37:46.864Z] Step 22/26 : ENTRYPOINT ["/app-record-replay"] [2023-10-03T22:37:46.864Z] ---> Running in 49cbe13f2d78 [2023-10-03T22:37:47.130Z] Removing intermediate container 49cbe13f2d78 [2023-10-03T22:37:47.130Z] ---> e66b1555d7d9 [2023-10-03T22:37:47.130Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-10-03T22:37:47.130Z] ---> Running in 364a7979bdf8 [2023-10-03T22:37:47.396Z] Removing intermediate container 364a7979bdf8 [2023-10-03T22:37:47.396Z] ---> fffd54ff98a1 [2023-10-03T22:37:47.396Z] Step 24/26 : LABEL arch=arm64 [2023-10-03T22:37:47.396Z] ---> Running in bb62b4d93762 [2023-10-03T22:37:47.667Z] Removing intermediate container bb62b4d93762 [2023-10-03T22:37:47.667Z] ---> 7e5e23f96127 [2023-10-03T22:37:47.667Z] Step 25/26 : LABEL git_sha=2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:37:47.934Z] ---> Running in 2a5d5e9dd234 [2023-10-03T22:37:48.199Z] Removing intermediate container 2a5d5e9dd234 [2023-10-03T22:37:48.200Z] ---> f1e890acf36a [2023-10-03T22:37:48.200Z] Step 26/26 : LABEL version=3.1.0-dev.53 [2023-10-03T22:37:48.200Z] ---> Running in 483af14258d5 [2023-10-03T22:37:48.465Z] Removing intermediate container 483af14258d5 [2023-10-03T22:37:48.465Z] ---> db83d8ffa3b3 [2023-10-03T22:37:48.465Z] [Warning] One or more build-args [ARCH] were not consumed [2023-10-03T22:37:48.465Z] Successfully built db83d8ffa3b3 [2023-10-03T22:37:48.465Z] 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 [2023-10-03T22:37:48.572Z] provisioning config files... [2023-10-03T22:37:48.583Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/58@tmp/config4102734067482458732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:37:49.013Z] ---> docker-login.sh [2023-10-03T22:37:49.013Z] nexus3.edgexfoundry.org:10001 [2023-10-03T22:37:49.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:37:49.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:37:49.285Z] Configure a credential helper to remove this warning. See [2023-10-03T22:37:49.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:37:49.285Z] [2023-10-03T22:37:49.285Z] Login Succeeded [2023-10-03T22:37:49.285Z] nexus3.edgexfoundry.org:10002 [2023-10-03T22:37:49.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:37:49.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:37:49.555Z] Configure a credential helper to remove this warning. See [2023-10-03T22:37:49.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:37:49.555Z] [2023-10-03T22:37:49.555Z] Login Succeeded [2023-10-03T22:37:49.555Z] nexus3.edgexfoundry.org:10003 [2023-10-03T22:37:49.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:37:50.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:37:50.102Z] Configure a credential helper to remove this warning. See [2023-10-03T22:37:50.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:37:50.102Z] [2023-10-03T22:37:50.102Z] Login Succeeded [2023-10-03T22:37:50.102Z] nexus3.edgexfoundry.org:10004 [2023-10-03T22:37:50.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:37:50.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:37:50.388Z] Configure a credential helper to remove this warning. See [2023-10-03T22:37:50.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:37:50.388Z] [2023-10-03T22:37:50.388Z] Login Succeeded [2023-10-03T22:37:50.388Z] docker.io [2023-10-03T22:37:50.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-10-03T22:37:50.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-10-03T22:37:50.927Z] Configure a credential helper to remove this warning. See [2023-10-03T22:37:50.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-10-03T22:37:50.927Z] [2023-10-03T22:37:50.927Z] Login Succeeded [2023-10-03T22:37:50.927Z] ---> docker-login.sh ends [Pipeline] } [2023-10-03T22:37:50.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-03T22:37:50.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-10-03T22:37:50.986Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2023-10-03T22:37:50.986Z] 2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:37:50.986Z] latest [2023-10-03T22:37:50.986Z] 3.1.0-dev.53 [2023-10-03T22:37:50.986Z] 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [2023-10-03T22:37:50.986Z] main [2023-10-03T22:37:50.986Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:37:51.337Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:37:51.670Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:37:51.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-03T22:37:51.670Z] c58574cea93b: Preparing [2023-10-03T22:37:51.670Z] f3abe6bf54e6: Preparing [2023-10-03T22:37:51.670Z] d8aa95fe531b: Preparing [2023-10-03T22:37:51.670Z] 629174931f19: Preparing [2023-10-03T22:37:51.670Z] ab4365f6339a: Preparing [2023-10-03T22:37:51.670Z] 5f4d9fc4d98d: Preparing [2023-10-03T22:37:51.670Z] 5f4d9fc4d98d: Waiting [2023-10-03T22:37:51.936Z] 629174931f19: Pushed [2023-10-03T22:37:51.936Z] d8aa95fe531b: Pushed [2023-10-03T22:37:51.936Z] f3abe6bf54e6: Pushed [2023-10-03T22:37:51.936Z] 5f4d9fc4d98d: Layer already exists [2023-10-03T22:37:52.201Z] ab4365f6339a: Pushed [2023-10-03T22:37:57.536Z] c58574cea93b: Pushed [2023-10-03T22:37:57.802Z] 2506318949851bd4c6386bbbe703fa9470f34127: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:37:58.142Z] + 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 [2023-10-03T22:37:58.476Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-10-03T22:37:58.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-03T22:37:58.476Z] c58574cea93b: Preparing [2023-10-03T22:37:58.476Z] f3abe6bf54e6: Preparing [2023-10-03T22:37:58.476Z] d8aa95fe531b: Preparing [2023-10-03T22:37:58.476Z] 629174931f19: Preparing [2023-10-03T22:37:58.476Z] ab4365f6339a: Preparing [2023-10-03T22:37:58.476Z] 5f4d9fc4d98d: Preparing [2023-10-03T22:37:58.476Z] 5f4d9fc4d98d: Waiting [2023-10-03T22:37:58.476Z] f3abe6bf54e6: Layer already exists [2023-10-03T22:37:58.476Z] d8aa95fe531b: Layer already exists [2023-10-03T22:37:58.476Z] 629174931f19: Layer already exists [2023-10-03T22:37:58.476Z] ab4365f6339a: Layer already exists [2023-10-03T22:37:58.476Z] c58574cea93b: Layer already exists [2023-10-03T22:37:58.476Z] 5f4d9fc4d98d: Layer already exists [2023-10-03T22:37:58.741Z] latest: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:37:59.077Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:37:59.407Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.53 [2023-10-03T22:37:59.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-03T22:37:59.407Z] c58574cea93b: Preparing [2023-10-03T22:37:59.407Z] f3abe6bf54e6: Preparing [2023-10-03T22:37:59.407Z] d8aa95fe531b: Preparing [2023-10-03T22:37:59.407Z] 629174931f19: Preparing [2023-10-03T22:37:59.407Z] ab4365f6339a: Preparing [2023-10-03T22:37:59.407Z] 5f4d9fc4d98d: Preparing [2023-10-03T22:37:59.407Z] 5f4d9fc4d98d: Waiting [2023-10-03T22:37:59.407Z] c58574cea93b: Layer already exists [2023-10-03T22:37:59.407Z] d8aa95fe531b: Layer already exists [2023-10-03T22:37:59.407Z] f3abe6bf54e6: Layer already exists [2023-10-03T22:37:59.407Z] 629174931f19: Layer already exists [2023-10-03T22:37:59.407Z] ab4365f6339a: Layer already exists [2023-10-03T22:37:59.407Z] 5f4d9fc4d98d: Layer already exists [2023-10-03T22:37:59.407Z] 3.1.0-dev.53: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:37:59.740Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:38:00.071Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [2023-10-03T22:38:00.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-03T22:38:00.071Z] c58574cea93b: Preparing [2023-10-03T22:38:00.071Z] f3abe6bf54e6: Preparing [2023-10-03T22:38:00.071Z] d8aa95fe531b: Preparing [2023-10-03T22:38:00.071Z] 629174931f19: Preparing [2023-10-03T22:38:00.071Z] ab4365f6339a: Preparing [2023-10-03T22:38:00.071Z] 5f4d9fc4d98d: Preparing [2023-10-03T22:38:00.071Z] 5f4d9fc4d98d: Waiting [2023-10-03T22:38:00.071Z] ab4365f6339a: Layer already exists [2023-10-03T22:38:00.071Z] c58574cea93b: Layer already exists [2023-10-03T22:38:00.071Z] f3abe6bf54e6: Layer already exists [2023-10-03T22:38:00.071Z] 629174931f19: Layer already exists [2023-10-03T22:38:00.071Z] d8aa95fe531b: Layer already exists [2023-10-03T22:38:00.071Z] 5f4d9fc4d98d: Layer already exists [2023-10-03T22:38:00.071Z] 2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:38:00.401Z] + 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 [2023-10-03T22:38:00.731Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2023-10-03T22:38:00.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2023-10-03T22:38:00.731Z] c58574cea93b: Preparing [2023-10-03T22:38:00.731Z] f3abe6bf54e6: Preparing [2023-10-03T22:38:00.731Z] d8aa95fe531b: Preparing [2023-10-03T22:38:00.731Z] 629174931f19: Preparing [2023-10-03T22:38:00.731Z] ab4365f6339a: Preparing [2023-10-03T22:38:00.731Z] 5f4d9fc4d98d: Preparing [2023-10-03T22:38:00.731Z] 5f4d9fc4d98d: Waiting [2023-10-03T22:38:00.731Z] c58574cea93b: Layer already exists [2023-10-03T22:38:00.731Z] ab4365f6339a: Layer already exists [2023-10-03T22:38:00.731Z] f3abe6bf54e6: Layer already exists [2023-10-03T22:38:00.731Z] 629174931f19: Layer already exists [2023-10-03T22:38:00.731Z] d8aa95fe531b: Layer already exists [2023-10-03T22:38:00.731Z] 5f4d9fc4d98d: Layer already exists [2023-10-03T22:38:00.995Z] main: digest: sha256:cbc81b68410d39d059f505c302a467299e3e20d099c0399c8d52e477dec1f01b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-10-03T22:38:01.048Z] ===================================================== [Pipeline] echo [2023-10-03T22:38:01.056Z] taggedImages: [2023-10-03T22:38:01.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127 [2023-10-03T22:38:01.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2023-10-03T22:38:01.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.53 [2023-10-03T22:38:01.056Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:2506318949851bd4c6386bbbe703fa9470f34127-3.1.0-dev.53 [2023-10-03T22:38:01.056Z] - 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 [2023-10-03T22:38:01.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-03T22:38:01.406Z] [2023-10-03T22:38:01.406Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:38:01.732Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-03T22:38:01.732Z] arm64: Pulling from edgex-lftools-log-publisher [2023-10-03T22:38:01.732Z] 8998bd30e6a1: Pulling fs layer [2023-10-03T22:38:01.732Z] 04944245beec: Pulling fs layer [2023-10-03T22:38:01.732Z] 699f458cf7ca: Pulling fs layer [2023-10-03T22:38:01.732Z] 765212b225bb: Pulling fs layer [2023-10-03T22:38:01.732Z] f23df028b6ca: Pulling fs layer [2023-10-03T22:38:01.732Z] d65c8cfc05b1: Pulling fs layer [2023-10-03T22:38:01.732Z] 2437ff75d9bd: Pulling fs layer [2023-10-03T22:38:01.732Z] 765212b225bb: Waiting [2023-10-03T22:38:01.732Z] d65c8cfc05b1: Waiting [2023-10-03T22:38:01.732Z] f23df028b6ca: Waiting [2023-10-03T22:38:01.732Z] 2437ff75d9bd: Waiting [2023-10-03T22:38:02.001Z] 04944245beec: Verifying Checksum [2023-10-03T22:38:02.001Z] 04944245beec: Download complete [2023-10-03T22:38:02.001Z] 765212b225bb: Verifying Checksum [2023-10-03T22:38:02.001Z] 765212b225bb: Download complete [2023-10-03T22:38:02.001Z] f23df028b6ca: Download complete [2023-10-03T22:38:02.001Z] d65c8cfc05b1: Verifying Checksum [2023-10-03T22:38:02.001Z] d65c8cfc05b1: Download complete [2023-10-03T22:38:02.001Z] 699f458cf7ca: Download complete [2023-10-03T22:38:02.586Z] 8998bd30e6a1: Verifying Checksum [2023-10-03T22:38:02.586Z] 8998bd30e6a1: Download complete [2023-10-03T22:38:04.531Z] 2437ff75d9bd: Verifying Checksum [2023-10-03T22:38:04.531Z] 2437ff75d9bd: Download complete [2023-10-03T22:38:06.472Z] 8998bd30e6a1: Pull complete [2023-10-03T22:38:10.714Z] 04944245beec: Pull complete [2023-10-03T22:38:11.296Z] 699f458cf7ca: Pull complete [2023-10-03T22:38:11.562Z] 765212b225bb: Pull complete [2023-10-03T22:38:12.144Z] f23df028b6ca: Pull complete [2023-10-03T22:38:12.410Z] d65c8cfc05b1: Pull complete [2023-10-03T22:38:27.408Z] 2437ff75d9bd: Pull complete [2023-10-03T22:38:27.408Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-10-03T22:38:27.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-10-03T22:38:27.408Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:38:27.576Z] prd-ubuntu20.04-docker-arm64-4c-16g-8425 does not seem to be running inside a container [2023-10-03T22:38:27.640Z] $ 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/58 -v /w/workspace/app-record-replay/58:/w/workspace/app-record-replay/58:rw,z -v /w/workspace/app-record-replay/58@tmp:/w/workspace/app-record-replay/58@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 [2023-10-03T22:38:30.057Z] $ docker top dde1b74d9dc7dbaf0c369eb8b246f1bd12bc74ae28b0986be30fcbfebbdb2e02 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:38:30.565Z] ---> job-cost.sh [2023-10-03T22:38:30.829Z] lf-activate-venv: SKIPPING [2023-10-03T22:38:30.829Z] INFO: No Stack... [2023-10-03T22:38:31.406Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-10-03T22:38:31.983Z] INFO: Archiving Costs [Pipeline] sh [2023-10-03T22:38:32.609Z] + cat+ /w/workspace/app-record-replay/58/archives/cost.csv [2023-10-03T22:38:32.609Z] cut -d, -f6 [Pipeline] lock [2023-10-03T22:38:32.640Z] Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [2023-10-03T22:38:32.646Z] Resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] did not exist. Created. [2023-10-03T22:38:32.646Z] Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-10-03T22:38:33.299Z] /w/workspace/app-record-replay/58@tmp/durable-40b6c740/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-10-03T22:38:33.632Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-10-03T22:38:33.654Z] Warning: overwriting stash ‘stack-cost’ [2023-10-03T22:38:33.702Z] Stashed 1 file(s) [Pipeline] } [2023-10-03T22:38:33.709Z] Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-58-stack-cost] [Pipeline] // lock [Pipeline] } [2023-10-03T22:38:33.723Z] $ docker stop --time=1 dde1b74d9dc7dbaf0c369eb8b246f1bd12bc74ae28b0986be30fcbfebbdb2e02 [2023-10-03T22:38:36.296Z] $ docker rm -f --volumes dde1b74d9dc7dbaf0c369eb8b246f1bd12bc74ae28b0986be30fcbfebbdb2e02 [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 [2023-10-03T22:38:36.687Z] provisioning config files... [2023-10-03T22:38:36.693Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15356161112086858244tmp [Pipeline] { [Pipeline] sh [2023-10-03T22:38:36.987Z] + set +x [2023-10-03T22:38:36.987Z] + bash -s -- [2023-10-03T22:38:36.987Z] + curl -s https://codecov.io/bash [2023-10-03T22:38:36.987Z] [2023-10-03T22:38:36.987Z] _____ _ [2023-10-03T22:38:36.987Z] / ____| | | [2023-10-03T22:38:36.987Z] | | ___ __| | ___ ___ _____ __ [2023-10-03T22:38:36.987Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-10-03T22:38:36.987Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-10-03T22:38:36.987Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-10-03T22:38:36.987Z] Bash-1.0.6 [2023-10-03T22:38:36.987Z] [2023-10-03T22:38:36.987Z] [2023-10-03T22:38:36.987Z] ==> git version 2.25.1 found [2023-10-03T22:38:36.987Z] ==> 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 [2023-10-03T22:38:36.987Z] Release-Date: 2020-01-08 [2023-10-03T22:38:36.987Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-10-03T22:38:36.987Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-10-03T22:38:36.987Z] ==> Jenkins CI detected. [2023-10-03T22:38:36.987Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2023-10-03T22:38:36.987Z] project root: . [2023-10-03T22:38:36.987Z] --> token set from env [2023-10-03T22:38:36.987Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-10-03T22:38:36.987Z] ==> Running gcov in . (disable via -X gcov) [2023-10-03T22:38:36.987Z] ==> Python coveragepy not found [2023-10-03T22:38:36.987Z] ==> Searching for coverage reports in: [2023-10-03T22:38:36.987Z] + . [2023-10-03T22:38:37.247Z] -> Found 1 reports [2023-10-03T22:38:37.247Z] ==> Detecting git/mercurial file structure [2023-10-03T22:38:37.247Z] ==> Reading reports [2023-10-03T22:38:37.247Z] + ./coverage.out bytes=24667 [2023-10-03T22:38:37.247Z] ==> Appending adjustments [2023-10-03T22:38:37.247Z] https://docs.codecov.io/docs/fixing-reports [2023-10-03T22:38:37.247Z] + Found adjustments [2023-10-03T22:38:37.247Z] ==> Gzipping contents [2023-10-03T22:38:37.247Z] 8.0K /tmp/codecov.Sn1MRu.gz [2023-10-03T22:38:37.247Z] ==> Uploading reports [2023-10-03T22:38:37.247Z] url: https://codecov.io [2023-10-03T22:38:37.247Z] query: branch=main&commit=2506318949851bd4c6386bbbe703fa9470f34127&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-03T22:38:37.247Z] -> Pinging Codecov [2023-10-03T22:38:37.247Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6761a825-4501-4abd-88ee-552c6fc4520a&branch=main&commit=2506318949851bd4c6386bbbe703fa9470f34127&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2023-10-03T22:38:37.506Z] -> Uploading to [2023-10-03T22:38:37.506Z] https://storage.googleapis.com/codecov/v4/raw/2023-10-03/F467761B9912B4F32F9BC62907045C81/2506318949851bd4c6386bbbe703fa9470f34127/ae709858-8847-4777-9473-672df978f5b7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231003T223837Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=47130846cf44cf56fe631ed86b7ebecde95985ff41f8d9714762475df47deb62 [2023-10-03T22:38:37.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-10-03T22:38:37.506Z] Dload Upload Total Spent Left Speed [2023-10-03T22:38:37.764Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4851 0 0 100 4851 0 19719 --:--:-- --:--:-- --:--:-- 19719 [2023-10-03T22:38:37.764Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] } [2023-10-03T22:38:37.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-10-03T22:38:37.938Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-10-03T22:38:37.947Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:38:38.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-03T22:38:38.242Z] [2023-10-03T22:38:38.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:38:38.542Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-03T22:38:38.542Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-10-03T22:38:38.542Z] df9b9388f04a: Pulling fs layer [2023-10-03T22:38:38.542Z] 52dc419b0ee2: Pulling fs layer [2023-10-03T22:38:38.542Z] 25bc292e5bac: Pulling fs layer [2023-10-03T22:38:38.542Z] 114826534d7a: Pulling fs layer [2023-10-03T22:38:38.542Z] 4657fd5d0bcf: Pulling fs layer [2023-10-03T22:38:38.542Z] 6ad1cebc031e: Pulling fs layer [2023-10-03T22:38:38.542Z] 8a3aa393b2d8: Pulling fs layer [2023-10-03T22:38:38.542Z] 4657fd5d0bcf: Waiting [2023-10-03T22:38:38.542Z] 6ad1cebc031e: Waiting [2023-10-03T22:38:38.542Z] 8a3aa393b2d8: Waiting [2023-10-03T22:38:38.542Z] 114826534d7a: Waiting [2023-10-03T22:38:38.542Z] 25bc292e5bac: Verifying Checksum [2023-10-03T22:38:38.542Z] 25bc292e5bac: Download complete [2023-10-03T22:38:38.542Z] 52dc419b0ee2: Verifying Checksum [2023-10-03T22:38:38.542Z] 52dc419b0ee2: Download complete [2023-10-03T22:38:38.542Z] 4657fd5d0bcf: Verifying Checksum [2023-10-03T22:38:38.542Z] 4657fd5d0bcf: Download complete [2023-10-03T22:38:38.542Z] df9b9388f04a: Download complete [2023-10-03T22:38:38.801Z] 6ad1cebc031e: Verifying Checksum [2023-10-03T22:38:38.801Z] 6ad1cebc031e: Download complete [2023-10-03T22:38:38.801Z] df9b9388f04a: Pull complete [2023-10-03T22:38:38.801Z] 52dc419b0ee2: Pull complete [2023-10-03T22:38:38.801Z] 25bc292e5bac: Pull complete [2023-10-03T22:38:39.371Z] 114826534d7a: Verifying Checksum [2023-10-03T22:38:39.371Z] 114826534d7a: Download complete [2023-10-03T22:38:39.371Z] 8a3aa393b2d8: Verifying Checksum [2023-10-03T22:38:39.371Z] 8a3aa393b2d8: Download complete [2023-10-03T22:38:43.561Z] 114826534d7a: Pull complete [2023-10-03T22:38:43.561Z] 4657fd5d0bcf: Pull complete [2023-10-03T22:38:43.561Z] 6ad1cebc031e: Pull complete [2023-10-03T22:38:46.115Z] 8a3aa393b2d8: Pull complete [2023-10-03T22:38:46.115Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-10-03T22:38:46.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-10-03T22:38:46.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:38:46.191Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:38:46.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-10-03T22:38:50.524Z] $ docker top caeab15990f8cf4cba908360d166061057e4cfbb701dec9d6c0b23688ad9f15b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-10-03T22:38:50.586Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2023-10-03T22:38:50.866Z] + set -o pipefail [2023-10-03T22:38:50.866Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2023-10-03T22:38:57.426Z] [2023-10-03T22:38:57.426Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2023-10-03T22:38:57.426Z] [2023-10-03T22:38:57.426Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/e7a34123-affb-4609-a030-7c28f2b783e8 [2023-10-03T22:38:57.426Z] [2023-10-03T22:38:57.426Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-10-03T22:38:57.426Z] [2023-10-03T22:38:57.426Z] [2023-10-03T22:38:57.426Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-10-03T22:38:57.426Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-10-03T22:38:57.426Z] More details here: https://snyk.co/ue1NS [2023-10-03T22:38:57.426Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-10-03T22:38:57.426Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-10-03T22:38:57.437Z] $ docker stop --time=1 caeab15990f8cf4cba908360d166061057e4cfbb701dec9d6c0b23688ad9f15b [2023-10-03T22:39:02.125Z] $ docker rm -f --volumes caeab15990f8cf4cba908360d166061057e4cfbb701dec9d6c0b23688ad9f15b [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 [2023-10-03T22:39:02.853Z] + git log --format=format:%s -1 2506318949851bd4c6386bbbe703fa9470f34127 [Pipeline] sh [2023-10-03T22:39:03.145Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-03T22:39:03.146Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:39:03.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-03T22:39:03.442Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:39:03.513Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:39:03.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-03T22:39:04.071Z] $ docker top 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-03T22:39:04.159Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-03T22:39:04.159Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-03T22:39:04.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-03T22:39:04.264Z] $ docker exec 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc ssh-agent [2023-10-03T22:39:04.378Z] SSH_AUTH_SOCK=/tmp/ssh-Q6h1xaWG79pJ/agent.32 [2023-10-03T22:39:04.378Z] SSH_AGENT_PID=38 [2023-10-03T22:39:04.383Z] Running ssh-add (command line suppressed) [2023-10-03T22:39:04.476Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7275961442202697312.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_7275961442202697312.key) [2023-10-03T22:39:04.490Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-03T22:39:04.776Z] + git semver tag [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,945 [run_tag] DEBUG tag force:False [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,945 [check_head_tag] DEBUG check head tag [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,946 [execute] INFO git cat-file --batch-check [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,951 [execute] INFO git cat-file --batch [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,951 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,969 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,969 [execute] INFO git tag -a v3.1.0-dev.53 -m v3.1.0-dev.53 [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,969 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.53', '-m', 'v3.1.0-dev.53'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) [2023-10-03T22:39:05.036Z] 2023-10-03 22:39:04,975 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:39:05.036Z] 3.1.0-dev.53 [Pipeline] } [2023-10-03T22:39:05.045Z] $ docker exec --env ******** --env ******** 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc ssh-agent -k [2023-10-03T22:39:05.140Z] unset SSH_AUTH_SOCK; [2023-10-03T22:39:05.141Z] unset SSH_AGENT_PID; [2023-10-03T22:39:05.141Z] echo Agent pid 38 killed; [2023-10-03T22:39:05.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-03T22:39:05.452Z] + git semver [Pipeline] } [2023-10-03T22:39:05.725Z] $ docker stop --time=1 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc [2023-10-03T22:39:06.968Z] $ docker rm -f --volumes 0a4508329e1943f8a1e36b20be59230588abb6446c0fa39ba049a8a23ede58dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:39:07.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-03T22:39:07.361Z] [2023-10-03T22:39:07.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:39:07.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-03T22:39:07.660Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-10-03T22:39:07.660Z] ab5ef0e58194: Pulling fs layer [2023-10-03T22:39:07.660Z] 9712f1f96733: Pulling fs layer [2023-10-03T22:39:07.660Z] 63f879dbbcfc: Pulling fs layer [2023-10-03T22:39:07.660Z] 0d9ebad4ef96: Pulling fs layer [2023-10-03T22:39:07.660Z] e9a5061849ea: Pulling fs layer [2023-10-03T22:39:07.660Z] d747dcd14b5f: Pulling fs layer [2023-10-03T22:39:07.660Z] 2de7ff778b66: Pulling fs layer [2023-10-03T22:39:07.660Z] e9a5061849ea: Waiting [2023-10-03T22:39:07.660Z] d747dcd14b5f: Waiting [2023-10-03T22:39:07.660Z] 2de7ff778b66: Waiting [2023-10-03T22:39:07.660Z] 0d9ebad4ef96: Waiting [2023-10-03T22:39:07.660Z] 9712f1f96733: Verifying Checksum [2023-10-03T22:39:07.660Z] 9712f1f96733: Download complete [2023-10-03T22:39:07.920Z] 63f879dbbcfc: Verifying Checksum [2023-10-03T22:39:07.920Z] 63f879dbbcfc: Download complete [2023-10-03T22:39:08.177Z] 0d9ebad4ef96: Verifying Checksum [2023-10-03T22:39:08.177Z] 0d9ebad4ef96: Download complete [2023-10-03T22:39:08.177Z] ab5ef0e58194: Verifying Checksum [2023-10-03T22:39:08.177Z] ab5ef0e58194: Download complete [2023-10-03T22:39:08.177Z] d747dcd14b5f: Download complete [2023-10-03T22:39:08.177Z] e9a5061849ea: Verifying Checksum [2023-10-03T22:39:08.177Z] e9a5061849ea: Download complete [2023-10-03T22:39:08.435Z] 2de7ff778b66: Verifying Checksum [2023-10-03T22:39:08.435Z] 2de7ff778b66: Download complete [2023-10-03T22:39:10.958Z] ab5ef0e58194: Pull complete [2023-10-03T22:39:10.958Z] 9712f1f96733: Pull complete [2023-10-03T22:39:11.893Z] 63f879dbbcfc: Pull complete [2023-10-03T22:39:16.075Z] 0d9ebad4ef96: Pull complete [2023-10-03T22:39:16.075Z] e9a5061849ea: Pull complete [2023-10-03T22:39:16.075Z] d747dcd14b5f: Pull complete [2023-10-03T22:39:17.452Z] 2de7ff778b66: Pull complete [2023-10-03T22:39:17.452Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-10-03T22:39:17.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-10-03T22:39:17.452Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:39:17.541Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:39:17.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-10-03T22:39:23.463Z] $ docker top 812000bd6b70c3a0dd4d6a80f49f1d4e84b05275080b55bdf853e7d9d6055a16 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-10-03T22:39:23.529Z] provisioning config files... [2023-10-03T22:39:23.535Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4714301749065683486tmp [2023-10-03T22:39:23.552Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18199159980618577087tmp [2023-10-03T22:39:23.561Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config12767568422911210216tmp [Pipeline] { [Pipeline] echo [2023-10-03T22:39:23.579Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:23.865Z] ---> sigul-configuration.sh [2023-10-03T22:39:23.865Z] gpg: directory `/root/.gnupg' created [2023-10-03T22:39:23.865Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-10-03T22:39:23.865Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-10-03T22:39:23.865Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-10-03T22:39:23.865Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-10-03T22:39:23.865Z] gpg: CAST5 encrypted data [2023-10-03T22:39:23.865Z] gpg: encrypted with 1 passphrase [2023-10-03T22:39:23.865Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-10-03T22:39:24.150Z] + mkdir /home/jenkins [2023-10-03T22:39:24.150Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-10-03T22:39:24.438Z] + 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 [2023-10-03T22:39:24.446Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:24.729Z] ---> sigul-install.sh [2023-10-03T22:39:24.729Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-10-03T22:39:25.012Z] + git tag --list [2023-10-03T22:39:25.012Z] v3.1.0-dev.0 [2023-10-03T22:39:25.012Z] v3.1.0-dev.1 [2023-10-03T22:39:25.012Z] v3.1.0-dev.10 [2023-10-03T22:39:25.012Z] v3.1.0-dev.11 [2023-10-03T22:39:25.012Z] v3.1.0-dev.12 [2023-10-03T22:39:25.012Z] v3.1.0-dev.13 [2023-10-03T22:39:25.012Z] v3.1.0-dev.14 [2023-10-03T22:39:25.012Z] v3.1.0-dev.15 [2023-10-03T22:39:25.012Z] v3.1.0-dev.16 [2023-10-03T22:39:25.012Z] v3.1.0-dev.17 [2023-10-03T22:39:25.012Z] v3.1.0-dev.18 [2023-10-03T22:39:25.012Z] v3.1.0-dev.19 [2023-10-03T22:39:25.012Z] v3.1.0-dev.2 [2023-10-03T22:39:25.012Z] v3.1.0-dev.20 [2023-10-03T22:39:25.012Z] v3.1.0-dev.21 [2023-10-03T22:39:25.012Z] v3.1.0-dev.22 [2023-10-03T22:39:25.012Z] v3.1.0-dev.23 [2023-10-03T22:39:25.012Z] v3.1.0-dev.24 [2023-10-03T22:39:25.012Z] v3.1.0-dev.25 [2023-10-03T22:39:25.012Z] v3.1.0-dev.26 [2023-10-03T22:39:25.012Z] v3.1.0-dev.27 [2023-10-03T22:39:25.012Z] v3.1.0-dev.28 [2023-10-03T22:39:25.012Z] v3.1.0-dev.29 [2023-10-03T22:39:25.012Z] v3.1.0-dev.3 [2023-10-03T22:39:25.012Z] v3.1.0-dev.30 [2023-10-03T22:39:25.012Z] v3.1.0-dev.31 [2023-10-03T22:39:25.012Z] v3.1.0-dev.32 [2023-10-03T22:39:25.012Z] v3.1.0-dev.33 [2023-10-03T22:39:25.012Z] v3.1.0-dev.34 [2023-10-03T22:39:25.012Z] v3.1.0-dev.35 [2023-10-03T22:39:25.012Z] v3.1.0-dev.36 [2023-10-03T22:39:25.012Z] v3.1.0-dev.37 [2023-10-03T22:39:25.012Z] v3.1.0-dev.38 [2023-10-03T22:39:25.012Z] v3.1.0-dev.39 [2023-10-03T22:39:25.012Z] v3.1.0-dev.4 [2023-10-03T22:39:25.012Z] v3.1.0-dev.40 [2023-10-03T22:39:25.012Z] v3.1.0-dev.41 [2023-10-03T22:39:25.012Z] v3.1.0-dev.42 [2023-10-03T22:39:25.012Z] v3.1.0-dev.43 [2023-10-03T22:39:25.012Z] v3.1.0-dev.44 [2023-10-03T22:39:25.012Z] v3.1.0-dev.45 [2023-10-03T22:39:25.012Z] v3.1.0-dev.46 [2023-10-03T22:39:25.012Z] v3.1.0-dev.47 [2023-10-03T22:39:25.012Z] v3.1.0-dev.48 [2023-10-03T22:39:25.012Z] v3.1.0-dev.49 [2023-10-03T22:39:25.012Z] v3.1.0-dev.5 [2023-10-03T22:39:25.012Z] v3.1.0-dev.50 [2023-10-03T22:39:25.012Z] v3.1.0-dev.51 [2023-10-03T22:39:25.012Z] v3.1.0-dev.52 [2023-10-03T22:39:25.012Z] v3.1.0-dev.53 [2023-10-03T22:39:25.012Z] v3.1.0-dev.6 [2023-10-03T22:39:25.012Z] v3.1.0-dev.7 [2023-10-03T22:39:25.012Z] v3.1.0-dev.8 [2023-10-03T22:39:25.012Z] v3.1.0-dev.9 [Pipeline] sh [2023-10-03T22:39:25.292Z] + lftools sign git-tag v3.1.0-dev.53 [2023-10-03T22:39:25.861Z] Signing Git tag with Sigul... [2023-10-03T22:39:25.861Z] Signing v3.1.0-dev.53 [Pipeline] echo [2023-10-03T22:39:26.129Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:26.413Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-10-03T22:39:26.419Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-10-03T22:39:26.437Z] $ docker stop --time=1 812000bd6b70c3a0dd4d6a80f49f1d4e84b05275080b55bdf853e7d9d6055a16 [2023-10-03T22:39:27.687Z] $ docker rm -f --volumes 812000bd6b70c3a0dd4d6a80f49f1d4e84b05275080b55bdf853e7d9d6055a16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-10-03T22:39:28.157Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-03T22:39:28.157Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:39:28.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-03T22:39:28.460Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:39:28.528Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:39:28.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-03T22:39:28.888Z] $ docker top c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 -eo pid,comm [2023-10-03T22:39:28.933Z] 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). [2023-10-03T22:39:28.933Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-03T22:39:28.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-03T22:39:28.971Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-03T22:39:29.074Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-03T22:39:29.076Z] $ docker exec c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 ssh-agent [2023-10-03T22:39:29.176Z] SSH_AUTH_SOCK=/tmp/ssh-dQiPM7gfXU73/agent.32 [2023-10-03T22:39:29.176Z] SSH_AGENT_PID=38 [2023-10-03T22:39:29.182Z] Running ssh-add (command line suppressed) [2023-10-03T22:39:29.277Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17430303147322254654.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_17430303147322254654.key) [2023-10-03T22:39:29.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-03T22:39:29.575Z] + git semver bump pre [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,737 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,738 [bump_version] DEBUG bumping version:3.1.0-dev.53 on axis:pre with prefix:dev [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,738 [bump_version] DEBUG bumped version:3.1.0-dev.54 [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,738 [write_version] DEBUG write version:3.1.0-dev.54 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,738 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,738 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,740 [execute] INFO git cat-file --batch-check [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,740 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,745 [execute] INFO git cat-file --batch [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,746 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-03T22:39:29.835Z] 2023-10-03 22:39:29,750 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:39:29.835Z] 3.1.0-dev.54 [Pipeline] } [2023-10-03T22:39:29.845Z] $ docker exec --env ******** --env ******** c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 ssh-agent -k [2023-10-03T22:39:29.936Z] unset SSH_AUTH_SOCK; [2023-10-03T22:39:29.936Z] unset SSH_AGENT_PID; [2023-10-03T22:39:29.936Z] echo Agent pid 38 killed; [2023-10-03T22:39:29.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-03T22:39:30.248Z] + git semver [Pipeline] } [2023-10-03T22:39:30.518Z] $ docker stop --time=1 c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 [2023-10-03T22:39:31.837Z] $ docker rm -f --volumes c38046ae01c0acc9b0952d658ce10b7178ad87173d570c4d7c61fae0e7a1be10 [Pipeline] // withDockerContainer [Pipeline] sh [2023-10-03T22:39:32.172Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-10-03T22:39:32.172Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:39:32.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-10-03T22:39:32.468Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:39:32.540Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:39:32.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-10-03T22:39:32.896Z] $ docker top f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 -eo pid,comm [2023-10-03T22:39:32.941Z] 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). [2023-10-03T22:39:32.941Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-10-03T22:39:32.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-10-03T22:39:32.977Z] [ssh-agent] Looking for ssh-agent implementation... [2023-10-03T22:39:33.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-10-03T22:39:33.098Z] $ docker exec f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 ssh-agent [2023-10-03T22:39:33.208Z] SSH_AUTH_SOCK=/tmp/ssh-BpG53sCQCVNF/agent.33 [2023-10-03T22:39:33.208Z] SSH_AGENT_PID=39 [2023-10-03T22:39:33.213Z] Running ssh-add (command line suppressed) [2023-10-03T22:39:33.319Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4028749137338468703.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4028749137338468703.key) [2023-10-03T22:39:33.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-10-03T22:39:33.622Z] + git semver push [2023-10-03T22:39:33.881Z] 2023-10-03 22:39:33,798 [run_push] DEBUG push [2023-10-03T22:39:33.881Z] 2023-10-03 22:39:33,798 [execute] INFO git cat-file --batch-check [2023-10-03T22:39:33.881Z] 2023-10-03 22:39:33,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) [2023-10-03T22:39:33.881Z] 2023-10-03 22:39:33,802 [execute] INFO git rev-list 4fd058414e6910c1b9a250fe402298e2197b6d2b -- [2023-10-03T22:39:33.881Z] 2023-10-03 22:39:33,803 [execute] DEBUG Popen(['git', 'rev-list', '4fd058414e6910c1b9a250fe402298e2197b6d2b', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-03T22:39:33.881Z] 2023-10-03 22:39:33,808 [execute] INFO git fetch -v origin [2023-10-03T22:39:33.881Z] 2023-10-03 22:39:33,809 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-10-03T22:39:34.450Z] 2023-10-03 22:39:34,424 [run_push] DEBUG no remote changes detected [2023-10-03T22:39:34.450Z] 2023-10-03 22:39:34,425 [execute] INFO git push origin semver [2023-10-03T22:39:34.450Z] 2023-10-03 22:39:34,425 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-10-03T22:39:35.487Z] 2023-10-03 22:39:35,390 [run_push] DEBUG push all version tags [2023-10-03T22:39:35.487Z] 2023-10-03 22:39:35,390 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-10-03T22:39:35.487Z] 2023-10-03 22:39:35,391 [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) [2023-10-03T22:39:36.469Z] 2023-10-03 22:39:36,161 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2023-10-03T22:39:36.469Z] 3.1.0-dev.54 [Pipeline] } [2023-10-03T22:39:36.486Z] $ docker exec --env ******** --env ******** f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 ssh-agent -k [2023-10-03T22:39:36.596Z] unset SSH_AUTH_SOCK; [2023-10-03T22:39:36.596Z] unset SSH_AGENT_PID; [2023-10-03T22:39:36.596Z] echo Agent pid 39 killed; [2023-10-03T22:39:36.610Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-10-03T22:39:36.925Z] + git semver [Pipeline] } [2023-10-03T22:39:37.196Z] $ docker stop --time=1 f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 [2023-10-03T22:39:38.484Z] $ docker rm -f --volumes f3b8a6c1a9c714a450075e59c3745212ce19be493af29b02911faa5577664938 [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 [2023-10-03T22:39:39.056Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2023-10-03T22:39:39.056Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-10-03T22:39:39.056Z] total 16 [2023-10-03T22:39:39.056Z] drwxr-xr-x 3 root root 4096 Oct 3 22:29 . [2023-10-03T22:39:39.056Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 22:39 .. [2023-10-03T22:39:39.056Z] drwxr-xr-x 2 root root 4096 Oct 3 22:29 cost [2023-10-03T22:39:39.056Z] -rw-r--r-- 1 root root 88 Oct 3 22:29 cost.csv [2023-10-03T22:39:39.056Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2023-10-03T22:39:39.056Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2023-10-03T22:39:39.056Z] total 16 [2023-10-03T22:39:39.056Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 22:29 . [2023-10-03T22:39:39.056Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 22:39 .. [2023-10-03T22:39:39.056Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 3 22:29 cost [2023-10-03T22:39:39.056Z] -rw-r--r-- 1 jenkins jenkins 88 Oct 3 22:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:39.350Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:40.214Z] ---> package-listing.sh [2023-10-03T22:39:40.214Z] ++ facter osfamily [2023-10-03T22:39:40.215Z] ++ tr '[:upper:]' '[:lower:]' [2023-10-03T22:39:40.474Z] + OS_FAMILY=debian [2023-10-03T22:39:40.474Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2023-10-03T22:39:40.474Z] + START_PACKAGES=/tmp/packages_start.txt [2023-10-03T22:39:40.474Z] + END_PACKAGES=/tmp/packages_end.txt [2023-10-03T22:39:40.474Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-10-03T22:39:40.474Z] + PACKAGES=/tmp/packages_start.txt [2023-10-03T22:39:40.474Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-10-03T22:39:40.474Z] + PACKAGES=/tmp/packages_end.txt [2023-10-03T22:39:40.474Z] + case "${OS_FAMILY}" in [2023-10-03T22:39:40.474Z] + dpkg -l [2023-10-03T22:39:40.474Z] + grep '^ii' [2023-10-03T22:39:40.474Z] + '[' -f /tmp/packages_start.txt ']' [2023-10-03T22:39:40.474Z] + '[' -f /tmp/packages_end.txt ']' [2023-10-03T22:39:40.474Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-10-03T22:39:40.474Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2023-10-03T22:39:40.474Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2023-10-03T22:39:40.474Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2023-10-03T22:39:40.485Z] 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 [2023-10-03T22:39:40.765Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-10-03T22:39:41.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-10-03T22:39:41.426Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-10-03T22:39:41.497Z] prd-ubuntu20.04-docker-8c-8g-8424 does not seem to be running inside a container [2023-10-03T22:39:41.530Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-10-03T22:39:41.747Z] $ docker top 2536faf1073097a3c42cce49fa65ebe0d782a2cc31548902b15d503ab21a7b8e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-10-03T22:39:42.088Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-10-03T22:39:42.370Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-10-03T22:39:42.657Z] + ls /var/log/sa-host [2023-10-03T22:39:42.657Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-10-03T22:39:42.811Z] provisioning config files... [2023-10-03T22:39:42.820Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config233997862337725515tmp [Pipeline] { [Pipeline] echo [2023-10-03T22:39:42.837Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:43.121Z] ---> create-netrc.sh [Pipeline] } [2023-10-03T22:39:43.129Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:43.465Z] ---> python-tools-install.sh [Pipeline] echo [2023-10-03T22:39:43.473Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:43.756Z] ---> sudo-logs.sh [2023-10-03T22:39:43.756Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-10-03T22:39:43.776Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:44.058Z] ---> job-cost.sh [2023-10-03T22:39:44.058Z] lf-activate-venv: SKIPPING [2023-10-03T22:39:44.058Z] DEBUG: total: 0.2199999988079071 [2023-10-03T22:39:44.058Z] INFO: Retrieving Stack Cost... [2023-10-03T22:39:44.627Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-10-03T22:39:44.887Z] INFO: Archiving Costs [Pipeline] echo [2023-10-03T22:39:44.897Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-10-03T22:39:45.181Z] ---> logs-deploy.sh [2023-10-03T22:39:45.181Z] lf-activate-venv: SKIPPING [2023-10-03T22:39:45.181Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/58 [2023-10-03T22:39:45.181Z] INFO: archiving workspace using pattern(s): [2023-10-03T22:39:46.121Z] Archives upload complete. [2023-10-03T22:39:46.121Z] INFO: archiving logs to Nexus