Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 047236f56ce2e90b3717e3891727cd37ccf4463d 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-ssh2897295303304880143.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8775450219445083318.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10974268146052200614.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1331633534871602120.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-ssh14273634294763318501.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-record-replay, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-record-replay DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19295 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 047236f56ce2e90b3717e3891727cd37ccf4463d (main) Commit message: "Merge pull request #32 from lenny-intel/start-endpoint" > 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 047236f56ce2e90b3717e3891727cd37ccf4463d # timeout=10 > git rev-list --no-walk 5c5c0fa1b183acca9b573439bae46aaad6e22dbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:29:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:29:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:29:31 ========================================================= 21:29:31 EdgeX Global Pipelines Version Info 21:29:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:29:32 ------------------- 21:29:32 stable info: 21:29:32 ------------------- 21:29:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:29:32 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 21:29:32 Message: update stable to v1.0.250 21:29:32 ------------------- 21:29:32 experimental info: 21:29:32 ------------------- 21:29:32 Commited By: **** collab-it+edgex@linuxfoundation.org 21:29:32 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 21:29:32 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:29:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 047236f [Pipeline] echo 21:29:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:29:33 provisioning config files... 21:29:33 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config11219128740986790495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:29:33 ---> docker-login.sh 21:29:33 nexus3.edgexfoundry.org:10001 21:29:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:33 Configure a credential helper to remove this warning. See 21:29:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:33 21:29:33 Login Succeeded 21:29:33 nexus3.edgexfoundry.org:10002 21:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:34 Configure a credential helper to remove this warning. See 21:29:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:34 21:29:34 Login Succeeded 21:29:34 nexus3.edgexfoundry.org:10003 21:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:34 Configure a credential helper to remove this warning. See 21:29:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:34 21:29:34 Login Succeeded 21:29:34 nexus3.edgexfoundry.org:10004 21:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:34 Configure a credential helper to remove this warning. See 21:29:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:34 21:29:34 Login Succeeded 21:29:34 docker.io 21:29:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:34 Configure a credential helper to remove this warning. See 21:29:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:34 21:29:34 Login Succeeded 21:29:34 ---> docker-login.sh ends [Pipeline] } 21:29:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:29:35 + git rev-list -1 --merges 047236f56ce2e90b3717e3891727cd37ccf4463d~1..047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo 21:29:35 -----------> git rev-list -1 --merges 047236f56ce2e90b3717e3891727cd37ccf4463d~1..047236f56ce2e90b3717e3891727cd37ccf4463d 047236f56ce2e90b3717e3891727cd37ccf4463d 21:29:35 047236f56ce2e90b3717e3891727cd37ccf4463d [false] [Pipeline] sh 21:29:35 + git log --format=format:%s -1 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo 21:29:35 ========================================================= 21:29:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:29:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:29:35 + git log --format=format:%s -1 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] echo 21:29:35 [semverPrep] GIT_COMMIT: 047236f56ce2e90b3717e3891727cd37ccf4463d, Commit Message: Merge pull request #32 from lenny-intel/start-endpoint [Pipeline] echo 21:29:35 [semverPrep] This is not a build commit. [Pipeline] sh 21:29:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:29:36 + grep -v github /etc/ssh/ssh_known_hosts 21:29:36 + [ -e /tmp/ssh_known_hosts ] 21:29:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:29:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:29:36 + sudo tee -a /etc/ssh/ssh_known_hosts 21:29:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:29:36 21:29:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:29:36 0.1.4: Pulling from edgex-devops/py-git-semver 21:29:36 b85a868b505f: Pulling fs layer 21:29:36 e2be974225ed: Pulling fs layer 21:29:36 339a4e72a1f5: Pulling fs layer 21:29:36 988bab9f4d93: Pulling fs layer 21:29:36 1469e6f7b9e6: Pulling fs layer 21:29:36 eaf3925da568: Pulling fs layer 21:29:36 bab4dde63d76: Pulling fs layer 21:29:36 bde34c3a00c8: Pulling fs layer 21:29:36 b352a97aabf1: Pulling fs layer 21:29:36 4872d77fe225: Pulling fs layer 21:29:36 5851b861e8e6: Pulling fs layer 21:29:36 1469e6f7b9e6: Waiting 21:29:36 eaf3925da568: Waiting 21:29:36 b352a97aabf1: Waiting 21:29:36 988bab9f4d93: Waiting 21:29:36 4872d77fe225: Waiting 21:29:36 5851b861e8e6: Waiting 21:29:36 bab4dde63d76: Waiting 21:29:36 bde34c3a00c8: Waiting 21:29:36 e2be974225ed: Verifying Checksum 21:29:36 e2be974225ed: Download complete 21:29:36 988bab9f4d93: Verifying Checksum 21:29:36 988bab9f4d93: Download complete 21:29:36 1469e6f7b9e6: Verifying Checksum 21:29:36 1469e6f7b9e6: Download complete 21:29:36 eaf3925da568: Verifying Checksum 21:29:36 eaf3925da568: Download complete 21:29:36 339a4e72a1f5: Verifying Checksum 21:29:36 339a4e72a1f5: Download complete 21:29:37 bde34c3a00c8: Verifying Checksum 21:29:37 bde34c3a00c8: Download complete 21:29:37 b352a97aabf1: Download complete 21:29:37 4872d77fe225: Verifying Checksum 21:29:37 4872d77fe225: Download complete 21:29:37 5851b861e8e6: Verifying Checksum 21:29:37 5851b861e8e6: Download complete 21:29:37 b85a868b505f: Verifying Checksum 21:29:37 b85a868b505f: Download complete 21:29:37 bab4dde63d76: Verifying Checksum 21:29:37 bab4dde63d76: Download complete 21:29:38 b85a868b505f: Pull complete 21:29:38 e2be974225ed: Pull complete 21:29:39 339a4e72a1f5: Pull complete 21:29:39 988bab9f4d93: Pull complete 21:29:39 1469e6f7b9e6: Pull complete 21:29:39 eaf3925da568: Pull complete 21:29:40 bab4dde63d76: Pull complete 21:29:41 bde34c3a00c8: Pull complete 21:29:41 b352a97aabf1: Pull complete 21:29:41 4872d77fe225: Pull complete 21:29:41 5851b861e8e6: Pull complete 21:29:41 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:29:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:29:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:29:41 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:29:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:29:44 $ docker top 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc -eo pid,comm 21:29:44 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). 21:29:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:29:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:44 [ssh-agent] Looking for ssh-agent implementation... 21:29:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:44 $ docker exec 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent 21:29:44 SSH_AUTH_SOCK=/tmp/ssh-0B8PcycBf725/agent.32 21:29:44 SSH_AGENT_PID=38 21:29:44 Running ssh-add (command line suppressed) 21:29:45 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5883911210345143264.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_5883911210345143264.key) 21:29:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:29:45 + git tag --points-at HEAD [Pipeline] } 21:29:45 $ docker exec --env ******** --env ******** 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent -k 21:29:45 unset SSH_AUTH_SOCK; 21:29:45 unset SSH_AGENT_PID; 21:29:45 echo Agent pid 38 killed; 21:29:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:29:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:45 [ssh-agent] Looking for ssh-agent implementation... 21:29:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:45 $ docker exec 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent 21:29:45 SSH_AUTH_SOCK=/tmp/ssh-FLUN0L3k4C5h/agent.70 21:29:45 SSH_AGENT_PID=76 21:29:45 Running ssh-add (command line suppressed) 21:29:45 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_788351289246243791.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_788351289246243791.key) 21:29:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:29:46 + git semver init 21:29:46 2023-06-26 21:29:46,348 [run_init] DEBUG init version:0.0.0 force:False 21:29:46 2023-06-26 21:29:46,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 21:29:46 2023-06-26 21:29:46,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 21:29:46 2023-06-26 21:29:46,349 [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) 21:29:47 2023-06-26 21:29:46,938 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 21:29:47 2023-06-26 21:29:46,939 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 21:29:47 2023-06-26 21:29:46,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:29:47 2023-06-26 21:29:46,939 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:29:47 3.1.0-dev.7 [Pipeline] } 21:29:47 $ docker exec --env ******** --env ******** 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc ssh-agent -k 21:29:47 unset SSH_AUTH_SOCK; 21:29:47 unset SSH_AGENT_PID; 21:29:47 echo Agent pid 76 killed; 21:29:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:29:47 + git semver [Pipeline] } 21:29:47 $ docker stop --time=1 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc 21:29:48 $ docker rm -f --volumes 2f222b8f0e4527c58f79e97baad2b02cb2b850164df5806d38120c858d24f7dc [Pipeline] // withDockerContainer [Pipeline] sh 21:29:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:29:49 Stashed 1 file(s) [Pipeline] echo 21:29:49 [edgeXSemver]: initialized semver on version 3.1.0-dev.7 [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 21:29:49 provisioning config files... 21:29:49 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10488547590687704170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:29:49 ---> docker-login.sh 21:29:49 nexus3.edgexfoundry.org:10001 21:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:49 Configure a credential helper to remove this warning. See 21:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:49 21:29:49 Login Succeeded 21:29:49 nexus3.edgexfoundry.org:10002 21:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:49 Configure a credential helper to remove this warning. See 21:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:49 21:29:49 Login Succeeded 21:29:49 nexus3.edgexfoundry.org:10003 21:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 nexus3.edgexfoundry.org:10004 21:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 docker.io 21:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 ---> docker-login.sh ends [Pipeline] } 21:29:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:29:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:29:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:29:50 ========================================================= 21:29:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 21:29:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:50 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 21:29:50 Sending build context to Docker daemon 247.3kB 21:29:50 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 21:29:50 Step 2/12 : FROM ${BASE} AS builder 21:29:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 21:29:50 f56be85fc22e: Pulling fs layer 21:29:50 85791d961cd3: Pulling fs layer 21:29:50 d694b5ae8c79: Pulling fs layer 21:29:50 9f32a84ed3da: Pulling fs layer 21:29:50 4d19c01a9841: Pulling fs layer 21:29:50 9325e15d5711: Pulling fs layer 21:29:50 556b6ee489ea: Pulling fs layer 21:29:50 c5a4b2cf53e6: Pulling fs layer 21:29:50 9f32a84ed3da: Waiting 21:29:50 4d19c01a9841: Waiting 21:29:50 9325e15d5711: Waiting 21:29:50 c5a4b2cf53e6: Waiting 21:29:50 556b6ee489ea: Waiting 21:29:50 85791d961cd3: Verifying Checksum 21:29:50 85791d961cd3: Download complete 21:29:50 9f32a84ed3da: Download complete 21:29:50 4d19c01a9841: Download complete 21:29:50 f56be85fc22e: Verifying Checksum 21:29:50 f56be85fc22e: Download complete 21:29:51 9325e15d5711: Verifying Checksum 21:29:51 9325e15d5711: Download complete 21:29:51 f56be85fc22e: Pull complete 21:29:51 85791d961cd3: Pull complete 21:29:51 d694b5ae8c79: Verifying Checksum 21:29:51 d694b5ae8c79: Download complete 21:29:51 c5a4b2cf53e6: Verifying Checksum 21:29:51 c5a4b2cf53e6: Download complete 21:29:51 556b6ee489ea: Verifying Checksum 21:29:55 d694b5ae8c79: Pull complete 21:29:55 9f32a84ed3da: Pull complete 21:29:55 4d19c01a9841: Pull complete 21:29:55 9325e15d5711: Pull complete 21:29:57 556b6ee489ea: Pull complete 21:29:58 c5a4b2cf53e6: Pull complete 21:29:58 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 21:29:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:29:58 ---> c4be618373d6 21:29:58 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 21:30:02 ---> Running in 215f1197699b 21:30:02 Removing intermediate container 215f1197699b 21:30:02 ---> 8a11d5ef9757 21:30:02 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 21:30:02 ---> Running in 785b6479b49d 21:30:03 Removing intermediate container 785b6479b49d 21:30:03 ---> 2d7566330005 21:30:03 Step 5/12 : ARG ADD_BUILD_TAGS="" 21:30:03 ---> Running in adb659ce383a 21:30:03 Removing intermediate container adb659ce383a 21:30:03 ---> dde915a4c075 21:30:03 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:30:03 ---> Running in 9297f0c562fc 21:30:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:30:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:30:04 OK: 265 MiB in 53 packages 21:30:04 Removing intermediate container 9297f0c562fc 21:30:04 ---> 05f60a050cfc 21:30:04 Step 7/12 : WORKDIR /app 21:30:04 ---> Running in 15be9446fca6 21:30:04 Still waiting to schedule task 21:30:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:30:04 Removing intermediate container 15be9446fca6 21:30:04 ---> 152c88180e3a 21:30:04 Step 8/12 : COPY go.mod vendor* ./ 21:30:04 ---> 0de7acadc5a9 21:30:04 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:04 ---> Running in cdfe44e298a5 21:30:36 Removing intermediate container cdfe44e298a5 21:30:36 ---> d2bfc4ca476d 21:30:36 Step 10/12 : COPY . . 21:30:36 ---> e94d28f87e3b 21:30:36 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:30:36 ---> Running in 7619151da228 21:30:36 Removing intermediate container 7619151da228 21:30:36 ---> f8382b19d268 21:30:36 Step 12/12 : RUN $MAKE 21:30:36 ---> Running in ea9997e22cdd 21:30:36 noop 21:30:36 Removing intermediate container ea9997e22cdd 21:30:36 ---> 49a1e9af5df7 21:30:36 Successfully built 49a1e9af5df7 21:30:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:37 + docker inspect -f . ci-base-image-x86_64 21:30:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:37 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:30:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:30:37 $ docker top 3b69d5594188fd018bb4f47ca3489819b377d76b1dc00ac625a28772b6346daf -eo pid,comm [Pipeline] { [Pipeline] sh 21:30:37 + go version 21:30:37 go version go1.20.2 linux/amd64 [Pipeline] } 21:30:37 $ docker stop --time=1 3b69d5594188fd018bb4f47ca3489819b377d76b1dc00ac625a28772b6346daf 21:30:39 $ docker rm -f --volumes 3b69d5594188fd018bb4f47ca3489819b377d76b1dc00ac625a28772b6346daf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:39 + docker inspect -f . ci-base-image-x86_64 21:30:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:39 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:30:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:30:40 $ docker top e13ab4e53f5026530501c739b0bf4456910932e139b0f9cc898aeb9bc7ebabce -eo pid,comm [Pipeline] { [Pipeline] sh 21:30:40 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 21:30:40 + make test 21:30:40 go test -race -coverprofile=coverage.out ./... 21:30:48 ? github.com/edgexfoundry/app-record-replay [no test files] 21:31:01 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 21:31:01 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 21:31:01 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 21:31:01 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.070s coverage: 85.1% of statements 21:31:01 ok github.com/edgexfoundry/app-record-replay/internal/data 0.040s coverage: 27.3% of statements 21:31:19 go vet ./... 21:31:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:31:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:31:21 ./bin/test-attribution-txt.sh [Pipeline] echo 21:31:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:31:21 $ docker stop --time=1 e13ab4e53f5026530501c739b0bf4456910932e139b0f9cc898aeb9bc7ebabce 21:31:26 $ docker rm -f --volumes e13ab4e53f5026530501c739b0bf4456910932e139b0f9cc898aeb9bc7ebabce [Pipeline] // withDockerContainer [Pipeline] sh 21:31:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:31:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:31:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:31:27 + ls -al . 21:31:27 total 152 21:31:27 drwxrwxr-x 9 jenkins jenkins 4096 Jun 26 21:30 . 21:31:27 drwxrwxr-x 4 jenkins jenkins 4096 Jun 26 21:29 .. 21:31:27 -rw-rw-r-- 1 jenkins jenkins 119 Jun 26 21:29 .dockerignore 21:31:27 drwxrwxr-x 8 jenkins jenkins 4096 Jun 26 21:29 .git 21:31:27 drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:29 .github 21:31:27 -rw-rw-r-- 1 jenkins jenkins 164 Jun 26 21:29 .gitignore 21:31:27 -rw-rw-r-- 1 jenkins jenkins 41 Jun 26 21:29 .golangci.yml 21:31:27 drwxr-xr-x 3 jenkins jenkins 4096 Jun 26 21:29 .semver 21:31:27 -rw-rw-r-- 1 jenkins jenkins 9658 Jun 26 21:29 Attribution.txt 21:31:27 -rw-rw-r-- 1 jenkins jenkins 258 Jun 26 21:29 CHANGELOG.md 21:31:27 -rw-rw-r-- 1 jenkins jenkins 1617 Jun 26 21:29 Dockerfile 21:31:27 -rw-rw-r-- 1 jenkins jenkins 677 Jun 26 21:29 GOVERNANCE.md 21:31:27 -rw-rw-r-- 1 jenkins jenkins 681 Jun 26 21:29 Jenkinsfile 21:31:27 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 26 21:29 LICENSE 21:31:27 -rw-rw-r-- 1 jenkins jenkins 611 Jun 26 21:29 OWNERS.md 21:31:27 -rw-rw-r-- 1 jenkins jenkins 2363 Jun 26 21:29 README.md 21:31:27 -rw-rw-r-- 1 jenkins jenkins 11 Jun 26 21:29 VERSION 21:31:27 drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:29 bin 21:31:27 -rw-r--r-- 1 jenkins jenkins 4241 Jun 26 21:30 coverage.out 21:31:27 -rw-rw-r-- 1 jenkins jenkins 3256 Jun 26 21:29 go.mod 21:31:27 -rw-rw-r-- 1 jenkins jenkins 30668 Jun 26 21:29 go.sum 21:31:27 drwxrwxr-x 5 jenkins jenkins 4096 Jun 26 21:29 internal 21:31:27 -rw-rw-r-- 1 jenkins jenkins 693 Jun 26 21:29 main.go 21:31:27 -rw-rw-r-- 1 jenkins jenkins 2548 Jun 26 21:29 makefile 21:31:27 drwxrwxr-x 3 jenkins jenkins 4096 Jun 26 21:29 pkg 21:31:27 drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:29 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:28 + 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=047236f56ce2e90b3717e3891727cd37ccf4463d --label arch=amd64 --label version=3.1.0-dev.7 . 21:31:28 Sending build context to Docker daemon 252.4kB 21:31:28 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 21:31:28 Step 2/26 : FROM ${BASE} AS builder 21:31:28 ---> 49a1e9af5df7 21:31:28 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 21:31:28 ---> Running in 65d770fbac07 21:31:28 Removing intermediate container 65d770fbac07 21:31:28 ---> 24071c4164c8 21:31:28 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 21:31:28 ---> Running in f72b3f87de80 21:31:28 Removing intermediate container f72b3f87de80 21:31:28 ---> 33c4b41b16b7 21:31:28 Step 5/26 : ARG ADD_BUILD_TAGS="" 21:31:28 ---> Running in 37eb191f4c70 21:31:28 Removing intermediate container 37eb191f4c70 21:31:28 ---> a87d5490a1aa 21:31:28 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:31:28 ---> Running in 2080fbea93c0 21:31:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:31:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:31:29 OK: 265 MiB in 53 packages 21:31:29 Removing intermediate container 2080fbea93c0 21:31:29 ---> f58522b6945b 21:31:29 Step 7/26 : WORKDIR /app 21:31:29 ---> Running in 195fb4a7f496 21:31:29 Removing intermediate container 195fb4a7f496 21:31:29 ---> d6ceefbdefaa 21:31:29 Step 8/26 : COPY go.mod vendor* ./ 21:31:29 ---> 714103091065 21:31:29 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:29 ---> Running in 62054ee88a7e 21:31:30 Removing intermediate container 62054ee88a7e 21:31:30 ---> 01250f67db96 21:31:30 Step 10/26 : COPY . . 21:31:30 ---> 802c7e63c9b1 21:31:30 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:31:30 ---> Running in d890413d68fc 21:31:30 Removing intermediate container d890413d68fc 21:31:30 ---> a00a744f21e8 21:31:30 Step 12/26 : RUN $MAKE 21:31:30 ---> Running in f14f5e0cbbca 21:31:31 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.7" -trimpath -mod=readonly -o app-record-replay 21:31:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19296 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 21:31:34 Running in /w/workspace/app-record-replay/8 [Pipeline] { [Pipeline] checkout 21:31:34 Selected Git installation does not exist. Using Default 21:31:34 The recommended git tool is: NONE 21:31:36 Removing intermediate container f14f5e0cbbca 21:31:36 ---> 930cf2237440 21:31:36 Step 13/26 : FROM alpine:3.17 21:31:39 3.17: Pulling from library/alpine 21:31:39 4db1b89c0bd1: Pulling fs layer 21:31:39 using credential edgex-jenkins-ssh 21:31:39 Cloning the remote Git repository 21:31:39 4db1b89c0bd1: Verifying Checksum 21:31:39 4db1b89c0bd1: Download complete 21:31:39 4db1b89c0bd1: Pull complete 21:31:39 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 21:31:39 Status: Downloaded newer image for alpine:3.17 21:31:39 ---> 1f73a9d63274 21:31:39 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 21:31:39 ---> Running in b482f58cc63f 21:31:40 Removing intermediate container b482f58cc63f 21:31:40 ---> 425d0b9b799a 21:31:40 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 21:31:40 ---> Running in d271ec60101d 21:31:40 Removing intermediate container d271ec60101d 21:31:40 ---> 8260c985adee 21:31:40 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:31:40 ---> Running in b4216a5faa57 21:31:39 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 21:31:39 > git init /w/workspace/app-record-replay/8 # timeout=10 21:31:39 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 21:31:39 > git --version # timeout=10 21:31:39 > git --version # 'git version 2.25.1' 21:31:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:31:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:31:40 (1/2) Installing ca-certificates (20230506-r0) 21:31:40 (2/2) Installing dumb-init (1.2.5-r2) 21:31:40 Executing busybox-1.35.0-r29.trigger 21:31:40 Executing ca-certificates-20230506-r0.trigger 21:31:41 OK: 8 MiB in 17 packages 21:31:41 Avoid second fetch 21:31:41 Checking out Revision 047236f56ce2e90b3717e3891727cd37ccf4463d (main) 21:31:40 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 21:31:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:31:41 > git config core.sparsecheckout # timeout=10 21:31:41 > git checkout -f 047236f56ce2e90b3717e3891727cd37ccf4463d # timeout=10 21:31:41 Removing intermediate container b4216a5faa57 21:31:41 ---> 1299c24f85b8 21:31:41 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:31:41 ---> 26d502f213a3 21:31:41 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 21:31:41 ---> 721d15933c4b 21:31:41 Step 19/26 : COPY --from=builder /app/res/ /res/ 21:31:41 ---> 265d8a48dab6 21:31:41 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 21:31:41 Commit message: "Merge pull request #32 from lenny-intel/start-endpoint" 21:31:42 ---> b9bafdded04b 21:31:42 Step 21/26 : EXPOSE 59712 21:31:42 ---> Running in b07470a5ba53 21:31:42 Removing intermediate container b07470a5ba53 21:31:42 ---> 385cd4d25f5e 21:31:42 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 21:31:42 ---> Running in 3405d7cf72e0 21:31:42 Removing intermediate container 3405d7cf72e0 21:31:42 ---> 607265394331 21:31:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:31:42 ---> Running in eb6730e63f9d 21:31:42 Removing intermediate container eb6730e63f9d 21:31:42 ---> 131db5e8003c 21:31:42 Step 24/26 : LABEL arch=amd64 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 21:31:42 ---> Running in ab29a2762efa 21:31:42 Removing intermediate container ab29a2762efa 21:31:42 ---> 2a0e8a59b83a 21:31:42 Step 25/26 : LABEL git_sha=047236f56ce2e90b3717e3891727cd37ccf4463d 21:31:42 ---> Running in 8ac446e8e3c1 21:31:42 Removing intermediate container 8ac446e8e3c1 21:31:42 ---> ebbbf9a543db 21:31:42 Step 26/26 : LABEL version=3.1.0-dev.7 21:31:42 ---> Running in 3fcfd390a85b [Pipeline] script [Pipeline] { [Pipeline] sh 21:31:42 Removing intermediate container 3fcfd390a85b 21:31:42 ---> 8f1dde220890 21:31:42 [Warning] One or more build-args [ARCH] were not consumed 21:31:42 Successfully built 8f1dde220890 21:31:42 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 21:31:42 provisioning config files... 21:31:42 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10945389481007629778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:31:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:31:42 % Total % Received % Xferd Average Speed Time Time Time Current 21:31:42 Dload Upload Total Spent Left Speed 21:31:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81216 0 --:--:-- --:--:-- --:--:-- 81737 21:31:43 ---> docker-login.sh 21:31:43 nexus3.edgexfoundry.org:10001 21:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:31:43 Configure a credential helper to remove this warning. See 21:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:31:43 21:31:43 Login Succeeded 21:31:43 nexus3.edgexfoundry.org:10002 21:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:31:43 Configure a credential helper to remove this warning. See 21:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:31:43 21:31:43 Login Succeeded 21:31:43 nexus3.edgexfoundry.org:10003 [Pipeline] sh 21:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:31:43 Configure a credential helper to remove this warning. See 21:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:31:43 21:31:43 Login Succeeded 21:31:43 nexus3.edgexfoundry.org:10004 21:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:31:43 Configure a credential helper to remove this warning. See 21:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:31:43 21:31:43 Login Succeeded 21:31:43 docker.io 21:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:31:43 Configure a credential helper to remove this warning. See 21:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:31:43 21:31:43 Login Succeeded 21:31:43 ---> docker-login.sh ends [Pipeline] } 21:31:43 Deleting 1 temporary files [2023-06-26T21:31:43.668Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] echo 21:31:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:31:43 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 21:31:43 047236f56ce2e90b3717e3891727cd37ccf4463d 21:31:43 latest 21:31:43 3.1.0-dev.7 21:31:43 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 21:31:43 main 21:31:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:31:44 + sudo tee /etc/docker/daemon.new 21:31:44 { 21:31:44 "registry-mirrors": [ 21:31:44 "https://nexus3.edgexfoundry.org:10001" 21:31:44 ], 21:31:44 "bip": "10.250.0.254/24", 21:31:44 "hosts": [ 21:31:44 "tcp://0.0.0.0:5555", 21:31:44 "unix:///var/run/docker.sock" 21:31:44 ], 21:31:44 "mtu": 1458, 21:31:44 "selinux-enabled": true, 21:31:44 "seccomp-profile": "/etc/docker/seccomp.json" 21:31:44 } [Pipeline] sh 21:31:44 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:31:44 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d 21:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 21:31:44 2ff3803e4cbb: Preparing 21:31:44 8752f4734828: Preparing 21:31:44 5ad3fc65f659: Preparing 21:31:44 d93c5fd3fd43: Preparing 21:31:44 8cbb7af37577: Preparing 21:31:44 3dab9f8bf2d2: Preparing 21:31:44 3dab9f8bf2d2: Waiting 21:31:44 d93c5fd3fd43: Pushed 21:31:44 8752f4734828: Pushed 21:31:44 5ad3fc65f659: Pushed 21:31:44 3dab9f8bf2d2: Layer already exists 21:31:44 8cbb7af37577: Pushed 21:31:44 2ff3803e4cbb: Pushed 21:31:44 + sudo service docker restart 21:31:44 047236f56ce2e90b3717e3891727cd37ccf4463d: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:45 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:45 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 21:31:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 21:31:45 2ff3803e4cbb: Preparing 21:31:45 8752f4734828: Preparing 21:31:45 5ad3fc65f659: Preparing 21:31:45 d93c5fd3fd43: Preparing 21:31:45 8cbb7af37577: Preparing 21:31:45 3dab9f8bf2d2: Preparing 21:31:45 3dab9f8bf2d2: Waiting 21:31:45 2ff3803e4cbb: Layer already exists 21:31:45 8cbb7af37577: Layer already exists 21:31:45 5ad3fc65f659: Layer already exists 21:31:45 d93c5fd3fd43: Layer already exists 21:31:45 8752f4734828: Layer already exists 21:31:45 3dab9f8bf2d2: Layer already exists 21:31:45 latest: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:45 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:46 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.7 21:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 21:31:46 2ff3803e4cbb: Preparing 21:31:46 8752f4734828: Preparing 21:31:46 5ad3fc65f659: Preparing 21:31:46 d93c5fd3fd43: Preparing 21:31:46 8cbb7af37577: Preparing 21:31:46 3dab9f8bf2d2: Preparing 21:31:46 8cbb7af37577: Layer already exists 21:31:46 5ad3fc65f659: Layer already exists 21:31:46 8752f4734828: Layer already exists 21:31:46 d93c5fd3fd43: Layer already exists 21:31:46 2ff3803e4cbb: Layer already exists 21:31:46 3dab9f8bf2d2: Layer already exists 21:31:46 3.1.0-dev.7: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:46 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:46 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 21:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 21:31:46 2ff3803e4cbb: Preparing 21:31:46 8752f4734828: Preparing 21:31:46 5ad3fc65f659: Preparing 21:31:46 d93c5fd3fd43: Preparing 21:31:46 8cbb7af37577: Preparing 21:31:46 3dab9f8bf2d2: Preparing 21:31:46 3dab9f8bf2d2: Waiting 21:31:46 8cbb7af37577: Layer already exists 21:31:46 8752f4734828: Layer already exists 21:31:46 2ff3803e4cbb: Layer already exists 21:31:46 d93c5fd3fd43: Layer already exists 21:31:46 5ad3fc65f659: Layer already exists 21:31:46 3dab9f8bf2d2: Layer already exists 21:31:46 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:47 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:47 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 21:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 21:31:47 2ff3803e4cbb: Preparing 21:31:47 8752f4734828: Preparing 21:31:47 5ad3fc65f659: Preparing 21:31:47 d93c5fd3fd43: Preparing 21:31:47 8cbb7af37577: Preparing 21:31:47 3dab9f8bf2d2: Preparing 21:31:47 3dab9f8bf2d2: Waiting 21:31:47 8cbb7af37577: Layer already exists 21:31:47 2ff3803e4cbb: Layer already exists 21:31:47 8752f4734828: Layer already exists 21:31:47 5ad3fc65f659: Layer already exists 21:31:47 d93c5fd3fd43: Layer already exists 21:31:47 3dab9f8bf2d2: Layer already exists 21:31:47 main: digest: sha256:6c8fd0788e19d58431bbbd972149ab76742a1527240abd50579d98a0252500b1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:31:47 ===================================================== [Pipeline] echo 21:31:47 taggedImages: 21:31:47 - nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d 21:31:47 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 21:31:47 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.7 21:31:47 - nexus3.edgexfoundry.org:10004/app-record-replay:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 21:31:47 - 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 21:31:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:31:47 21:31:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:31:48 latest: Pulling from edgex-lftools-log-publisher 21:31:48 5eb5b503b376: Pulling fs layer 21:31:48 5c69ac0246d0: Pulling fs layer 21:31:48 ec43610c2a17: Pulling fs layer 21:31:48 3a2ae6a8a46f: Pulling fs layer 21:31:48 33b1e0a273af: Pulling fs layer 21:31:48 5d3b04190fa2: Pulling fs layer 21:31:48 2f39f015ded8: Pulling fs layer 21:31:48 3a2ae6a8a46f: Waiting 21:31:48 33b1e0a273af: Waiting 21:31:48 5d3b04190fa2: Waiting 21:31:48 2f39f015ded8: Waiting 21:31:48 5c69ac0246d0: Verifying Checksum 21:31:48 5c69ac0246d0: Download complete 21:31:48 3a2ae6a8a46f: Verifying Checksum 21:31:48 3a2ae6a8a46f: Download complete 21:31:48 33b1e0a273af: Verifying Checksum 21:31:48 33b1e0a273af: Download complete 21:31:48 5d3b04190fa2: Download complete 21:31:48 ec43610c2a17: Verifying Checksum 21:31:48 ec43610c2a17: Download complete 21:31:48 5eb5b503b376: Verifying Checksum 21:31:48 5eb5b503b376: Download complete 21:31:48 2f39f015ded8: Verifying Checksum 21:31:48 2f39f015ded8: Download complete 21:31:49 5eb5b503b376: Pull complete 21:31:49 5c69ac0246d0: Pull complete 21:31:50 ec43610c2a17: Pull complete 21:31:50 3a2ae6a8a46f: Pull complete 21:31:50 33b1e0a273af: Pull complete 21:31:50 5d3b04190fa2: Pull complete 21:31:54 2f39f015ded8: Pull complete 21:31:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:31:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:31:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:31:54 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:31:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:31:59 $ docker top 03360cfa759f445ee6968f9379a3f018f18423364fe6b62ce141590bf3432517 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:31:59 ---> job-cost.sh 21:31:59 lf-activate-venv: SKIPPING 21:31:59 INFO: No Stack... 21:32:00 INFO: Retrieving Pricing Info for: v3-standard-8 21:32:00 INFO: Archiving Costs [Pipeline] sh 21:32:01 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 21:32:01 + cut -d, -f6 [Pipeline] lock 21:32:01 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] 21:32:01 Resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] did not exist. Created. 21:32:01 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:32:01 + echo total: 0.2199999988079071 [Pipeline] stash 21:32:01 Stashed 1 file(s) [Pipeline] } 21:32:01 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] // lock [Pipeline] } 21:32:01 $ docker stop --time=1 03360cfa759f445ee6968f9379a3f018f18423364fe6b62ce141590bf3432517 21:32:02 $ docker rm -f --volumes 03360cfa759f445ee6968f9379a3f018f18423364fe6b62ce141590bf3432517 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:32:02 provisioning config files... 21:32:02 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/8@tmp/config16280334327061369028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:32:03 ---> docker-login.sh 21:32:03 nexus3.edgexfoundry.org:10001 21:32:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:03 Configure a credential helper to remove this warning. See 21:32:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:03 21:32:03 Login Succeeded 21:32:03 nexus3.edgexfoundry.org:10002 21:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:04 Configure a credential helper to remove this warning. See 21:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:04 21:32:04 Login Succeeded 21:32:04 nexus3.edgexfoundry.org:10003 21:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:04 Configure a credential helper to remove this warning. See 21:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:04 21:32:04 Login Succeeded 21:32:04 nexus3.edgexfoundry.org:10004 21:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:04 Configure a credential helper to remove this warning. See 21:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:04 21:32:04 Login Succeeded 21:32:04 docker.io 21:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:05 Configure a credential helper to remove this warning. See 21:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:05 21:32:05 Login Succeeded 21:32:05 ---> docker-login.sh ends [Pipeline] } 21:32:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:32:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:32:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:32:05 ========================================================= 21:32:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 21:32:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:06 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 21:32:06 Sending build context to Docker daemon 127.5kB 21:32:06 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 21:32:06 Step 2/12 : FROM ${BASE} AS builder 21:32:06 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:32:06 c41833b44d91: Pulling fs layer 21:32:06 ed15518f5707: Pulling fs layer 21:32:06 feae8fd75edb: Pulling fs layer 21:32:06 242c74f7c9fa: Pulling fs layer 21:32:06 3cdef696dda3: Pulling fs layer 21:32:06 2ced38df9373: Pulling fs layer 21:32:06 58f1dce35555: Pulling fs layer 21:32:06 3cdef696dda3: Waiting 21:32:06 2ced38df9373: Waiting 21:32:06 58f1dce35555: Waiting 21:32:06 242c74f7c9fa: Waiting 21:32:06 ed15518f5707: Verifying Checksum 21:32:06 ed15518f5707: Download complete 21:32:06 242c74f7c9fa: Verifying Checksum 21:32:06 242c74f7c9fa: Download complete 21:32:06 3cdef696dda3: Verifying Checksum 21:32:06 3cdef696dda3: Download complete 21:32:06 c41833b44d91: Verifying Checksum 21:32:06 c41833b44d91: Download complete 21:32:07 c41833b44d91: Pull complete 21:32:07 58f1dce35555: Verifying Checksum 21:32:07 58f1dce35555: Download complete 21:32:08 ed15518f5707: Pull complete 21:32:09 feae8fd75edb: Verifying Checksum 21:32:09 feae8fd75edb: Download complete 21:32:09 2ced38df9373: Verifying Checksum 21:32:20 feae8fd75edb: Pull complete 21:32:20 242c74f7c9fa: Pull complete 21:32:20 3cdef696dda3: Pull complete 21:32:28 2ced38df9373: Pull complete 21:32:29 58f1dce35555: Pull complete 21:32:29 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 21:32:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:32:29 ---> fadd8f120f05 21:32:29 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 21:32:31 ---> Running in 4f0d5406e25c 21:32:31 Removing intermediate container 4f0d5406e25c 21:32:31 ---> e0b5e075872f 21:32:31 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 21:32:31 ---> Running in 479c42ec6883 21:32:32 Removing intermediate container 479c42ec6883 21:32:32 ---> 647fb60bc448 21:32:32 Step 5/12 : ARG ADD_BUILD_TAGS="" 21:32:32 ---> Running in 84b6c6365ebf 21:32:32 Removing intermediate container 84b6c6365ebf 21:32:32 ---> 2b0eb201a855 21:32:32 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:32:32 ---> Running in 152148e9a5dc 21:32:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:32:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:32:35 OK: 263 MiB in 53 packages 21:32:35 Removing intermediate container 152148e9a5dc 21:32:35 ---> d5efc7ea28b5 21:32:35 Step 7/12 : WORKDIR /app 21:32:36 ---> Running in 9539b9e78337 21:32:36 Removing intermediate container 9539b9e78337 21:32:36 ---> 6eac9accdf77 21:32:36 Step 8/12 : COPY go.mod vendor* ./ 21:32:38 ---> 65ba765cf42f 21:32:38 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:32:38 ---> Running in fbc28ef7872d 21:33:46 Removing intermediate container fbc28ef7872d 21:33:46 ---> d3a2cd5b2b29 21:33:46 Step 10/12 : COPY . . 21:33:46 ---> b7e5696e688d 21:33:46 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:33:46 ---> Running in 412f456d26ff 21:33:46 Removing intermediate container 412f456d26ff 21:33:46 ---> 76490173e428 21:33:46 Step 12/12 : RUN $MAKE 21:33:46 ---> Running in 47824f9c8228 21:33:46 noop 21:33:46 Removing intermediate container 47824f9c8228 21:33:46 ---> 673e369ec415 21:33:46 Successfully built 673e369ec415 21:33:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:47 + docker inspect -f . ci-base-image-arm64 21:33:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:33:47 prd-ubuntu20.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container 21:33:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/8 -v /w/workspace/app-record-replay/8:/w/workspace/app-record-replay/8:rw,z -v /w/workspace/app-record-replay/8@tmp:/w/workspace/app-record-replay/8@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 21:33:49 $ docker top b31e926a3e81d96a7a9d8b50c149f4191c9b3a75473144dfd99f84e67bf1fedd -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:50 + go version 21:33:50 go version go1.20.2 linux/arm64 [Pipeline] } 21:33:50 $ docker stop --time=1 b31e926a3e81d96a7a9d8b50c149f4191c9b3a75473144dfd99f84e67bf1fedd 21:33:51 $ docker rm -f --volumes b31e926a3e81d96a7a9d8b50c149f4191c9b3a75473144dfd99f84e67bf1fedd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:52 + docker inspect -f . ci-base-image-arm64 21:33:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:33:52 prd-ubuntu20.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container 21:33:52 $ 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/8 -v /w/workspace/app-record-replay/8:/w/workspace/app-record-replay/8:rw,z -v /w/workspace/app-record-replay/8@tmp:/w/workspace/app-record-replay/8@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 21:33:53 $ docker top 0392e0f535747661851e646a8852cfb6a6eb82097fcfa6f271ace60b21e98972 -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:53 + git config --global --add safe.directory /w/workspace/app-record-replay/8 [Pipeline] fileExists [Pipeline] sh 21:33:54 + make test 21:33:54 go test -race -coverprofile=coverage.out ./... 21:34:51 ? github.com/edgexfoundry/app-record-replay [no test files] 21:36:42 ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] 21:36:42 ? github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks [no test files] 21:36:42 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 21:36:42 ok github.com/edgexfoundry/app-record-replay/internal/controller 0.342s coverage: 85.1% of statements 21:36:42 ok github.com/edgexfoundry/app-record-replay/internal/data 0.221s coverage: 27.3% of statements 21:36:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:36:42 go vet ./... 21:38:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:38:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:38:49 ./bin/test-attribution-txt.sh [Pipeline] echo 21:38:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:38:49 $ docker stop --time=1 0392e0f535747661851e646a8852cfb6a6eb82097fcfa6f271ace60b21e98972 21:38:51 $ docker rm -f --volumes 0392e0f535747661851e646a8852cfb6a6eb82097fcfa6f271ace60b21e98972 [Pipeline] // withDockerContainer [Pipeline] sh 21:38:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:38:52 Warning: overwriting stash ‘coverage-report’ 21:38:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:38:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:38:53 + ls -al . 21:38:53 total 148 21:38:53 drwxrwxr-x 8 jenkins jenkins 4096 Jun 26 21:33 . 21:38:53 drwxrwxr-x 4 jenkins jenkins 4096 Jun 26 21:31 .. 21:38:53 -rw-rw-r-- 1 jenkins jenkins 119 Jun 26 21:31 .dockerignore 21:38:53 drwxrwxr-x 8 jenkins jenkins 4096 Jun 26 21:31 .git 21:38:53 drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:31 .github 21:38:53 -rw-rw-r-- 1 jenkins jenkins 164 Jun 26 21:31 .gitignore 21:38:53 -rw-rw-r-- 1 jenkins jenkins 41 Jun 26 21:31 .golangci.yml 21:38:53 -rw-rw-r-- 1 jenkins jenkins 9658 Jun 26 21:31 Attribution.txt 21:38:53 -rw-rw-r-- 1 jenkins jenkins 258 Jun 26 21:31 CHANGELOG.md 21:38:53 -rw-rw-r-- 1 jenkins jenkins 1617 Jun 26 21:31 Dockerfile 21:38:53 -rw-rw-r-- 1 jenkins jenkins 677 Jun 26 21:31 GOVERNANCE.md 21:38:53 -rw-rw-r-- 1 jenkins jenkins 681 Jun 26 21:31 Jenkinsfile 21:38:53 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 26 21:31 LICENSE 21:38:53 -rw-rw-r-- 1 jenkins jenkins 611 Jun 26 21:31 OWNERS.md 21:38:53 -rw-rw-r-- 1 jenkins jenkins 2363 Jun 26 21:31 README.md 21:38:53 -rw-rw-r-- 1 jenkins jenkins 11 Jun 26 21:29 VERSION 21:38:53 drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:31 bin 21:38:53 -rw-r--r-- 1 jenkins jenkins 4241 Jun 26 21:36 coverage.out 21:38:53 -rw-rw-r-- 1 jenkins jenkins 3256 Jun 26 21:31 go.mod 21:38:53 -rw-rw-r-- 1 jenkins jenkins 30668 Jun 26 21:31 go.sum 21:38:53 drwxrwxr-x 5 jenkins jenkins 4096 Jun 26 21:31 internal 21:38:53 -rw-rw-r-- 1 jenkins jenkins 693 Jun 26 21:31 main.go 21:38:53 -rw-rw-r-- 1 jenkins jenkins 2548 Jun 26 21:31 makefile 21:38:53 drwxrwxr-x 3 jenkins jenkins 4096 Jun 26 21:31 pkg 21:38:53 drwxrwxr-x 2 jenkins jenkins 4096 Jun 26 21:31 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:54 + 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=047236f56ce2e90b3717e3891727cd37ccf4463d --label arch=arm64 --label version=3.1.0-dev.7 . 21:38:54 Sending build context to Docker daemon 132.6kB 21:38:54 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 21:38:54 Step 2/26 : FROM ${BASE} AS builder 21:38:54 ---> 673e369ec415 21:38:54 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 21:38:54 ---> Running in 5863f316eae7 21:38:55 Removing intermediate container 5863f316eae7 21:38:55 ---> bd46e08ecc6a 21:38:55 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 21:38:55 ---> Running in 2d079bbbc1c4 21:38:55 Removing intermediate container 2d079bbbc1c4 21:38:55 ---> 036319332722 21:38:55 Step 5/26 : ARG ADD_BUILD_TAGS="" 21:38:55 ---> Running in 053d62bdafa4 21:38:55 Removing intermediate container 053d62bdafa4 21:38:55 ---> d5c704b8a57a 21:38:55 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:38:55 ---> Running in b7427744b781 21:38:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:38:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:38:58 OK: 263 MiB in 53 packages 21:38:59 Removing intermediate container b7427744b781 21:38:59 ---> 64c1c34fecda 21:38:59 Step 7/26 : WORKDIR /app 21:38:59 ---> Running in fb90cf8e773c 21:38:59 Removing intermediate container fb90cf8e773c 21:38:59 ---> a72632661803 21:38:59 Step 8/26 : COPY go.mod vendor* ./ 21:39:00 ---> a0994035cf9b 21:39:00 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:39:00 ---> Running in e5f07a1257d4 21:39:03 Removing intermediate container e5f07a1257d4 21:39:03 ---> 96b84c8609d6 21:39:03 Step 10/26 : COPY . . 21:39:03 ---> fcbbe9721baa 21:39:03 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:39:03 ---> Running in f885137f0760 21:39:03 Removing intermediate container f885137f0760 21:39:03 ---> 21313218233f 21:39:03 Step 12/26 : RUN $MAKE 21:39:03 ---> Running in b3ff26325e63 21:39:04 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=3.1.0-dev.7" -trimpath -mod=readonly -o app-record-replay 21:39:31 Removing intermediate container b3ff26325e63 21:39:31 ---> 7e5083c09d6b 21:39:31 Step 13/26 : FROM alpine:3.17 21:39:31 3.17: Pulling from library/alpine 21:39:31 edb6bdbacee9: Pulling fs layer 21:39:31 edb6bdbacee9: Verifying Checksum 21:39:31 edb6bdbacee9: Download complete 21:39:31 edb6bdbacee9: Pull complete 21:39:31 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 21:39:31 Status: Downloaded newer image for alpine:3.17 21:39:31 ---> 779605e5fbc0 21:39:31 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 21:39:31 ---> Running in 4b53f4f72b60 21:39:31 Removing intermediate container 4b53f4f72b60 21:39:31 ---> 6656a679b2a3 21:39:31 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 21:39:31 ---> Running in b9064703fedc 21:39:31 Removing intermediate container b9064703fedc 21:39:31 ---> 812307c216c4 21:39:31 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 21:39:31 ---> Running in 5d305087348a 21:39:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:39:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:39:33 (1/2) Installing ca-certificates (20230506-r0) 21:39:34 (2/2) Installing dumb-init (1.2.5-r2) 21:39:34 Executing busybox-1.35.0-r29.trigger 21:39:34 Executing ca-certificates-20230506-r0.trigger 21:39:34 OK: 8 MiB in 17 packages 21:39:36 Removing intermediate container 5d305087348a 21:39:36 ---> 95cfd18c4e55 21:39:36 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:39:36 ---> cf1ed08a80dc 21:39:36 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 21:39:36 ---> 577cad8691f2 21:39:36 Step 19/26 : COPY --from=builder /app/res/ /res/ 21:39:37 ---> e7dbb09db68b 21:39:37 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 21:39:37 ---> 015a33f5ccc1 21:39:37 Step 21/26 : EXPOSE 59712 21:39:37 ---> Running in 7e7e29cca954 21:39:38 Removing intermediate container 7e7e29cca954 21:39:38 ---> 784d6113f904 21:39:38 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 21:39:38 ---> Running in ec2aeb2afc8f 21:39:38 Removing intermediate container ec2aeb2afc8f 21:39:38 ---> 59332441b2ca 21:39:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:39:38 ---> Running in 6a57c72cf2a1 21:39:39 Removing intermediate container 6a57c72cf2a1 21:39:39 ---> dc8eeddc03c2 21:39:39 Step 24/26 : LABEL arch=arm64 21:39:39 ---> Running in b1771878ee29 21:39:39 Removing intermediate container b1771878ee29 21:39:39 ---> e2296cde94bb 21:39:39 Step 25/26 : LABEL git_sha=047236f56ce2e90b3717e3891727cd37ccf4463d 21:39:39 ---> Running in ec8a39a3aa3f 21:39:39 Removing intermediate container ec8a39a3aa3f 21:39:39 ---> ff44d591d23d 21:39:39 Step 26/26 : LABEL version=3.1.0-dev.7 21:39:39 ---> Running in 929e25425830 21:39:40 Removing intermediate container 929e25425830 21:39:40 ---> 48ca743f27a1 21:39:40 [Warning] One or more build-args [ARCH] were not consumed 21:39:40 Successfully built 48ca743f27a1 21:39:40 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 21:39:40 provisioning config files... 21:39:40 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/8@tmp/config14056425913343313199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:39:40 ---> docker-login.sh 21:39:40 nexus3.edgexfoundry.org:10001 21:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:39:40 Configure a credential helper to remove this warning. See 21:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:39:40 21:39:40 Login Succeeded 21:39:40 nexus3.edgexfoundry.org:10002 21:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:39:41 Configure a credential helper to remove this warning. See 21:39:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:39:41 21:39:41 Login Succeeded 21:39:41 nexus3.edgexfoundry.org:10003 21:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:39:41 Configure a credential helper to remove this warning. See 21:39:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:39:41 21:39:41 Login Succeeded 21:39:41 nexus3.edgexfoundry.org:10004 21:39:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:39:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:39:41 Configure a credential helper to remove this warning. See 21:39:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:39:41 21:39:41 Login Succeeded 21:39:41 docker.io 21:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:39:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:39:42 Configure a credential helper to remove this warning. See 21:39:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:39:42 21:39:42 Login Succeeded 21:39:42 ---> docker-login.sh ends [Pipeline] } 21:39:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:39:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:39:42 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 21:39:42 047236f56ce2e90b3717e3891727cd37ccf4463d 21:39:42 latest 21:39:42 3.1.0-dev.7 21:39:42 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 21:39:42 main 21:39:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:42 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:43 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d 21:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 21:39:43 51e5badbb407: Preparing 21:39:43 a64430696710: Preparing 21:39:43 4258d4c6e7dc: Preparing 21:39:43 8ef0b3525702: Preparing 21:39:43 75376eedf78b: Preparing 21:39:43 9386262d7a74: Preparing 21:39:43 9386262d7a74: Waiting 21:39:43 a64430696710: Pushed 21:39:43 8ef0b3525702: Pushed 21:39:43 4258d4c6e7dc: Pushed 21:39:43 9386262d7a74: Layer already exists 21:39:43 75376eedf78b: Pushed 21:39:44 51e5badbb407: Pushed 21:39:44 047236f56ce2e90b3717e3891727cd37ccf4463d: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:44 + 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 21:39:44 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 21:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 21:39:44 51e5badbb407: Preparing 21:39:44 a64430696710: Preparing 21:39:44 4258d4c6e7dc: Preparing 21:39:44 8ef0b3525702: Preparing 21:39:44 75376eedf78b: Preparing 21:39:44 9386262d7a74: Preparing 21:39:44 4258d4c6e7dc: Layer already exists 21:39:44 51e5badbb407: Layer already exists 21:39:44 a64430696710: Layer already exists 21:39:44 8ef0b3525702: Layer already exists 21:39:44 75376eedf78b: Layer already exists 21:39:44 9386262d7a74: Layer already exists 21:39:44 latest: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:45 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:45 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.7 21:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 21:39:45 51e5badbb407: Preparing 21:39:45 a64430696710: Preparing 21:39:45 4258d4c6e7dc: Preparing 21:39:45 8ef0b3525702: Preparing 21:39:45 75376eedf78b: Preparing 21:39:45 9386262d7a74: Preparing 21:39:45 75376eedf78b: Layer already exists 21:39:45 51e5badbb407: Layer already exists 21:39:45 8ef0b3525702: Layer already exists 21:39:45 a64430696710: Layer already exists 21:39:45 4258d4c6e7dc: Layer already exists 21:39:45 9386262d7a74: Layer already exists 21:39:45 3.1.0-dev.7: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:46 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:48 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 21:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 21:39:48 51e5badbb407: Preparing 21:39:48 a64430696710: Preparing 21:39:48 4258d4c6e7dc: Preparing 21:39:48 8ef0b3525702: Preparing 21:39:48 75376eedf78b: Preparing 21:39:48 9386262d7a74: Preparing 21:39:48 9386262d7a74: Waiting 21:39:48 51e5badbb407: Layer already exists 21:39:48 a64430696710: Layer already exists 21:39:48 8ef0b3525702: Layer already exists 21:39:48 75376eedf78b: Layer already exists 21:39:48 4258d4c6e7dc: Layer already exists 21:39:48 9386262d7a74: Layer already exists 21:39:48 047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:49 + 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 21:39:49 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 21:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 21:39:49 51e5badbb407: Preparing 21:39:49 a64430696710: Preparing 21:39:49 4258d4c6e7dc: Preparing 21:39:49 8ef0b3525702: Preparing 21:39:49 75376eedf78b: Preparing 21:39:49 9386262d7a74: Preparing 21:39:49 9386262d7a74: Waiting 21:39:49 51e5badbb407: Layer already exists 21:39:49 75376eedf78b: Layer already exists 21:39:49 4258d4c6e7dc: Layer already exists 21:39:49 8ef0b3525702: Layer already exists 21:39:49 a64430696710: Layer already exists 21:39:49 9386262d7a74: Layer already exists 21:39:49 main: digest: sha256:d97f211870ea77395a11b08c38e3974c6b5444a6aca5ec52415aa180eeb70d8c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:39:50 ===================================================== [Pipeline] echo 21:39:50 taggedImages: 21:39:50 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d 21:39:50 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 21:39:50 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.7 21:39:50 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:047236f56ce2e90b3717e3891727cd37ccf4463d-3.1.0-dev.7 21:39:50 - 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 21:39:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:39:50 21:39:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:39:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:39:50 arm64: Pulling from edgex-lftools-log-publisher 21:39:50 8998bd30e6a1: Pulling fs layer 21:39:50 04944245beec: Pulling fs layer 21:39:50 699f458cf7ca: Pulling fs layer 21:39:50 765212b225bb: Pulling fs layer 21:39:50 f23df028b6ca: Pulling fs layer 21:39:50 d65c8cfc05b1: Pulling fs layer 21:39:50 2437ff75d9bd: Pulling fs layer 21:39:50 f23df028b6ca: Waiting 21:39:50 d65c8cfc05b1: Waiting 21:39:50 765212b225bb: Waiting 21:39:50 2437ff75d9bd: Waiting 21:39:50 04944245beec: Verifying Checksum 21:39:50 04944245beec: Download complete 21:39:50 765212b225bb: Verifying Checksum 21:39:50 765212b225bb: Download complete 21:39:50 f23df028b6ca: Download complete 21:39:50 d65c8cfc05b1: Verifying Checksum 21:39:50 d65c8cfc05b1: Download complete 21:39:51 699f458cf7ca: Verifying Checksum 21:39:51 699f458cf7ca: Download complete 21:39:51 8998bd30e6a1: Verifying Checksum 21:39:51 8998bd30e6a1: Download complete 21:39:54 2437ff75d9bd: Verifying Checksum 21:39:54 2437ff75d9bd: Download complete 21:39:55 8998bd30e6a1: Pull complete 21:39:55 04944245beec: Pull complete 21:39:57 699f458cf7ca: Pull complete 21:39:57 765212b225bb: Pull complete 21:39:58 f23df028b6ca: Pull complete 21:39:58 d65c8cfc05b1: Pull complete 21:40:13 2437ff75d9bd: Pull complete 21:40:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:40:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:40:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:40:13 prd-ubuntu20.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container 21:40:13 $ 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/8 -v /w/workspace/app-record-replay/8:/w/workspace/app-record-replay/8:rw,z -v /w/workspace/app-record-replay/8@tmp:/w/workspace/app-record-replay/8@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 21:40:16 $ docker top f3c4898e70b3230a8c1fd06b0c6c234782054286304aeff8a172eb065bbc1216 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:40:16 ---> job-cost.sh 21:40:16 lf-activate-venv: SKIPPING 21:40:16 INFO: No Stack... 21:40:17 INFO: Retrieving Pricing Info for: v3-standard-4 21:40:18 INFO: Archiving Costs [Pipeline] sh 21:40:19 + cut -d, -f6 21:40:19 + cat /w/workspace/app-record-replay/8/archives/cost.csv [Pipeline] lock 21:40:19 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] 21:40:19 Resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] did not exist. Created. 21:40:19 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:40:19 /w/workspace/app-record-replay/8@tmp/durable-eb88de71/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:40:20 + echo total: 0.10999999940395355 [Pipeline] stash 21:40:20 Warning: overwriting stash ‘stack-cost’ 21:40:20 Stashed 1 file(s) [Pipeline] } 21:40:20 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-8-stack-cost] [Pipeline] // lock [Pipeline] } 21:40:20 $ docker stop --time=1 f3c4898e70b3230a8c1fd06b0c6c234782054286304aeff8a172eb065bbc1216 21:40:21 $ docker rm -f --volumes f3c4898e70b3230a8c1fd06b0c6c234782054286304aeff8a172eb065bbc1216 [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 21:40:22 provisioning config files... 21:40:22 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #8 21:40:22 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4881026526686274410tmp [Pipeline] { [Pipeline] sh 21:40:22 + set +x 21:40:22 + curl -s https://codecov.io/bash 21:40:22 + bash -s -- 21:40:22 21:40:22 _____ _ 21:40:22 / ____| | | 21:40:22 | | ___ __| | ___ ___ _____ __ 21:40:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:40:22 | |___| (_) | (_| | __/ (_| (_) \ V / 21:40:22 \_____\___/ \__,_|\___|\___\___/ \_/ 21:40:22 Bash-1.0.6 21:40:22 21:40:22 21:40:22 ==> git version 2.25.1 found 21:40:22 ==> 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 21:40:22 Release-Date: 2020-01-08 21:40:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:40:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:40:22 ==> Jenkins CI detected. 21:40:22 current dir:  /w/workspace/exfoundry_app-record-replay_main 21:40:22 project root: . 21:40:22 --> token set from env 21:40:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:40:22 ==> Running gcov in . (disable via -X gcov) 21:40:22 ==> Python coveragepy not found 21:40:22 ==> Searching for coverage reports in: 21:40:22 + . 21:40:22 -> Found 1 reports 21:40:22 ==> Detecting git/mercurial file structure 21:40:22 ==> Reading reports 21:40:22 + ./coverage.out bytes=4241 21:40:22 ==> Appending adjustments 21:40:22 https://docs.codecov.io/docs/fixing-reports 21:40:22 + Found adjustments 21:40:22 ==> Gzipping contents 21:40:22 4.0K /tmp/codecov.tnTEXM.gz 21:40:22 ==> Uploading reports 21:40:22 url: https://codecov.io 21:40:22 query: branch=main&commit=047236f56ce2e90b3717e3891727cd37ccf4463d&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F8%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 21:40:22 -> Pinging Codecov 21:40:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=047236f56ce2e90b3717e3891727cd37ccf4463d&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F8%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 21:40:22 Invalid request parameters 21:40:22 400 [Pipeline] } 21:40:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:40:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:40:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:40:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:40:23 21:40:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:40:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:40:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:40:23 df9b9388f04a: Pulling fs layer 21:40:23 52dc419b0ee2: Pulling fs layer 21:40:23 25bc292e5bac: Pulling fs layer 21:40:23 114826534d7a: Pulling fs layer 21:40:23 4657fd5d0bcf: Pulling fs layer 21:40:23 6ad1cebc031e: Pulling fs layer 21:40:23 8a3aa393b2d8: Pulling fs layer 21:40:23 4657fd5d0bcf: Waiting 21:40:23 6ad1cebc031e: Waiting 21:40:23 114826534d7a: Waiting 21:40:23 25bc292e5bac: Verifying Checksum 21:40:23 25bc292e5bac: Download complete 21:40:23 52dc419b0ee2: Verifying Checksum 21:40:23 52dc419b0ee2: Download complete 21:40:23 4657fd5d0bcf: Verifying Checksum 21:40:23 4657fd5d0bcf: Download complete 21:40:23 df9b9388f04a: Verifying Checksum 21:40:23 df9b9388f04a: Download complete 21:40:24 df9b9388f04a: Pull complete 21:40:24 6ad1cebc031e: Verifying Checksum 21:40:24 6ad1cebc031e: Download complete 21:40:24 52dc419b0ee2: Pull complete 21:40:24 25bc292e5bac: Pull complete 21:40:24 114826534d7a: Verifying Checksum 21:40:24 114826534d7a: Download complete 21:40:24 8a3aa393b2d8: Verifying Checksum 21:40:24 8a3aa393b2d8: Download complete 21:40:27 114826534d7a: Pull complete 21:40:27 4657fd5d0bcf: Pull complete 21:40:28 6ad1cebc031e: Pull complete 21:40:30 8a3aa393b2d8: Pull complete 21:40:30 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:40:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:40:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:40:30 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:40:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:40:35 $ docker top 4b1e38c955171cf4da0fffdd5d8cd5a0ba38f8c1270a62bcf32126b2c8f997f4 -eo pid,comm [Pipeline] { [Pipeline] echo 21:40:35 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 21:40:35 + set -o pipefail 21:40:35 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 21:40:40 21:40:40 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 21:40:40 21:40:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/4c5ed162-13a1-47b9-baf9-c31197387176 21:40:40 21:40:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:40:40 21:40:40 21:40:40 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:40:40 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:40:40 More details here: https://snyk.co/ue1NS [Pipeline] } 21:40:40 $ docker stop --time=1 4b1e38c955171cf4da0fffdd5d8cd5a0ba38f8c1270a62bcf32126b2c8f997f4 21:40:43 $ docker rm -f --volumes 4b1e38c955171cf4da0fffdd5d8cd5a0ba38f8c1270a62bcf32126b2c8f997f4 [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 21:40:44 + git log --format=format:%s -1 047236f56ce2e90b3717e3891727cd37ccf4463d [Pipeline] sh 21:40:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:40:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:40:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:40:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:40:45 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:40:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:40:45 $ docker top ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 -eo pid,comm 21:40:46 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). 21:40:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:46 [ssh-agent] Looking for ssh-agent implementation... 21:40:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:46 $ docker exec ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 ssh-agent 21:40:46 SSH_AUTH_SOCK=/tmp/ssh-UIEAeC0LbhHQ/agent.31 21:40:46 SSH_AGENT_PID=38 21:40:46 Running ssh-add (command line suppressed) 21:40:46 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3431501331968660510.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_3431501331968660510.key) 21:40:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:46 + git semver tag 21:40:46 2023-06-26 21:40:46,881 [run_tag] DEBUG tag force:False 21:40:46 2023-06-26 21:40:46,881 [check_head_tag] DEBUG check head tag 21:40:46 2023-06-26 21:40:46,881 [execute] INFO git cat-file --batch-check 21:40:46 2023-06-26 21:40:46,881 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 21:40:46 2023-06-26 21:40:46,885 [execute] INFO git cat-file --batch 21:40:46 2023-06-26 21:40:46,885 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 21:40:46 2023-06-26 21:40:46,891 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:40:46 2023-06-26 21:40:46,891 [execute] INFO git tag -a v3.1.0-dev.7 -m v3.1.0-dev.7 21:40:46 2023-06-26 21:40:46,891 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.7', '-m', 'v3.1.0-dev.7'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 21:40:46 2023-06-26 21:40:46,897 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:40:46 3.1.0-dev.7 [Pipeline] } 21:40:46 $ docker exec --env ******** --env ******** ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 ssh-agent -k 21:40:47 unset SSH_AUTH_SOCK; 21:40:47 unset SSH_AGENT_PID; 21:40:47 echo Agent pid 38 killed; 21:40:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:47 + git semver [Pipeline] } 21:40:47 $ docker stop --time=1 ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 21:40:48 $ docker rm -f --volumes ab8190c2210386461c2d223a161b19aaaec065d1b2d2a2667faa63f9abccea59 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:40:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:40:49 21:40:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:40:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:40:49 0.23.1-centos7: Pulling from edgex-lftools 21:40:49 ab5ef0e58194: Pulling fs layer 21:40:49 9712f1f96733: Pulling fs layer 21:40:49 63f879dbbcfc: Pulling fs layer 21:40:49 0d9ebad4ef96: Pulling fs layer 21:40:49 e9a5061849ea: Pulling fs layer 21:40:49 d747dcd14b5f: Pulling fs layer 21:40:49 2de7ff778b66: Pulling fs layer 21:40:49 2de7ff778b66: Waiting 21:40:49 d747dcd14b5f: Waiting 21:40:49 e9a5061849ea: Waiting 21:40:49 0d9ebad4ef96: Waiting 21:40:49 9712f1f96733: Verifying Checksum 21:40:49 9712f1f96733: Download complete 21:40:49 63f879dbbcfc: Verifying Checksum 21:40:49 63f879dbbcfc: Download complete 21:40:50 e9a5061849ea: Verifying Checksum 21:40:50 e9a5061849ea: Download complete 21:40:50 d747dcd14b5f: Verifying Checksum 21:40:50 d747dcd14b5f: Download complete 21:40:50 ab5ef0e58194: Verifying Checksum 21:40:50 ab5ef0e58194: Download complete 21:40:50 0d9ebad4ef96: Verifying Checksum 21:40:50 0d9ebad4ef96: Download complete 21:40:50 2de7ff778b66: Verifying Checksum 21:40:50 2de7ff778b66: Download complete 21:40:52 ab5ef0e58194: Pull complete 21:40:52 9712f1f96733: Pull complete 21:40:53 63f879dbbcfc: Pull complete 21:40:56 0d9ebad4ef96: Pull complete 21:40:56 e9a5061849ea: Pull complete 21:40:57 d747dcd14b5f: Pull complete 21:40:58 2de7ff778b66: Pull complete 21:40:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:40:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:40:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:40:58 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:40:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:41:03 $ docker top b0a94df5a826ae93722aa3c810151e2908579ea63a06b96a7a4cdde65f8a6234 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:41:03 provisioning config files... 21:41:03 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config16434263957066743860tmp 21:41:03 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8343375976774660699tmp 21:41:03 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6751210980645151394tmp [Pipeline] { [Pipeline] echo 21:41:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:41:03 ---> sigul-configuration.sh 21:41:03 gpg: directory `/root/.gnupg' created 21:41:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:41:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:41:03 gpg: keyring `/root/.gnupg/secring.gpg' created 21:41:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:41:03 gpg: CAST5 encrypted data 21:41:03 gpg: encrypted with 1 passphrase 21:41:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:41:04 + mkdir /home/jenkins 21:41:04 + mkdir /home/jenkins/sigul [Pipeline] sh 21:41:04 + 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 21:41:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:41:04 ---> sigul-install.sh 21:41:04 Sigul already installed; skipping installation. [Pipeline] sh 21:41:05 + git tag --list 21:41:05 v3.1.0-dev.0 21:41:05 v3.1.0-dev.1 21:41:05 v3.1.0-dev.2 21:41:05 v3.1.0-dev.3 21:41:05 v3.1.0-dev.4 21:41:05 v3.1.0-dev.5 21:41:05 v3.1.0-dev.6 21:41:05 v3.1.0-dev.7 [Pipeline] sh 21:41:05 + lftools sign git-tag v3.1.0-dev.7 21:41:05 Signing Git tag with Sigul... 21:41:05 Signing v3.1.0-dev.7 [Pipeline] echo 21:41:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:41:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:41:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:41:06 $ docker stop --time=1 b0a94df5a826ae93722aa3c810151e2908579ea63a06b96a7a4cdde65f8a6234 21:41:07 $ docker rm -f --volumes b0a94df5a826ae93722aa3c810151e2908579ea63a06b96a7a4cdde65f8a6234 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:41:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:41:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:41:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:41:08 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:41:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:41:08 $ docker top 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 -eo pid,comm 21:41:09 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). 21:41:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:41:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:41:09 [ssh-agent] Looking for ssh-agent implementation... 21:41:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:41:09 $ docker exec 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 ssh-agent 21:41:09 SSH_AUTH_SOCK=/tmp/ssh-8jPtDFzZ1EKA/agent.31 21:41:09 SSH_AGENT_PID=37 21:41:09 Running ssh-add (command line suppressed) 21:41:09 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9439854191707098950.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9439854191707098950.key) 21:41:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:41:09 + git semver bump pre 21:41:09 2023-06-26 21:41:09,852 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:41:09 2023-06-26 21:41:09,852 [bump_version] DEBUG bumping version:3.1.0-dev.7 on axis:pre with prefix:dev 21:41:09 2023-06-26 21:41:09,852 [bump_version] DEBUG bumped version:3.1.0-dev.8 21:41:09 2023-06-26 21:41:09,852 [write_version] DEBUG write version:3.1.0-dev.8 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 21:41:09 2023-06-26 21:41:09,852 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:41:09 2023-06-26 21:41:09,852 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 21:41:09 2023-06-26 21:41:09,854 [execute] INFO git cat-file --batch-check 21:41:09 2023-06-26 21:41:09,854 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 21:41:09 2023-06-26 21:41:09,859 [execute] INFO git cat-file --batch 21:41:09 2023-06-26 21:41:09,860 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 21:41:09 2023-06-26 21:41:09,865 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:41:09 3.1.0-dev.8 [Pipeline] } 21:41:09 $ docker exec --env ******** --env ******** 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 ssh-agent -k 21:41:10 unset SSH_AUTH_SOCK; 21:41:10 unset SSH_AGENT_PID; 21:41:10 echo Agent pid 37 killed; 21:41:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:10 + git semver [Pipeline] } 21:41:10 $ docker stop --time=1 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 21:41:11 $ docker rm -f --volumes 91c19a8730ce49def150a92e8780b133bad326e9e7d1d69db775f53d0c39dd59 [Pipeline] // withDockerContainer [Pipeline] sh 21:41:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:41:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:41:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:41:12 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:41:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:41:12 $ docker top 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:41:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:41:13 [ssh-agent] Looking for ssh-agent implementation... 21:41:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:41:13 $ docker exec 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 ssh-agent 21:41:13 SSH_AUTH_SOCK=/tmp/ssh-EwAHncIBALYN/agent.32 21:41:13 SSH_AGENT_PID=38 21:41:13 Running ssh-add (command line suppressed) 21:41:13 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12350779452480893276.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_12350779452480893276.key) 21:41:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:41:13 + git semver push 21:41:13 2023-06-26 21:41:13,868 [run_push] DEBUG push 21:41:13 2023-06-26 21:41:13,869 [execute] INFO git cat-file --batch-check 21:41:13 2023-06-26 21:41:13,869 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 21:41:13 2023-06-26 21:41:13,872 [execute] INFO git rev-list 46be7a4dfedf574642e6f8fc500f83df8e108e9f -- 21:41:13 2023-06-26 21:41:13,873 [execute] DEBUG Popen(['git', 'rev-list', '46be7a4dfedf574642e6f8fc500f83df8e108e9f', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 21:41:13 2023-06-26 21:41:13,878 [execute] INFO git fetch -v origin 21:41:13 2023-06-26 21:41:13,878 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 21:41:14 2023-06-26 21:41:14,336 [run_push] DEBUG no remote changes detected 21:41:14 2023-06-26 21:41:14,336 [execute] INFO git push origin semver 21:41:14 2023-06-26 21:41:14,336 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 21:41:15 2023-06-26 21:41:15,250 [run_push] DEBUG push all version tags 21:41:15 2023-06-26 21:41:15,251 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:41:15 2023-06-26 21:41:15,251 [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) 21:41:16 2023-06-26 21:41:15,973 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 21:41:16 3.1.0-dev.8 [Pipeline] } 21:41:16 $ docker exec --env ******** --env ******** 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 ssh-agent -k 21:41:16 unset SSH_AUTH_SOCK; 21:41:16 unset SSH_AGENT_PID; 21:41:16 echo Agent pid 38 killed; 21:41:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:16 + git semver [Pipeline] } 21:41:16 $ docker stop --time=1 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 21:41:18 $ docker rm -f --volumes 55feb135b7a6c721de671d651712ced3dd15ed64b2c2354b1c8013ad83cc2537 [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 21:41:18 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 21:41:18 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 21:41:18 total 16 21:41:18 drwxr-xr-x 3 root root 4096 Jun 26 21:32 . 21:41:18 drwxrwxr-x 10 jenkins jenkins 4096 Jun 26 21:41 .. 21:41:18 drwxr-xr-x 2 root root 4096 Jun 26 21:32 cost 21:41:18 -rw-r--r-- 1 root root 87 Jun 26 21:32 cost.csv 21:41:18 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 21:41:18 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 21:41:18 total 16 21:41:18 drwxr-xr-x 3 jenkins jenkins 4096 Jun 26 21:32 . 21:41:18 drwxrwxr-x 10 jenkins jenkins 4096 Jun 26 21:41 .. 21:41:18 drwxr-xr-x 2 jenkins jenkins 4096 Jun 26 21:32 cost 21:41:18 -rw-r--r-- 1 jenkins jenkins 87 Jun 26 21:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:41:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:41:19 ---> package-listing.sh 21:41:19 ++ facter osfamily 21:41:19 ++ tr '[:upper:]' '[:lower:]' 21:41:20 + OS_FAMILY=debian 21:41:20 + workspace=/w/workspace/exfoundry_app-record-replay_main 21:41:20 + START_PACKAGES=/tmp/packages_start.txt 21:41:20 + END_PACKAGES=/tmp/packages_end.txt 21:41:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:41:20 + PACKAGES=/tmp/packages_start.txt 21:41:20 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 21:41:20 + PACKAGES=/tmp/packages_end.txt 21:41:20 + case "${OS_FAMILY}" in 21:41:20 + dpkg -l 21:41:20 + grep '^ii' 21:41:20 + '[' -f /tmp/packages_start.txt ']' 21:41:20 + '[' -f /tmp/packages_end.txt ']' 21:41:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:41:20 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 21:41:20 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 21:41:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 21:41:20 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 21:41:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:41:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:41:21 prd-ubuntu20.04-docker-8c-8g-19295 does not seem to be running inside a container 21:41:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:41:21 $ docker top f7fdfeb4a56cbea705235e1a4004814246fe317301af8198cf956ec522422f07 -eo pid,comm [Pipeline] { [Pipeline] sh 21:41:21 + touch /tmp/pre-build-complete [Pipeline] sh 21:41:22 + mkdir -p /var/log/sysstat [Pipeline] sh 21:41:22 + ls /var/log/sa-host 21:41:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:41:22 provisioning config files... 21:41:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config8819052295954058814tmp [Pipeline] { [Pipeline] echo 21:41:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:41:22 ---> create-netrc.sh [Pipeline] } 21:41:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:41:23 ---> python-tools-install.sh [Pipeline] echo 21:41:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:41:23 ---> sudo-logs.sh 21:41:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:41:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:41:23 ---> job-cost.sh 21:41:23 lf-activate-venv: SKIPPING 21:41:23 DEBUG: total: 0.2199999988079071 21:41:23 INFO: Retrieving Stack Cost... 21:41:24 INFO: Retrieving Pricing Info for: v3-standard-8 21:41:24 INFO: Archiving Costs [Pipeline] echo 21:41:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:41:24 ---> logs-deploy.sh 21:41:24 lf-activate-venv: SKIPPING 21:41:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/8 21:41:24 INFO: archiving workspace using pattern(s): 21:41:25 Archives upload complete. 21:41:25 INFO: archiving logs to Nexus