Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f5c7a18031cd417fd66742b551e8281643a7d45d 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-ssh16390960761228668468.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-ssh8624179647544771591.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-ssh8095666644171152119.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-ssh16943158392503638487.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-ssh16663272051369937091.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-19019 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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 f5c7a18031cd417fd66742b551e8281643a7d45d (main) > 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 f5c7a18031cd417fd66742b551e8281643a7d45d # timeout=10 Commit message: "Merge pull request #23 from lenny-intel/data-manager-stubs" > git rev-list --no-walk 868ae31176ae2f0602366e773f44808ef6650730 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:12:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:12:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:12:44 ========================================================= 22:12:44 EdgeX Global Pipelines Version Info 22:12:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:12:45 ------------------- 22:12:45 stable info: 22:12:45 ------------------- 22:12:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:12:45 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 22:12:45 Message: update stable to v1.0.250 22:12:45 ------------------- 22:12:45 experimental info: 22:12:45 ------------------- 22:12:45 Commited By: **** collab-it+edgex@linuxfoundation.org 22:12:45 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 22:12:45 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5c7a18 [Pipeline] echo 22:12:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:12:46 provisioning config files... 22:12:46 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config14990549352405273238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:12:47 ---> docker-login.sh 22:12:47 nexus3.edgexfoundry.org:10001 22:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:47 Configure a credential helper to remove this warning. See 22:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:47 22:12:47 Login Succeeded 22:12:47 nexus3.edgexfoundry.org:10002 22:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:47 Configure a credential helper to remove this warning. See 22:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:47 22:12:47 Login Succeeded 22:12:47 nexus3.edgexfoundry.org:10003 22:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:47 Configure a credential helper to remove this warning. See 22:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:47 22:12:47 Login Succeeded 22:12:47 nexus3.edgexfoundry.org:10004 22:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:47 Configure a credential helper to remove this warning. See 22:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:47 22:12:47 Login Succeeded 22:12:47 docker.io 22:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:48 Configure a credential helper to remove this warning. See 22:12:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:48 22:12:48 Login Succeeded 22:12:48 ---> docker-login.sh ends [Pipeline] } 22:12:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:12:48 + git rev-list -1 --merges f5c7a18031cd417fd66742b551e8281643a7d45d~1..f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo 22:12:48 -----------> git rev-list -1 --merges f5c7a18031cd417fd66742b551e8281643a7d45d~1..f5c7a18031cd417fd66742b551e8281643a7d45d f5c7a18031cd417fd66742b551e8281643a7d45d 22:12:48 f5c7a18031cd417fd66742b551e8281643a7d45d [false] [Pipeline] sh 22:12:48 + git log --format=format:%s -1 f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo 22:12:48 ========================================================= 22:12:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:12:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:12:49 + git log --format=format:%s -1 f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] echo 22:12:49 [semverPrep] GIT_COMMIT: f5c7a18031cd417fd66742b551e8281643a7d45d, Commit Message: Merge pull request #23 from lenny-intel/data-manager-stubs [Pipeline] echo 22:12:49 [semverPrep] This is not a build commit. [Pipeline] sh 22:12:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:12:49 + grep -v github /etc/ssh/ssh_known_hosts 22:12:49 + [ -e /tmp/ssh_known_hosts ] 22:12:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:12:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:12:49 + sudo tee -a /etc/ssh/ssh_known_hosts 22:12:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:49 22:12:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:50 0.1.4: Pulling from edgex-devops/py-git-semver 22:12:50 b85a868b505f: Pulling fs layer 22:12:50 e2be974225ed: Pulling fs layer 22:12:50 339a4e72a1f5: Pulling fs layer 22:12:50 988bab9f4d93: Pulling fs layer 22:12:50 1469e6f7b9e6: Pulling fs layer 22:12:50 eaf3925da568: Pulling fs layer 22:12:50 bab4dde63d76: Pulling fs layer 22:12:50 1469e6f7b9e6: Waiting 22:12:50 eaf3925da568: Waiting 22:12:50 988bab9f4d93: Waiting 22:12:50 bab4dde63d76: Waiting 22:12:50 bde34c3a00c8: Pulling fs layer 22:12:50 b352a97aabf1: Pulling fs layer 22:12:50 4872d77fe225: Pulling fs layer 22:12:50 5851b861e8e6: Pulling fs layer 22:12:50 b352a97aabf1: Waiting 22:12:50 5851b861e8e6: Waiting 22:12:50 bde34c3a00c8: Waiting 22:12:50 e2be974225ed: Download complete 22:12:50 988bab9f4d93: Verifying Checksum 22:12:50 988bab9f4d93: Download complete 22:12:50 339a4e72a1f5: Verifying Checksum 22:12:50 339a4e72a1f5: Download complete 22:12:50 1469e6f7b9e6: Verifying Checksum 22:12:50 1469e6f7b9e6: Download complete 22:12:50 eaf3925da568: Verifying Checksum 22:12:50 eaf3925da568: Download complete 22:12:50 bde34c3a00c8: Download complete 22:12:50 b352a97aabf1: Verifying Checksum 22:12:50 b352a97aabf1: Download complete 22:12:50 4872d77fe225: Verifying Checksum 22:12:50 4872d77fe225: Download complete 22:12:50 5851b861e8e6: Verifying Checksum 22:12:50 5851b861e8e6: Download complete 22:12:50 b85a868b505f: Verifying Checksum 22:12:50 b85a868b505f: Download complete 22:12:50 bab4dde63d76: Verifying Checksum 22:12:50 bab4dde63d76: Download complete 22:12:51 b85a868b505f: Pull complete 22:12:52 e2be974225ed: Pull complete 22:12:52 339a4e72a1f5: Pull complete 22:12:52 988bab9f4d93: Pull complete 22:12:52 1469e6f7b9e6: Pull complete 22:12:52 eaf3925da568: Pull complete 22:12:54 bab4dde63d76: Pull complete 22:12:54 bde34c3a00c8: Pull complete 22:12:54 b352a97aabf1: Pull complete 22:12:54 4872d77fe225: Pull complete 22:12:54 5851b861e8e6: Pull complete 22:12:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:12:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:54 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:12:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:12:57 $ docker top 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 -eo pid,comm 22:12:57 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). 22:12:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:12:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:57 [ssh-agent] Looking for ssh-agent implementation... 22:12:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:57 $ docker exec 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent 22:12:57 SSH_AUTH_SOCK=/tmp/ssh-nia4QCqru1NF/agent.32 22:12:57 SSH_AGENT_PID=38 22:12:57 Running ssh-add (command line suppressed) 22:12:58 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15803024855135329740.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15803024855135329740.key) 22:12:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:58 + git tag --points-at HEAD [Pipeline] } 22:12:58 $ docker exec --env ******** --env ******** 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent -k 22:12:58 unset SSH_AUTH_SOCK; 22:12:58 unset SSH_AGENT_PID; 22:12:58 echo Agent pid 38 killed; 22:12:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:12:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:58 [ssh-agent] Looking for ssh-agent implementation... 22:12:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:58 $ docker exec 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent 22:12:58 SSH_AUTH_SOCK=/tmp/ssh-Ba2s7DCvSejy/agent.70 22:12:58 SSH_AGENT_PID=76 22:12:58 Running ssh-add (command line suppressed) 22:12:58 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14738332173932750897.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_14738332173932750897.key) 22:12:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:59 + git semver init 22:12:59 2023-06-21 22:12:59,261 [run_init] DEBUG init version:0.0.0 force:False 22:12:59 2023-06-21 22:12:59,261 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver 22:12:59 2023-06-21 22:12:59,262 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver 22:12:59 2023-06-21 22:12:59,262 [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) 22:12:59 2023-06-21 22:12:59,875 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude 22:12:59 2023-06-21 22:12:59,876 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False 22:12:59 2023-06-21 22:12:59,876 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:12:59 2023-06-21 22:12:59,876 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:12:59 3.1.0-dev.3 [Pipeline] } 22:12:59 $ docker exec --env ******** --env ******** 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 ssh-agent -k 22:13:00 unset SSH_AUTH_SOCK; 22:13:00 unset SSH_AGENT_PID; 22:13:00 echo Agent pid 76 killed; 22:13:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:13:00 + git semver [Pipeline] } 22:13:00 $ docker stop --time=1 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 22:13:01 $ docker rm -f --volumes 111145096e0019d25058e1557fb7a79854d396e8928c990be0f2748963abd1a3 [Pipeline] // withDockerContainer [Pipeline] sh 22:13:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:13:02 Stashed 1 file(s) [Pipeline] echo 22:13:02 [edgeXSemver]: initialized semver on version 3.1.0-dev.3 [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 22:13:02 provisioning config files... 22:13:02 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18393114145857743883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:13:02 ---> docker-login.sh 22:13:02 nexus3.edgexfoundry.org:10001 22:13:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:02 Configure a credential helper to remove this warning. See 22:13:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:02 22:13:02 Login Succeeded 22:13:02 nexus3.edgexfoundry.org:10002 22:13:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:02 Configure a credential helper to remove this warning. See 22:13:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:02 22:13:02 Login Succeeded 22:13:02 nexus3.edgexfoundry.org:10003 22:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:03 Configure a credential helper to remove this warning. See 22:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:03 22:13:03 Login Succeeded 22:13:03 nexus3.edgexfoundry.org:10004 22:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:03 Configure a credential helper to remove this warning. See 22:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:03 22:13:03 Login Succeeded 22:13:03 docker.io 22:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:03 Configure a credential helper to remove this warning. See 22:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:03 22:13:03 Login Succeeded 22:13:03 ---> docker-login.sh ends [Pipeline] } 22:13:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:13:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:13:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:13:03 ========================================================= 22:13:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:13:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:03 + 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 . 22:13:03 Sending build context to Docker daemon 210.4kB 22:13:03 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:13:03 Step 2/12 : FROM ${BASE} AS builder 22:13:03 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:13:03 f56be85fc22e: Pulling fs layer 22:13:03 85791d961cd3: Pulling fs layer 22:13:03 d694b5ae8c79: Pulling fs layer 22:13:03 9f32a84ed3da: Pulling fs layer 22:13:03 4d19c01a9841: Pulling fs layer 22:13:03 9325e15d5711: Pulling fs layer 22:13:03 556b6ee489ea: Pulling fs layer 22:13:03 c5a4b2cf53e6: Pulling fs layer 22:13:03 9f32a84ed3da: Waiting 22:13:03 4d19c01a9841: Waiting 22:13:03 9325e15d5711: Waiting 22:13:03 556b6ee489ea: Waiting 22:13:03 c5a4b2cf53e6: Waiting 22:13:03 85791d961cd3: Download complete 22:13:03 9f32a84ed3da: Verifying Checksum 22:13:03 9f32a84ed3da: Download complete 22:13:03 4d19c01a9841: Verifying Checksum 22:13:03 4d19c01a9841: Download complete 22:13:03 f56be85fc22e: Verifying Checksum 22:13:03 f56be85fc22e: Download complete 22:13:04 9325e15d5711: Verifying Checksum 22:13:04 9325e15d5711: Download complete 22:13:04 f56be85fc22e: Pull complete 22:13:04 85791d961cd3: Pull complete 22:13:04 c5a4b2cf53e6: Verifying Checksum 22:13:04 c5a4b2cf53e6: Download complete 22:13:04 d694b5ae8c79: Verifying Checksum 22:13:04 d694b5ae8c79: Download complete 22:13:04 556b6ee489ea: Verifying Checksum 22:13:04 556b6ee489ea: Download complete 22:13:08 d694b5ae8c79: Pull complete 22:13:08 9f32a84ed3da: Pull complete 22:13:08 4d19c01a9841: Pull complete 22:13:08 9325e15d5711: Pull complete 22:13:10 556b6ee489ea: Pull complete 22:13:10 c5a4b2cf53e6: Pull complete 22:13:10 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:13:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:13:10 ---> c4be618373d6 22:13:10 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:13:15 ---> Running in 452f52beb805 22:13:15 Removing intermediate container 452f52beb805 22:13:15 ---> d57ee5d463a6 22:13:15 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:13:15 ---> Running in df0f10c6e571 22:13:15 Removing intermediate container df0f10c6e571 22:13:15 ---> 0d192841b1be 22:13:15 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:13:15 ---> Running in 3d1d3bb76638 22:13:15 Removing intermediate container 3d1d3bb76638 22:13:15 ---> c9c2aa8ae2f1 22:13:15 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:13:15 ---> Running in 9c385c060d78 22:13:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:13:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:13:16 OK: 265 MiB in 53 packages 22:13:16 Removing intermediate container 9c385c060d78 22:13:16 ---> 3ddce8d6216b 22:13:16 Step 7/12 : WORKDIR /app 22:13:16 ---> Running in ffd85fba4261 22:13:16 Removing intermediate container ffd85fba4261 22:13:16 ---> 984b3d04a464 22:13:16 Step 8/12 : COPY go.mod vendor* ./ 22:13:16 ---> 4a1776c438e4 22:13:16 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:13:16 ---> Running in d07676c33c02 22:13:17 Still waiting to schedule task 22:13:17 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:13:55 Removing intermediate container d07676c33c02 22:13:55 ---> 335ce5850182 22:13:55 Step 10/12 : COPY . . 22:13:55 ---> 832ef0b3137f 22:13:55 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:13:55 ---> Running in aef6b7d2ebab 22:13:55 Removing intermediate container aef6b7d2ebab 22:13:55 ---> 78c55cd84145 22:13:55 Step 12/12 : RUN $MAKE 22:13:55 ---> Running in 20c9af09dbe2 22:13:55 noop 22:13:55 Removing intermediate container 20c9af09dbe2 22:13:55 ---> f9cdbd77983e 22:13:55 Successfully built f9cdbd77983e 22:13:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:55 + docker inspect -f . ci-base-image-x86_64 22:13:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:13:55 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:13:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:13:56 $ docker top ea4f5d1114b1f9c0fd5ea243264f61d22ffc0d31bff71c8598d876602c01a9bd -eo pid,comm [Pipeline] { [Pipeline] sh 22:13:56 + go version 22:13:56 go version go1.20.2 linux/amd64 [Pipeline] } 22:13:56 $ docker stop --time=1 ea4f5d1114b1f9c0fd5ea243264f61d22ffc0d31bff71c8598d876602c01a9bd 22:13:57 $ docker rm -f --volumes ea4f5d1114b1f9c0fd5ea243264f61d22ffc0d31bff71c8598d876602c01a9bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:58 + docker inspect -f . ci-base-image-x86_64 22:13:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:13:58 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:13:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:13:58 $ docker top 0539e975c674e90577d22d159db34172833a815bc78a30e27d689c952a8cef9d -eo pid,comm [Pipeline] { [Pipeline] sh 22:13:58 + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh 22:13:59 + make test 22:13:59 go test -race -coverprofile=coverage.out ./... 22:14:07 ? github.com/edgexfoundry/app-record-replay [no test files] 22:14:17 ? github.com/edgexfoundry/app-record-replay/internal/data/mocks [no test files] 22:14:17 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 22:14:17 ok github.com/edgexfoundry/app-record-replay/internal/data 0.060s coverage: 27.3% of statements 22:14:35 go vet ./... 22:14:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:14:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:14:37 ./bin/test-attribution-txt.sh [Pipeline] echo 22:14:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:14:37 $ docker stop --time=1 0539e975c674e90577d22d159db34172833a815bc78a30e27d689c952a8cef9d 22:14:42 $ docker rm -f --volumes 0539e975c674e90577d22d159db34172833a815bc78a30e27d689c952a8cef9d [Pipeline] // withDockerContainer [Pipeline] sh 22:14:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:14:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:14:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19020 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws 22:14:43 Running in /w/workspace/app-record-replay/4 [Pipeline] { [Pipeline] checkout 22:14:43 The recommended git tool is: NONE 22:14:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:14:45 + ls -al . 22:14:45 total 148 22:14:45 drwxrwxr-x 9 jenkins jenkins 4096 Jun 21 22:13 . 22:14:45 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 22:12 .. 22:14:45 -rw-rw-r-- 1 jenkins jenkins 119 Jun 21 22:12 .dockerignore 22:14:45 drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 22:13 .git 22:14:45 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:12 .github 22:14:45 -rw-rw-r-- 1 jenkins jenkins 164 Jun 21 22:12 .gitignore 22:14:45 -rw-rw-r-- 1 jenkins jenkins 41 Jun 21 22:12 .golangci.yml 22:14:45 drwxr-xr-x 3 jenkins jenkins 4096 Jun 21 22:12 .semver 22:14:45 -rw-rw-r-- 1 jenkins jenkins 9658 Jun 21 22:12 Attribution.txt 22:14:45 -rw-rw-r-- 1 jenkins jenkins 258 Jun 21 22:12 CHANGELOG.md 22:14:45 -rw-rw-r-- 1 jenkins jenkins 1617 Jun 21 22:12 Dockerfile 22:14:45 -rw-rw-r-- 1 jenkins jenkins 677 Jun 21 22:12 GOVERNANCE.md 22:14:45 -rw-rw-r-- 1 jenkins jenkins 681 Jun 21 22:12 Jenkinsfile 22:14:45 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 21 22:12 LICENSE 22:14:45 -rw-rw-r-- 1 jenkins jenkins 611 Jun 21 22:12 OWNERS.md 22:14:45 -rw-rw-r-- 1 jenkins jenkins 2363 Jun 21 22:12 README.md 22:14:45 -rw-rw-r-- 1 jenkins jenkins 11 Jun 21 22:13 VERSION 22:14:45 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:12 bin 22:14:45 -rw-r--r-- 1 jenkins jenkins 929 Jun 21 22:14 coverage.out 22:14:45 -rw-rw-r-- 1 jenkins jenkins 3256 Jun 21 22:12 go.mod 22:14:45 -rw-rw-r-- 1 jenkins jenkins 30578 Jun 21 22:12 go.sum 22:14:45 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:12 internal 22:14:45 -rw-rw-r-- 1 jenkins jenkins 693 Jun 21 22:12 main.go 22:14:45 -rw-rw-r-- 1 jenkins jenkins 2548 Jun 21 22:12 makefile 22:14:45 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:12 pkg 22:14:45 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:12 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:45 + 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=f5c7a18031cd417fd66742b551e8281643a7d45d --label arch=amd64 --label version=3.1.0-dev.3 . 22:14:45 Sending build context to Docker daemon 212kB 22:14:45 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 22:14:45 Step 2/26 : FROM ${BASE} AS builder 22:14:45 ---> f9cdbd77983e 22:14:45 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:14:45 ---> Running in 47e4b03d8e49 22:14:46 Removing intermediate container 47e4b03d8e49 22:14:46 ---> de25198cba82 22:14:46 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:14:46 ---> Running in 306bf54a85fb 22:14:46 Removing intermediate container 306bf54a85fb 22:14:46 ---> ed6b452fd0e4 22:14:46 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:14:46 ---> Running in 26beac1258c4 22:14:46 Removing intermediate container 26beac1258c4 22:14:46 ---> 7b3c543bc435 22:14:46 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:14:46 ---> Running in 8488f1e5f662 22:14:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:14:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:14:46 OK: 265 MiB in 53 packages 22:14:47 Removing intermediate container 8488f1e5f662 22:14:47 ---> 32548c11e7a1 22:14:47 Step 7/26 : WORKDIR /app 22:14:47 ---> Running in 3c28edfb96e4 22:14:47 Removing intermediate container 3c28edfb96e4 22:14:47 ---> f731eceb51d5 22:14:47 Step 8/26 : COPY go.mod vendor* ./ 22:14:47 ---> 3264fd46a95e 22:14:47 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:14:47 ---> Running in d9a55abc7b23 22:14:48 Removing intermediate container d9a55abc7b23 22:14:48 ---> 04830aeca108 22:14:48 Step 10/26 : COPY . . 22:14:48 ---> 74fa0b943104 22:14:48 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:14:48 ---> Running in f268bfd4201e 22:14:48 Removing intermediate container f268bfd4201e 22:14:48 ---> a6438df71c72 22:14:48 Step 12/26 : RUN $MAKE 22:14:48 ---> Running in 7f75cf7973ee 22:14:48 using credential edgex-jenkins-ssh 22:14:48 Cloning the remote Git repository 22:14:48 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.3" -trimpath -mod=readonly -o app-record-replay 22:14:48 Cloning repository git@github.com:edgexfoundry/app-record-replay.git 22:14:48 > git init /w/workspace/app-record-replay/4 # timeout=10 22:14:48 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git 22:14:48 > git --version # timeout=10 22:14:48 > git --version # 'git version 2.25.1' 22:14:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:14:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:14:49 > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 22:14:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:14:50 Avoid second fetch 22:14:50 Checking out Revision f5c7a18031cd417fd66742b551e8281643a7d45d (main) 22:14:50 > git config core.sparsecheckout # timeout=10 22:14:50 > git checkout -f f5c7a18031cd417fd66742b551e8281643a7d45d # timeout=10 22:14:53 Commit message: "Merge pull request #23 from lenny-intel/data-manager-stubs" 22:14:53 Removing intermediate container 7f75cf7973ee 22:14:53 ---> fbc3a5411fbc 22:14:53 Step 13/26 : FROM alpine:3.17 22:14:53 3.17: Pulling from library/alpine 22:14:53 4db1b89c0bd1: Pulling fs layer 22:14:54 4db1b89c0bd1: Verifying Checksum 22:14:54 4db1b89c0bd1: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:14:54 4db1b89c0bd1: Pull complete 22:14:54 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 22:14:54 Status: Downloaded newer image for alpine:3.17 22:14:54 ---> 1f73a9d63274 22:14:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:14:54 ---> Running in 940bf4f78380 22:14:54 Removing intermediate container 940bf4f78380 22:14:54 ---> e9898fef13b1 22:14:54 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 22:14:54 ---> Running in 8a7e0b1d9d58 22:14:54 Removing intermediate container 8a7e0b1d9d58 22:14:54 ---> 4dfeb1e6800c 22:14:54 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:14:54 ---> Running in cd89dc302b7a 22:14:54 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:14:54 % Total % Received % Xferd Average Speed Time Time Time Current 22:14:54 Dload Upload Total Spent Left Speed 22:14:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 106k 0 --:--:-- --:--:-- --:--:-- 107k 22:14:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:14:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:14:55 (1/2) Installing ca-certificates (20230506-r0) 22:14:55 (2/2) Installing dumb-init (1.2.5-r2) 22:14:55 Executing busybox-1.35.0-r29.trigger 22:14:55 Executing ca-certificates-20230506-r0.trigger 22:14:55 OK: 8 MiB in 17 packages [Pipeline] sh 22:14:55 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:14:55 Removing intermediate container cd89dc302b7a 22:14:55 ---> d33389e2f0ba 22:14:55 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:14:55 ---> 14b11482e521 22:14:55 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:14:55 ---> f65e97cee9c0 22:14:55 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:14:55 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:14:55 + sudo tee /etc/docker/daemon.new 22:14:55 { 22:14:55 "registry-mirrors": [ 22:14:55 "https://nexus3.edgexfoundry.org:10001" 22:14:55 ], 22:14:55 "bip": "10.250.0.254/24", 22:14:55 "hosts": [ 22:14:55 "tcp://0.0.0.0:5555", 22:14:55 "unix:///var/run/docker.sock" 22:14:55 ], 22:14:55 "mtu": 1458, 22:14:55 "selinux-enabled": true, 22:14:55 "seccomp-profile": "/etc/docker/seccomp.json" 22:14:55 } [Pipeline] sh 22:14:55 ---> ea946f0190c7 22:14:55 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 22:14:55 ---> 25b7bf26ddf0 22:14:55 Step 21/26 : EXPOSE 59712 22:14:55 ---> Running in 6875b5502c48 22:14:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:14:56 Removing intermediate container 6875b5502c48 22:14:56 ---> 82738b870809 22:14:56 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 22:14:56 ---> Running in 92af520c3a49 22:14:56 Removing intermediate container 92af520c3a49 22:14:56 ---> c5ed137e9e43 22:14:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:14:56 ---> Running in c61215689cd5 22:14:56 Removing intermediate container c61215689cd5 22:14:56 ---> a4fa3412665b 22:14:56 Step 24/26 : LABEL arch=amd64 22:14:56 ---> Running in fbcec28d9f81 22:14:56 Removing intermediate container fbcec28d9f81 22:14:56 ---> 0efef896d2ca 22:14:56 Step 25/26 : LABEL git_sha=f5c7a18031cd417fd66742b551e8281643a7d45d 22:14:56 ---> Running in a6bda54f8b7a 22:14:56 Removing intermediate container a6bda54f8b7a 22:14:56 ---> 7ebd16dbf565 22:14:56 Step 26/26 : LABEL version=3.1.0-dev.3 22:14:56 ---> Running in 434c00df8875 22:14:56 Removing intermediate container 434c00df8875 22:14:56 ---> e11edca6cc99 22:14:56 [Warning] One or more build-args [ARCH] were not consumed 22:14:56 Successfully built e11edca6cc99 22:14:56 Successfully tagged app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:14:56 + sudo service docker restart [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:14:56 provisioning config files... 22:14:56 copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config3833446640490919756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:14:56 ---> docker-login.sh 22:14:56 nexus3.edgexfoundry.org:10001 22:14:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:56 Configure a credential helper to remove this warning. See 22:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:56 22:14:56 Login Succeeded 22:14:56 nexus3.edgexfoundry.org:10002 22:14:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:56 Configure a credential helper to remove this warning. See 22:14:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:56 22:14:56 Login Succeeded 22:14:56 nexus3.edgexfoundry.org:10003 22:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:57 Configure a credential helper to remove this warning. See 22:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:57 22:14:57 Login Succeeded 22:14:57 nexus3.edgexfoundry.org:10004 22:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:57 Configure a credential helper to remove this warning. See 22:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:57 22:14:57 Login Succeeded 22:14:57 docker.io 22:14:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:57 Configure a credential helper to remove this warning. See 22:14:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:57 22:14:57 Login Succeeded 22:14:57 ---> docker-login.sh ends [Pipeline] } 22:14:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:14:57 [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: 22:14:57 f5c7a18031cd417fd66742b551e8281643a7d45d 22:14:57 latest 22:14:57 3.1.0-dev.3 22:14:57 f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 22:14:57 main 22:14:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:57 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:58 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d 22:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:14:58 50f4cda6f2c6: Preparing 22:14:58 4964945a8269: Preparing 22:14:58 bc025d834367: Preparing 22:14:58 b6389ed17c56: Preparing 22:14:58 1804d9898520: Preparing 22:14:58 3dab9f8bf2d2: Preparing 22:14:58 3dab9f8bf2d2: Waiting 22:14:58 bc025d834367: Pushed 22:14:58 4964945a8269: Pushed 22:14:58 b6389ed17c56: Pushed 22:14:58 3dab9f8bf2d2: Layer already exists 22:14:58 1804d9898520: Pushed 22:14:58 50f4cda6f2c6: Pushed 22:14:58 f5c7a18031cd417fd66742b551e8281643a7d45d: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:58 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:58 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest 22:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:14:58 50f4cda6f2c6: Preparing 22:14:58 4964945a8269: Preparing 22:14:58 bc025d834367: Preparing 22:14:58 b6389ed17c56: Preparing 22:14:58 1804d9898520: Preparing 22:14:58 3dab9f8bf2d2: Preparing 22:14:58 3dab9f8bf2d2: Waiting 22:14:58 4964945a8269: Layer already exists 22:14:58 1804d9898520: Layer already exists 22:14:58 b6389ed17c56: Layer already exists 22:14:58 bc025d834367: Layer already exists 22:14:58 50f4cda6f2c6: Layer already exists 22:14:58 3dab9f8bf2d2: Layer already exists 22:14:58 latest: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:59 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:59 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.3 22:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:14:59 50f4cda6f2c6: Preparing 22:14:59 4964945a8269: Preparing 22:14:59 bc025d834367: Preparing 22:14:59 b6389ed17c56: Preparing 22:14:59 1804d9898520: Preparing 22:14:59 3dab9f8bf2d2: Preparing 22:14:59 3dab9f8bf2d2: Waiting 22:14:59 b6389ed17c56: Layer already exists 22:14:59 1804d9898520: Layer already exists 22:14:59 bc025d834367: Layer already exists 22:14:59 50f4cda6f2c6: Layer already exists 22:14:59 4964945a8269: Layer already exists 22:14:59 3dab9f8bf2d2: Layer already exists 22:14:59 3.1.0-dev.3: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:59 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:00 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 22:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:15:00 50f4cda6f2c6: Preparing 22:15:00 4964945a8269: Preparing 22:15:00 bc025d834367: Preparing 22:15:00 b6389ed17c56: Preparing 22:15:00 1804d9898520: Preparing 22:15:00 3dab9f8bf2d2: Preparing 22:15:00 3dab9f8bf2d2: Waiting 22:15:00 50f4cda6f2c6: Layer already exists 22:15:00 b6389ed17c56: Layer already exists 22:15:00 bc025d834367: Layer already exists 22:15:00 4964945a8269: Layer already exists 22:15:00 1804d9898520: Layer already exists 22:15:00 3dab9f8bf2d2: Layer already exists 22:15:00 f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:00 + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:00 + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main 22:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] 22:15:00 50f4cda6f2c6: Preparing 22:15:00 4964945a8269: Preparing 22:15:00 bc025d834367: Preparing 22:15:00 b6389ed17c56: Preparing 22:15:00 1804d9898520: Preparing 22:15:00 3dab9f8bf2d2: Preparing 22:15:00 3dab9f8bf2d2: Waiting 22:15:00 50f4cda6f2c6: Layer already exists 22:15:00 b6389ed17c56: Layer already exists 22:15:00 bc025d834367: Layer already exists 22:15:00 1804d9898520: Layer already exists 22:15:00 4964945a8269: Layer already exists 22:15:00 3dab9f8bf2d2: Layer already exists 22:15:00 main: digest: sha256:271ed99f0e4c5f3908e91cc468e28db6ea28ac8bfdf95055b58ead790ca8029f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:00 ===================================================== [Pipeline] echo 22:15:00 taggedImages: 22:15:00 - nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d 22:15:00 - nexus3.edgexfoundry.org:10004/app-record-replay:latest 22:15:00 - nexus3.edgexfoundry.org:10004/app-record-replay:3.1.0-dev.3 22:15:00 - nexus3.edgexfoundry.org:10004/app-record-replay:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 22:15:00 - 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 22:15:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:15:01 22:15:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:15:01 latest: Pulling from edgex-lftools-log-publisher 22:15:01 5eb5b503b376: Pulling fs layer 22:15:01 5c69ac0246d0: Pulling fs layer 22:15:01 ec43610c2a17: Pulling fs layer 22:15:01 3a2ae6a8a46f: Pulling fs layer 22:15:01 33b1e0a273af: Pulling fs layer 22:15:01 5d3b04190fa2: Pulling fs layer 22:15:01 2f39f015ded8: Pulling fs layer 22:15:01 3a2ae6a8a46f: Waiting 22:15:01 33b1e0a273af: Waiting 22:15:01 5d3b04190fa2: Waiting 22:15:01 2f39f015ded8: Waiting 22:15:01 5c69ac0246d0: Verifying Checksum 22:15:01 5c69ac0246d0: Download complete 22:15:01 3a2ae6a8a46f: Verifying Checksum 22:15:01 3a2ae6a8a46f: Download complete 22:15:01 33b1e0a273af: Verifying Checksum 22:15:01 33b1e0a273af: Download complete 22:15:01 ec43610c2a17: Verifying Checksum 22:15:01 ec43610c2a17: Download complete 22:15:01 5d3b04190fa2: Verifying Checksum 22:15:01 5d3b04190fa2: Download complete 22:15:01 5eb5b503b376: Verifying Checksum 22:15:01 5eb5b503b376: Download complete 22:15:02 2f39f015ded8: Download complete 22:15:02 5eb5b503b376: Pull complete 22:15:02 5c69ac0246d0: Pull complete 22:15:03 ec43610c2a17: Pull complete 22:15:03 3a2ae6a8a46f: Pull complete 22:15:03 33b1e0a273af: Pull complete 22:15:03 5d3b04190fa2: Pull complete 22:15:07 2f39f015ded8: Pull complete 22:15:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:15:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:15:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:15:08 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:15:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:15:12 $ docker top 1b5ef9720a07a12bd645d2f4fa734cd177f3ee97f90633b24dc92dfae9d3ceca -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:12 ---> job-cost.sh 22:15:12 lf-activate-venv: SKIPPING 22:15:12 INFO: No Stack... 22:15:13 INFO: Retrieving Pricing Info for: v3-standard-8 22:15:13 INFO: Archiving Costs [Pipeline] sh 22:15:13 + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv 22:15:13 + cut -d, -f6 [Pipeline] lock 22:15:13 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] 22:15:13 Resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] did not exist. Created. 22:15:13 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:15:14 + echo total: 0.2199999988079071 [Pipeline] stash 22:15:14 Stashed 1 file(s) [Pipeline] } 22:15:14 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] // lock [Pipeline] } 22:15:14 $ docker stop --time=1 1b5ef9720a07a12bd645d2f4fa734cd177f3ee97f90633b24dc92dfae9d3ceca 22:15:15 $ docker rm -f --volumes 1b5ef9720a07a12bd645d2f4fa734cd177f3ee97f90633b24dc92dfae9d3ceca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] configFileProvider 22:15:15 provisioning config files... [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:15:15 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/4@tmp/config10840994173935171715tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:16 ---> docker-login.sh 22:15:16 nexus3.edgexfoundry.org:10001 22:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:16 Configure a credential helper to remove this warning. See 22:15:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:16 22:15:16 Login Succeeded 22:15:16 nexus3.edgexfoundry.org:10002 22:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:16 Configure a credential helper to remove this warning. See 22:15:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:16 22:15:16 Login Succeeded 22:15:16 nexus3.edgexfoundry.org:10003 22:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:17 Configure a credential helper to remove this warning. See 22:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:17 22:15:17 Login Succeeded 22:15:17 nexus3.edgexfoundry.org:10004 22:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:17 Configure a credential helper to remove this warning. See 22:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:17 22:15:17 Login Succeeded 22:15:17 docker.io 22:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:18 Configure a credential helper to remove this warning. See 22:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:18 22:15:18 Login Succeeded 22:15:18 ---> docker-login.sh ends [Pipeline] } 22:15:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:15:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:15:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:15:18 ========================================================= 22:15:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:15:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:18 + 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 . 22:15:18 Sending build context to Docker daemon 108.5kB 22:15:19 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:15:19 Step 2/12 : FROM ${BASE} AS builder 22:15:19 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:15:19 c41833b44d91: Pulling fs layer 22:15:19 ed15518f5707: Pulling fs layer 22:15:19 feae8fd75edb: Pulling fs layer 22:15:19 242c74f7c9fa: Pulling fs layer 22:15:19 3cdef696dda3: Pulling fs layer 22:15:19 2ced38df9373: Pulling fs layer 22:15:19 58f1dce35555: Pulling fs layer 22:15:19 3cdef696dda3: Waiting 22:15:19 58f1dce35555: Waiting 22:15:19 2ced38df9373: Waiting 22:15:19 242c74f7c9fa: Waiting 22:15:19 ed15518f5707: Verifying Checksum 22:15:19 ed15518f5707: Download complete 22:15:19 242c74f7c9fa: Download complete 22:15:19 3cdef696dda3: Verifying Checksum 22:15:19 3cdef696dda3: Download complete 22:15:19 c41833b44d91: Download complete 22:15:20 c41833b44d91: Pull complete 22:15:20 58f1dce35555: Verifying Checksum 22:15:20 58f1dce35555: Download complete 22:15:22 feae8fd75edb: Download complete 22:15:22 2ced38df9373: Verifying Checksum 22:15:22 ed15518f5707: Pull complete 22:15:37 feae8fd75edb: Pull complete 22:15:37 242c74f7c9fa: Pull complete 22:15:37 3cdef696dda3: Pull complete 22:15:43 2ced38df9373: Pull complete 22:15:44 58f1dce35555: Pull complete 22:15:44 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:15:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:15:44 ---> fadd8f120f05 22:15:44 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 22:15:46 ---> Running in 3531423ebcb3 22:15:46 Removing intermediate container 3531423ebcb3 22:15:46 ---> 468e344bee68 22:15:46 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:15:46 ---> Running in 3ae30fbf2a5a 22:15:47 Removing intermediate container 3ae30fbf2a5a 22:15:47 ---> 59d787fe2d3c 22:15:47 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:15:47 ---> Running in 8a6f4a008bae 22:15:47 Removing intermediate container 8a6f4a008bae 22:15:47 ---> 80adfb8ef684 22:15:47 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:15:47 ---> Running in 2d093c8c8a19 22:15:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:15:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:15:50 OK: 263 MiB in 53 packages 22:15:51 Removing intermediate container 2d093c8c8a19 22:15:51 ---> e885c5349117 22:15:51 Step 7/12 : WORKDIR /app 22:15:51 ---> Running in ff8be7d3360a 22:15:51 Removing intermediate container ff8be7d3360a 22:15:51 ---> 014235cd3827 22:15:51 Step 8/12 : COPY go.mod vendor* ./ 22:15:52 ---> b85d649f04fb 22:15:52 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:15:52 ---> Running in 2866cc286ba9 22:16:59 Removing intermediate container 2866cc286ba9 22:16:59 ---> 8188b292b6c4 22:16:59 Step 10/12 : COPY . . 22:16:59 ---> 2a67298abd15 22:16:59 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:16:59 ---> Running in 78ed08a6dd36 22:16:59 Removing intermediate container 78ed08a6dd36 22:16:59 ---> cd4fd0c5bc0a 22:16:59 Step 12/12 : RUN $MAKE 22:16:59 ---> Running in 768203177c79 22:16:59 noop 22:16:59 Removing intermediate container 768203177c79 22:16:59 ---> 87aeb987f1a8 22:16:59 Successfully built 87aeb987f1a8 22:16:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:00 + docker inspect -f . ci-base-image-arm64 22:17:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:00 prd-ubuntu20.04-docker-arm64-4c-16g-19020 does not seem to be running inside a container 22:17:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/4 -v /w/workspace/app-record-replay/4:/w/workspace/app-record-replay/4:rw,z -v /w/workspace/app-record-replay/4@tmp:/w/workspace/app-record-replay/4@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 22:17:01 $ docker top b3584c40c2ef2cb03bd439f8a41bf136f7267aa08baf1e5638837dfc59b580bd -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:02 + go version 22:17:02 go version go1.20.2 linux/arm64 [Pipeline] } 22:17:02 $ docker stop --time=1 b3584c40c2ef2cb03bd439f8a41bf136f7267aa08baf1e5638837dfc59b580bd 22:17:04 $ docker rm -f --volumes b3584c40c2ef2cb03bd439f8a41bf136f7267aa08baf1e5638837dfc59b580bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:04 + docker inspect -f . ci-base-image-arm64 22:17:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:04 prd-ubuntu20.04-docker-arm64-4c-16g-19020 does not seem to be running inside a container 22:17:04 $ 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/4 -v /w/workspace/app-record-replay/4:/w/workspace/app-record-replay/4:rw,z -v /w/workspace/app-record-replay/4@tmp:/w/workspace/app-record-replay/4@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 22:17:06 $ docker top f8f9d65707a9856eac3bde2eca984c574d5f8bbc488d8e11c2f3b5d48215268a -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:06 + git config --global --add safe.directory /w/workspace/app-record-replay/4 [Pipeline] fileExists [Pipeline] sh 22:17:07 + make test 22:17:07 go test -race -coverprofile=coverage.out ./... 22:17:53 ? github.com/edgexfoundry/app-record-replay [no test files] 22:19:45 ? github.com/edgexfoundry/app-record-replay/internal/data/mocks [no test files] 22:19:45 ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] 22:19:45 ok github.com/edgexfoundry/app-record-replay/internal/data 0.197s coverage: 27.3% of statements 22:19:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:19:45 go vet ./... 22:21:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:21:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:21:52 ./bin/test-attribution-txt.sh [Pipeline] echo 22:21:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:21:52 $ docker stop --time=1 f8f9d65707a9856eac3bde2eca984c574d5f8bbc488d8e11c2f3b5d48215268a 22:21:54 $ docker rm -f --volumes f8f9d65707a9856eac3bde2eca984c574d5f8bbc488d8e11c2f3b5d48215268a [Pipeline] // withDockerContainer [Pipeline] sh 22:21:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:21:55 Warning: overwriting stash ‘coverage-report’ 22:21:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:21:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:21:56 + ls -al . 22:21:56 total 144 22:21:56 drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 22:17 . 22:21:56 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 22:14 .. 22:21:56 -rw-rw-r-- 1 jenkins jenkins 119 Jun 21 22:14 .dockerignore 22:21:56 drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 22:14 .git 22:21:56 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:14 .github 22:21:56 -rw-rw-r-- 1 jenkins jenkins 164 Jun 21 22:14 .gitignore 22:21:56 -rw-rw-r-- 1 jenkins jenkins 41 Jun 21 22:14 .golangci.yml 22:21:56 -rw-rw-r-- 1 jenkins jenkins 9658 Jun 21 22:14 Attribution.txt 22:21:56 -rw-rw-r-- 1 jenkins jenkins 258 Jun 21 22:14 CHANGELOG.md 22:21:56 -rw-rw-r-- 1 jenkins jenkins 1617 Jun 21 22:14 Dockerfile 22:21:56 -rw-rw-r-- 1 jenkins jenkins 677 Jun 21 22:14 GOVERNANCE.md 22:21:56 -rw-rw-r-- 1 jenkins jenkins 681 Jun 21 22:14 Jenkinsfile 22:21:56 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 21 22:14 LICENSE 22:21:56 -rw-rw-r-- 1 jenkins jenkins 611 Jun 21 22:14 OWNERS.md 22:21:56 -rw-rw-r-- 1 jenkins jenkins 2363 Jun 21 22:14 README.md 22:21:56 -rw-rw-r-- 1 jenkins jenkins 11 Jun 21 22:13 VERSION 22:21:56 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:14 bin 22:21:56 -rw-r--r-- 1 jenkins jenkins 929 Jun 21 22:19 coverage.out 22:21:56 -rw-rw-r-- 1 jenkins jenkins 3256 Jun 21 22:14 go.mod 22:21:56 -rw-rw-r-- 1 jenkins jenkins 30578 Jun 21 22:14 go.sum 22:21:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:14 internal 22:21:56 -rw-rw-r-- 1 jenkins jenkins 693 Jun 21 22:14 main.go 22:21:56 -rw-rw-r-- 1 jenkins jenkins 2548 Jun 21 22:14 makefile 22:21:56 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 22:14 pkg 22:21:56 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 22:14 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:21:56 + 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=f5c7a18031cd417fd66742b551e8281643a7d45d --label arch=arm64 --label version=3.1.0-dev.3 . 22:21:56 Sending build context to Docker daemon 110.1kB 22:21:57 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 22:21:57 Step 2/26 : FROM ${BASE} AS builder 22:21:57 ---> 87aeb987f1a8 22:21:57 Step 3/26 : ARG ALPINE_PKG_BASE="make git" 22:21:57 ---> Running in 8afeae2f1dfa 22:21:57 Removing intermediate container 8afeae2f1dfa 22:21:57 ---> 994a52744ba0 22:21:57 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 22:21:57 ---> Running in 848fb141f986 22:21:57 Removing intermediate container 848fb141f986 22:21:57 ---> ae2a643e3e10 22:21:57 Step 5/26 : ARG ADD_BUILD_TAGS="" 22:21:58 ---> Running in 2267fab02e62 22:21:58 Removing intermediate container 2267fab02e62 22:21:58 ---> a7806b2f8126 22:21:58 Step 6/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:21:58 ---> Running in dfecba195c24 22:21:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:21:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:22:00 OK: 263 MiB in 53 packages 22:22:01 Removing intermediate container dfecba195c24 22:22:01 ---> ee9384b9c124 22:22:01 Step 7/26 : WORKDIR /app 22:22:01 ---> Running in bd52b52da752 22:22:01 Removing intermediate container bd52b52da752 22:22:01 ---> 93b54a21e6c9 22:22:01 Step 8/26 : COPY go.mod vendor* ./ 22:22:02 ---> df35f4a3b8c1 22:22:02 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:02 ---> Running in e3718bead7be 22:22:05 Removing intermediate container e3718bead7be 22:22:05 ---> 78a9ef70cb44 22:22:05 Step 10/26 : COPY . . 22:22:05 ---> 0c8b7e4e2cab 22:22:05 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:22:05 ---> Running in 1b2fa32200cc 22:22:05 Removing intermediate container 1b2fa32200cc 22:22:05 ---> 1eeb0fb22e65 22:22:05 Step 12/26 : RUN $MAKE 22:22:06 ---> Running in 19880e674653 22:22:07 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.3" -trimpath -mod=readonly -o app-record-replay 22:22:34 Removing intermediate container 19880e674653 22:22:34 ---> c84507acb994 22:22:34 Step 13/26 : FROM alpine:3.17 22:22:34 3.17: Pulling from library/alpine 22:22:34 edb6bdbacee9: Pulling fs layer 22:22:34 edb6bdbacee9: Verifying Checksum 22:22:34 edb6bdbacee9: Download complete 22:22:34 edb6bdbacee9: Pull complete 22:22:34 Digest: sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 22:22:34 Status: Downloaded newer image for alpine:3.17 22:22:34 ---> 779605e5fbc0 22:22:34 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 22:22:34 ---> Running in ba39d52f7a7a 22:22:34 Removing intermediate container ba39d52f7a7a 22:22:34 ---> 2b9baa5b43cc 22:22:34 Step 15/26 : LABEL Name=app-record-replay Version=${VERSION} 22:22:34 ---> Running in 6e7c626ad8e4 22:22:34 Removing intermediate container 6e7c626ad8e4 22:22:34 ---> 9d05a63840d9 22:22:34 Step 16/26 : RUN apk add --update --no-cache ca-certificates dumb-init 22:22:34 ---> Running in 8f90ba4726b2 22:22:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:22:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:22:35 (1/2) Installing ca-certificates (20230506-r0) 22:22:35 (2/2) Installing dumb-init (1.2.5-r2) 22:22:35 Executing busybox-1.35.0-r29.trigger 22:22:35 Executing ca-certificates-20230506-r0.trigger 22:22:35 OK: 8 MiB in 17 packages 22:22:37 Removing intermediate container 8f90ba4726b2 22:22:37 ---> bcbbcb21eadf 22:22:37 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:22:37 ---> 82e5254962a5 22:22:37 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 22:22:38 ---> bb70e61d6f4b 22:22:38 Step 19/26 : COPY --from=builder /app/res/ /res/ 22:22:38 ---> 71675f108c6f 22:22:38 Step 20/26 : COPY --from=builder /app/app-record-replay /app-record-replay 22:22:38 ---> defc356e1109 22:22:38 Step 21/26 : EXPOSE 59712 22:22:38 ---> Running in e152dd3b9344 22:22:39 Removing intermediate container e152dd3b9344 22:22:39 ---> 591969dbd609 22:22:39 Step 22/26 : ENTRYPOINT ["/app-record-replay"] 22:22:39 ---> Running in 847a1c798f9d 22:22:39 Removing intermediate container 847a1c798f9d 22:22:39 ---> d51787ee2cf2 22:22:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:22:39 ---> Running in f29b4af943ac 22:22:40 Removing intermediate container f29b4af943ac 22:22:40 ---> 4e3382b04587 22:22:40 Step 24/26 : LABEL arch=arm64 22:22:40 ---> Running in 07332c5ef085 22:22:40 Removing intermediate container 07332c5ef085 22:22:40 ---> 72a1e064e584 22:22:40 Step 25/26 : LABEL git_sha=f5c7a18031cd417fd66742b551e8281643a7d45d 22:22:40 ---> Running in 6c93d1488445 22:22:40 Removing intermediate container 6c93d1488445 22:22:40 ---> 903c78ce6dc2 22:22:40 Step 26/26 : LABEL version=3.1.0-dev.3 22:22:40 ---> Running in 9caa47074a2a 22:22:41 Removing intermediate container 9caa47074a2a 22:22:41 ---> 69317a0e457d 22:22:41 [Warning] One or more build-args [ARCH] were not consumed 22:22:41 Successfully built 69317a0e457d 22:22:41 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 22:22:41 provisioning config files... 22:22:41 copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/4@tmp/config12094967722824225679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:22:41 ---> docker-login.sh 22:22:41 nexus3.edgexfoundry.org:10001 22:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:41 Configure a credential helper to remove this warning. See 22:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:41 22:22:41 Login Succeeded 22:22:41 nexus3.edgexfoundry.org:10002 22:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:42 Configure a credential helper to remove this warning. See 22:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:42 22:22:42 Login Succeeded 22:22:42 nexus3.edgexfoundry.org:10003 22:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:42 Configure a credential helper to remove this warning. See 22:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:42 22:22:42 Login Succeeded 22:22:42 nexus3.edgexfoundry.org:10004 22:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:42 Configure a credential helper to remove this warning. See 22:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:42 22:22:42 Login Succeeded 22:22:42 docker.io 22:22:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:43 Configure a credential helper to remove this warning. See 22:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:43 22:22:43 Login Succeeded 22:22:43 ---> docker-login.sh ends [Pipeline] } 22:22:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:22:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:22:43 [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: 22:22:43 f5c7a18031cd417fd66742b551e8281643a7d45d 22:22:43 latest 22:22:43 3.1.0-dev.3 22:22:43 f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 22:22:43 main 22:22:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:43 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:44 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d 22:22:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:22:44 a9abf162945c: Preparing 22:22:44 e154328cdcd1: Preparing 22:22:44 eea0f325d4f4: Preparing 22:22:44 b15d8f722140: Preparing 22:22:44 5322d7c11b11: Preparing 22:22:44 9386262d7a74: Preparing 22:22:44 9386262d7a74: Waiting 22:22:44 e154328cdcd1: Pushed 22:22:44 eea0f325d4f4: Pushed 22:22:44 b15d8f722140: Pushed 22:22:44 9386262d7a74: Layer already exists 22:22:44 5322d7c11b11: Pushed 22:22:44 a9abf162945c: Pushed 22:22:45 f5c7a18031cd417fd66742b551e8281643a7d45d: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:45 + 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 22:22:45 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 22:22:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:22:45 a9abf162945c: Preparing 22:22:45 e154328cdcd1: Preparing 22:22:45 eea0f325d4f4: Preparing 22:22:45 b15d8f722140: Preparing 22:22:45 5322d7c11b11: Preparing 22:22:45 9386262d7a74: Preparing 22:22:45 9386262d7a74: Waiting 22:22:45 a9abf162945c: Layer already exists 22:22:45 eea0f325d4f4: Layer already exists 22:22:45 5322d7c11b11: Layer already exists 22:22:45 b15d8f722140: Layer already exists 22:22:45 e154328cdcd1: Layer already exists 22:22:45 9386262d7a74: Layer already exists 22:22:45 latest: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:46 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:46 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.3 22:22:46 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:22:46 a9abf162945c: Preparing 22:22:46 e154328cdcd1: Preparing 22:22:46 eea0f325d4f4: Preparing 22:22:46 b15d8f722140: Preparing 22:22:46 5322d7c11b11: Preparing 22:22:46 9386262d7a74: Preparing 22:22:46 9386262d7a74: Waiting 22:22:46 a9abf162945c: Layer already exists 22:22:46 eea0f325d4f4: Layer already exists 22:22:46 e154328cdcd1: Layer already exists 22:22:46 5322d7c11b11: Layer already exists 22:22:46 b15d8f722140: Layer already exists 22:22:46 9386262d7a74: Layer already exists 22:22:46 3.1.0-dev.3: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:46 + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:47 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 22:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:22:47 a9abf162945c: Preparing 22:22:47 e154328cdcd1: Preparing 22:22:47 eea0f325d4f4: Preparing 22:22:47 b15d8f722140: Preparing 22:22:47 5322d7c11b11: Preparing 22:22:47 9386262d7a74: Preparing 22:22:47 9386262d7a74: Waiting 22:22:47 5322d7c11b11: Layer already exists 22:22:47 eea0f325d4f4: Layer already exists 22:22:47 a9abf162945c: Layer already exists 22:22:47 b15d8f722140: Layer already exists 22:22:47 e154328cdcd1: Layer already exists 22:22:47 9386262d7a74: Layer already exists 22:22:47 f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:47 + 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 22:22:47 + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main 22:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] 22:22:47 a9abf162945c: Preparing 22:22:47 e154328cdcd1: Preparing 22:22:47 eea0f325d4f4: Preparing 22:22:47 b15d8f722140: Preparing 22:22:47 5322d7c11b11: Preparing 22:22:47 9386262d7a74: Preparing 22:22:47 9386262d7a74: Waiting 22:22:47 b15d8f722140: Layer already exists 22:22:47 5322d7c11b11: Layer already exists 22:22:47 a9abf162945c: Layer already exists 22:22:47 e154328cdcd1: Layer already exists 22:22:47 eea0f325d4f4: Layer already exists 22:22:47 9386262d7a74: Layer already exists 22:22:47 main: digest: sha256:9f6285d1448f7b5b604eaecc746ac73a0bfceb6f5f9e247db92153b97b62a2e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:22:48 ===================================================== [Pipeline] echo 22:22:48 taggedImages: 22:22:48 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d 22:22:48 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest 22:22:48 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:3.1.0-dev.3 22:22:48 - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:f5c7a18031cd417fd66742b551e8281643a7d45d-3.1.0-dev.3 22:22:48 - 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 22:22:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:22:48 22:22:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:22:48 arm64: Pulling from edgex-lftools-log-publisher 22:22:48 8998bd30e6a1: Pulling fs layer 22:22:48 04944245beec: Pulling fs layer 22:22:48 699f458cf7ca: Pulling fs layer 22:22:48 765212b225bb: Pulling fs layer 22:22:48 f23df028b6ca: Pulling fs layer 22:22:48 d65c8cfc05b1: Pulling fs layer 22:22:48 2437ff75d9bd: Pulling fs layer 22:22:48 f23df028b6ca: Waiting 22:22:48 d65c8cfc05b1: Waiting 22:22:48 2437ff75d9bd: Waiting 22:22:48 765212b225bb: Waiting 22:22:49 04944245beec: Verifying Checksum 22:22:49 04944245beec: Download complete 22:22:49 765212b225bb: Verifying Checksum 22:22:49 765212b225bb: Download complete 22:22:49 f23df028b6ca: Verifying Checksum 22:22:49 f23df028b6ca: Download complete 22:22:49 d65c8cfc05b1: Verifying Checksum 22:22:49 d65c8cfc05b1: Download complete 22:22:49 699f458cf7ca: Verifying Checksum 22:22:49 699f458cf7ca: Download complete 22:22:49 8998bd30e6a1: Download complete 22:22:51 2437ff75d9bd: Download complete 22:22:53 8998bd30e6a1: Pull complete 22:22:53 04944245beec: Pull complete 22:22:55 699f458cf7ca: Pull complete 22:22:55 765212b225bb: Pull complete 22:22:59 f23df028b6ca: Pull complete 22:22:59 d65c8cfc05b1: Pull complete 22:23:14 2437ff75d9bd: Pull complete 22:23:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:23:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:23:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:23:14 prd-ubuntu20.04-docker-arm64-4c-16g-19020 does not seem to be running inside a container 22:23:14 $ 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/4 -v /w/workspace/app-record-replay/4:/w/workspace/app-record-replay/4:rw,z -v /w/workspace/app-record-replay/4@tmp:/w/workspace/app-record-replay/4@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 22:23:17 $ docker top e1f9ae2ccaf7bede71dff36716ba5704c092bd870e3dca6464063ecf5019a578 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:23:18 ---> job-cost.sh 22:23:18 lf-activate-venv: SKIPPING 22:23:18 INFO: No Stack... 22:23:18 INFO: Retrieving Pricing Info for: v3-standard-4 22:23:19 INFO: Archiving Costs [Pipeline] sh 22:23:19 + cat /w/workspace/app-record-replay/4/archives/cost.csv 22:23:19 + cut -d, -f6 [Pipeline] lock 22:23:19 Trying to acquire lock on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] 22:23:19 Resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] did not exist. Created. 22:23:19 Lock acquired on [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:23:19 /w/workspace/app-record-replay/4@tmp/durable-0b4a8005/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:23:20 + echo total: 0.10999999940395355 [Pipeline] stash 22:23:20 Warning: overwriting stash ‘stack-cost’ 22:23:20 Stashed 1 file(s) [Pipeline] } 22:23:20 Lock released on resource [jenkins-edgexfoundry-app-record-replay-main-4-stack-cost] [Pipeline] // lock [Pipeline] } 22:23:20 $ docker stop --time=1 e1f9ae2ccaf7bede71dff36716ba5704c092bd870e3dca6464063ecf5019a578 22:23:21 $ docker rm -f --volumes e1f9ae2ccaf7bede71dff36716ba5704c092bd870e3dca6464063ecf5019a578 [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 22:23:22 provisioning config files... 22:23:22 Could not find credentials [app-record-replay-codecov-token] for edgexfoundry/app-record-replay/main #4 22:23:22 copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config9214576780949887711tmp [Pipeline] { [Pipeline] sh 22:23:22 + set +x 22:23:22 + + curl -s https://codecov.io/bash 22:23:22 bash -s -- 22:23:22 22:23:22 _____ _ 22:23:22 / ____| | | 22:23:22 | | ___ __| | ___ ___ _____ __ 22:23:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:23:22 | |___| (_) | (_| | __/ (_| (_) \ V / 22:23:22 \_____\___/ \__,_|\___|\___\___/ \_/ 22:23:22 Bash-1.0.6 22:23:22 22:23:22 22:23:22 ==> git version 2.25.1 found 22:23: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 22:23:22 Release-Date: 2020-01-08 22:23: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 22:23:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:23:22 ==> Jenkins CI detected. 22:23:22 current dir:  /w/workspace/exfoundry_app-record-replay_main 22:23:22 project root: . 22:23:22 --> token set from env 22:23:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:23:22 ==> Running gcov in . (disable via -X gcov) 22:23:22 ==> Python coveragepy not found 22:23:22 ==> Searching for coverage reports in: 22:23:22 + . 22:23:22 -> Found 1 reports 22:23:22 ==> Detecting git/mercurial file structure 22:23:22 ==> Reading reports 22:23:22 + ./coverage.out bytes=929 22:23:22 ==> Appending adjustments 22:23:22 https://docs.codecov.io/docs/fixing-reports 22:23:22 + Found adjustments 22:23:22 ==> Gzipping contents 22:23:22 4.0K /tmp/codecov.5WtVsv.gz 22:23:22 ==> Uploading reports 22:23:22 url: https://codecov.io 22:23:22 query: branch=main&commit=f5c7a18031cd417fd66742b551e8281643a7d45d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 22:23:22 -> Pinging Codecov 22:23:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=$CCTOKEN&branch=main&commit=f5c7a18031cd417fd66742b551e8281643a7d45d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= 22:23:22 Invalid request parameters 22:23:22 400 [Pipeline] } 22:23:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:23:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:23:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:23:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:23:23 22:23:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:23:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:23:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:23:23 df9b9388f04a: Pulling fs layer 22:23:23 52dc419b0ee2: Pulling fs layer 22:23:23 25bc292e5bac: Pulling fs layer 22:23:23 114826534d7a: Pulling fs layer 22:23:23 4657fd5d0bcf: Pulling fs layer 22:23:23 6ad1cebc031e: Pulling fs layer 22:23:23 8a3aa393b2d8: Pulling fs layer 22:23:23 4657fd5d0bcf: Waiting 22:23:23 6ad1cebc031e: Waiting 22:23:23 8a3aa393b2d8: Waiting 22:23:23 114826534d7a: Waiting 22:23:23 25bc292e5bac: Verifying Checksum 22:23:23 25bc292e5bac: Download complete 22:23:23 52dc419b0ee2: Download complete 22:23:23 4657fd5d0bcf: Verifying Checksum 22:23:23 4657fd5d0bcf: Download complete 22:23:23 df9b9388f04a: Verifying Checksum 22:23:23 df9b9388f04a: Download complete 22:23:23 6ad1cebc031e: Verifying Checksum 22:23:23 6ad1cebc031e: Download complete 22:23:23 df9b9388f04a: Pull complete 22:23:23 52dc419b0ee2: Pull complete 22:23:24 25bc292e5bac: Pull complete 22:23:24 114826534d7a: Verifying Checksum 22:23:24 114826534d7a: Download complete 22:23:24 8a3aa393b2d8: Verifying Checksum 22:23:24 8a3aa393b2d8: Download complete 22:23:27 114826534d7a: Pull complete 22:23:27 4657fd5d0bcf: Pull complete 22:23:27 6ad1cebc031e: Pull complete 22:23:30 8a3aa393b2d8: Pull complete 22:23:30 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:23:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:23:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:23:30 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:23: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:23:35 $ docker top 6432c1e6408f5da1f3897d5a0356006ced18b04136620239f9c808e2e2adb1c6 -eo pid,comm [Pipeline] { [Pipeline] echo 22:23:35 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh 22:23:35 + set -o pipefail 22:23:35 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' 22:23:40 22:23:40 Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... 22:23:40 22:23:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/117236b2-a4f5-43c5-8b9f-1eb0bbdb5478/history/9005272f-5c51-4bd1-a481-5e8959e28c61 22:23:40 22:23:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:23:40 22:23:40 22:23:40 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:23:40 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:23:40 More details here: https://snyk.co/ue1NS [Pipeline] } 22:23:40 $ docker stop --time=1 6432c1e6408f5da1f3897d5a0356006ced18b04136620239f9c808e2e2adb1c6 22:23:44 $ docker rm -f --volumes 6432c1e6408f5da1f3897d5a0356006ced18b04136620239f9c808e2e2adb1c6 [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 22:23:45 + git log --format=format:%s -1 f5c7a18031cd417fd66742b551e8281643a7d45d [Pipeline] sh 22:23:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:23:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:23:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:23:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:23:45 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:23: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:23:46 $ docker top 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d -eo pid,comm 22:23: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). 22:23:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:23:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:46 [ssh-agent] Looking for ssh-agent implementation... 22:23:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:46 $ docker exec 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d ssh-agent 22:23:46 SSH_AUTH_SOCK=/tmp/ssh-cCW2X0iywMeN/agent.32 22:23:46 SSH_AGENT_PID=38 22:23:46 Running ssh-add (command line suppressed) 22:23:46 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4699672847308684606.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_4699672847308684606.key) 22:23:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:47 + git semver tag 22:23:47 2023-06-21 22:23:47,236 [run_tag] DEBUG tag force:False 22:23:47 2023-06-21 22:23:47,236 [check_head_tag] DEBUG check head tag 22:23:47 2023-06-21 22:23:47,237 [execute] INFO git cat-file --batch-check 22:23:47 2023-06-21 22:23:47,237 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 22:23:47 2023-06-21 22:23:47,241 [execute] INFO git cat-file --batch 22:23:47 2023-06-21 22:23:47,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=) 22:23:47 2023-06-21 22:23:47,246 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:23:47 2023-06-21 22:23:47,246 [execute] INFO git tag -a v3.1.0-dev.3 -m v3.1.0-dev.3 22:23:47 2023-06-21 22:23:47,246 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.3', '-m', 'v3.1.0-dev.3'], cwd=/w/workspace/exfoundry_app-record-replay_main, universal_newlines=False, shell=None, istream=None) 22:23:47 2023-06-21 22:23:47,250 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:23:47 3.1.0-dev.3 [Pipeline] } 22:23:47 $ docker exec --env ******** --env ******** 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d ssh-agent -k 22:23:47 unset SSH_AUTH_SOCK; 22:23:47 unset SSH_AGENT_PID; 22:23:47 echo Agent pid 38 killed; 22:23:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:23:47 + git semver [Pipeline] } 22:23:47 $ docker stop --time=1 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d 22:23:49 $ docker rm -f --volumes 3ed900c024865ded0cdbf760cc8504bc606579457f8b433fe86c7552982b9a1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:23:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:23:49 22:23:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:23:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:23:49 0.23.1-centos7: Pulling from edgex-lftools 22:23:49 ab5ef0e58194: Pulling fs layer 22:23:49 9712f1f96733: Pulling fs layer 22:23:49 63f879dbbcfc: Pulling fs layer 22:23:49 0d9ebad4ef96: Pulling fs layer 22:23:49 e9a5061849ea: Pulling fs layer 22:23:49 d747dcd14b5f: Pulling fs layer 22:23:49 2de7ff778b66: Pulling fs layer 22:23:49 e9a5061849ea: Waiting 22:23:49 d747dcd14b5f: Waiting 22:23:49 2de7ff778b66: Waiting 22:23:49 0d9ebad4ef96: Waiting 22:23:49 9712f1f96733: Verifying Checksum 22:23:49 9712f1f96733: Download complete 22:23:50 63f879dbbcfc: Verifying Checksum 22:23:50 63f879dbbcfc: Download complete 22:23:50 ab5ef0e58194: Verifying Checksum 22:23:50 ab5ef0e58194: Download complete 22:23:50 e9a5061849ea: Verifying Checksum 22:23:50 e9a5061849ea: Download complete 22:23:50 d747dcd14b5f: Verifying Checksum 22:23:50 d747dcd14b5f: Download complete 22:23:50 0d9ebad4ef96: Download complete 22:23:50 2de7ff778b66: Verifying Checksum 22:23:50 2de7ff778b66: Download complete 22:23:53 ab5ef0e58194: Pull complete 22:23:53 9712f1f96733: Pull complete 22:23:53 63f879dbbcfc: Pull complete 22:23:56 0d9ebad4ef96: Pull complete 22:23:57 e9a5061849ea: Pull complete 22:23:57 d747dcd14b5f: Pull complete 22:23:58 2de7ff778b66: Pull complete 22:23:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:23:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:23:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:23:58 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:23: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:24:03 $ docker top e07d20df8288b657ba6150c80f762cca2b8ef59585a1777405bfb812425f1f94 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:24:03 provisioning config files... 22:24:03 copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2385120734982741083tmp 22:24:03 copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7747053365647502140tmp 22:24:03 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10592340819857957726tmp [Pipeline] { [Pipeline] echo 22:24:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:24:04 ---> sigul-configuration.sh 22:24:04 gpg: directory `/root/.gnupg' created 22:24:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:24:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:24:04 gpg: keyring `/root/.gnupg/secring.gpg' created 22:24:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:24:04 gpg: CAST5 encrypted data 22:24:04 gpg: encrypted with 1 passphrase 22:24:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:24:04 + mkdir /home/jenkins 22:24:04 + mkdir /home/jenkins/sigul [Pipeline] sh 22:24: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 22:24:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:24:05 ---> sigul-install.sh 22:24:05 Sigul already installed; skipping installation. [Pipeline] sh 22:24:05 + git tag --list 22:24:05 v3.1.0-dev.0 22:24:05 v3.1.0-dev.1 22:24:05 v3.1.0-dev.2 22:24:05 v3.1.0-dev.3 [Pipeline] sh 22:24:05 + lftools sign git-tag v3.1.0-dev.3 22:24:06 Signing Git tag with Sigul... 22:24:06 Signing v3.1.0-dev.3 [Pipeline] echo 22:24:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:24:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:24:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:24:07 $ docker stop --time=1 e07d20df8288b657ba6150c80f762cca2b8ef59585a1777405bfb812425f1f94 22:24:08 $ docker rm -f --volumes e07d20df8288b657ba6150c80f762cca2b8ef59585a1777405bfb812425f1f94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:24:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:24:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:24:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:24:09 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:24:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:24:09 $ docker top de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:24:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:24:09 [ssh-agent] Looking for ssh-agent implementation... 22:24:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:24:09 $ docker exec de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 ssh-agent 22:24:09 SSH_AUTH_SOCK=/tmp/ssh-kuxgbzeCwfbd/agent.31 22:24:09 SSH_AGENT_PID=37 22:24:09 Running ssh-add (command line suppressed) 22:24:09 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8483608434543175723.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_8483608434543175723.key) 22:24:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:24:10 + git semver bump pre 22:24:10 2023-06-21 22:24:10,471 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:24:10 2023-06-21 22:24:10,471 [bump_version] DEBUG bumping version:3.1.0-dev.3 on axis:pre with prefix:dev 22:24:10 2023-06-21 22:24:10,471 [bump_version] DEBUG bumped version:3.1.0-dev.4 22:24:10 2023-06-21 22:24:10,471 [write_version] DEBUG write version:3.1.0-dev.4 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True 22:24:10 2023-06-21 22:24:10,472 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:24:10 2023-06-21 22:24:10,472 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main 22:24:10 2023-06-21 22:24:10,474 [execute] INFO git cat-file --batch-check 22:24:10 2023-06-21 22:24:10,474 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:24:10 2023-06-21 22:24:10,479 [execute] INFO git cat-file --batch 22:24:10 2023-06-21 22:24:10,479 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:24:10 2023-06-21 22:24:10,483 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:24:10 3.1.0-dev.4 [Pipeline] } 22:24:10 $ docker exec --env ******** --env ******** de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 ssh-agent -k 22:24:10 unset SSH_AUTH_SOCK; 22:24:10 unset SSH_AGENT_PID; 22:24:10 echo Agent pid 37 killed; 22:24:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:24:10 + git semver [Pipeline] } 22:24:11 $ docker stop --time=1 de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 22:24:12 $ docker rm -f --volumes de09962c95669dd03385deeaf9939c1bf2cd53eaf19dbbd4085be264f5e591f1 [Pipeline] // withDockerContainer [Pipeline] sh 22:24:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:24:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:24:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:24:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:24:13 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:24:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:24:13 $ docker top ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:24:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:24:13 [ssh-agent] Looking for ssh-agent implementation... 22:24:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:24:13 $ docker exec ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f ssh-agent 22:24:13 SSH_AUTH_SOCK=/tmp/ssh-tliROqoLzQOJ/agent.33 22:24:13 SSH_AGENT_PID=39 22:24:13 Running ssh-add (command line suppressed) 22:24:13 Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15242928741496035038.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_15242928741496035038.key) 22:24:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:24:14 + git semver push 22:24:14 2023-06-21 22:24:14,449 [run_push] DEBUG push 22:24:14 2023-06-21 22:24:14,450 [execute] INFO git cat-file --batch-check 22:24:14 2023-06-21 22:24:14,450 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=) 22:24:14 2023-06-21 22:24:14,455 [execute] INFO git rev-list af464a66378b177e352de87d50f5be964ac1c2ea -- 22:24:14 2023-06-21 22:24:14,456 [execute] DEBUG Popen(['git', 'rev-list', 'af464a66378b177e352de87d50f5be964ac1c2ea', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 22:24:14 2023-06-21 22:24:14,461 [execute] INFO git fetch -v origin 22:24:14 2023-06-21 22:24:14,461 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=True, shell=None, istream=None) 22:24:15 2023-06-21 22:24:14,925 [run_push] DEBUG no remote changes detected 22:24:15 2023-06-21 22:24:14,925 [execute] INFO git push origin semver 22:24:15 2023-06-21 22:24:14,926 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, universal_newlines=False, shell=None, istream=None) 22:24:16 2023-06-21 22:24:15,928 [run_push] DEBUG push all version tags 22:24:16 2023-06-21 22:24:15,928 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:24:16 2023-06-21 22:24:15,929 [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) 22:24:16 2023-06-21 22:24:16,639 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main 22:24:16 3.1.0-dev.4 [Pipeline] } 22:24:16 $ docker exec --env ******** --env ******** ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f ssh-agent -k 22:24:17 unset SSH_AUTH_SOCK; 22:24:17 unset SSH_AGENT_PID; 22:24:17 echo Agent pid 39 killed; 22:24:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:24:17 + git semver [Pipeline] } 22:24:17 $ docker stop --time=1 ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f 22:24:19 $ docker rm -f --volumes ed7927d5dd95128c53fc9fc32751f344db78f9afc058b4c5898e5de24284ea1f [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 22:24:19 + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] 22:24:19 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 22:24:19 total 16 22:24:19 drwxr-xr-x 3 root root 4096 Jun 21 22:15 . 22:24:19 drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 22:24 .. 22:24:19 drwxr-xr-x 2 root root 4096 Jun 21 22:15 cost 22:24:19 -rw-r--r-- 1 root root 87 Jun 21 22:15 cost.csv 22:24:19 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives 22:24:19 + ls -al /w/workspace/exfoundry_app-record-replay_main/archives 22:24:19 total 16 22:24:19 drwxr-xr-x 3 jenkins jenkins 4096 Jun 21 22:15 . 22:24:19 drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 22:24 .. 22:24:19 drwxr-xr-x 2 jenkins jenkins 4096 Jun 21 22:15 cost 22:24:19 -rw-r--r-- 1 jenkins jenkins 87 Jun 21 22:15 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:24:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:24:20 ---> package-listing.sh 22:24:20 ++ facter osfamily 22:24:20 ++ tr '[:upper:]' '[:lower:]' 22:24:21 + OS_FAMILY=debian 22:24:21 + workspace=/w/workspace/exfoundry_app-record-replay_main 22:24:21 + START_PACKAGES=/tmp/packages_start.txt 22:24:21 + END_PACKAGES=/tmp/packages_end.txt 22:24:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:24:21 + PACKAGES=/tmp/packages_start.txt 22:24:21 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 22:24:21 + PACKAGES=/tmp/packages_end.txt 22:24:21 + case "${OS_FAMILY}" in 22:24:21 + dpkg -l 22:24:21 + grep '^ii' 22:24:21 + '[' -f /tmp/packages_start.txt ']' 22:24:21 + '[' -f /tmp/packages_end.txt ']' 22:24:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:24:21 + '[' /w/workspace/exfoundry_app-record-replay_main ']' 22:24:21 + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ 22:24:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo 22:24:21 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 22:24:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:24:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:24:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:24:22 prd-ubuntu20.04-docker-8c-8g-19019 does not seem to be running inside a container 22:24:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:24:22 $ docker top ee55439af92e008566431bae589416d16c8bf9b444f7f86a42e45d117abe30e1 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:23 + touch /tmp/pre-build-complete [Pipeline] sh 22:24:23 + mkdir -p /var/log/sysstat [Pipeline] sh 22:24:23 + ls /var/log/sa-host 22:24:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:24:23 provisioning config files... 22:24:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config5160768106103718500tmp [Pipeline] { [Pipeline] echo 22:24:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:24:24 ---> create-netrc.sh [Pipeline] } 22:24:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:24:24 ---> python-tools-install.sh [Pipeline] echo 22:24:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:24:24 ---> sudo-logs.sh 22:24:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:24:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:24:25 ---> job-cost.sh 22:24:25 lf-activate-venv: SKIPPING 22:24:25 DEBUG: total: 0.2199999988079071 22:24:25 INFO: Retrieving Stack Cost... 22:24:25 INFO: Retrieving Pricing Info for: v3-standard-8 22:24:25 INFO: Archiving Costs [Pipeline] echo 22:24:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:24:26 ---> logs-deploy.sh 22:24:26 lf-activate-venv: SKIPPING 22:24:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/4 22:24:26 INFO: archiving workspace using pattern(s): 22:24:27 Archives upload complete. 22:24:27 INFO: archiving logs to Nexus 22:24:28 ---> uname -a: 22:24:28 Linux prd-ubuntu20-04-docker-8c-8g-19019 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:24:28 22:24:28 22:24:28 ---> lscpu: 22:24:28 Architecture: x86_64 22:24:28 CPU op-mode(s): 32-bit, 64-bit 22:24:28 Byte Order: Little Endian 22:24:28 Address sizes: 40 bits physical, 48 bits virtual 22:24:28 CPU(s): 8 22:24:28 On-line CPU(s) list: 0-7 22:24:28 Thread(s) per core: 1 22:24:28 Core(s) per socket: 1 22:24:28 Socket(s): 8 22:24:28 NUMA node(s): 1 22:24:28 Vendor ID: AuthenticAMD 22:24:28 CPU family: 23 22:24:28 Model: 49 22:24:28 Model name: AMD EPYC-Rome Processor 22:24:28 Stepping: 0 22:24:28 CPU MHz: 2800.000 22:24:28 BogoMIPS: 5600.00 22:24:28 Virtualization: AMD-V 22:24:28 Hypervisor vendor: KVM 22:24:28 Virtualization type: full 22:24:28 L1d cache: 256 KiB 22:24:28 L1i cache: 256 KiB 22:24:28 L2 cache: 4 MiB 22:24:28 L3 cache: 128 MiB 22:24:28 NUMA node0 CPU(s): 0-7 22:24:28 Vulnerability Itlb multihit: Not affected 22:24:28 Vulnerability L1tf: Not affected 22:24:28 Vulnerability Mds: Not affected 22:24:28 Vulnerability Meltdown: Not affected 22:24:28 Vulnerability Mmio stale data: Not affected 22:24:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:24:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:24:28 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:24:28 Vulnerability Srbds: Not affected 22:24:28 Vulnerability Tsx async abort: Not affected 22:24:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 22:24:28 22:24:28 22:24:28 ---> nproc: 22:24:28 8 22:24:28 22:24:28 22:24:28 ---> df -h: 22:24:28 Filesystem Size Used Avail Use% Mounted on 22:24:28 overlay 155G 13G 143G 9% / 22:24:28 tmpfs 64M 0 64M 0% /dev 22:24:28 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:24:28 shm 64M 0 64M 0% /dev/shm 22:24:28 /dev/vda1 155G 13G 143G 9% /facter-os 22:24:28 22:24:28 22:24:28 ---> sar -b -r -n DEV: 22:24:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-19019) 06/21/23 _x86_64_ (8 CPU) 22:24:28 22:24:28 22:12:05 LINUX RESTART (8 CPU) 22:24:28 22:24:28 22:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:24:28 22:14:01 195.42 1.02 194.40 0.00 41.73 111323.45 0.00 22:24:28 22:15:01 144.63 0.25 144.38 0.00 14.67 19731.73 0.00 22:24:28 22:16:01 33.91 0.00 33.91 0.00 0.00 16728.96 0.00 22:24:28 22:17:01 1.40 0.02 1.38 0.00 0.13 15.99 0.00 22:24:28 22:18:01 53.67 10.63 43.04 0.00 5158.34 8911.85 0.00 22:24:28 22:19:01 6.38 0.02 6.37 0.00 0.13 122.38 0.00 22:24:28 22:20:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 22:24:28 22:21:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 22:24:28 22:22:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 22:24:28 22:23:01 1.62 0.00 1.62 0.00 0.00 18.00 0.00 22:24:28 22:24:01 78.90 0.25 78.65 0.00 17.60 49963.27 0.00 22:24:28 Average: 47.24 1.11 46.14 0.00 475.68 18804.63 0.00 22:24:28 22:24:28 22:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:24:28 22:14:01 28288808 31445260 860832 2.62 144832 3203000 2029780 5.98 1219856 2918816 11748 22:24:28 22:15:01 28398076 31581976 725976 2.21 150632 3231476 1735796 5.12 1180228 2857388 716 22:24:28 22:16:01 27886492 31580592 725156 2.21 158716 3683280 1765572 5.20 1199304 3296540 16 22:24:28 22:17:01 27886220 31580384 725104 2.21 158760 3683272 1765572 5.20 1199400 3296540 4 22:24:28 22:18:01 27362828 31564724 720432 2.19 192768 4143984 1815324 5.35 1520120 3463344 1036 22:24:28 22:19:01 27367632 31564748 720832 2.19 191296 4140732 1792076 5.28 1518788 3460288 168 22:24:28 22:20:01 27372132 31569428 715972 2.18 191336 4140736 1792076 5.28 1514644 3460292 172 22:24:28 22:21:01 27372124 31569192 715860 2.18 191368 4140740 1792076 5.28 1514708 3460296 184 22:24:28 22:22:01 27371776 31569132 716104 2.18 191392 4140740 1792076 5.28 1514536 3460296 36 22:24:28 22:23:01 27372164 31569724 715588 2.18 191432 4140872 1792076 5.28 1514340 3460428 8 22:24:28 22:24:01 25874356 31539680 740448 2.25 228428 5448752 1891624 5.57 1619516 4726988 211468 22:24:28 Average: 27504783 31557713 734755 2.23 180996 4008871 1814913 5.35 1410495 3441929 20505 22:24:28 22:24:28 22:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:24:28 22:14:01 docker0 186.10 320.91 14.47 1941.15 0.00 0.00 0.00 0.00 22:24:28 22:14:01 veth55ea45f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:24:28 22:14:01 ens3 516.26 298.28 6207.53 39.83 0.00 0.00 0.00 0.00 22:24:28 22:14:01 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 22:24:28 22:15:01 docker0 3.42 7.80 0.21 88.19 0.00 0.00 0.00 0.00 22:24:28 22:15:01 ens3 70.27 53.03 193.68 44.39 0.00 0.00 0.00 0.00 22:24:28 22:15:01 lo 7.27 7.27 0.71 0.71 0.00 0.00 0.00 0.00 22:24:28 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:16:01 ens3 89.82 55.57 2519.41 9.76 0.00 0.00 0.00 0.00 22:24:28 22:16:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 22:24:28 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:17:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 22:24:28 22:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:24:28 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:18:01 ens3 190.58 103.07 2912.94 7.24 0.00 0.00 0.00 0.00 22:24:28 22:18:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 22:24:28 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:19:01 ens3 0.25 0.22 0.02 0.02 0.00 0.00 0.00 0.00 22:24:28 22:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:24:28 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:21:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:24:28 22:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:24:28 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:22:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:24:28 22:23:01 ens3 0.22 0.23 0.08 0.07 0.00 0.00 0.00 0.00 22:24:28 22:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:24:28 22:24:01 docker0 34.48 62.34 2.88 582.16 0.00 0.00 0.00 0.00 22:24:28 22:24:01 ens3 326.36 191.08 7765.31 64.75 0.00 0.00 0.00 0.00 22:24:28 22:24:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 22:24:28 Average: docker0 20.36 35.55 1.60 237.40 0.00 0.00 0.00 0.00 22:24:28 Average: ens3 108.55 63.79 1781.70 15.10 0.00 0.00 0.00 0.00 22:24:28 Average: lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 22:24:28 22:24:28 22:24:28 ---> sar -P ALL: 22:24:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-19019) 06/21/23 _x86_64_ (8 CPU) 22:24:28 22:24:28 22:12:05 LINUX RESTART (8 CPU) 22:24:28 22:24:28 22:13:01 CPU %user %nice %system %iowait %steal %idle 22:24:28 22:14:01 all 8.17 0.00 3.56 3.70 0.08 84.50 22:24:28 22:14:01 0 8.13 0.00 2.68 0.78 0.07 88.34 22:24:28 22:14:01 1 9.04 0.00 4.24 6.64 0.07 80.02 22:24:28 22:14:01 2 8.03 0.00 3.08 1.99 0.07 86.84 22:24:28 22:14:01 3 9.09 0.00 2.84 2.32 0.08 85.67 22:24:28 22:14:01 4 7.39 0.00 2.69 0.45 0.07 89.40 22:24:28 22:14:01 5 8.81 0.00 3.74 3.67 0.10 83.68 22:24:28 22:14:01 6 7.24 0.00 4.45 0.39 0.07 87.85 22:24:28 22:14:01 7 7.63 0.00 4.75 13.44 0.10 74.08 22:24:28 22:15:01 all 35.90 0.00 5.31 1.37 0.10 57.32 22:24:28 22:15:01 0 35.21 0.00 5.45 0.44 0.08 58.81 22:24:28 22:15:01 1 37.58 0.00 5.17 0.12 0.10 57.03 22:24:28 22:15:01 2 36.17 0.00 4.82 0.03 0.20 58.77 22:24:28 22:15:01 3 35.58 0.00 5.71 0.39 0.08 58.24 22:24:28 22:15:01 4 35.42 0.00 5.20 0.22 0.08 59.08 22:24:28 22:15:01 5 36.53 0.00 5.49 3.01 0.08 54.88 22:24:28 22:15:01 6 35.06 0.00 5.16 5.95 0.10 53.72 22:24:28 22:15:01 7 35.62 0.00 5.47 0.83 0.08 58.00 22:24:28 22:16:01 all 2.32 0.00 1.02 0.95 0.04 95.68 22:24:28 22:16:01 0 2.07 0.00 1.35 0.00 0.03 96.54 22:24:28 22:16:01 1 1.72 0.00 1.02 0.00 0.03 97.23 22:24:28 22:16:01 2 2.56 0.00 0.87 0.02 0.03 96.53 22:24:28 22:16:01 3 2.53 0.00 0.59 0.70 0.02 96.16 22:24:28 22:16:01 4 2.76 0.00 0.72 0.02 0.03 96.47 22:24:28 22:16:01 5 2.00 0.00 0.64 1.24 0.03 96.09 22:24:28 22:16:01 6 2.39 0.00 1.44 0.32 0.05 95.80 22:24:28 22:16:01 7 2.50 0.00 1.51 5.30 0.08 90.60 22:24:28 22:17:01 all 0.03 0.00 0.01 0.01 0.01 99.95 22:24:28 22:17:01 0 0.07 0.00 0.02 0.00 0.00 99.92 22:24:28 22:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 22:24:28 22:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:24:28 22:17:01 3 0.02 0.00 0.02 0.02 0.02 99.93 22:24:28 22:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:24:28 22:17:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:24:28 22:17:01 6 0.02 0.00 0.02 0.02 0.02 99.93 22:24:28 22:17:01 7 0.02 0.00 0.02 0.03 0.02 99.92 22:24:28 22:18:01 all 2.29 0.00 1.49 1.93 0.03 94.26 22:24:28 22:18:01 0 3.44 0.00 2.12 1.72 0.03 92.68 22:24:28 22:18:01 1 1.96 0.00 2.61 1.76 0.03 93.65 22:24:28 22:18:01 2 3.36 0.00 1.26 0.27 0.03 95.08 22:24:28 22:18:01 3 1.64 0.00 1.99 8.34 0.03 87.99 22:24:28 22:18:01 4 2.26 0.00 1.09 0.35 0.02 96.29 22:24:28 22:18:01 5 1.01 0.00 0.55 0.79 0.05 97.60 22:24:28 22:18:01 6 2.21 0.00 1.35 1.74 0.03 94.67 22:24:28 22:18:01 7 2.43 0.00 0.91 0.49 0.03 96.14 22:24:28 22:19:01 all 0.07 0.00 0.05 0.03 0.01 99.84 22:24:28 22:19:01 0 0.27 0.00 0.12 0.00 0.02 99.60 22:24:28 22:19:01 1 0.00 0.00 0.05 0.00 0.00 99.95 22:24:28 22:19:01 2 0.07 0.00 0.05 0.00 0.02 99.87 22:24:28 22:19:01 3 0.07 0.00 0.02 0.18 0.02 99.72 22:24:28 22:19:01 4 0.08 0.00 0.05 0.03 0.00 99.83 22:24:28 22:19:01 5 0.03 0.00 0.03 0.00 0.02 99.92 22:24:28 22:19:01 6 0.05 0.00 0.07 0.03 0.00 99.85 22:24:28 22:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 22:24:28 22:20:01 all 0.03 0.00 0.01 0.01 0.01 99.95 22:24:28 22:20:01 0 0.05 0.00 0.02 0.00 0.02 99.92 22:24:28 22:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:24:28 22:20:01 2 0.07 0.00 0.00 0.00 0.00 99.93 22:24:28 22:20:01 3 0.02 0.00 0.02 0.03 0.00 99.93 22:24:28 22:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:24:28 22:20:01 5 0.03 0.00 0.02 0.00 0.05 99.90 22:24:28 22:20:01 6 0.02 0.00 0.03 0.02 0.02 99.92 22:24:28 22:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:24:28 22:21:01 all 0.05 0.00 0.01 0.01 0.01 99.92 22:24:28 22:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:24:28 22:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:24:28 22:21:01 2 0.32 0.00 0.05 0.00 0.02 99.62 22:24:28 22:21:01 3 0.00 0.00 0.02 0.10 0.00 99.88 22:24:28 22:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:24:28 22:21:01 5 0.03 0.00 0.00 0.00 0.02 99.95 22:24:28 22:21:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:24:28 22:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 22:24:28 22:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:24:28 22:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:24:28 22:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:24:28 22:22:01 2 0.10 0.00 0.00 0.00 0.02 99.88 22:24:28 22:22:01 3 0.02 0.00 0.03 0.03 0.03 99.88 22:24:28 22:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:24:28 22:22:01 5 0.03 0.00 0.02 0.00 0.02 99.93 22:24:28 22:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:24:28 22:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:24:28 22:23:01 all 0.01 0.00 0.01 0.00 0.01 99.96 22:24:28 22:23:01 0 0.07 0.00 0.02 0.00 0.02 99.90 22:24:28 22:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 22:24:28 22:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:24:28 22:23:01 3 0.02 0.00 0.03 0.02 0.02 99.92 22:24:28 22:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 22:24:28 22:23:01 5 0.00 0.00 0.00 0.00 0.02 99.98 22:24:28 22:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:24:28 22:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 22:24:28 22:24:01 all 7.04 0.00 2.91 2.53 0.04 87.48 22:24:28 22:24:01 0 5.38 0.00 2.31 0.05 0.03 92.23 22:24:28 22:24:01 1 7.69 0.00 3.81 0.00 0.03 88.46 22:24:28 22:24:01 2 8.26 0.00 2.36 0.08 0.05 89.24 22:24:28 22:24:01 3 6.55 0.00 2.60 6.28 0.07 84.50 22:24:28 22:24:01 4 7.75 0.00 2.80 2.08 0.03 87.33 22:24:28 22:24:01 5 6.08 0.00 2.85 0.15 0.02 90.90 22:24:28 22:24:01 6 6.65 0.00 3.45 10.85 0.05 78.99 22:24:28 22:24:01 7 7.95 0.00 3.07 0.83 0.05 88.10 22:24:28 22:24:28 Average: CPU %user %nice %system %iowait %steal %idle 22:24:28 Average: all 5.06 0.00 1.30 0.95 0.03 92.66 22:24:28 Average: 0 4.96 0.00 1.28 0.27 0.03 93.46 22:24:28 Average: 1 5.25 0.00 1.53 0.77 0.03 92.42 22:24:28 Average: 2 5.34 0.00 1.13 0.22 0.04 93.28 22:24:28 Average: 3 5.03 0.00 1.26 1.67 0.03 92.01 22:24:28 Average: 4 5.03 0.00 1.14 0.29 0.02 93.53 22:24:28 Average: 5 4.95 0.00 1.21 0.80 0.04 93.00 22:24:28 Average: 6 4.84 0.00 1.44 1.74 0.03 91.94 22:24:28 Average: 7 5.06 0.00 1.42 1.89 0.04 91.60 22:24:28 22:24:28 22:24:28