Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 44f9b0197497667663e129e667baab74eb35f187 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-ssh8277315920012835786.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh18219943910831822503.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh3214599144088660495.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh4308934481474760771.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-ssh12201259414823637502.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-10914 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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 44f9b0197497667663e129e667baab74eb35f187 (main) Commit message: "Merge pull request #832 from weichou1229/url-path-encode" > 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 44f9b0197497667663e129e667baab74eb35f187 # timeout=10 > git rev-list --no-walk 5a4538028caa6b36696669ef1b3109add9351655 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:47:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:47:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:47:06 ========================================================= 02:47:06 EdgeX Global Pipelines Version Info 02:47:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:47:07 ------------------- 02:47:07 stable info: 02:47:07 ------------------- 02:47:07 Commited By: Bill Mahoney bill.mahoney@intel.com 02:47:07 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 02:47:07 Message: update stable to v1.0.248 02:47:08 ------------------- 02:47:08 experimental info: 02:47:08 ------------------- 02:47:08 Commited By: **** collab-it+edgex@linuxfoundation.org 02:47:08 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 02:47:08 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 44f9b0197497667663e129e667baab74eb35f187 [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 44f9b01 [Pipeline] echo 02:47:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:47:09 + git rev-list -1 --merges 44f9b0197497667663e129e667baab74eb35f187~1..44f9b0197497667663e129e667baab74eb35f187 [Pipeline] echo 02:47:09 -----------> git rev-list -1 --merges 44f9b0197497667663e129e667baab74eb35f187~1..44f9b0197497667663e129e667baab74eb35f187 44f9b0197497667663e129e667baab74eb35f187 02:47:09 44f9b0197497667663e129e667baab74eb35f187 [false] [Pipeline] sh 02:47:09 + git log --format=format:%s -1 44f9b0197497667663e129e667baab74eb35f187 [Pipeline] echo 02:47:09 ========================================================= 02:47:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:47:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:09 + git log --format=format:%s -1 44f9b0197497667663e129e667baab74eb35f187 [Pipeline] echo 02:47:09 [semverPrep] GIT_COMMIT: 44f9b0197497667663e129e667baab74eb35f187, Commit Message: Merge pull request #832 from weichou1229/url-path-encode [Pipeline] echo 02:47:09 [semverPrep] This is not a build commit. [Pipeline] sh 02:47:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:47:10 + grep -v github /etc/ssh/ssh_known_hosts 02:47:10 + [ -e /tmp/ssh_known_hosts ] 02:47:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:47:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:47:10 + sudo tee -a /etc/ssh/ssh_known_hosts 02:47:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:47:10 02:47:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:47:11 0.1.4: Pulling from edgex-devops/py-git-semver 02:47:11 b85a868b505f: Pulling fs layer 02:47:11 e2be974225ed: Pulling fs layer 02:47:11 339a4e72a1f5: Pulling fs layer 02:47:11 988bab9f4d93: Pulling fs layer 02:47:11 1469e6f7b9e6: Pulling fs layer 02:47:11 eaf3925da568: Pulling fs layer 02:47:11 bab4dde63d76: Pulling fs layer 02:47:11 bde34c3a00c8: Pulling fs layer 02:47:11 b352a97aabf1: Pulling fs layer 02:47:11 4872d77fe225: Pulling fs layer 02:47:11 5851b861e8e6: Pulling fs layer 02:47:11 eaf3925da568: Waiting 02:47:11 988bab9f4d93: Waiting 02:47:11 bab4dde63d76: Waiting 02:47:11 bde34c3a00c8: Waiting 02:47:11 1469e6f7b9e6: Waiting 02:47:11 b352a97aabf1: Waiting 02:47:11 4872d77fe225: Waiting 02:47:11 5851b861e8e6: Waiting 02:47:11 e2be974225ed: Download complete 02:47:11 988bab9f4d93: Verifying Checksum 02:47:11 988bab9f4d93: Download complete 02:47:11 1469e6f7b9e6: Verifying Checksum 02:47:11 1469e6f7b9e6: Download complete 02:47:11 eaf3925da568: Verifying Checksum 02:47:11 eaf3925da568: Download complete 02:47:11 339a4e72a1f5: Verifying Checksum 02:47:11 339a4e72a1f5: Download complete 02:47:11 bde34c3a00c8: Verifying Checksum 02:47:11 bde34c3a00c8: Download complete 02:47:11 b352a97aabf1: Verifying Checksum 02:47:11 b352a97aabf1: Download complete 02:47:11 4872d77fe225: Verifying Checksum 02:47:11 4872d77fe225: Download complete 02:47:11 5851b861e8e6: Verifying Checksum 02:47:11 5851b861e8e6: Download complete 02:47:11 b85a868b505f: Verifying Checksum 02:47:11 b85a868b505f: Download complete 02:47:11 bab4dde63d76: Verifying Checksum 02:47:11 bab4dde63d76: Download complete 02:47:12 b85a868b505f: Pull complete 02:47:12 e2be974225ed: Pull complete 02:47:13 339a4e72a1f5: Pull complete 02:47:13 988bab9f4d93: Pull complete 02:47:13 1469e6f7b9e6: Pull complete 02:47:13 eaf3925da568: Pull complete 02:47:15 bab4dde63d76: Pull complete 02:47:15 bde34c3a00c8: Pull complete 02:47:15 b352a97aabf1: Pull complete 02:47:15 4872d77fe225: Pull complete 02:47:15 5851b861e8e6: Pull complete 02:47:15 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:47:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:47:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:47:15 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:47:15 $ 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 02:47:17 $ docker top 16c09b7deb8adf2690d327c9fc65cfa47dd165899eee064598be2f1dda856452 -eo pid,comm 02:47:17 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). 02:47:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:47:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:47:17 [ssh-agent] Looking for ssh-agent implementation... 02:47:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:47:17 $ docker exec 16c09b7deb8adf2690d327c9fc65cfa47dd165899eee064598be2f1dda856452 ssh-agent 02:47:17 SSH_AUTH_SOCK=/tmp/ssh-QhNdwbfvSTC5/agent.32 02:47:17 SSH_AGENT_PID=38 02:47:17 Running ssh-add (command line suppressed) 02:47:17 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_6086127704996682851.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_6086127704996682851.key) 02:47:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:47:17 + git tag --points-at HEAD [Pipeline] } 02:47:17 $ docker exec --env ******** --env ******** 16c09b7deb8adf2690d327c9fc65cfa47dd165899eee064598be2f1dda856452 ssh-agent -k 02:47:18 unset SSH_AUTH_SOCK; 02:47:18 unset SSH_AGENT_PID; 02:47:18 echo Agent pid 38 killed; 02:47:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:47:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:47:18 [ssh-agent] Looking for ssh-agent implementation... 02:47:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:47:18 $ docker exec 16c09b7deb8adf2690d327c9fc65cfa47dd165899eee064598be2f1dda856452 ssh-agent 02:47:18 SSH_AUTH_SOCK=/tmp/ssh-Yam9cnxEKSqW/agent.70 02:47:18 SSH_AGENT_PID=76 02:47:18 Running ssh-add (command line suppressed) 02:47:18 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_6182216514813974522.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_6182216514813974522.key) 02:47:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:47:18 + git semver init 02:47:18 2023-04-26 02:47:18,840 [run_init] DEBUG init version:0.0.0 force:False 02:47:18 2023-04-26 02:47:18,841 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_go-mod-core-contracts_main/.semver 02:47:18 2023-04-26 02:47:18,841 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/undry_go-mod-core-contracts_main/.semver 02:47:18 2023-04-26 02:47:18,842 [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) 02:47:19 2023-04-26 02:47:19,568 [append_file] DEBUG append to file:/w/workspace/undry_go-mod-core-contracts_main/.git/info/exclude 02:47:19 2023-04-26 02:47:19,569 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:False 02:47:19 2023-04-26 02:47:19,569 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:47:19 2023-04-26 02:47:19,569 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:47:19 3.0.0-dev.38 [Pipeline] } 02:47:19 $ docker exec --env ******** --env ******** 16c09b7deb8adf2690d327c9fc65cfa47dd165899eee064598be2f1dda856452 ssh-agent -k 02:47:19 unset SSH_AUTH_SOCK; 02:47:19 unset SSH_AGENT_PID; 02:47:19 echo Agent pid 76 killed; 02:47:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:47:20 + git semver [Pipeline] } 02:47:20 $ docker stop --time=1 16c09b7deb8adf2690d327c9fc65cfa47dd165899eee064598be2f1dda856452 02:47:21 $ docker rm -f --volumes 16c09b7deb8adf2690d327c9fc65cfa47dd165899eee064598be2f1dda856452 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:47:22 Stashed 1 file(s) [Pipeline] echo 02:47:22 [edgeXSemver]: initialized semver on version 3.0.0-dev.38 [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 02:47:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:47:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:47:22 ========================================================= 02:47:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 02:47:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 02:47:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:47:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 02:47:22 f56be85fc22e: Pulling fs layer 02:47:22 85791d961cd3: Pulling fs layer 02:47:22 d694b5ae8c79: Pulling fs layer 02:47:22 9f32a84ed3da: Pulling fs layer 02:47:22 4d19c01a9841: Pulling fs layer 02:47:22 9325e15d5711: Pulling fs layer 02:47:22 556b6ee489ea: Pulling fs layer 02:47:22 c5a4b2cf53e6: Pulling fs layer 02:47:22 4d19c01a9841: Waiting 02:47:22 9325e15d5711: Waiting 02:47:22 556b6ee489ea: Waiting 02:47:22 c5a4b2cf53e6: Waiting 02:47:22 9f32a84ed3da: Waiting 02:47:22 85791d961cd3: Download complete 02:47:22 9f32a84ed3da: Verifying Checksum 02:47:22 9f32a84ed3da: Download complete 02:47:22 4d19c01a9841: Download complete 02:47:22 9325e15d5711: Verifying Checksum 02:47:22 9325e15d5711: Download complete 02:47:22 f56be85fc22e: Verifying Checksum 02:47:22 f56be85fc22e: Download complete 02:47:23 f56be85fc22e: Pull complete 02:47:23 85791d961cd3: Pull complete 02:47:23 c5a4b2cf53e6: Download complete 02:47:23 d694b5ae8c79: Verifying Checksum 02:47:23 d694b5ae8c79: Download complete 02:47:23 556b6ee489ea: Verifying Checksum 02:47:23 556b6ee489ea: Download complete 02:47:26 d694b5ae8c79: Pull complete 02:47:26 9f32a84ed3da: Pull complete 02:47:26 4d19c01a9841: Pull complete 02:47:26 9325e15d5711: Pull complete 02:47:29 556b6ee489ea: Pull complete 02:47:29 c5a4b2cf53e6: Pull complete 02:47:29 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 02:47:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:47:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 02:47:30 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:30 + docker inspect -f . ci-base-image-x86_64 02:47:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:47:30 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:47:30 $ 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 02:47:32 $ docker top b0984bcc1f33c9ded47d54dd35f20cf5a6f33733f62441e3ffc8516121e957fc -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:32 + go version 02:47:32 go version go1.20.2 linux/amd64 [Pipeline] } 02:47:32 $ docker stop --time=1 b0984bcc1f33c9ded47d54dd35f20cf5a6f33733f62441e3ffc8516121e957fc 02:47:34 $ docker rm -f --volumes b0984bcc1f33c9ded47d54dd35f20cf5a6f33733f62441e3ffc8516121e957fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:34 + docker inspect -f . ci-base-image-x86_64 02:47:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:47:34 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:47:34 $ 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 02:47:35 $ docker top 89583f2df680c382f32feeba9d3ff9bb445a3cc35d3d0ade750966ea02a3a4ec -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:35 + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] fileExists [Pipeline] sh 02:47:35 + make test 02:47:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:47:35 go: downloading github.com/go-playground/validator/v10 v10.12.0 02:47:35 go: downloading github.com/google/uuid v1.3.0 02:47:35 go: downloading github.com/stretchr/testify v1.8.2 02:47:35 go: downloading gopkg.in/yaml.v3 v3.0.1 02:47:35 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 02:47:35 go: downloading github.com/go-kit/log v0.2.1 02:47:35 go: downloading github.com/go-logfmt/logfmt v0.5.1 02:47:35 go: downloading github.com/x448/float16 v0.8.4 02:47:35 go: downloading github.com/go-playground/universal-translator v0.18.1 02:47:35 go: downloading github.com/leodido/go-urn v1.2.2 02:47:35 go: downloading golang.org/x/crypto v0.7.0 02:47:35 go: downloading golang.org/x/text v0.8.0 02:47:35 go: downloading github.com/go-playground/locales v0.14.1 02:47:35 go: downloading github.com/pmezard/go-difflib v1.0.0 02:47:35 go: downloading github.com/stretchr/objx v0.5.0 02:47:35 go: downloading github.com/davecgh/go-spew v1.1.1 02:47:37 Still waiting to schedule task 02:47:37 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:47:41 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 02:47:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 02:47:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 02:47:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 02:47:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.079s coverage: 83.5% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.018s coverage: 29.4% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/common 0.016s coverage: 18.3% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.040s coverage: 53.8% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.013s coverage: 90.0% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.037s coverage: 86.7% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.015s coverage: 60.5% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.006s coverage: 36.1% of statements 02:47:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.015s coverage: 48.7% of statements 02:47:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:47:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:47:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 02:47:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:47:58 $ docker stop --time=1 89583f2df680c382f32feeba9d3ff9bb445a3cc35d3d0ade750966ea02a3a4ec 02:48:00 $ docker rm -f --volumes 89583f2df680c382f32feeba9d3ff9bb445a3cc35d3d0ade750966ea02a3a4ec [Pipeline] // withDockerContainer [Pipeline] sh 02:48:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:01 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 02:48:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:48:01 02:48:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:48:01 latest: Pulling from edgex-lftools-log-publisher 02:48:01 5eb5b503b376: Pulling fs layer 02:48:01 5c69ac0246d0: Pulling fs layer 02:48:01 ec43610c2a17: Pulling fs layer 02:48:01 3a2ae6a8a46f: Pulling fs layer 02:48:01 33b1e0a273af: Pulling fs layer 02:48:01 5d3b04190fa2: Pulling fs layer 02:48:01 2f39f015ded8: Pulling fs layer 02:48:01 33b1e0a273af: Waiting 02:48:01 3a2ae6a8a46f: Waiting 02:48:01 2f39f015ded8: Waiting 02:48:01 5d3b04190fa2: Waiting 02:48:01 5c69ac0246d0: Verifying Checksum 02:48:01 5c69ac0246d0: Download complete 02:48:01 3a2ae6a8a46f: Verifying Checksum 02:48:01 3a2ae6a8a46f: Download complete 02:48:01 33b1e0a273af: Verifying Checksum 02:48:01 33b1e0a273af: Download complete 02:48:01 5d3b04190fa2: Verifying Checksum 02:48:01 5d3b04190fa2: Download complete 02:48:02 ec43610c2a17: Verifying Checksum 02:48:02 ec43610c2a17: Download complete 02:48:02 5eb5b503b376: Verifying Checksum 02:48:02 5eb5b503b376: Download complete 02:48:02 2f39f015ded8: Download complete 02:48:03 5eb5b503b376: Pull complete 02:48:03 5c69ac0246d0: Pull complete 02:48:03 ec43610c2a17: Pull complete 02:48:03 3a2ae6a8a46f: Pull complete 02:48:04 33b1e0a273af: Pull complete 02:48:04 5d3b04190fa2: Pull complete 02:48:08 2f39f015ded8: Pull complete 02:48:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:48:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:48:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:48:08 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:48:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 02:48:09 $ docker top c19fd5c401fdf2e6f03193b9e71c14f79c4f01508dce312451371d189b747764 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:10 ---> job-cost.sh 02:48:10 lf-activate-venv: SKIPPING 02:48:10 INFO: No Stack... 02:48:10 INFO: Retrieving Pricing Info for: v3-standard-8 02:48:11 INFO: Archiving Costs [Pipeline] sh 02:48:11 + cat /w/workspace/undry_go-mod-core-contracts_main/archives/cost.csv 02:48:11 + cut -d, -f6 [Pipeline] lock 02:48:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] 02:48:11 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] did not exist. Created. 02:48:11 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:11 + echo total: 0.2199999988079071 [Pipeline] stash 02:48:11 Stashed 1 file(s) [Pipeline] } 02:48:11 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] [Pipeline] // lock [Pipeline] } 02:48:11 $ docker stop --time=1 c19fd5c401fdf2e6f03193b9e71c14f79c4f01508dce312451371d189b747764 02:48:12 $ docker rm -f --volumes c19fd5c401fdf2e6f03193b9e71c14f79c4f01508dce312451371d189b747764 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10917 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] ws 02:49:08 Running in /w/workspace/go-mod-core-contracts/128 [Pipeline] { [Pipeline] checkout 02:49:08 The recommended git tool is: git 02:49:14 using credential edgex-jenkins-ssh 02:49:14 Cloning the remote Git repository 02:49:14 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:49:14 > git init /w/workspace/go-mod-core-contracts/128 # timeout=10 02:49:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:49:15 > git --version # timeout=10 02:49:15 > git --version # 'git version 2.25.1' 02:49:15 using GIT_SSH to set credentials SSH Credentials for GitHub 02:49:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:49:17 Avoid second fetch 02:49:17 Checking out Revision 44f9b0197497667663e129e667baab74eb35f187 (main) 02:49:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:49:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:49:17 > git config core.sparsecheckout # timeout=10 02:49:17 > git checkout -f 44f9b0197497667663e129e667baab74eb35f187 # timeout=10 02:49:18 Commit message: "Merge pull request #832 from weichou1229/url-path-encode" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:49:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:49:18 Dload Upload Total Spent Left Speed 02:49:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 74567 0 --:--:-- --:--:-- --:--:-- 74567 [Pipeline] sh 02:49:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:49:19 + sudo tee /etc/docker/daemon.new 02:49:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:49:19 { 02:49:19 "registry-mirrors": [ 02:49:19 "https://nexus3.edgexfoundry.org:10001" 02:49:19 ], 02:49:19 "bip": "10.250.0.254/24", 02:49:19 "hosts": [ 02:49:19 "tcp://0.0.0.0:5555", 02:49:19 "unix:///var/run/docker.sock" 02:49:19 ], 02:49:19 "mtu": 1458, 02:49:19 "selinux-enabled": true, 02:49:19 "seccomp-profile": "/etc/docker/seccomp.json" 02:49:19 } [Pipeline] sh 02:49:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:49:20 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 02:49:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:49:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:49:39 ========================================================= 02:49:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 02:49:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 02:49:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:49:40 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:49:40 c41833b44d91: Pulling fs layer 02:49:40 ed15518f5707: Pulling fs layer 02:49:40 feae8fd75edb: Pulling fs layer 02:49:40 242c74f7c9fa: Pulling fs layer 02:49:40 3cdef696dda3: Pulling fs layer 02:49:40 2ced38df9373: Pulling fs layer 02:49:40 58f1dce35555: Pulling fs layer 02:49:40 3cdef696dda3: Waiting 02:49:40 242c74f7c9fa: Waiting 02:49:40 2ced38df9373: Waiting 02:49:40 58f1dce35555: Waiting 02:49:40 ed15518f5707: Download complete 02:49:40 242c74f7c9fa: Verifying Checksum 02:49:40 242c74f7c9fa: Download complete 02:49:40 3cdef696dda3: Verifying Checksum 02:49:40 3cdef696dda3: Download complete 02:49:40 c41833b44d91: Verifying Checksum 02:49:40 c41833b44d91: Download complete 02:49:41 c41833b44d91: Pull complete 02:49:41 58f1dce35555: Verifying Checksum 02:49:41 58f1dce35555: Download complete 02:49:41 ed15518f5707: Pull complete 02:49:42 2ced38df9373: Verifying Checksum 02:49:42 2ced38df9373: Download complete 02:49:42 feae8fd75edb: Verifying Checksum 02:49:42 feae8fd75edb: Download complete 02:49:55 feae8fd75edb: Pull complete 02:49:55 242c74f7c9fa: Pull complete 02:49:55 3cdef696dda3: Pull complete 02:50:01 2ced38df9373: Pull complete 02:50:03 58f1dce35555: Pull complete 02:50:04 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 02:50:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:50:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 02:50:04 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:04 + docker inspect -f . ci-base-image-arm64 02:50:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:50:05 prd-ubuntu20.04-docker-arm64-4c-16g-10917 does not seem to be running inside a container 02:50:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/128 -v /w/workspace/go-mod-core-contracts/128:/w/workspace/go-mod-core-contracts/128:rw,z -v /w/workspace/go-mod-core-contracts/128@tmp:/w/workspace/go-mod-core-contracts/128@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 02:50:08 $ docker top ae748856e8660a9769baa9fa551aafa65c58d7ad691ce14615dfd879b195ed72 -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:09 + go version 02:50:09 go version go1.20.2 linux/arm64 [Pipeline] } 02:50:09 $ docker stop --time=1 ae748856e8660a9769baa9fa551aafa65c58d7ad691ce14615dfd879b195ed72 02:50:10 $ docker rm -f --volumes ae748856e8660a9769baa9fa551aafa65c58d7ad691ce14615dfd879b195ed72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:11 + docker inspect -f . ci-base-image-arm64 02:50:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:50:11 prd-ubuntu20.04-docker-arm64-4c-16g-10917 does not seem to be running inside a container 02:50:11 $ 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/128 -v /w/workspace/go-mod-core-contracts/128:/w/workspace/go-mod-core-contracts/128:rw,z -v /w/workspace/go-mod-core-contracts/128@tmp:/w/workspace/go-mod-core-contracts/128@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 02:50:12 $ docker top 8ceb2346dbbe58c345c9ae9cba06aed6b1ef2c1ec763b3f64887d036fc41715e -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:13 + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/128 [Pipeline] fileExists [Pipeline] sh 02:50:14 + make test 02:50:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:50:14 go: downloading github.com/stretchr/testify v1.8.2 02:50:14 go: downloading github.com/google/uuid v1.3.0 02:50:14 go: downloading github.com/go-kit/log v0.2.1 02:50:14 go: downloading github.com/go-playground/validator/v10 v10.12.0 02:50:15 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 02:50:15 go: downloading gopkg.in/yaml.v3 v3.0.1 02:50:15 go: downloading github.com/go-logfmt/logfmt v0.5.1 02:50:15 go: downloading github.com/davecgh/go-spew v1.1.1 02:50:15 go: downloading github.com/pmezard/go-difflib v1.0.0 02:50:15 go: downloading github.com/stretchr/objx v0.5.0 02:50:15 go: downloading github.com/x448/float16 v0.8.4 02:50:15 go: downloading github.com/go-playground/universal-translator v0.18.1 02:50:15 go: downloading github.com/leodido/go-urn v1.2.2 02:50:15 go: downloading golang.org/x/crypto v0.7.0 02:50:15 go: downloading golang.org/x/text v0.8.0 02:50:15 go: downloading github.com/go-playground/locales v0.14.1 02:50:48 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 02:51:44 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 02:51:44 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 02:51:44 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 02:51:44 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.497s coverage: 83.5% of statements 02:51:44 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 02:51:44 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.058s coverage: 29.4% of statements 02:51:44 ok github.com/edgexfoundry/go-mod-core-contracts/v3/common 0.060s coverage: 18.3% of statements 02:51:44 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.162s coverage: 53.8% of statements 02:51:44 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.082s coverage: 90.0% of statements 02:51:45 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.405s coverage: 86.7% of statements 02:51:45 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.083s coverage: 60.5% of statements 02:51:45 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.021s coverage: 36.1% of statements 02:51:46 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.051s coverage: 48.7% of statements 02:51:47 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:51:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:52:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:52:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 02:52:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:52:02 $ docker stop --time=1 8ceb2346dbbe58c345c9ae9cba06aed6b1ef2c1ec763b3f64887d036fc41715e 02:52:04 $ docker rm -f --volumes 8ceb2346dbbe58c345c9ae9cba06aed6b1ef2c1ec763b3f64887d036fc41715e [Pipeline] // withDockerContainer [Pipeline] sh 02:52:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:52:06 Warning: overwriting stash ‘coverage-report’ 02:52:07 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 02:52:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:52:07 02:52:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:52:07 arm64: Pulling from edgex-lftools-log-publisher 02:52:07 8998bd30e6a1: Pulling fs layer 02:52:07 04944245beec: Pulling fs layer 02:52:07 699f458cf7ca: Pulling fs layer 02:52:07 765212b225bb: Pulling fs layer 02:52:07 f23df028b6ca: Pulling fs layer 02:52:07 d65c8cfc05b1: Pulling fs layer 02:52:07 2437ff75d9bd: Pulling fs layer 02:52:07 765212b225bb: Waiting 02:52:07 f23df028b6ca: Waiting 02:52:07 d65c8cfc05b1: Waiting 02:52:07 2437ff75d9bd: Waiting 02:52:08 04944245beec: Verifying Checksum 02:52:08 04944245beec: Download complete 02:52:08 765212b225bb: Verifying Checksum 02:52:08 765212b225bb: Download complete 02:52:08 f23df028b6ca: Verifying Checksum 02:52:08 f23df028b6ca: Download complete 02:52:08 d65c8cfc05b1: Verifying Checksum 02:52:08 d65c8cfc05b1: Download complete 02:52:08 699f458cf7ca: Verifying Checksum 02:52:08 699f458cf7ca: Download complete 02:52:08 8998bd30e6a1: Download complete 02:52:10 2437ff75d9bd: Verifying Checksum 02:52:10 2437ff75d9bd: Download complete 02:52:12 8998bd30e6a1: Pull complete 02:52:12 04944245beec: Pull complete 02:52:14 699f458cf7ca: Pull complete 02:52:14 765212b225bb: Pull complete 02:52:14 f23df028b6ca: Pull complete 02:52:15 d65c8cfc05b1: Pull complete 02:52:30 2437ff75d9bd: Pull complete 02:52:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:52:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:52:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:30 prd-ubuntu20.04-docker-arm64-4c-16g-10917 does not seem to be running inside a container 02:52:30 $ 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/128 -v /w/workspace/go-mod-core-contracts/128:/w/workspace/go-mod-core-contracts/128:rw,z -v /w/workspace/go-mod-core-contracts/128@tmp:/w/workspace/go-mod-core-contracts/128@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 02:52:33 $ docker top 2219c5dba423edc7159ca2da59219b557077533264fc9b3cc248b8e5f9610b5d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:52:33 ---> job-cost.sh 02:52:33 lf-activate-venv: SKIPPING 02:52:33 INFO: No Stack... 02:52:34 INFO: Retrieving Pricing Info for: v3-standard-4 02:52:35 INFO: Archiving Costs [Pipeline] sh 02:52:35 + cut -d, -f6 02:52:35 + cat /w/workspace/go-mod-core-contracts/128/archives/cost.csv [Pipeline] lock 02:52:35 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] 02:52:35 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] did not exist. Created. 02:52:35 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:52:36 /w/workspace/go-mod-core-contracts/128@tmp/durable-27848ac8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:52:37 + echo total: 0.10999999940395355 [Pipeline] stash 02:52:37 Warning: overwriting stash ‘stack-cost’ 02:52:37 Stashed 1 file(s) [Pipeline] } 02:52:37 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-128-stack-cost] [Pipeline] // lock [Pipeline] } 02:52:37 $ docker stop --time=1 2219c5dba423edc7159ca2da59219b557077533264fc9b3cc248b8e5f9610b5d 02:52:38 $ docker rm -f --volumes 2219c5dba423edc7159ca2da59219b557077533264fc9b3cc248b8e5f9610b5d [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 02:52:39 provisioning config files... 02:52:39 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config11128000705115252730tmp [Pipeline] { [Pipeline] sh 02:52:39 + set +x 02:52:39 + curl -s https://codecov.io/bash 02:52:39 + bash -s -- 02:52:39 02:52:39 _____ _ 02:52:39 / ____| | | 02:52:39 | | ___ __| | ___ ___ _____ __ 02:52:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:52:39 | |___| (_) | (_| | __/ (_| (_) \ V / 02:52:39 \_____\___/ \__,_|\___|\___\___/ \_/ 02:52:39 Bash-1.0.6 02:52:39 02:52:39 02:52:39 ==> git version 2.25.1 found 02:52:39 ==> 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 02:52:39 Release-Date: 2020-01-08 02:52:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:52:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:52:39 ==> Jenkins CI detected. 02:52:39 current dir:  /w/workspace/undry_go-mod-core-contracts_main 02:52:39 project root: . 02:52:39 --> token set from env 02:52:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:52:39 ==> Running gcov in . (disable via -X gcov) 02:52:39 ==> Python coveragepy not found 02:52:39 ==> Searching for coverage reports in: 02:52:39 + . 02:52:39 -> Found 1 reports 02:52:39 ==> Detecting git/mercurial file structure 02:52:39 ==> Reading reports 02:52:39 + ./coverage.out bytes=120256 02:52:39 ==> Appending adjustments 02:52:39 https://docs.codecov.io/docs/fixing-reports 02:52:40 + Found adjustments 02:52:40 ==> Gzipping contents 02:52:40 20K /tmp/codecov.9nCygN.gz 02:52:40 ==> Uploading reports 02:52:40 url: https://codecov.io 02:52:40 query: branch=main&commit=44f9b0197497667663e129e667baab74eb35f187&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 02:52:40 -> Pinging Codecov 02:52:40 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=44f9b0197497667663e129e667baab74eb35f187&build=128&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F128%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 02:52:40 -> Uploading to 02:52:40 https://storage.googleapis.com/codecov/v4/raw/2023-04-26/71470A77251A30514AAF9C0BB2E5B6CE/44f9b0197497667663e129e667baab74eb35f187/bd63db77-d062-4e20-b3c3-f2f2a31d4180.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T025240Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7cdca7a3854da1ed2163bb4406c305063c77f126beba12219f261d59b2d2b840 02:52:40 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:40 Dload Upload Total Spent Left Speed 02:52:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17925 0 0 100 17925 0 76276 --:--:-- --:--:-- --:--:-- 76276 02:52:41 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/44f9b0197497667663e129e667baab74eb35f187 [Pipeline] } 02:52:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:52:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:52:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:52:41 02:52:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:52:41 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:52:41 df9b9388f04a: Pulling fs layer 02:52:41 52dc419b0ee2: Pulling fs layer 02:52:41 25bc292e5bac: Pulling fs layer 02:52:41 114826534d7a: Pulling fs layer 02:52:41 4657fd5d0bcf: Pulling fs layer 02:52:41 6ad1cebc031e: Pulling fs layer 02:52:41 8a3aa393b2d8: Pulling fs layer 02:52:41 6ad1cebc031e: Waiting 02:52:41 8a3aa393b2d8: Waiting 02:52:41 114826534d7a: Waiting 02:52:41 4657fd5d0bcf: Waiting 02:52:41 25bc292e5bac: Verifying Checksum 02:52:41 25bc292e5bac: Download complete 02:52:41 52dc419b0ee2: Download complete 02:52:41 4657fd5d0bcf: Download complete 02:52:41 df9b9388f04a: Verifying Checksum 02:52:41 df9b9388f04a: Download complete 02:52:42 6ad1cebc031e: Verifying Checksum 02:52:42 6ad1cebc031e: Download complete 02:52:42 df9b9388f04a: Pull complete 02:52:42 52dc419b0ee2: Pull complete 02:52:42 25bc292e5bac: Pull complete 02:52:42 114826534d7a: Verifying Checksum 02:52:42 114826534d7a: Download complete 02:52:42 8a3aa393b2d8: Verifying Checksum 02:52:42 8a3aa393b2d8: Download complete 02:52:46 114826534d7a: Pull complete 02:52:46 4657fd5d0bcf: Pull complete 02:52:46 6ad1cebc031e: Pull complete 02:52:48 8a3aa393b2d8: Pull complete 02:52:48 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:52:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:52:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:48 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:52:48 $ 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 02:52:50 $ docker top e0071ac61a8511acba1ce6728b052610a4639c47684e3f0ec7249bda124249b0 -eo pid,comm [Pipeline] { [Pipeline] echo 02:52:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-core-contracts:main' [Pipeline] sh 02:52:50 + set -o pipefail 02:52:50 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-core-contracts:main' 02:52:54 02:52:54 Monitoring /w/workspace/undry_go-mod-core-contracts_main (github.com/edgexfoundry/go-mod-core-contracts/v3)... 02:52:54 02:52:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a756fbae-3549-44dc-badb-c3fa3a96948c/history/cb7b8019-1ea1-4b69-b489-0a10a12341b5 02:52:54 02:52:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:52:54 02:52:54 02:52:54 A medium severity vulnerability was found in the Snyk CLI versions you are using. 02:52:54 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 02:52:54 More details here: https://snyk.co/ue1NS [Pipeline] } 02:52:54 $ docker stop --time=1 e0071ac61a8511acba1ce6728b052610a4639c47684e3f0ec7249bda124249b0 02:52:55 $ docker rm -f --volumes e0071ac61a8511acba1ce6728b052610a4639c47684e3f0ec7249bda124249b0 [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 02:52:56 + git log --format=format:%s -1 44f9b0197497667663e129e667baab74eb35f187 [Pipeline] sh 02:52:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:52:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:52:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:57 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:52:57 $ 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 02:52:57 $ docker top d6718b16156ab26e111a9aaa5f86483e31dcad5802d32fe03a05590119cdc896 -eo pid,comm 02:52:57 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:52:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:52:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:52:57 [ssh-agent] Looking for ssh-agent implementation... 02:52:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:52:57 $ docker exec d6718b16156ab26e111a9aaa5f86483e31dcad5802d32fe03a05590119cdc896 ssh-agent 02:52:57 SSH_AUTH_SOCK=/tmp/ssh-xQPGWDG7YaDB/agent.33 02:52:57 SSH_AGENT_PID=39 02:52:57 Running ssh-add (command line suppressed) 02:52:57 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_10635303304268563165.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_10635303304268563165.key) 02:52:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:52:58 + git semver tag 02:52:58 2023-04-26 02:52:58,450 [run_tag] DEBUG tag force:False 02:52:58 2023-04-26 02:52:58,450 [check_head_tag] DEBUG check head tag 02:52:58 2023-04-26 02:52:58,453 [execute] INFO git cat-file --batch-check 02:52:58 2023-04-26 02:52:58,453 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 02:52:58 2023-04-26 02:52:58,456 [execute] INFO git cat-file --batch 02:52:58 2023-04-26 02:52:58,456 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 02:52:58 2023-04-26 02:52:58,507 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:52:58 2023-04-26 02:52:58,507 [execute] INFO git tag -a v3.0.0-dev.38 -m v3.0.0-dev.38 02:52:58 2023-04-26 02:52:58,508 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.38', '-m', 'v3.0.0-dev.38'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) 02:52:58 2023-04-26 02:52:58,510 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:52:58 3.0.0-dev.38 [Pipeline] } 02:52:58 $ docker exec --env ******** --env ******** d6718b16156ab26e111a9aaa5f86483e31dcad5802d32fe03a05590119cdc896 ssh-agent -k 02:52:58 unset SSH_AUTH_SOCK; 02:52:58 unset SSH_AGENT_PID; 02:52:58 echo Agent pid 39 killed; 02:52:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:52:58 + git semver [Pipeline] } 02:52:59 $ docker stop --time=1 d6718b16156ab26e111a9aaa5f86483e31dcad5802d32fe03a05590119cdc896 02:53:00 $ docker rm -f --volumes d6718b16156ab26e111a9aaa5f86483e31dcad5802d32fe03a05590119cdc896 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:53:00 02:53:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:53:01 0.23.1-centos7: Pulling from edgex-lftools 02:53:01 ab5ef0e58194: Pulling fs layer 02:53:01 9712f1f96733: Pulling fs layer 02:53:01 63f879dbbcfc: Pulling fs layer 02:53:01 0d9ebad4ef96: Pulling fs layer 02:53:01 e9a5061849ea: Pulling fs layer 02:53:01 d747dcd14b5f: Pulling fs layer 02:53:01 2de7ff778b66: Pulling fs layer 02:53:01 0d9ebad4ef96: Waiting 02:53:01 e9a5061849ea: Waiting 02:53:01 d747dcd14b5f: Waiting 02:53:01 2de7ff778b66: Waiting 02:53:01 9712f1f96733: Verifying Checksum 02:53:01 9712f1f96733: Download complete 02:53:01 63f879dbbcfc: Verifying Checksum 02:53:01 63f879dbbcfc: Download complete 02:53:01 e9a5061849ea: Verifying Checksum 02:53:01 e9a5061849ea: Download complete 02:53:01 d747dcd14b5f: Verifying Checksum 02:53:01 d747dcd14b5f: Download complete 02:53:01 ab5ef0e58194: Verifying Checksum 02:53:01 ab5ef0e58194: Download complete 02:53:01 0d9ebad4ef96: Verifying Checksum 02:53:01 0d9ebad4ef96: Download complete 02:53:01 2de7ff778b66: Verifying Checksum 02:53:01 2de7ff778b66: Download complete 02:53:04 ab5ef0e58194: Pull complete 02:53:04 9712f1f96733: Pull complete 02:53:04 63f879dbbcfc: Pull complete 02:53:08 0d9ebad4ef96: Pull complete 02:53:08 e9a5061849ea: Pull complete 02:53:08 d747dcd14b5f: Pull complete 02:53:09 2de7ff778b66: Pull complete 02:53:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:53:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:53:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:53:09 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:53:09 $ 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 02:53:11 $ docker top 5d795620ad8e4a575efcb79d82ca0b6ee5b01552e593d818635c37069812c695 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:53:11 provisioning config files... 02:53:11 copy managed file [sigul-config] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config1226275565786446036tmp 02:53:11 copy managed file [sigul-password] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config10302508180226980723tmp 02:53:11 copy managed file [sigul-pki] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config7361996992778662189tmp [Pipeline] { [Pipeline] echo 02:53:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:53:11 ---> sigul-configuration.sh 02:53:11 gpg: directory `/root/.gnupg' created 02:53:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:53:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:53:11 gpg: keyring `/root/.gnupg/secring.gpg' created 02:53:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:53:11 gpg: CAST5 encrypted data 02:53:11 gpg: encrypted with 1 passphrase 02:53:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:53:11 + mkdir /home/jenkins 02:53:11 + mkdir /home/jenkins/sigul [Pipeline] sh 02:53:12 + 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 02:53:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:53:12 ---> sigul-install.sh 02:53:12 Sigul already installed; skipping installation. [Pipeline] sh 02:53:12 + git tag --list 02:53:12 v0.0.0 02:53:12 v0.0.1 02:53:12 v0.1.0 02:53:12 v0.1.1 02:53:12 v0.1.10 02:53:12 v0.1.100 02:53:12 v0.1.101 02:53:12 v0.1.102 02:53:12 v0.1.103 02:53:12 v0.1.104 02:53:12 v0.1.105 02:53:12 v0.1.106 02:53:12 v0.1.107 02:53:12 v0.1.108 02:53:12 v0.1.109 02:53:12 v0.1.11 02:53:12 v0.1.110 02:53:12 v0.1.111 02:53:12 v0.1.112 02:53:12 v0.1.113 02:53:12 v0.1.114 02:53:12 v0.1.115 02:53:12 v0.1.116 02:53:12 v0.1.117 02:53:12 v0.1.118 02:53:12 v0.1.119 02:53:12 v0.1.12 02:53:12 v0.1.120 02:53:12 v0.1.121 02:53:12 v0.1.122 02:53:12 v0.1.123 02:53:12 v0.1.124 02:53:12 v0.1.125 02:53:12 v0.1.126 02:53:12 v0.1.127 02:53:12 v0.1.128 02:53:12 v0.1.129 02:53:12 v0.1.13 02:53:12 v0.1.130 02:53:12 v0.1.131 02:53:12 v0.1.132 02:53:12 v0.1.133 02:53:12 v0.1.134 02:53:12 v0.1.135 02:53:12 v0.1.136 02:53:12 v0.1.137 02:53:12 v0.1.138 02:53:12 v0.1.139 02:53:12 v0.1.14 02:53:12 v0.1.140 02:53:12 v0.1.141 02:53:12 v0.1.142 02:53:12 v0.1.143 02:53:12 v0.1.144 02:53:12 v0.1.145 02:53:12 v0.1.146 02:53:12 v0.1.147 02:53:12 v0.1.148 02:53:12 v0.1.149 02:53:12 v0.1.15 02:53:12 v0.1.16 02:53:12 v0.1.17 02:53:12 v0.1.18 02:53:12 v0.1.19 02:53:12 v0.1.2 02:53:12 v0.1.20 02:53:12 v0.1.21 02:53:12 v0.1.22 02:53:12 v0.1.23 02:53:12 v0.1.24 02:53:12 v0.1.25 02:53:12 v0.1.26 02:53:12 v0.1.27 02:53:12 v0.1.28 02:53:12 v0.1.29 02:53:12 v0.1.3 02:53:12 v0.1.30 02:53:12 v0.1.31 02:53:12 v0.1.32 02:53:12 v0.1.33 02:53:12 v0.1.34 02:53:12 v0.1.35 02:53:12 v0.1.36 02:53:12 v0.1.37 02:53:12 v0.1.38 02:53:12 v0.1.39 02:53:12 v0.1.4 02:53:12 v0.1.40 02:53:12 v0.1.41 02:53:12 v0.1.42 02:53:12 v0.1.43 02:53:12 v0.1.44 02:53:12 v0.1.45 02:53:12 v0.1.46 02:53:12 v0.1.47 02:53:12 v0.1.48 02:53:12 v0.1.49 02:53:12 v0.1.5 02:53:12 v0.1.50 02:53:12 v0.1.51 02:53:12 v0.1.52 02:53:12 v0.1.53 02:53:12 v0.1.54 02:53:12 v0.1.55 02:53:12 v0.1.56 02:53:12 v0.1.57 02:53:12 v0.1.58 02:53:12 v0.1.59 02:53:12 v0.1.6 02:53:12 v0.1.60 02:53:12 v0.1.61 02:53:12 v0.1.62 02:53:12 v0.1.63 02:53:12 v0.1.64 02:53:12 v0.1.65 02:53:12 v0.1.66 02:53:12 v0.1.67 02:53:12 v0.1.68 02:53:12 v0.1.69 02:53:12 v0.1.7 02:53:12 v0.1.70 02:53:12 v0.1.71 02:53:12 v0.1.72 02:53:12 v0.1.73 02:53:12 v0.1.74 02:53:12 v0.1.75 02:53:12 v0.1.76 02:53:12 v0.1.77 02:53:12 v0.1.78 02:53:12 v0.1.79 02:53:12 v0.1.8 02:53:12 v0.1.80 02:53:12 v0.1.81 02:53:12 v0.1.82 02:53:12 v0.1.83 02:53:12 v0.1.84 02:53:12 v0.1.85 02:53:12 v0.1.86 02:53:12 v0.1.87 02:53:12 v0.1.88 02:53:12 v0.1.89 02:53:12 v0.1.9 02:53:12 v0.1.90 02:53:12 v0.1.91 02:53:12 v0.1.92 02:53:12 v0.1.93 02:53:12 v0.1.94 02:53:12 v0.1.95 02:53:12 v0.1.96 02:53:12 v0.1.97 02:53:12 v0.1.98 02:53:12 v0.1.99 02:53:12 v2.0.0 02:53:12 v2.1.0 02:53:12 v2.1.1 02:53:12 v2.1.1-dev.2 02:53:12 v2.2.0 02:53:12 v2.2.1-dev.1 02:53:12 v2.2.1-dev.10 02:53:12 v2.2.1-dev.11 02:53:12 v2.2.1-dev.2 02:53:12 v2.2.1-dev.3 02:53:12 v2.2.1-dev.4 02:53:12 v2.2.1-dev.5 02:53:12 v2.2.1-dev.6 02:53:12 v2.2.1-dev.7 02:53:12 v2.2.1-dev.8 02:53:12 v2.2.1-dev.9 02:53:12 v2.3.0 02:53:12 v2.3.0-dev.12 02:53:12 v2.3.0-dev.13 02:53:12 v2.3.0-dev.14 02:53:12 v2.3.0-dev.15 02:53:12 v2.3.0-dev.16 02:53:12 v2.3.0-dev.17 02:53:12 v2.3.0-dev.18 02:53:12 v2.3.0-dev.19 02:53:12 v2.3.0-dev.20 02:53:12 v2.3.1-dev.1 02:53:12 v3.0.0-dev.1 02:53:12 v3.0.0-dev.10 02:53:12 v3.0.0-dev.11 02:53:12 v3.0.0-dev.12 02:53:12 v3.0.0-dev.13 02:53:12 v3.0.0-dev.14 02:53:12 v3.0.0-dev.15 02:53:12 v3.0.0-dev.16 02:53:12 v3.0.0-dev.17 02:53:12 v3.0.0-dev.18 02:53:12 v3.0.0-dev.19 02:53:12 v3.0.0-dev.2 02:53:12 v3.0.0-dev.20 02:53:12 v3.0.0-dev.21 02:53:12 v3.0.0-dev.22 02:53:12 v3.0.0-dev.23 02:53:12 v3.0.0-dev.24 02:53:12 v3.0.0-dev.25 02:53:12 v3.0.0-dev.26 02:53:12 v3.0.0-dev.27 02:53:12 v3.0.0-dev.28 02:53:12 v3.0.0-dev.29 02:53:12 v3.0.0-dev.3 02:53:12 v3.0.0-dev.30 02:53:12 v3.0.0-dev.31 02:53:12 v3.0.0-dev.32 02:53:12 v3.0.0-dev.33 02:53:12 v3.0.0-dev.34 02:53:12 v3.0.0-dev.35 02:53:12 v3.0.0-dev.36 02:53:12 v3.0.0-dev.37 02:53:12 v3.0.0-dev.38 02:53:12 v3.0.0-dev.4 02:53:12 v3.0.0-dev.5 02:53:12 v3.0.0-dev.6 02:53:12 v3.0.0-dev.7 02:53:12 v3.0.0-dev.8 02:53:12 v3.0.0-dev.9 [Pipeline] sh 02:53:13 + lftools sign git-tag v3.0.0-dev.38 02:53:13 Signing Git tag with Sigul... 02:53:13 Signing v3.0.0-dev.38 [Pipeline] echo 02:53:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:53:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:53:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:53:14 $ docker stop --time=1 5d795620ad8e4a575efcb79d82ca0b6ee5b01552e593d818635c37069812c695 02:53:15 $ docker rm -f --volumes 5d795620ad8e4a575efcb79d82ca0b6ee5b01552e593d818635c37069812c695 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:53:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:53:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:53:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:53:16 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:53:16 $ 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 02:53:16 $ docker top 44ae5db7f71c1e395417cca0234d2575a88621aa5daea70c11a30e52975e74a7 -eo pid,comm 02:53:16 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). 02:53:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:53:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:53:16 [ssh-agent] Looking for ssh-agent implementation... 02:53:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:53:16 $ docker exec 44ae5db7f71c1e395417cca0234d2575a88621aa5daea70c11a30e52975e74a7 ssh-agent 02:53:17 SSH_AUTH_SOCK=/tmp/ssh-rxfXjWvQJXvj/agent.33 02:53:17 SSH_AGENT_PID=39 02:53:17 Running ssh-add (command line suppressed) 02:53:17 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_13706270214361414946.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_13706270214361414946.key) 02:53:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:53:17 + git semver bump pre 02:53:17 2023-04-26 02:53:17,628 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:53:17 2023-04-26 02:53:17,628 [bump_version] DEBUG bumping version:3.0.0-dev.38 on axis:pre with prefix:dev 02:53:17 2023-04-26 02:53:17,628 [bump_version] DEBUG bumped version:3.0.0-dev.39 02:53:17 2023-04-26 02:53:17,628 [write_version] DEBUG write version:3.0.0-dev.39 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:True 02:53:17 2023-04-26 02:53:17,628 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:53:17 2023-04-26 02:53:17,629 [write_file] DEBUG write to file:/w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:53:17 2023-04-26 02:53:17,630 [execute] INFO git cat-file --batch-check 02:53:17 2023-04-26 02:53:17,630 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 02:53:17 2023-04-26 02:53:17,634 [execute] INFO git cat-file --batch 02:53:17 2023-04-26 02:53:17,634 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 02:53:17 2023-04-26 02:53:17,638 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:53:17 3.0.0-dev.39 [Pipeline] } 02:53:17 $ docker exec --env ******** --env ******** 44ae5db7f71c1e395417cca0234d2575a88621aa5daea70c11a30e52975e74a7 ssh-agent -k 02:53:17 unset SSH_AUTH_SOCK; 02:53:17 unset SSH_AGENT_PID; 02:53:17 echo Agent pid 39 killed; 02:53:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:53:18 + git semver [Pipeline] } 02:53:18 $ docker stop --time=1 44ae5db7f71c1e395417cca0234d2575a88621aa5daea70c11a30e52975e74a7 02:53:19 $ docker rm -f --volumes 44ae5db7f71c1e395417cca0234d2575a88621aa5daea70c11a30e52975e74a7 [Pipeline] // withDockerContainer [Pipeline] sh 02:53:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:53:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:53:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:53:20 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:53:20 $ 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 02:53:20 $ docker top 6cb9448c889ff8032a453e4f438ecc00beae5db9d459055044a20569be861c7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:53:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:53:20 [ssh-agent] Looking for ssh-agent implementation... 02:53:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:53:21 $ docker exec 6cb9448c889ff8032a453e4f438ecc00beae5db9d459055044a20569be861c7c ssh-agent 02:53:21 SSH_AUTH_SOCK=/tmp/ssh-5zoZTgWD8if1/agent.33 02:53:21 SSH_AGENT_PID=39 02:53:21 Running ssh-add (command line suppressed) 02:53:21 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_15042585394822473832.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_15042585394822473832.key) 02:53:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:53:21 + git semver push 02:53:21 2023-04-26 02:53:21,708 [run_push] DEBUG push 02:53:21 2023-04-26 02:53:21,709 [execute] INFO git cat-file --batch-check 02:53:21 2023-04-26 02:53:21,709 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 02:53:21 2023-04-26 02:53:21,713 [execute] INFO git rev-list 65d73d2f27575ac93763871f3f01873f601b2fb1 -- 02:53:21 2023-04-26 02:53:21,713 [execute] DEBUG Popen(['git', 'rev-list', '65d73d2f27575ac93763871f3f01873f601b2fb1', '--'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 02:53:21 2023-04-26 02:53:21,725 [execute] INFO git fetch -v origin 02:53:21 2023-04-26 02:53:21,725 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=True, shell=None, istream=None) 02:53:22 2023-04-26 02:53:22,206 [run_push] DEBUG no remote changes detected 02:53:22 2023-04-26 02:53:22,206 [execute] INFO git push origin semver 02:53:22 2023-04-26 02:53:22,207 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 02:53:23 2023-04-26 02:53:22,960 [run_push] DEBUG push all version tags 02:53:23 2023-04-26 02:53:22,961 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:53:23 2023-04-26 02:53:22,961 [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) 02:53:23 2023-04-26 02:53:23,703 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:53:23 3.0.0-dev.39 [Pipeline] } 02:53:23 $ docker exec --env ******** --env ******** 6cb9448c889ff8032a453e4f438ecc00beae5db9d459055044a20569be861c7c ssh-agent -k 02:53:23 unset SSH_AUTH_SOCK; 02:53:23 unset SSH_AGENT_PID; 02:53:23 echo Agent pid 39 killed; 02:53:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:53:24 + git semver [Pipeline] } 02:53:24 $ docker stop --time=1 6cb9448c889ff8032a453e4f438ecc00beae5db9d459055044a20569be861c7c 02:53:25 $ docker rm -f --volumes 6cb9448c889ff8032a453e4f438ecc00beae5db9d459055044a20569be861c7c [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 02:53:26 + [ -d /w/workspace/undry_go-mod-core-contracts_main/archives ] 02:53:26 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 02:53:26 total 16 02:53:26 drwxr-xr-x 3 root root 4096 Apr 26 02:48 . 02:53:26 drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 02:53 .. 02:53:26 drwxr-xr-x 2 root root 4096 Apr 26 02:48 cost 02:53:26 -rw-r--r-- 1 root root 93 Apr 26 02:48 cost.csv 02:53:26 + sudo chown -R jenkins:jenkins /w/workspace/undry_go-mod-core-contracts_main/archives 02:53:26 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 02:53:26 total 16 02:53:26 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 02:48 . 02:53:26 drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 02:53 .. 02:53:26 drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 02:48 cost 02:53:26 -rw-r--r-- 1 jenkins jenkins 93 Apr 26 02:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:53:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:53:27 ---> package-listing.sh 02:53:27 ++ facter osfamily 02:53:27 ++ tr '[:upper:]' '[:lower:]' 02:53:27 + OS_FAMILY=debian 02:53:27 + workspace=/w/workspace/undry_go-mod-core-contracts_main 02:53:27 + START_PACKAGES=/tmp/packages_start.txt 02:53:27 + END_PACKAGES=/tmp/packages_end.txt 02:53:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:53:27 + PACKAGES=/tmp/packages_start.txt 02:53:27 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 02:53:27 + PACKAGES=/tmp/packages_end.txt 02:53:27 + case "${OS_FAMILY}" in 02:53:27 + dpkg -l 02:53:27 + grep '^ii' 02:53:27 + '[' -f /tmp/packages_start.txt ']' 02:53:27 + '[' -f /tmp/packages_end.txt ']' 02:53:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:53:27 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 02:53:27 + mkdir -p /w/workspace/undry_go-mod-core-contracts_main/archives/ 02:53:27 + 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 02:53:27 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 02:53:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:53:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:53:28 prd-ubuntu20.04-docker-8c-8g-10914 does not seem to be running inside a container 02:53:28 $ 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 02:53:28 $ docker top 4717cc9dfac8c6ceb77f2105bc30f9536797e5273b63b0bbf977922ab34c208b -eo pid,comm [Pipeline] { [Pipeline] sh 02:53:29 + touch /tmp/pre-build-complete [Pipeline] sh 02:53:29 + mkdir -p /var/log/sysstat [Pipeline] sh 02:53:29 + ls /var/log/sa-host 02:53:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:53:30 provisioning config files... 02:53:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config9992101580616721910tmp [Pipeline] { [Pipeline] echo 02:53:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:53:30 ---> create-netrc.sh [Pipeline] } 02:53:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:53:30 ---> python-tools-install.sh [Pipeline] echo 02:53:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:53:30 ---> sudo-logs.sh 02:53:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:53:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:53:31 ---> job-cost.sh 02:53:31 lf-activate-venv: SKIPPING 02:53:31 DEBUG: total: 0.2199999988079071 02:53:31 INFO: Retrieving Stack Cost... 02:53:31 INFO: Retrieving Pricing Info for: v3-standard-8 02:53:31 INFO: Archiving Costs [Pipeline] echo 02:53:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:53:32 ---> logs-deploy.sh 02:53:32 lf-activate-venv: SKIPPING 02:53:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/main/128 02:53:32 INFO: archiving workspace using pattern(s): 02:53:33 Archives upload complete. 02:53:33 INFO: archiving logs to Nexus