Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5ded5807231de7511c48a44bced53429afef768c 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-ssh2907763003709508817.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh8525691571460529359.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/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/go-mod-core-contracts/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6655549704162598459.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh3619319156166760250.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/go-mod-core-contracts/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/go-mod-core-contracts/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3011110687831777616.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:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false 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: false 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 ‘prd-ubuntu20.04-docker-8c-8g-5819’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5821 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/undry_go-mod-core-contracts_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5ded5807231de7511c48a44bced53429afef768c (main) Commit message: "Merge pull request #796 from lenny-intel/fix-topic-constant-name" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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 5ded5807231de7511c48a44bced53429afef768c # timeout=10 > git rev-list --no-walk 4a060e2d84592ef96baa1dcdb832da229f70675e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:58:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:58:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:58:21 ========================================================= 16:58:21 EdgeX Global Pipelines Version Info 16:58:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:58:22 ------------------- 16:58:22 stable info: 16:58:22 ------------------- 16:58:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:58:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:58:22 Message: update stable to v1.0.244 16:58:22 ------------------- 16:58:22 experimental info: 16:58:22 ------------------- 16:58:22 Commited By: **** collab-it+edgex@linuxfoundation.org 16:58:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:58:22 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:58:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ded5807231de7511c48a44bced53429afef768c [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ded580 [Pipeline] echo 16:58:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:58:23 + git rev-list -1 --merges 5ded5807231de7511c48a44bced53429afef768c~1..5ded5807231de7511c48a44bced53429afef768c [Pipeline] echo 16:58:23 -----------> git rev-list -1 --merges 5ded5807231de7511c48a44bced53429afef768c~1..5ded5807231de7511c48a44bced53429afef768c 5ded5807231de7511c48a44bced53429afef768c 16:58:23 5ded5807231de7511c48a44bced53429afef768c [false] [Pipeline] sh 16:58:23 + git log --format=format:%s -1 5ded5807231de7511c48a44bced53429afef768c [Pipeline] echo 16:58:23 ========================================================= 16:58:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:58:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:58:24 + git log --format=format:%s -1 5ded5807231de7511c48a44bced53429afef768c [Pipeline] echo 16:58:24 [semverPrep] GIT_COMMIT: 5ded5807231de7511c48a44bced53429afef768c, Commit Message: Merge pull request #796 from lenny-intel/fix-topic-constant-name [Pipeline] echo 16:58:24 [semverPrep] This is not a build commit. [Pipeline] sh 16:58:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:58:24 + grep -v github /etc/ssh/ssh_known_hosts 16:58:24 + [ -e /tmp/ssh_known_hosts ] 16:58:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:58:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:58:24 + sudo tee -a /etc/ssh/ssh_known_hosts 16:58:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:58:25 16:58:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:58:25 0.1.4: Pulling from edgex-devops/py-git-semver 16:58:25 b85a868b505f: Pulling fs layer 16:58:25 e2be974225ed: Pulling fs layer 16:58:25 339a4e72a1f5: Pulling fs layer 16:58:25 988bab9f4d93: Pulling fs layer 16:58:25 1469e6f7b9e6: Pulling fs layer 16:58:25 eaf3925da568: Pulling fs layer 16:58:25 bab4dde63d76: Pulling fs layer 16:58:25 bde34c3a00c8: Pulling fs layer 16:58:25 b352a97aabf1: Pulling fs layer 16:58:25 4872d77fe225: Pulling fs layer 16:58:25 5851b861e8e6: Pulling fs layer 16:58:25 988bab9f4d93: Waiting 16:58:25 eaf3925da568: Waiting 16:58:25 1469e6f7b9e6: Waiting 16:58:25 bde34c3a00c8: Waiting 16:58:25 4872d77fe225: Waiting 16:58:25 bab4dde63d76: Waiting 16:58:25 b352a97aabf1: Waiting 16:58:25 5851b861e8e6: Waiting 16:58:25 e2be974225ed: Verifying Checksum 16:58:25 e2be974225ed: Download complete 16:58:25 988bab9f4d93: Verifying Checksum 16:58:25 988bab9f4d93: Download complete 16:58:26 1469e6f7b9e6: Verifying Checksum 16:58:26 1469e6f7b9e6: Download complete 16:58:26 eaf3925da568: Download complete 16:58:26 339a4e72a1f5: Download complete 16:58:26 bde34c3a00c8: Verifying Checksum 16:58:26 bde34c3a00c8: Download complete 16:58:26 b352a97aabf1: Verifying Checksum 16:58:26 b352a97aabf1: Download complete 16:58:26 4872d77fe225: Verifying Checksum 16:58:26 4872d77fe225: Download complete 16:58:26 5851b861e8e6: Verifying Checksum 16:58:26 5851b861e8e6: Download complete 16:58:26 b85a868b505f: Verifying Checksum 16:58:26 b85a868b505f: Download complete 16:58:26 bab4dde63d76: Verifying Checksum 16:58:26 bab4dde63d76: Download complete 16:58:27 b85a868b505f: Pull complete 16:58:27 e2be974225ed: Pull complete 16:58:27 339a4e72a1f5: Pull complete 16:58:28 988bab9f4d93: Pull complete 16:58:28 1469e6f7b9e6: Pull complete 16:58:28 eaf3925da568: Pull complete 16:58:30 bab4dde63d76: Pull complete 16:58:30 bde34c3a00c8: Pull complete 16:58:30 b352a97aabf1: Pull complete 16:58:30 4872d77fe225: Pull complete 16:58:30 5851b861e8e6: Pull complete 16:58:30 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:58:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:58:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:31 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 16:58:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:58:33 $ docker top 3aea5214911349ca2fb5b178180c4d3e837b2937964e9e9d5ae0fcedfa6768bf -eo pid,comm 16:58:33 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). 16:58:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:58:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:58:33 [ssh-agent] Looking for ssh-agent implementation... 16:58:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:58:33 $ docker exec 3aea5214911349ca2fb5b178180c4d3e837b2937964e9e9d5ae0fcedfa6768bf ssh-agent 16:58:33 SSH_AUTH_SOCK=/tmp/ssh-c0UzQeKQaB8A/agent.32 16:58:33 SSH_AGENT_PID=38 16:58:33 Running ssh-add (command line suppressed) 16:58:33 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_12112074182350491442.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_12112074182350491442.key) 16:58:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:58:33 + git tag --points-at HEAD [Pipeline] } 16:58:33 $ docker exec --env ******** --env ******** 3aea5214911349ca2fb5b178180c4d3e837b2937964e9e9d5ae0fcedfa6768bf ssh-agent -k 16:58:33 unset SSH_AUTH_SOCK; 16:58:33 unset SSH_AGENT_PID; 16:58:33 echo Agent pid 38 killed; 16:58:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:58:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:58:33 [ssh-agent] Looking for ssh-agent implementation... 16:58:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:58:34 $ docker exec 3aea5214911349ca2fb5b178180c4d3e837b2937964e9e9d5ae0fcedfa6768bf ssh-agent 16:58:34 SSH_AUTH_SOCK=/tmp/ssh-QhvGemG3i197/agent.70 16:58:34 SSH_AGENT_PID=77 16:58:34 Running ssh-add (command line suppressed) 16:58:34 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_5691926689893192846.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_5691926689893192846.key) 16:58:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:58:34 + git semver init 16:58:34 2023-02-14 16:58:34,775 [run_init] DEBUG init version:0.0.0 force:False 16:58:34 2023-02-14 16:58:34,776 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_go-mod-core-contracts_main/.semver 16:58:34 2023-02-14 16:58:34,776 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/undry_go-mod-core-contracts_main/.semver 16:58:34 2023-02-14 16:58:34,777 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-core-contracts.git', '/w/workspace/undry_go-mod-core-contracts_main/.semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) 16:58:36 2023-02-14 16:58:36,240 [append_file] DEBUG append to file:/w/workspace/undry_go-mod-core-contracts_main/.git/info/exclude 16:58:36 2023-02-14 16:58:36,241 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:False 16:58:36 2023-02-14 16:58:36,241 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:58:36 2023-02-14 16:58:36,241 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:58:36 3.0.0-dev.14 [Pipeline] } 16:58:36 $ docker exec --env ******** --env ******** 3aea5214911349ca2fb5b178180c4d3e837b2937964e9e9d5ae0fcedfa6768bf ssh-agent -k 16:58:36 unset SSH_AUTH_SOCK; 16:58:36 unset SSH_AGENT_PID; 16:58:36 echo Agent pid 77 killed; 16:58:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:58:37 + git semver [Pipeline] } 16:58:37 $ docker stop --time=1 3aea5214911349ca2fb5b178180c4d3e837b2937964e9e9d5ae0fcedfa6768bf 16:58:38 $ docker rm -f --volumes 3aea5214911349ca2fb5b178180c4d3e837b2937964e9e9d5ae0fcedfa6768bf [Pipeline] // withDockerContainer [Pipeline] sh 16:58:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:58:39 Stashed 1 file(s) [Pipeline] echo 16:58:39 [edgeXSemver]: initialized semver on version 3.0.0-dev.14 [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] unstash [Pipeline] echo 16:58:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:39 ========================================================= 16:58:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:58:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:58:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:58:39 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:58:39 213ec9aee27d: Pulling fs layer 16:58:39 4583459ba037: Pulling fs layer 16:58:39 93c1e223e6f2: Pulling fs layer 16:58:39 53926ce57604: Pulling fs layer 16:58:39 21b2b0c7a3f4: Pulling fs layer 16:58:39 22ff95d597cd: Pulling fs layer 16:58:39 12d6caf4c0d1: Pulling fs layer 16:58:39 96b7cbca73a9: Pulling fs layer 16:58:39 53926ce57604: Waiting 16:58:39 a7acece74701: Pulling fs layer 16:58:39 21b2b0c7a3f4: Waiting 16:58:39 22ff95d597cd: Waiting 16:58:39 a7acece74701: Waiting 16:58:39 93c1e223e6f2: Download complete 16:58:39 4583459ba037: Verifying Checksum 16:58:39 21b2b0c7a3f4: Download complete 16:58:39 22ff95d597cd: Download complete 16:58:39 213ec9aee27d: Verifying Checksum 16:58:39 213ec9aee27d: Download complete 16:58:40 12d6caf4c0d1: Download complete 16:58:40 213ec9aee27d: Pull complete 16:58:40 4583459ba037: Pull complete 16:58:40 93c1e223e6f2: Pull complete 16:58:41 a7acece74701: Verifying Checksum 16:58:41 a7acece74701: Download complete 16:58:41 53926ce57604: Download complete 16:58:41 96b7cbca73a9: Verifying Checksum 16:58:41 96b7cbca73a9: Download complete 16:58:45 53926ce57604: Pull complete 16:58:45 21b2b0c7a3f4: Pull complete 16:58:45 22ff95d597cd: Pull complete 16:58:45 12d6caf4c0d1: Pull complete 16:58:47 96b7cbca73a9: Pull complete 16:58:48 a7acece74701: Pull complete 16:58:48 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:58:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:58:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 16:58:48 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:48 + docker inspect -f . ci-base-image-x86_64 16:58:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:48 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 16:58:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:58:51 $ docker top e8cf22f6007faf46c93b7d62c9b4c4524915b64309d50e6a2264b94d06e55c38 -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:52 + go version 16:58:52 go version go1.18.7 linux/amd64 [Pipeline] } 16:58:52 $ docker stop --time=1 e8cf22f6007faf46c93b7d62c9b4c4524915b64309d50e6a2264b94d06e55c38 16:58:53 $ docker rm -f --volumes e8cf22f6007faf46c93b7d62c9b4c4524915b64309d50e6a2264b94d06e55c38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:53 + docker inspect -f . ci-base-image-x86_64 16:58:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:53 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 16:58:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:58:54 $ docker top 5729c710a02b3da5934b0339e4f99be11c3421c41acc5f532c863920d790af79 -eo pid,comm 16:58:54 Still waiting to schedule task 16:58:54 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5820’ is offline [Pipeline] { [Pipeline] sh 16:58:54 + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] fileExists [Pipeline] sh 16:58:55 + make test 16:58:55 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:58:55 go: downloading github.com/go-playground/validator/v10 v10.11.2 16:58:55 go: downloading github.com/google/uuid v1.3.0 16:58:55 go: downloading github.com/stretchr/testify v1.8.1 16:58:55 go: downloading gopkg.in/yaml.v3 v3.0.1 16:58:55 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:58:55 go: downloading github.com/go-kit/log v0.2.1 16:58:55 go: downloading github.com/x448/float16 v0.8.4 16:58:55 go: downloading github.com/go-logfmt/logfmt v0.5.1 16:58:55 go: downloading github.com/pmezard/go-difflib v1.0.0 16:58:55 go: downloading github.com/davecgh/go-spew v1.1.1 16:58:55 go: downloading github.com/stretchr/objx v0.5.0 16:58:55 go: downloading golang.org/x/text v0.6.0 16:58:55 go: downloading golang.org/x/crypto v0.5.0 16:58:55 go: downloading github.com/go-playground/universal-translator v0.18.1 16:58:55 go: downloading github.com/leodido/go-urn v1.2.1 16:58:55 go: downloading github.com/go-playground/locales v0.14.1 16:58:57 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.092s coverage: 83.5% of statements 16:59:03 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 16:59:03 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 16:59:03 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.017s coverage: 29.4% of statements 16:59:03 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 16:59:03 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.034s coverage: 53.4% of statements 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.031s coverage: 90.0% of statements 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.042s coverage: 86.8% of statements 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.010s coverage: 60.5% of statements 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.006s coverage: 36.1% of statements 16:59:03 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.014s coverage: 48.7% of statements 16:59:10 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 16:59:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:59:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:59:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:59:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:59:12 $ docker stop --time=1 5729c710a02b3da5934b0339e4f99be11c3421c41acc5f532c863920d790af79 16:59:14 $ docker rm -f --volumes 5729c710a02b3da5934b0339e4f99be11c3421c41acc5f532c863920d790af79 [Pipeline] // withDockerContainer [Pipeline] sh 16:59:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:59:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 16:59:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:59:15 16:59:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:59:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:59:15 latest: Pulling from edgex-lftools-log-publisher 16:59:15 5eb5b503b376: Pulling fs layer 16:59:15 5c69ac0246d0: Pulling fs layer 16:59:15 ec43610c2a17: Pulling fs layer 16:59:15 3a2ae6a8a46f: Pulling fs layer 16:59:15 33b1e0a273af: Pulling fs layer 16:59:15 5d3b04190fa2: Pulling fs layer 16:59:15 2f39f015ded8: Pulling fs layer 16:59:15 3a2ae6a8a46f: Waiting 16:59:15 33b1e0a273af: Waiting 16:59:15 5d3b04190fa2: Waiting 16:59:15 2f39f015ded8: Waiting 16:59:15 5c69ac0246d0: Verifying Checksum 16:59:15 5c69ac0246d0: Download complete 16:59:15 3a2ae6a8a46f: Download complete 16:59:16 33b1e0a273af: Verifying Checksum 16:59:16 33b1e0a273af: Download complete 16:59:16 5d3b04190fa2: Download complete 16:59:16 ec43610c2a17: Download complete 16:59:16 5eb5b503b376: Verifying Checksum 16:59:16 5eb5b503b376: Download complete 16:59:16 2f39f015ded8: Download complete 16:59:17 5eb5b503b376: Pull complete 16:59:17 5c69ac0246d0: Pull complete 16:59:17 ec43610c2a17: Pull complete 16:59:17 3a2ae6a8a46f: Pull complete 16:59:18 33b1e0a273af: Pull complete 16:59:18 5d3b04190fa2: Pull complete 16:59:22 2f39f015ded8: Pull complete 16:59:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:59:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:59:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:59:22 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 16:59:22 $ 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/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 16:59:24 $ docker top 7f8ca9d147763606fcc8ea1a0ba233cbe29dd4c962fdb29d3f7e598984193f4f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:25 ---> job-cost.sh 16:59:25 lf-activate-venv: SKIPPING 16:59:25 INFO: No Stack... 16:59:26 INFO: Retrieving Pricing Info for: v3-standard-8 16:59:26 INFO: Archiving Costs [Pipeline] sh 16:59:26 + cat /w/workspace/undry_go-mod-core-contracts_main/archives/cost.csv 16:59:26 + cut -d, -f6 [Pipeline] lock 16:59:26 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] 16:59:26 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] did not exist. Created. 16:59:26 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:59:26 + echo total: 0.2199999988079071 [Pipeline] stash 16:59:26 Stashed 1 file(s) [Pipeline] } 16:59:26 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] [Pipeline] // lock [Pipeline] } 16:59:26 $ docker stop --time=1 7f8ca9d147763606fcc8ea1a0ba233cbe29dd4c962fdb29d3f7e598984193f4f 16:59:28 $ docker rm -f --volumes 7f8ca9d147763606fcc8ea1a0ba233cbe29dd4c962fdb29d3f7e598984193f4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:00:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5822 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] ws 17:00:22 Running in /w/workspace/go-mod-core-contracts/102 [Pipeline] { [Pipeline] checkout 17:00:22 Selected Git installation does not exist. Using Default 17:00:22 The recommended git tool is: NONE 17:00:28 using credential edgex-jenkins-ssh 17:00:28 Cloning the remote Git repository 17:00:28 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:00:28 > git init /w/workspace/go-mod-core-contracts/102 # timeout=10 17:00:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:00:28 > git --version # timeout=10 17:00:28 > git --version # 'git version 2.25.1' 17:00:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:00:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:00:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:00:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:00:30 Avoid second fetch 17:00:30 Checking out Revision 5ded5807231de7511c48a44bced53429afef768c (main) 17:00:31 Commit message: "Merge pull request #796 from lenny-intel/fix-topic-constant-name" 17:00:30 > git config core.sparsecheckout # timeout=10 17:00:30 > git checkout -f 5ded5807231de7511c48a44bced53429afef768c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:00:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:00:32 % Total % Received % Xferd Average Speed Time Time Time Current 17:00:32 Dload Upload Total Spent Left Speed 17:00:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 [Pipeline] sh 17:00:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:00:33 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 17:00:33 sudo tee /etc/docker/daemon.new 17:00:33 { 17:00:33 "registry-mirrors": [ 17:00:33 "https://nexus3.edgexfoundry.org:10001" 17:00:33 ], 17:00:33 "bip": "10.250.0.254/24", 17:00:33 "hosts": [ 17:00:33 "tcp://0.0.0.0:5555", 17:00:33 "unix:///var/run/docker.sock" 17:00:33 ], 17:00:33 "mtu": 1458, 17:00:33 "selinux-enabled": true, 17:00:33 "seccomp-profile": "/etc/docker/seccomp.json" 17:00:33 } [Pipeline] sh 17:00:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:00:33 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:00:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:00:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:00:54 ========================================================= 17:00:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:00:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 17:00:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:00:55 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:00:55 9b18e9b68314: Pulling fs layer 17:00:55 35d82f9e3411: Pulling fs layer 17:00:55 e16973657156: Pulling fs layer 17:00:55 fc693d55d65f: Pulling fs layer 17:00:55 7e9fc2657dce: Pulling fs layer 17:00:55 dda99020689f: Pulling fs layer 17:00:55 db1c61fa0a46: Pulling fs layer 17:00:55 891c053d2c06: Pulling fs layer 17:00:55 7e9fc2657dce: Waiting 17:00:55 dda99020689f: Waiting 17:00:55 fc693d55d65f: Waiting 17:00:55 db1c61fa0a46: Waiting 17:00:55 891c053d2c06: Waiting 17:00:55 e16973657156: Verifying Checksum 17:00:55 e16973657156: Download complete 17:00:55 35d82f9e3411: Verifying Checksum 17:00:55 35d82f9e3411: Download complete 17:00:55 7e9fc2657dce: Verifying Checksum 17:00:55 7e9fc2657dce: Download complete 17:00:55 dda99020689f: Verifying Checksum 17:00:55 dda99020689f: Download complete 17:00:55 9b18e9b68314: Verifying Checksum 17:00:55 9b18e9b68314: Download complete 17:00:56 9b18e9b68314: Pull complete 17:00:56 891c053d2c06: Verifying Checksum 17:00:56 891c053d2c06: Download complete 17:00:56 35d82f9e3411: Pull complete 17:00:56 e16973657156: Pull complete 17:00:57 db1c61fa0a46: Verifying Checksum 17:00:57 db1c61fa0a46: Download complete 17:00:58 fc693d55d65f: Verifying Checksum 17:00:58 fc693d55d65f: Download complete 17:01:10 fc693d55d65f: Pull complete 17:01:10 7e9fc2657dce: Pull complete 17:01:10 dda99020689f: Pull complete 17:01:17 db1c61fa0a46: Pull complete 17:01:18 891c053d2c06: Pull complete 17:01:18 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:01:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:01:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 17:01:18 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:20 + docker inspect -f . ci-base-image-arm64 17:01:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:20 prd-ubuntu20.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container 17:01:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/102 -v /w/workspace/go-mod-core-contracts/102:/w/workspace/go-mod-core-contracts/102:rw,z -v /w/workspace/go-mod-core-contracts/102@tmp:/w/workspace/go-mod-core-contracts/102@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 17:01:23 $ docker top d96556977e68a2dcee346acc57a100c78a84a6817fcfc3a34d76f0409aecebbc -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:24 + go version 17:01:24 go version go1.18.7 linux/arm64 [Pipeline] } 17:01:24 $ docker stop --time=1 d96556977e68a2dcee346acc57a100c78a84a6817fcfc3a34d76f0409aecebbc 17:01:26 $ docker rm -f --volumes d96556977e68a2dcee346acc57a100c78a84a6817fcfc3a34d76f0409aecebbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:27 + docker inspect -f . ci-base-image-arm64 17:01:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:27 prd-ubuntu20.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container 17:01:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-core-contracts/102 -v /w/workspace/go-mod-core-contracts/102:/w/workspace/go-mod-core-contracts/102:rw,z -v /w/workspace/go-mod-core-contracts/102@tmp:/w/workspace/go-mod-core-contracts/102@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 17:01:28 $ docker top e14965f6a30f2993abcbd1c5b2f5741ee0b726c7ed178b1cd342b5d98afdbf8e -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:29 + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/102 [Pipeline] fileExists [Pipeline] sh 17:01:29 + make test 17:01:29 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:01:29 go: downloading github.com/google/uuid v1.3.0 17:01:29 go: downloading github.com/go-kit/log v0.2.1 17:01:29 go: downloading github.com/stretchr/testify v1.8.1 17:01:29 go: downloading github.com/go-playground/validator/v10 v10.11.2 17:01:29 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 17:01:29 go: downloading gopkg.in/yaml.v3 v3.0.1 17:01:30 go: downloading github.com/go-logfmt/logfmt v0.5.1 17:01:30 go: downloading github.com/davecgh/go-spew v1.1.1 17:01:30 go: downloading github.com/pmezard/go-difflib v1.0.0 17:01:30 go: downloading github.com/stretchr/objx v0.5.0 17:01:30 go: downloading github.com/x448/float16 v0.8.4 17:01:30 go: downloading github.com/go-playground/universal-translator v0.18.1 17:01:30 go: downloading github.com/leodido/go-urn v1.2.1 17:01:30 go: downloading golang.org/x/crypto v0.5.0 17:01:30 go: downloading golang.org/x/text v0.6.0 17:01:30 go: downloading github.com/go-playground/locales v0.14.1 17:01:34 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.490s coverage: 83.5% of statements 17:02:13 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 17:02:13 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 17:02:13 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.100s coverage: 29.4% of statements 17:02:13 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 17:02:13 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.133s coverage: 53.4% of statements 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.069s coverage: 90.0% of statements 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.216s coverage: 86.8% of statements 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.156s coverage: 60.5% of statements 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.017s coverage: 36.1% of statements 17:02:13 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.040s coverage: 48.7% of statements 17:02:13 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:02:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:02:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:02:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 17:02:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:02:23 $ docker stop --time=1 e14965f6a30f2993abcbd1c5b2f5741ee0b726c7ed178b1cd342b5d98afdbf8e 17:02:25 $ docker rm -f --volumes e14965f6a30f2993abcbd1c5b2f5741ee0b726c7ed178b1cd342b5d98afdbf8e [Pipeline] // withDockerContainer [Pipeline] sh 17:02:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:02:26 Warning: overwriting stash ‘coverage-report’ 17:02:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:02:27 17:02:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:02:28 arm64: Pulling from edgex-lftools-log-publisher 17:02:28 8998bd30e6a1: Pulling fs layer 17:02:28 04944245beec: Pulling fs layer 17:02:28 699f458cf7ca: Pulling fs layer 17:02:28 765212b225bb: Pulling fs layer 17:02:28 f23df028b6ca: Pulling fs layer 17:02:28 d65c8cfc05b1: Pulling fs layer 17:02:28 2437ff75d9bd: Pulling fs layer 17:02:28 765212b225bb: Waiting 17:02:28 f23df028b6ca: Waiting 17:02:28 d65c8cfc05b1: Waiting 17:02:28 2437ff75d9bd: Waiting 17:02:28 04944245beec: Verifying Checksum 17:02:28 04944245beec: Download complete 17:02:28 765212b225bb: Download complete 17:02:28 f23df028b6ca: Download complete 17:02:28 d65c8cfc05b1: Verifying Checksum 17:02:28 d65c8cfc05b1: Download complete 17:02:28 699f458cf7ca: Verifying Checksum 17:02:28 699f458cf7ca: Download complete 17:02:29 8998bd30e6a1: Verifying Checksum 17:02:29 8998bd30e6a1: Download complete 17:02:31 2437ff75d9bd: Verifying Checksum 17:02:31 2437ff75d9bd: Download complete 17:02:33 8998bd30e6a1: Pull complete 17:02:33 04944245beec: Pull complete 17:02:34 699f458cf7ca: Pull complete 17:02:35 765212b225bb: Pull complete 17:02:38 f23df028b6ca: Pull complete 17:02:38 d65c8cfc05b1: Pull complete 17:02:53 2437ff75d9bd: Pull complete 17:02:53 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:02:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:02:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:02:53 prd-ubuntu20.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container 17:02:53 $ 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/go-mod-core-contracts/102 -v /w/workspace/go-mod-core-contracts/102:/w/workspace/go-mod-core-contracts/102:rw,z -v /w/workspace/go-mod-core-contracts/102@tmp:/w/workspace/go-mod-core-contracts/102@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 17:02:55 $ docker top 9add73f42b3402146e747f96f47583ff050ffda628a767aae9b4593ebf29cbe4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:56 ---> job-cost.sh 17:02:56 lf-activate-venv: SKIPPING 17:02:56 INFO: No Stack... 17:02:57 INFO: Retrieving Pricing Info for: v3-standard-4 17:02:57 INFO: Archiving Costs [Pipeline] sh 17:02:58 + cut -d, -f6 17:02:58 + cat /w/workspace/go-mod-core-contracts/102/archives/cost.csv [Pipeline] lock 17:02:58 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] 17:02:58 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] did not exist. Created. 17:02:58 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:02:59 /w/workspace/go-mod-core-contracts/102@tmp/durable-2cad2245/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:02:59 + echo total: 0.10999999940395355 [Pipeline] stash 17:02:59 Warning: overwriting stash ‘stack-cost’ 17:02:59 Stashed 1 file(s) [Pipeline] } 17:02:59 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-102-stack-cost] [Pipeline] // lock [Pipeline] } 17:02:59 $ docker stop --time=1 9add73f42b3402146e747f96f47583ff050ffda628a767aae9b4593ebf29cbe4 17:03:03 $ docker rm -f --volumes 9add73f42b3402146e747f96f47583ff050ffda628a767aae9b4593ebf29cbe4 [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 17:03:04 provisioning config files... 17:03:04 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config14154735968125657270tmp [Pipeline] { [Pipeline] sh 17:03:04 + set +x 17:03:04 + + bash -s -- 17:03:04 curl -s https://codecov.io/bash 17:03:04 17:03:04 _____ _ 17:03:04 / ____| | | 17:03:04 | | ___ __| | ___ ___ _____ __ 17:03:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:03:04 | |___| (_) | (_| | __/ (_| (_) \ V / 17:03:04 \_____\___/ \__,_|\___|\___\___/ \_/ 17:03:04 Bash-1.0.6 17:03:04 17:03:04 17:03:04 ==> git version 2.25.1 found 17:03:04 ==> 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 17:03:04 Release-Date: 2020-01-08 17:03:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:03:04 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:03:04 ==> Jenkins CI detected. 17:03:04 current dir:  /w/workspace/undry_go-mod-core-contracts_main 17:03:04 project root: . 17:03:04 --> token set from env 17:03:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:03:04 ==> Running gcov in . (disable via -X gcov) 17:03:04 ==> Python coveragepy not found 17:03:04 ==> Searching for coverage reports in: 17:03:04 + . 17:03:04 -> Found 1 reports 17:03:04 ==> Detecting git/mercurial file structure 17:03:04 ==> Reading reports 17:03:04 + ./coverage.out bytes=116324 17:03:04 ==> Appending adjustments 17:03:04 https://docs.codecov.io/docs/fixing-reports 17:03:05 + Found adjustments 17:03:05 ==> Gzipping contents 17:03:05 20K /tmp/codecov.ZHtNTC.gz 17:03:05 ==> Uploading reports 17:03:05 url: https://codecov.io 17:03:05 query: branch=main&commit=5ded5807231de7511c48a44bced53429afef768c&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:05 -> Pinging Codecov 17:03:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=ed6cf6b4-2a06-43fb-b229-bfa3e55f90ff&branch=main&commit=5ded5807231de7511c48a44bced53429afef768c&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:05 -> Uploading to 17:03:05 https://storage.googleapis.com/codecov/v4/raw/2023-02-14/71470A77251A30514AAF9C0BB2E5B6CE/5ded5807231de7511c48a44bced53429afef768c/12dcf55f-8e86-48c7-8f9a-c055c97b6c27.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T170305Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0d1c74ee5f88d0c80c3bac48b0616af39000b2d403106049a6935a7d88d85821 17:03:05 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:05 Dload Upload Total Spent Left Speed 17:03:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17601 0 0 100 17601 0 58089 --:--:-- --:--:-- --:--:-- 57898 17:03:05 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/5ded5807231de7511c48a44bced53429afef768c [Pipeline] } 17:03:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:03:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:03:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:06 17:03:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:03:06 df9b9388f04a: Pulling fs layer 17:03:06 52dc419b0ee2: Pulling fs layer 17:03:06 25bc292e5bac: Pulling fs layer 17:03:06 114826534d7a: Pulling fs layer 17:03:06 4657fd5d0bcf: Pulling fs layer 17:03:06 6ad1cebc031e: Pulling fs layer 17:03:06 8a3aa393b2d8: Pulling fs layer 17:03:06 114826534d7a: Waiting 17:03:06 4657fd5d0bcf: Waiting 17:03:06 6ad1cebc031e: Waiting 17:03:06 25bc292e5bac: Verifying Checksum 17:03:06 25bc292e5bac: Download complete 17:03:06 52dc419b0ee2: Verifying Checksum 17:03:06 52dc419b0ee2: Download complete 17:03:06 4657fd5d0bcf: Verifying Checksum 17:03:06 4657fd5d0bcf: Download complete 17:03:06 df9b9388f04a: Verifying Checksum 17:03:06 df9b9388f04a: Download complete 17:03:06 df9b9388f04a: Pull complete 17:03:06 52dc419b0ee2: Pull complete 17:03:07 25bc292e5bac: Pull complete 17:03:07 6ad1cebc031e: Verifying Checksum 17:03:07 6ad1cebc031e: Download complete 17:03:08 114826534d7a: Verifying Checksum 17:03:08 114826534d7a: Download complete 17:03:08 8a3aa393b2d8: Verifying Checksum 17:03:08 8a3aa393b2d8: Download complete 17:03:11 114826534d7a: Pull complete 17:03:11 4657fd5d0bcf: Pull complete 17:03:11 6ad1cebc031e: Pull complete 17:03:14 8a3aa393b2d8: Pull complete 17:03:14 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:03:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:03:14 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 17:03:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:03:17 $ docker top 2d4c61eae7127d11917448922ba3353deaa7737165df68b2210bc03830ddcdc1 -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-core-contracts:main' [Pipeline] sh 17:03:17 + set -o pipefail 17:03:17 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-core-contracts:main' 17:03:21 17:03:21 Monitoring /w/workspace/undry_go-mod-core-contracts_main (github.com/edgexfoundry/go-mod-core-contracts/v3)... 17:03:21 17:03:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a756fbae-3549-44dc-badb-c3fa3a96948c/history/ae1a5bc5-70de-4ae5-a1e6-ec8de87ba1a0 17:03:21 17:03:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:03:21 17:03:21 17:03:21 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:03:21 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:03:21 More details here: https://snyk.co/ue1NS [Pipeline] } 17:03:21 $ docker stop --time=1 2d4c61eae7127d11917448922ba3353deaa7737165df68b2210bc03830ddcdc1 17:03:23 $ docker rm -f --volumes 2d4c61eae7127d11917448922ba3353deaa7737165df68b2210bc03830ddcdc1 [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 17:03:23 + git log --format=format:%s -1 5ded5807231de7511c48a44bced53429afef768c [Pipeline] sh 17:03:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:03:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:03:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:03:24 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 17:03:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:03:24 $ docker top 353f8ab8db75a5734adddcb8a9cee2c115c4ccd7790200a62debc76a5740a910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:03:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:03:24 [ssh-agent] Looking for ssh-agent implementation... 17:03:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:03:24 $ docker exec 353f8ab8db75a5734adddcb8a9cee2c115c4ccd7790200a62debc76a5740a910 ssh-agent 17:03:24 SSH_AUTH_SOCK=/tmp/ssh-IgiGeKPC4SIr/agent.31 17:03:24 SSH_AGENT_PID=37 17:03:24 Running ssh-add (command line suppressed) 17:03:25 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8538167627013523299.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8538167627013523299.key) 17:03:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:03:25 + git semver tag 17:03:25 2023-02-14 17:03:25,579 [run_tag] DEBUG tag force:False 17:03:25 2023-02-14 17:03:25,579 [check_head_tag] DEBUG check head tag 17:03:25 2023-02-14 17:03:25,583 [execute] INFO git cat-file --batch-check 17:03:25 2023-02-14 17:03:25,583 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 17:03:25 2023-02-14 17:03:25,588 [execute] INFO git cat-file --batch 17:03:25 2023-02-14 17:03:25,588 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 17:03:25 2023-02-14 17:03:25,638 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 17:03:25 2023-02-14 17:03:25,638 [execute] INFO git tag -a v3.0.0-dev.14 -m v3.0.0-dev.14 17:03:25 2023-02-14 17:03:25,638 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.14', '-m', 'v3.0.0-dev.14'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) 17:03:25 2023-02-14 17:03:25,642 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 17:03:25 3.0.0-dev.14 [Pipeline] } 17:03:25 $ docker exec --env ******** --env ******** 353f8ab8db75a5734adddcb8a9cee2c115c4ccd7790200a62debc76a5740a910 ssh-agent -k 17:03:26 unset SSH_AUTH_SOCK; 17:03:26 unset SSH_AGENT_PID; 17:03:26 echo Agent pid 37 killed; 17:03:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:03:26 + git semver [Pipeline] } 17:03:26 $ docker stop --time=1 353f8ab8db75a5734adddcb8a9cee2c115c4ccd7790200a62debc76a5740a910 17:03:27 $ docker rm -f --volumes 353f8ab8db75a5734adddcb8a9cee2c115c4ccd7790200a62debc76a5740a910 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:28 17:03:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:28 0.23.1-centos7: Pulling from edgex-lftools 17:03:28 ab5ef0e58194: Pulling fs layer 17:03:28 9712f1f96733: Pulling fs layer 17:03:28 63f879dbbcfc: Pulling fs layer 17:03:28 0d9ebad4ef96: Pulling fs layer 17:03:28 e9a5061849ea: Pulling fs layer 17:03:28 d747dcd14b5f: Pulling fs layer 17:03:28 2de7ff778b66: Pulling fs layer 17:03:28 0d9ebad4ef96: Waiting 17:03:28 e9a5061849ea: Waiting 17:03:28 d747dcd14b5f: Waiting 17:03:28 9712f1f96733: Verifying Checksum 17:03:28 9712f1f96733: Download complete 17:03:29 63f879dbbcfc: Verifying Checksum 17:03:29 63f879dbbcfc: Download complete 17:03:29 e9a5061849ea: Verifying Checksum 17:03:29 e9a5061849ea: Download complete 17:03:29 d747dcd14b5f: Download complete 17:03:29 0d9ebad4ef96: Verifying Checksum 17:03:29 0d9ebad4ef96: Download complete 17:03:29 ab5ef0e58194: Verifying Checksum 17:03:29 ab5ef0e58194: Download complete 17:03:29 2de7ff778b66: Verifying Checksum 17:03:29 2de7ff778b66: Download complete 17:03:33 ab5ef0e58194: Pull complete 17:03:33 9712f1f96733: Pull complete 17:03:33 63f879dbbcfc: Pull complete 17:03:37 0d9ebad4ef96: Pull complete 17:03:37 e9a5061849ea: Pull complete 17:03:37 d747dcd14b5f: Pull complete 17:03:38 2de7ff778b66: Pull complete 17:03:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:03:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:03:38 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 17:03:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:03:42 $ docker top 71f86f443c5681107b09dabbca8024964e4b42e487ecc9138a45e471b568fc1e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:03:42 provisioning config files... 17:03:42 copy managed file [sigul-config] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config8746428269359893821tmp 17:03:42 copy managed file [sigul-password] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config9193790013395123063tmp 17:03:42 copy managed file [sigul-pki] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config15221076105949457815tmp [Pipeline] { [Pipeline] echo 17:03:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:03:43 ---> sigul-configuration.sh 17:03:43 gpg: directory `/root/.gnupg' created 17:03:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:03:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:03:43 gpg: keyring `/root/.gnupg/secring.gpg' created 17:03:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:03:43 gpg: CAST5 encrypted data 17:03:43 gpg: encrypted with 1 passphrase 17:03:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:03:43 + mkdir /home/jenkins 17:03:43 + mkdir /home/jenkins/sigul [Pipeline] sh 17:03:43 + 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 17:03:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:03:43 ---> sigul-install.sh 17:03:43 Sigul already installed; skipping installation. [Pipeline] sh 17:03:44 + git tag --list 17:03:44 v0.0.0 17:03:44 v0.0.1 17:03:44 v0.1.0 17:03:44 v0.1.1 17:03:44 v0.1.10 17:03:44 v0.1.100 17:03:44 v0.1.101 17:03:44 v0.1.102 17:03:44 v0.1.103 17:03:44 v0.1.104 17:03:44 v0.1.105 17:03:44 v0.1.106 17:03:44 v0.1.107 17:03:44 v0.1.108 17:03:44 v0.1.109 17:03:44 v0.1.11 17:03:44 v0.1.110 17:03:44 v0.1.111 17:03:44 v0.1.112 17:03:44 v0.1.113 17:03:44 v0.1.114 17:03:44 v0.1.115 17:03:44 v0.1.116 17:03:44 v0.1.117 17:03:44 v0.1.118 17:03:44 v0.1.119 17:03:44 v0.1.12 17:03:44 v0.1.120 17:03:44 v0.1.121 17:03:44 v0.1.122 17:03:44 v0.1.123 17:03:44 v0.1.124 17:03:44 v0.1.125 17:03:44 v0.1.126 17:03:44 v0.1.127 17:03:44 v0.1.128 17:03:44 v0.1.129 17:03:44 v0.1.13 17:03:44 v0.1.130 17:03:44 v0.1.131 17:03:44 v0.1.132 17:03:44 v0.1.133 17:03:44 v0.1.134 17:03:44 v0.1.135 17:03:44 v0.1.136 17:03:44 v0.1.137 17:03:44 v0.1.138 17:03:44 v0.1.139 17:03:44 v0.1.14 17:03:44 v0.1.140 17:03:44 v0.1.141 17:03:44 v0.1.142 17:03:44 v0.1.143 17:03:44 v0.1.144 17:03:44 v0.1.145 17:03:44 v0.1.146 17:03:44 v0.1.147 17:03:44 v0.1.148 17:03:44 v0.1.149 17:03:44 v0.1.15 17:03:44 v0.1.16 17:03:44 v0.1.17 17:03:44 v0.1.18 17:03:44 v0.1.19 17:03:44 v0.1.2 17:03:44 v0.1.20 17:03:44 v0.1.21 17:03:44 v0.1.22 17:03:44 v0.1.23 17:03:44 v0.1.24 17:03:44 v0.1.25 17:03:44 v0.1.26 17:03:44 v0.1.27 17:03:44 v0.1.28 17:03:44 v0.1.29 17:03:44 v0.1.3 17:03:44 v0.1.30 17:03:44 v0.1.31 17:03:44 v0.1.32 17:03:44 v0.1.33 17:03:44 v0.1.34 17:03:44 v0.1.35 17:03:44 v0.1.36 17:03:44 v0.1.37 17:03:44 v0.1.38 17:03:44 v0.1.39 17:03:44 v0.1.4 17:03:44 v0.1.40 17:03:44 v0.1.41 17:03:44 v0.1.42 17:03:44 v0.1.43 17:03:44 v0.1.44 17:03:44 v0.1.45 17:03:44 v0.1.46 17:03:44 v0.1.47 17:03:44 v0.1.48 17:03:44 v0.1.49 17:03:44 v0.1.5 17:03:44 v0.1.50 17:03:44 v0.1.51 17:03:44 v0.1.52 17:03:44 v0.1.53 17:03:44 v0.1.54 17:03:44 v0.1.55 17:03:44 v0.1.56 17:03:44 v0.1.57 17:03:44 v0.1.58 17:03:44 v0.1.59 17:03:44 v0.1.6 17:03:44 v0.1.60 17:03:44 v0.1.61 17:03:44 v0.1.62 17:03:44 v0.1.63 17:03:44 v0.1.64 17:03:44 v0.1.65 17:03:44 v0.1.66 17:03:44 v0.1.67 17:03:44 v0.1.68 17:03:44 v0.1.69 17:03:44 v0.1.7 17:03:44 v0.1.70 17:03:44 v0.1.71 17:03:44 v0.1.72 17:03:44 v0.1.73 17:03:44 v0.1.74 17:03:44 v0.1.75 17:03:44 v0.1.76 17:03:44 v0.1.77 17:03:44 v0.1.78 17:03:44 v0.1.79 17:03:44 v0.1.8 17:03:44 v0.1.80 17:03:44 v0.1.81 17:03:44 v0.1.82 17:03:44 v0.1.83 17:03:44 v0.1.84 17:03:44 v0.1.85 17:03:44 v0.1.86 17:03:44 v0.1.87 17:03:44 v0.1.88 17:03:44 v0.1.89 17:03:44 v0.1.9 17:03:44 v0.1.90 17:03:44 v0.1.91 17:03:44 v0.1.92 17:03:44 v0.1.93 17:03:44 v0.1.94 17:03:44 v0.1.95 17:03:44 v0.1.96 17:03:44 v0.1.97 17:03:44 v0.1.98 17:03:44 v0.1.99 17:03:44 v2.0.0 17:03:44 v2.1.0 17:03:44 v2.1.1 17:03:44 v2.1.1-dev.2 17:03:44 v2.2.0 17:03:44 v2.2.1-dev.1 17:03:44 v2.2.1-dev.10 17:03:44 v2.2.1-dev.11 17:03:44 v2.2.1-dev.2 17:03:44 v2.2.1-dev.3 17:03:44 v2.2.1-dev.4 17:03:44 v2.2.1-dev.5 17:03:44 v2.2.1-dev.6 17:03:44 v2.2.1-dev.7 17:03:44 v2.2.1-dev.8 17:03:44 v2.2.1-dev.9 17:03:44 v2.3.0 17:03:44 v2.3.0-dev.12 17:03:44 v2.3.0-dev.13 17:03:44 v2.3.0-dev.14 17:03:44 v2.3.0-dev.15 17:03:44 v2.3.0-dev.16 17:03:44 v2.3.0-dev.17 17:03:44 v2.3.0-dev.18 17:03:44 v2.3.0-dev.19 17:03:44 v2.3.0-dev.20 17:03:44 v2.3.1-dev.1 17:03:44 v3.0.0-dev.1 17:03:44 v3.0.0-dev.10 17:03:44 v3.0.0-dev.11 17:03:44 v3.0.0-dev.12 17:03:44 v3.0.0-dev.13 17:03:44 v3.0.0-dev.14 17:03:44 v3.0.0-dev.2 17:03:44 v3.0.0-dev.3 17:03:44 v3.0.0-dev.4 17:03:44 v3.0.0-dev.5 17:03:44 v3.0.0-dev.6 17:03:44 v3.0.0-dev.7 17:03:44 v3.0.0-dev.8 17:03:44 v3.0.0-dev.9 [Pipeline] sh 17:03:44 + lftools sign git-tag v3.0.0-dev.14 17:03:45 Signing Git tag with Sigul... 17:03:45 Signing v3.0.0-dev.14 [Pipeline] echo 17:03:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:03:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:03:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:03:46 $ docker stop --time=1 71f86f443c5681107b09dabbca8024964e4b42e487ecc9138a45e471b568fc1e 17:03:47 $ docker rm -f --volumes 71f86f443c5681107b09dabbca8024964e4b42e487ecc9138a45e471b568fc1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:03:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:03:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:03:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:03:48 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 17:03:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:03:48 $ docker top 5177921d9d6ef9b1ec4c27080cb6600e877ddcbadff3754e3c936b4fe48af547 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:03:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:03:48 [ssh-agent] Looking for ssh-agent implementation... 17:03:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:03:48 $ docker exec 5177921d9d6ef9b1ec4c27080cb6600e877ddcbadff3754e3c936b4fe48af547 ssh-agent 17:03:49 SSH_AUTH_SOCK=/tmp/ssh-2bkridfOZTIM/agent.31 17:03:49 SSH_AGENT_PID=37 17:03:49 Running ssh-add (command line suppressed) 17:03:49 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_17291635471037257544.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_17291635471037257544.key) 17:03:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:03:49 + git semver bump pre 17:03:49 2023-02-14 17:03:49,600 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 17:03:49 2023-02-14 17:03:49,600 [bump_version] DEBUG bumping version:3.0.0-dev.14 on axis:pre with prefix:dev 17:03:49 2023-02-14 17:03:49,600 [bump_version] DEBUG bumped version:3.0.0-dev.15 17:03:49 2023-02-14 17:03:49,600 [write_version] DEBUG write version:3.0.0-dev.15 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:True 17:03:49 2023-02-14 17:03:49,600 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 17:03:49 2023-02-14 17:03:49,600 [write_file] DEBUG write to file:/w/workspace/undry_go-mod-core-contracts_main/.semver/main 17:03:49 2023-02-14 17:03:49,602 [execute] INFO git cat-file --batch-check 17:03:49 2023-02-14 17:03:49,602 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 17:03:49 2023-02-14 17:03:49,609 [execute] INFO git cat-file --batch 17:03:49 2023-02-14 17:03:49,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 17:03:49 2023-02-14 17:03:49,615 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 17:03:49 3.0.0-dev.15 [Pipeline] } 17:03:49 $ docker exec --env ******** --env ******** 5177921d9d6ef9b1ec4c27080cb6600e877ddcbadff3754e3c936b4fe48af547 ssh-agent -k 17:03:49 unset SSH_AUTH_SOCK; 17:03:49 unset SSH_AGENT_PID; 17:03:49 echo Agent pid 37 killed; 17:03:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:03:50 + git semver [Pipeline] } 17:03:50 $ docker stop --time=1 5177921d9d6ef9b1ec4c27080cb6600e877ddcbadff3754e3c936b4fe48af547 17:03:51 $ docker rm -f --volumes 5177921d9d6ef9b1ec4c27080cb6600e877ddcbadff3754e3c936b4fe48af547 [Pipeline] // withDockerContainer [Pipeline] sh 17:03:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:03:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:03:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:03:52 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 17:03:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:03:53 $ docker top 440c5df97f36a093f973dcb619b3f34a40ee243c4272815f9f8aad62f076df7d -eo pid,comm 17:03:53 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). 17:03:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:03:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:03:53 [ssh-agent] Looking for ssh-agent implementation... 17:03:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:03:53 $ docker exec 440c5df97f36a093f973dcb619b3f34a40ee243c4272815f9f8aad62f076df7d ssh-agent 17:03:53 SSH_AUTH_SOCK=/tmp/ssh-hTZYa5SurT9B/agent.32 17:03:53 SSH_AGENT_PID=38 17:03:53 Running ssh-add (command line suppressed) 17:03:53 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_10562405264375501685.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_10562405264375501685.key) 17:03:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:03:53 + git semver push 17:03:54 2023-02-14 17:03:53,993 [run_push] DEBUG push 17:03:54 2023-02-14 17:03:53,994 [execute] INFO git cat-file --batch-check 17:03:54 2023-02-14 17:03:53,995 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 17:03:54 2023-02-14 17:03:53,999 [execute] INFO git rev-list aa29551dd2ffaa49d7aab8f9ddade4ce6fd5080c -- 17:03:54 2023-02-14 17:03:53,999 [execute] DEBUG Popen(['git', 'rev-list', 'aa29551dd2ffaa49d7aab8f9ddade4ce6fd5080c', '--'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 17:03:54 2023-02-14 17:03:54,007 [execute] INFO git fetch -v origin 17:03:54 2023-02-14 17:03:54,007 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=True, shell=None, istream=None) 17:03:54 2023-02-14 17:03:54,553 [run_push] DEBUG no remote changes detected 17:03:54 2023-02-14 17:03:54,554 [execute] INFO git push origin semver 17:03:54 2023-02-14 17:03:54,554 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 17:03:55 2023-02-14 17:03:55,459 [run_push] DEBUG push all version tags 17:03:55 2023-02-14 17:03:55,460 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:03:55 2023-02-14 17:03:55,460 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) 17:03:56 2023-02-14 17:03:56,365 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 17:03:56 3.0.0-dev.15 [Pipeline] } 17:03:56 $ docker exec --env ******** --env ******** 440c5df97f36a093f973dcb619b3f34a40ee243c4272815f9f8aad62f076df7d ssh-agent -k 17:03:56 unset SSH_AUTH_SOCK; 17:03:56 unset SSH_AGENT_PID; 17:03:56 echo Agent pid 38 killed; 17:03:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:03:56 + git semver [Pipeline] } 17:03:57 $ docker stop --time=1 440c5df97f36a093f973dcb619b3f34a40ee243c4272815f9f8aad62f076df7d 17:03:58 $ docker rm -f --volumes 440c5df97f36a093f973dcb619b3f34a40ee243c4272815f9f8aad62f076df7d [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 17:03:59 + [ -d /w/workspace/undry_go-mod-core-contracts_main/archives ] 17:03:59 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 17:03:59 total 16 17:03:59 drwxr-xr-x 3 root root 4096 Feb 14 16:59 . 17:03:59 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 17:03 .. 17:03:59 drwxr-xr-x 2 root root 4096 Feb 14 16:59 cost 17:03:59 -rw-r--r-- 1 root root 93 Feb 14 16:59 cost.csv 17:03:59 + sudo chown -R jenkins:jenkins /w/workspace/undry_go-mod-core-contracts_main/archives 17:03:59 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 17:03:59 total 16 17:03:59 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 16:59 . 17:03:59 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 17:03 .. 17:03:59 drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 16:59 cost 17:03:59 -rw-r--r-- 1 jenkins jenkins 93 Feb 14 16:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:03:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:04:00 ---> package-listing.sh 17:04:00 ++ facter osfamily 17:04:00 ++ tr '[:upper:]' '[:lower:]' 17:04:00 + OS_FAMILY=debian 17:04:00 + workspace=/w/workspace/undry_go-mod-core-contracts_main 17:04:00 + START_PACKAGES=/tmp/packages_start.txt 17:04:00 + END_PACKAGES=/tmp/packages_end.txt 17:04:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:04:00 + PACKAGES=/tmp/packages_start.txt 17:04:00 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 17:04:00 + PACKAGES=/tmp/packages_end.txt 17:04:00 + case "${OS_FAMILY}" in 17:04:00 + dpkg -l 17:04:00 + grep '^ii' 17:04:00 + '[' -f /tmp/packages_start.txt ']' 17:04:00 + '[' -f /tmp/packages_end.txt ']' 17:04:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:04:00 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 17:04:00 + mkdir -p /w/workspace/undry_go-mod-core-contracts_main/archives/ 17:04:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-core-contracts_main/archives/ [Pipeline] echo 17:04:00 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/undry_go-mod-core-contracts_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:04:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:04:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:01 prd-ubuntu20.04-docker-8c-8g-5821 does not seem to be running inside a container 17:04:01 $ 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/undry_go-mod-core-contracts_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:04:01 $ docker top 11aa301743ce0a564a70f652289f193493b54a1edb869bad1f69ed8df28c00ee -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:02 + touch /tmp/pre-build-complete [Pipeline] sh 17:04:02 + mkdir -p /var/log/sysstat [Pipeline] sh 17:04:02 + ls /var/log/sa-host 17:04:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:04:02 provisioning config files... 17:04:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config9895147349446105523tmp [Pipeline] { [Pipeline] echo 17:04:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:04:03 ---> create-netrc.sh [Pipeline] } 17:04:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:04:03 ---> python-tools-install.sh [Pipeline] echo 17:04:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:04:03 ---> sudo-logs.sh 17:04:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:04:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:04:03 ---> job-cost.sh 17:04:03 lf-activate-venv: SKIPPING 17:04:03 DEBUG: total: 0.2199999988079071 17:04:03 INFO: Retrieving Stack Cost... 17:04:04 INFO: Retrieving Pricing Info for: v3-standard-8 17:04:04 INFO: Archiving Costs [Pipeline] echo 17:04:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:04:04 ---> logs-deploy.sh 17:04:04 lf-activate-venv: SKIPPING 17:04:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/main/102 17:04:04 INFO: archiving workspace using pattern(s): 17:04:05 Archives upload complete. 17:04:05 INFO: archiving logs to Nexus