Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b74b2d420bce4437074e846341a99d8705cdc4ae 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-ssh12337212174937784027.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11311743838053926152.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2070118195171641653.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15933322411394772754.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-ssh7113566495377832189.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4851 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/undry_go-mod-core-contracts_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b74b2d420bce4437074e846341a99d8705cdc4ae (main) > 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 b74b2d420bce4437074e846341a99d8705cdc4ae # timeout=10 Commit message: "Merge pull request #789 from lenny-intel/mb-topic-keys" > git rev-list --no-walk 1c5ef3aefd4c3411ed53897b0302b355caa87855 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:20:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:20:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:20:57 ========================================================= 07:20:57 EdgeX Global Pipelines Version Info 07:20:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:20:58 ------------------- 07:20:58 stable info: 07:20:58 ------------------- 07:20:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:20:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:20:58 Message: update stable to v1.0.244 07:20:58 ------------------- 07:20:58 experimental info: 07:20:58 ------------------- 07:20:58 Commited By: **** collab-it+edgex@linuxfoundation.org 07:20:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:20:58 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:20:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:20:58 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:20:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:20:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:20:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:20:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 07:20:58 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b74b2d4 [Pipeline] echo 07:20:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:20:59 + git rev-list -1 --merges b74b2d420bce4437074e846341a99d8705cdc4ae~1..b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo 07:20:59 -----------> git rev-list -1 --merges b74b2d420bce4437074e846341a99d8705cdc4ae~1..b74b2d420bce4437074e846341a99d8705cdc4ae b74b2d420bce4437074e846341a99d8705cdc4ae 07:20:59 b74b2d420bce4437074e846341a99d8705cdc4ae [false] [Pipeline] sh 07:21:00 + git log --format=format:%s -1 b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo 07:21:00 ========================================================= 07:21:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:21:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:21:00 + git log --format=format:%s -1 b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo 07:21:00 [semverPrep] GIT_COMMIT: b74b2d420bce4437074e846341a99d8705cdc4ae, Commit Message: Merge pull request #789 from lenny-intel/mb-topic-keys [Pipeline] echo 07:21:00 [semverPrep] This is not a build commit. [Pipeline] sh 07:21:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:21:00 + grep -v github /etc/ssh/ssh_known_hosts 07:21:00 + [ -e /tmp/ssh_known_hosts ] 07:21:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:21:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:21:00 + sudo tee -a /etc/ssh/ssh_known_hosts 07:21:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:21:01 07:21:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:21:01 0.1.4: Pulling from edgex-devops/py-git-semver 07:21:01 b85a868b505f: Pulling fs layer 07:21:01 e2be974225ed: Pulling fs layer 07:21:01 339a4e72a1f5: Pulling fs layer 07:21:01 988bab9f4d93: Pulling fs layer 07:21:01 1469e6f7b9e6: Pulling fs layer 07:21:01 eaf3925da568: Pulling fs layer 07:21:01 bab4dde63d76: Pulling fs layer 07:21:01 bde34c3a00c8: Pulling fs layer 07:21:01 b352a97aabf1: Pulling fs layer 07:21:01 1469e6f7b9e6: Waiting 07:21:01 eaf3925da568: Waiting 07:21:01 988bab9f4d93: Waiting 07:21:01 bde34c3a00c8: Waiting 07:21:01 bab4dde63d76: Waiting 07:21:01 4872d77fe225: Pulling fs layer 07:21:01 5851b861e8e6: Pulling fs layer 07:21:01 b352a97aabf1: Waiting 07:21:01 5851b861e8e6: Waiting 07:21:02 e2be974225ed: Verifying Checksum 07:21:02 e2be974225ed: Download complete 07:21:02 988bab9f4d93: Verifying Checksum 07:21:02 988bab9f4d93: Download complete 07:21:02 1469e6f7b9e6: Verifying Checksum 07:21:02 1469e6f7b9e6: Download complete 07:21:02 eaf3925da568: Verifying Checksum 07:21:02 eaf3925da568: Download complete 07:21:02 339a4e72a1f5: Verifying Checksum 07:21:02 339a4e72a1f5: Download complete 07:21:02 bde34c3a00c8: Download complete 07:21:02 b85a868b505f: Verifying Checksum 07:21:02 b85a868b505f: Download complete 07:21:02 b352a97aabf1: Verifying Checksum 07:21:02 b352a97aabf1: Download complete 07:21:02 4872d77fe225: Verifying Checksum 07:21:02 4872d77fe225: Download complete 07:21:02 5851b861e8e6: Verifying Checksum 07:21:02 5851b861e8e6: Download complete 07:21:02 bab4dde63d76: Verifying Checksum 07:21:02 bab4dde63d76: Download complete 07:21:03 b85a868b505f: Pull complete 07:21:03 e2be974225ed: Pull complete 07:21:04 339a4e72a1f5: Pull complete 07:21:04 988bab9f4d93: Pull complete 07:21:04 1469e6f7b9e6: Pull complete 07:21:04 eaf3925da568: Pull complete 07:21:06 bab4dde63d76: Pull complete 07:21:06 bde34c3a00c8: Pull complete 07:21:06 b352a97aabf1: Pull complete 07:21:06 4872d77fe225: Pull complete 07:21:07 5851b861e8e6: Pull complete 07:21:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:21:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:21:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:21:07 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:21:07 $ 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 07:21:09 $ docker top ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f -eo pid,comm 07:21:09 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:21:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:21:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:21:09 [ssh-agent] Looking for ssh-agent implementation... 07:21:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:21:09 $ docker exec ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent 07:21:09 SSH_AUTH_SOCK=/tmp/ssh-QeKppmu5o4cb/agent.32 07:21:09 SSH_AGENT_PID=38 07:21:09 Running ssh-add (command line suppressed) 07:21:09 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8673068540676579192.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8673068540676579192.key) 07:21:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:21:09 + git tag --points-at HEAD [Pipeline] } 07:21:09 $ docker exec --env ******** --env ******** ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent -k 07:21:09 unset SSH_AUTH_SOCK; 07:21:09 unset SSH_AGENT_PID; 07:21:09 echo Agent pid 38 killed; 07:21:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:21:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:21:09 [ssh-agent] Looking for ssh-agent implementation... 07:21:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:21:10 $ docker exec ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent 07:21:10 SSH_AUTH_SOCK=/tmp/ssh-0k3ckllCUnXn/agent.70 07:21:10 SSH_AGENT_PID=76 07:21:10 Running ssh-add (command line suppressed) 07:21:10 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_259591636588237316.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_259591636588237316.key) 07:21:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:21:10 + git semver init 07:21:10 2023-02-07 07:21:10,817 [run_init] DEBUG init version:0.0.0 force:False 07:21:10 2023-02-07 07:21:10,817 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_go-mod-core-contracts_main/.semver 07:21:10 2023-02-07 07:21:10,818 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/undry_go-mod-core-contracts_main/.semver 07:21:10 2023-02-07 07:21:10,818 [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) 07:21:11 2023-02-07 07:21:11,671 [append_file] DEBUG append to file:/w/workspace/undry_go-mod-core-contracts_main/.git/info/exclude 07:21:11 2023-02-07 07:21:11,672 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:False 07:21:11 2023-02-07 07:21:11,672 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:21:11 2023-02-07 07:21:11,672 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:21:11 3.0.0-dev.9 [Pipeline] } 07:21:11 $ docker exec --env ******** --env ******** ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent -k 07:21:11 unset SSH_AUTH_SOCK; 07:21:11 unset SSH_AGENT_PID; 07:21:11 echo Agent pid 76 killed; 07:21:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:21:12 + git semver [Pipeline] } 07:21:12 $ docker stop --time=1 ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f 07:21:13 $ docker rm -f --volumes ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f [Pipeline] // withDockerContainer [Pipeline] sh 07:21:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:21:14 Stashed 1 file(s) [Pipeline] echo 07:21:14 [edgeXSemver]: initialized semver on version 3.0.0-dev.9 [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 07:21:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:21:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:21:14 ========================================================= 07:21:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 07:21:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 07:21:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:21:14 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 07:21:14 213ec9aee27d: Pulling fs layer 07:21:14 4583459ba037: Pulling fs layer 07:21:14 93c1e223e6f2: Pulling fs layer 07:21:14 53926ce57604: Pulling fs layer 07:21:14 21b2b0c7a3f4: Pulling fs layer 07:21:14 22ff95d597cd: Pulling fs layer 07:21:14 12d6caf4c0d1: Pulling fs layer 07:21:14 96b7cbca73a9: Pulling fs layer 07:21:14 a7acece74701: Pulling fs layer 07:21:14 22ff95d597cd: Waiting 07:21:14 53926ce57604: Waiting 07:21:14 12d6caf4c0d1: Waiting 07:21:14 a7acece74701: Waiting 07:21:14 21b2b0c7a3f4: Waiting 07:21:14 96b7cbca73a9: Waiting 07:21:14 93c1e223e6f2: Verifying Checksum 07:21:14 4583459ba037: Download complete 07:21:14 21b2b0c7a3f4: Download complete 07:21:14 22ff95d597cd: Verifying Checksum 07:21:14 22ff95d597cd: Download complete 07:21:14 213ec9aee27d: Verifying Checksum 07:21:14 213ec9aee27d: Download complete 07:21:15 12d6caf4c0d1: Download complete 07:21:15 213ec9aee27d: Pull complete 07:21:15 4583459ba037: Pull complete 07:21:15 93c1e223e6f2: Pull complete 07:21:16 a7acece74701: Verifying Checksum 07:21:16 a7acece74701: Download complete 07:21:16 53926ce57604: Verifying Checksum 07:21:16 53926ce57604: Download complete 07:21:16 96b7cbca73a9: Verifying Checksum 07:21:16 96b7cbca73a9: Download complete 07:21:20 53926ce57604: Pull complete 07:21:20 21b2b0c7a3f4: Pull complete 07:21:20 22ff95d597cd: Pull complete 07:21:20 12d6caf4c0d1: Pull complete 07:21:22 96b7cbca73a9: Pull complete 07:21:23 a7acece74701: Pull complete 07:21:23 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 07:21:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:21:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 07:21:24 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:24 + docker inspect -f . ci-base-image-x86_64 07:21:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:21:24 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:21:24 $ 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 07:21:27 $ docker top a77e98f2b70887c09c309f5684e5025abd425021546d1bb6081b2c229ade9f26 -eo pid,comm [Pipeline] { [Pipeline] sh 07:21:27 + go version 07:21:27 go version go1.18.7 linux/amd64 [Pipeline] } 07:21:27 $ docker stop --time=1 a77e98f2b70887c09c309f5684e5025abd425021546d1bb6081b2c229ade9f26 07:21:28 $ docker rm -f --volumes a77e98f2b70887c09c309f5684e5025abd425021546d1bb6081b2c229ade9f26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:29 + docker inspect -f . ci-base-image-x86_64 07:21:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:21:29 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:21:29 $ 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 07:21:29 Still waiting to schedule task 07:21:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:21:29 $ docker top 2c3f465e43c895d37424290f5cdca440a415be20a80a1304fe311901662c443f -eo pid,comm [Pipeline] { [Pipeline] sh 07:21:30 + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] fileExists [Pipeline] sh 07:21:30 + make test 07:21:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:21:30 go: downloading github.com/go-playground/validator/v10 v10.11.2 07:21:30 go: downloading github.com/google/uuid v1.3.0 07:21:30 go: downloading github.com/stretchr/testify v1.8.1 07:21:30 go: downloading gopkg.in/yaml.v3 v3.0.1 07:21:30 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 07:21:30 go: downloading github.com/go-kit/log v0.2.1 07:21:30 go: downloading github.com/pmezard/go-difflib v1.0.0 07:21:30 go: downloading github.com/davecgh/go-spew v1.1.1 07:21:30 go: downloading github.com/stretchr/objx v0.5.0 07:21:30 go: downloading github.com/go-logfmt/logfmt v0.5.1 07:21:30 go: downloading github.com/x448/float16 v0.8.4 07:21:30 go: downloading github.com/leodido/go-urn v1.2.1 07:21:30 go: downloading github.com/go-playground/universal-translator v0.18.1 07:21:30 go: downloading golang.org/x/crypto v0.5.0 07:21:30 go: downloading golang.org/x/text v0.6.0 07:21:30 go: downloading github.com/go-playground/locales v0.14.1 07:21:32 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.086s coverage: 83.5% of statements 07:21:39 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 07:21:39 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 07:21:39 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.019s coverage: 29.4% of statements 07:21:39 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 07:21:39 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.018s coverage: 53.0% of statements 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.012s coverage: 90.0% of statements 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.036s coverage: 86.8% of statements 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.051s coverage: 60.5% of statements 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.031s coverage: 36.1% of statements 07:21:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.023s coverage: 48.7% of statements 07:21:46 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 07:21:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:21:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:21:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 07:21:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:21:47 $ docker stop --time=1 2c3f465e43c895d37424290f5cdca440a415be20a80a1304fe311901662c443f 07:21:49 $ docker rm -f --volumes 2c3f465e43c895d37424290f5cdca440a415be20a80a1304fe311901662c443f [Pipeline] // withDockerContainer [Pipeline] sh 07:21:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:21:50 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 07:21:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:21:50 07:21:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:21:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:21:51 latest: Pulling from edgex-lftools-log-publisher 07:21:51 5eb5b503b376: Pulling fs layer 07:21:51 5c69ac0246d0: Pulling fs layer 07:21:51 ec43610c2a17: Pulling fs layer 07:21:51 3a2ae6a8a46f: Pulling fs layer 07:21:51 33b1e0a273af: Pulling fs layer 07:21:51 5d3b04190fa2: Pulling fs layer 07:21:51 2f39f015ded8: Pulling fs layer 07:21:51 3a2ae6a8a46f: Waiting 07:21:51 33b1e0a273af: Waiting 07:21:51 2f39f015ded8: Waiting 07:21:51 5d3b04190fa2: Waiting 07:21:51 5c69ac0246d0: Download complete 07:21:51 3a2ae6a8a46f: Verifying Checksum 07:21:51 3a2ae6a8a46f: Download complete 07:21:51 33b1e0a273af: Verifying Checksum 07:21:51 33b1e0a273af: Download complete 07:21:51 5d3b04190fa2: Verifying Checksum 07:21:51 5d3b04190fa2: Download complete 07:21:51 ec43610c2a17: Verifying Checksum 07:21:51 ec43610c2a17: Download complete 07:21:51 5eb5b503b376: Verifying Checksum 07:21:51 5eb5b503b376: Download complete 07:21:52 2f39f015ded8: Download complete 07:21:52 5eb5b503b376: Pull complete 07:21:53 5c69ac0246d0: Pull complete 07:21:53 ec43610c2a17: Pull complete 07:21:53 3a2ae6a8a46f: Pull complete 07:21:53 33b1e0a273af: Pull complete 07:21:53 5d3b04190fa2: Pull complete 07:21:58 2f39f015ded8: Pull complete 07:21:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:21:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:21:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:21:58 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:21:58 $ 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 07:21:59 $ docker top afbc8a7b0ecc0b0202d5de2fe29e156a822f531deaa5f1cbf53fc13561685550 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:00 ---> job-cost.sh 07:22:00 lf-activate-venv: SKIPPING 07:22:00 INFO: No Stack... 07:22:03 INFO: Retrieving Pricing Info for: v3-standard-8 07:22:03 INFO: Archiving Costs [Pipeline] sh 07:22:04 + cat /w/workspace/undry_go-mod-core-contracts_main/archives/cost.csv 07:22:04 + cut -d, -f6 [Pipeline] lock 07:22:04 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] 07:22:04 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] did not exist. Created. 07:22:04 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:22:04 + echo total: 0.2199999988079071 [Pipeline] stash 07:22:04 Stashed 1 file(s) [Pipeline] } 07:22:04 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 07:22:04 $ docker stop --time=1 afbc8a7b0ecc0b0202d5de2fe29e156a822f531deaa5f1cbf53fc13561685550 07:22:05 $ docker rm -f --volumes afbc8a7b0ecc0b0202d5de2fe29e156a822f531deaa5f1cbf53fc13561685550 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:23:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4852 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] ws 07:23:00 Running in /w/workspace/go-mod-core-contracts/97 [Pipeline] { [Pipeline] checkout 07:23:00 Selected Git installation does not exist. Using Default 07:23:00 The recommended git tool is: NONE 07:23:05 using credential edgex-jenkins-ssh 07:23:05 Cloning the remote Git repository 07:23:05 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:23:05 > git init /w/workspace/go-mod-core-contracts/97 # timeout=10 07:23:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:23:05 > git --version # timeout=10 07:23:05 > git --version # 'git version 2.25.1' 07:23:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:23:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:23:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:23:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:23:09 Avoid second fetch 07:23:09 Checking out Revision b74b2d420bce4437074e846341a99d8705cdc4ae (main) 07:23:09 Commit message: "Merge pull request #789 from lenny-intel/mb-topic-keys" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:23:09 > git config core.sparsecheckout # timeout=10 07:23:09 > git checkout -f b74b2d420bce4437074e846341a99d8705cdc4ae # timeout=10 07:23:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:23:10 % Total % Received % Xferd Average Speed Time Time Time Current 07:23:10 Dload Upload Total Spent Left Speed 07:23:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh 07:23:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:23:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:23:11 + sudo tee /etc/docker/daemon.new 07:23:11 { 07:23:11 "registry-mirrors": [ 07:23:11 "https://nexus3.edgexfoundry.org:10001" 07:23:11 ], 07:23:11 "bip": "10.250.0.254/24", 07:23:11 "hosts": [ 07:23:11 "tcp://0.0.0.0:5555", 07:23:11 "unix:///var/run/docker.sock" 07:23:11 ], 07:23:11 "mtu": 1458, 07:23:11 "selinux-enabled": true, 07:23:11 "seccomp-profile": "/etc/docker/seccomp.json" 07:23:11 } [Pipeline] sh 07:23:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:23:12 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 07:23:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:23:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:23:30 ========================================================= 07:23:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 07:23:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 07:23:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:23:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:23:31 9b18e9b68314: Pulling fs layer 07:23:31 35d82f9e3411: Pulling fs layer 07:23:31 e16973657156: Pulling fs layer 07:23:31 fc693d55d65f: Pulling fs layer 07:23:31 7e9fc2657dce: Pulling fs layer 07:23:31 dda99020689f: Pulling fs layer 07:23:31 db1c61fa0a46: Pulling fs layer 07:23:31 891c053d2c06: Pulling fs layer 07:23:31 fc693d55d65f: Waiting 07:23:31 7e9fc2657dce: Waiting 07:23:31 dda99020689f: Waiting 07:23:31 db1c61fa0a46: Waiting 07:23:31 891c053d2c06: Waiting 07:23:31 e16973657156: Verifying Checksum 07:23:31 e16973657156: Download complete 07:23:31 35d82f9e3411: Verifying Checksum 07:23:31 35d82f9e3411: Download complete 07:23:31 7e9fc2657dce: Verifying Checksum 07:23:31 7e9fc2657dce: Download complete 07:23:31 dda99020689f: Verifying Checksum 07:23:31 dda99020689f: Download complete 07:23:31 9b18e9b68314: Verifying Checksum 07:23:31 9b18e9b68314: Download complete 07:23:32 891c053d2c06: Verifying Checksum 07:23:32 891c053d2c06: Download complete 07:23:33 db1c61fa0a46: Verifying Checksum 07:23:33 db1c61fa0a46: Download complete 07:23:34 9b18e9b68314: Pull complete 07:23:34 fc693d55d65f: Download complete 07:23:34 35d82f9e3411: Pull complete 07:23:34 e16973657156: Pull complete 07:23:46 fc693d55d65f: Pull complete 07:23:46 7e9fc2657dce: Pull complete 07:23:46 dda99020689f: Pull complete 07:23:53 db1c61fa0a46: Pull complete 07:23:54 891c053d2c06: Pull complete 07:23:54 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 07:23:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:23:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 07:23:54 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:55 + docker inspect -f . ci-base-image-arm64 07:23:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:55 prd-ubuntu20.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container 07:23:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/97 -v /w/workspace/go-mod-core-contracts/97:/w/workspace/go-mod-core-contracts/97:rw,z -v /w/workspace/go-mod-core-contracts/97@tmp:/w/workspace/go-mod-core-contracts/97@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 07:23:58 $ docker top d8b76790bae0099425f6ed1258b0d935fd181fcee709551e07f2f433d756c647 -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:59 + go version 07:23:59 go version go1.18.7 linux/arm64 [Pipeline] } 07:23:59 $ docker stop --time=1 d8b76790bae0099425f6ed1258b0d935fd181fcee709551e07f2f433d756c647 07:24:01 $ docker rm -f --volumes d8b76790bae0099425f6ed1258b0d935fd181fcee709551e07f2f433d756c647 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:01 + docker inspect -f . ci-base-image-arm64 07:24:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:24:02 prd-ubuntu20.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container 07:24:02 $ 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/97 -v /w/workspace/go-mod-core-contracts/97:/w/workspace/go-mod-core-contracts/97:rw,z -v /w/workspace/go-mod-core-contracts/97@tmp:/w/workspace/go-mod-core-contracts/97@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 07:24:03 $ docker top 5973760e5ebc3b67eab8690e7156902a70fcbe628ca652a5b43473649a290563 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:04 + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/97 [Pipeline] fileExists [Pipeline] sh 07:24:05 + make test 07:24:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:24:05 go: downloading github.com/google/uuid v1.3.0 07:24:05 go: downloading github.com/go-kit/log v0.2.1 07:24:05 go: downloading github.com/stretchr/testify v1.8.1 07:24:05 go: downloading github.com/go-playground/validator/v10 v10.11.2 07:24:05 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 07:24:05 go: downloading gopkg.in/yaml.v3 v3.0.1 07:24:05 go: downloading github.com/go-logfmt/logfmt v0.5.1 07:24:05 go: downloading github.com/davecgh/go-spew v1.1.1 07:24:05 go: downloading github.com/pmezard/go-difflib v1.0.0 07:24:05 go: downloading github.com/stretchr/objx v0.5.0 07:24:05 go: downloading github.com/go-playground/universal-translator v0.18.1 07:24:05 go: downloading github.com/leodido/go-urn v1.2.1 07:24:05 go: downloading golang.org/x/crypto v0.5.0 07:24:05 go: downloading golang.org/x/text v0.6.0 07:24:05 go: downloading github.com/x448/float16 v0.8.4 07:24:05 go: downloading github.com/go-playground/locales v0.14.1 07:24:10 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.579s coverage: 83.5% of statements 07:24:49 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 07:24:49 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 07:24:49 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.075s coverage: 29.4% of statements 07:24:49 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 07:24:49 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.134s coverage: 53.0% of statements 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.099s coverage: 90.0% of statements 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.239s coverage: 86.8% of statements 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.058s coverage: 60.5% of statements 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.020s coverage: 36.1% of statements 07:24:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.040s coverage: 48.7% of statements 07:24:49 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:24:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:24:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:24:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 07:24:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:24:59 $ docker stop --time=1 5973760e5ebc3b67eab8690e7156902a70fcbe628ca652a5b43473649a290563 07:25:01 $ docker rm -f --volumes 5973760e5ebc3b67eab8690e7156902a70fcbe628ca652a5b43473649a290563 [Pipeline] // withDockerContainer [Pipeline] sh 07:25:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:25:02 Warning: overwriting stash ‘coverage-report’ 07:25:03 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 07:25:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:25:03 07:25:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:25:03 arm64: Pulling from edgex-lftools-log-publisher 07:25:03 8998bd30e6a1: Pulling fs layer 07:25:03 04944245beec: Pulling fs layer 07:25:03 699f458cf7ca: Pulling fs layer 07:25:03 765212b225bb: Pulling fs layer 07:25:03 f23df028b6ca: Pulling fs layer 07:25:03 d65c8cfc05b1: Pulling fs layer 07:25:03 2437ff75d9bd: Pulling fs layer 07:25:03 f23df028b6ca: Waiting 07:25:03 d65c8cfc05b1: Waiting 07:25:03 2437ff75d9bd: Waiting 07:25:03 765212b225bb: Waiting 07:25:04 04944245beec: Verifying Checksum 07:25:04 04944245beec: Download complete 07:25:04 765212b225bb: Verifying Checksum 07:25:04 765212b225bb: Download complete 07:25:04 f23df028b6ca: Verifying Checksum 07:25:04 f23df028b6ca: Download complete 07:25:04 d65c8cfc05b1: Verifying Checksum 07:25:04 d65c8cfc05b1: Download complete 07:25:04 699f458cf7ca: Verifying Checksum 07:25:04 699f458cf7ca: Download complete 07:25:04 8998bd30e6a1: Verifying Checksum 07:25:04 8998bd30e6a1: Download complete 07:25:07 2437ff75d9bd: Verifying Checksum 07:25:07 2437ff75d9bd: Download complete 07:25:08 8998bd30e6a1: Pull complete 07:25:09 04944245beec: Pull complete 07:25:10 699f458cf7ca: Pull complete 07:25:10 765212b225bb: Pull complete 07:25:11 f23df028b6ca: Pull complete 07:25:11 d65c8cfc05b1: Pull complete 07:25:26 2437ff75d9bd: Pull complete 07:25:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:25:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:25:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:26 prd-ubuntu20.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container 07:25:26 $ 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/97 -v /w/workspace/go-mod-core-contracts/97:/w/workspace/go-mod-core-contracts/97:rw,z -v /w/workspace/go-mod-core-contracts/97@tmp:/w/workspace/go-mod-core-contracts/97@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 07:25:29 $ docker top ed4a77a353d15582c412b239acf2eac6611d41f4b1d9b5b4ccac4c847e19d177 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:29 ---> job-cost.sh 07:25:30 lf-activate-venv: SKIPPING 07:25:30 INFO: No Stack... 07:25:30 INFO: Retrieving Pricing Info for: v3-standard-4 07:25:31 INFO: Archiving Costs [Pipeline] sh 07:25:31 + cat /w/workspace/go-mod-core-contracts/97/archives/cost.csv 07:25:31 + cut -d, -f6 [Pipeline] lock 07:25:31 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] 07:25:31 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] did not exist. Created. 07:25:31 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:25:32 /w/workspace/go-mod-core-contracts/97@tmp/durable-be7dd247/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:25:32 + echo total: 0.10999999940395355 [Pipeline] stash 07:25:32 Warning: overwriting stash ‘stack-cost’ 07:25:33 Stashed 1 file(s) [Pipeline] } 07:25:33 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 07:25:33 $ docker stop --time=1 ed4a77a353d15582c412b239acf2eac6611d41f4b1d9b5b4ccac4c847e19d177 07:25:34 $ docker rm -f --volumes ed4a77a353d15582c412b239acf2eac6611d41f4b1d9b5b4ccac4c847e19d177 [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 07:25:34 provisioning config files... 07:25:34 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config1962291006348898598tmp [Pipeline] { [Pipeline] sh 07:25:35 + set +x 07:25:35 + + curl -s https://codecov.io/bash 07:25:35 bash -s -- 07:25:35 07:25:35 _____ _ 07:25:35 / ____| | | 07:25:35 | | ___ __| | ___ ___ _____ __ 07:25:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:25:35 | |___| (_) | (_| | __/ (_| (_) \ V / 07:25:35 \_____\___/ \__,_|\___|\___\___/ \_/ 07:25:35 Bash-1.0.6 07:25:35 07:25:35 07:25:35 ==> git version 2.25.1 found 07:25:35 ==> 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 07:25:35 Release-Date: 2020-01-08 07:25:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:25:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:25:35 ==> Jenkins CI detected. 07:25:35 current dir:  /w/workspace/undry_go-mod-core-contracts_main 07:25:35 project root: . 07:25:35 --> token set from env 07:25:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:25:35 ==> Running gcov in . (disable via -X gcov) 07:25:35 ==> Python coveragepy not found 07:25:35 ==> Searching for coverage reports in: 07:25:35 + . 07:25:35 -> Found 1 reports 07:25:35 ==> Detecting git/mercurial file structure 07:25:35 ==> Reading reports 07:25:35 + ./coverage.out bytes=116621 07:25:35 ==> Appending adjustments 07:25:35 https://docs.codecov.io/docs/fixing-reports 07:25:36 + Found adjustments 07:25:36 ==> Gzipping contents 07:25:36 20K /tmp/codecov.6ePepm.gz 07:25:36 ==> Uploading reports 07:25:36 url: https://codecov.io 07:25:36 query: branch=main&commit=b74b2d420bce4437074e846341a99d8705cdc4ae&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 07:25:36 -> Pinging Codecov 07:25:36 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=b74b2d420bce4437074e846341a99d8705cdc4ae&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 07:25:36 -> Uploading to 07:25:36 https://storage.googleapis.com/codecov/v4/raw/2023-02-07/71470A77251A30514AAF9C0BB2E5B6CE/b74b2d420bce4437074e846341a99d8705cdc4ae/55a6203b-3dae-4c04-85f1-91d6a685e5ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T072536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=222ed138f56fb0f1ba4f6e1b7fb5a320c4439a0b121923e099ad13d655521812 07:25:36 % Total % Received % Xferd Average Speed Time Time Time Current 07:25:36 Dload Upload Total Spent Left Speed 07:25:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17662 0 0 100 17662 0 72683 --:--:-- --:--:-- --:--:-- 72983 07:25:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] } 07:25:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:25:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:25:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:25:37 07:25:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:25:37 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:25:37 df9b9388f04a: Pulling fs layer 07:25:37 52dc419b0ee2: Pulling fs layer 07:25:37 25bc292e5bac: Pulling fs layer 07:25:37 114826534d7a: Pulling fs layer 07:25:37 4657fd5d0bcf: Pulling fs layer 07:25:37 6ad1cebc031e: Pulling fs layer 07:25:37 8a3aa393b2d8: Pulling fs layer 07:25:37 4657fd5d0bcf: Waiting 07:25:37 114826534d7a: Waiting 07:25:37 8a3aa393b2d8: Waiting 07:25:37 6ad1cebc031e: Waiting 07:25:37 25bc292e5bac: Verifying Checksum 07:25:37 25bc292e5bac: Download complete 07:25:37 52dc419b0ee2: Verifying Checksum 07:25:37 52dc419b0ee2: Download complete 07:25:37 4657fd5d0bcf: Verifying Checksum 07:25:37 4657fd5d0bcf: Download complete 07:25:37 df9b9388f04a: Download complete 07:25:38 df9b9388f04a: Pull complete 07:25:38 52dc419b0ee2: Pull complete 07:25:38 25bc292e5bac: Pull complete 07:25:38 6ad1cebc031e: Verifying Checksum 07:25:38 6ad1cebc031e: Download complete 07:25:39 8a3aa393b2d8: Verifying Checksum 07:25:39 8a3aa393b2d8: Download complete 07:25:39 114826534d7a: Verifying Checksum 07:25:39 114826534d7a: Download complete 07:25:43 114826534d7a: Pull complete 07:25:43 4657fd5d0bcf: Pull complete 07:25:44 6ad1cebc031e: Pull complete 07:25:47 8a3aa393b2d8: Pull complete 07:25:47 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 07:25:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:25:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:47 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:25:47 $ 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 07:25:49 $ docker top f1e9b8aa47cdb193175d8ae4e5ff073739346903fd5a42b0107f5f184d18b3f7 -eo pid,comm [Pipeline] { [Pipeline] echo 07:25:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-core-contracts:main' [Pipeline] sh 07:25:49 + set -o pipefail 07:25:49 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-core-contracts:main' 07:25:52 07:25:52 Monitoring /w/workspace/undry_go-mod-core-contracts_main (github.com/edgexfoundry/go-mod-core-contracts/v3)... 07:25:52 07:25:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a756fbae-3549-44dc-badb-c3fa3a96948c/history/0c73d213-fc45-4e7c-8e5c-b023b062eab7 07:25:52 07:25:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:25:52 07:25:52 07:25:52 A medium severity vulnerability was found in the Snyk CLI versions you are using. 07:25:52 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 07:25:52 More details here: https://snyk.co/ue1NS [Pipeline] } 07:25:52 $ docker stop --time=1 f1e9b8aa47cdb193175d8ae4e5ff073739346903fd5a42b0107f5f184d18b3f7 07:25:53 $ docker rm -f --volumes f1e9b8aa47cdb193175d8ae4e5ff073739346903fd5a42b0107f5f184d18b3f7 [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 07:25:54 + git log --format=format:%s -1 b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] sh 07:25:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:25:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:25:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:55 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:25:55 $ 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 07:25:55 $ docker top f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b -eo pid,comm 07:25:55 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). 07:25:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:25:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:25:55 [ssh-agent] Looking for ssh-agent implementation... 07:25:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:25:55 $ docker exec f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b ssh-agent 07:25:56 SSH_AUTH_SOCK=/tmp/ssh-abMWWvbwzNPC/agent.32 07:25:56 SSH_AGENT_PID=38 07:25:56 Running ssh-add (command line suppressed) 07:25:56 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_1796533771839619819.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_1796533771839619819.key) 07:25:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:25:56 + git semver tag 07:25:56 2023-02-07 07:25:56,647 [run_tag] DEBUG tag force:False 07:25:56 2023-02-07 07:25:56,647 [check_head_tag] DEBUG check head tag 07:25:56 2023-02-07 07:25:56,650 [execute] INFO git cat-file --batch-check 07:25:56 2023-02-07 07:25:56,650 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 07:25:56 2023-02-07 07:25:56,654 [execute] INFO git cat-file --batch 07:25:56 2023-02-07 07:25:56,654 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 07:25:56 2023-02-07 07:25:56,705 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:25:56 2023-02-07 07:25:56,706 [execute] INFO git tag -a v3.0.0-dev.9 -m v3.0.0-dev.9 07:25:56 2023-02-07 07:25:56,706 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.9', '-m', 'v3.0.0-dev.9'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) 07:25:56 2023-02-07 07:25:56,709 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:25:56 3.0.0-dev.9 [Pipeline] } 07:25:56 $ docker exec --env ******** --env ******** f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b ssh-agent -k 07:25:57 unset SSH_AUTH_SOCK; 07:25:57 unset SSH_AGENT_PID; 07:25:57 echo Agent pid 38 killed; 07:25:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:57 + git semver [Pipeline] } 07:25:57 $ docker stop --time=1 f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b 07:25:58 $ docker rm -f --volumes f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:25:59 07:25:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:25:59 0.23.1-centos7: Pulling from edgex-lftools 07:25:59 ab5ef0e58194: Pulling fs layer 07:25:59 9712f1f96733: Pulling fs layer 07:25:59 63f879dbbcfc: Pulling fs layer 07:25:59 0d9ebad4ef96: Pulling fs layer 07:25:59 e9a5061849ea: Pulling fs layer 07:25:59 d747dcd14b5f: Pulling fs layer 07:25:59 2de7ff778b66: Pulling fs layer 07:25:59 d747dcd14b5f: Waiting 07:25:59 0d9ebad4ef96: Waiting 07:25:59 2de7ff778b66: Waiting 07:25:59 e9a5061849ea: Waiting 07:25:59 9712f1f96733: Verifying Checksum 07:25:59 9712f1f96733: Download complete 07:26:01 63f879dbbcfc: Verifying Checksum 07:26:01 63f879dbbcfc: Download complete 07:26:01 0d9ebad4ef96: Verifying Checksum 07:26:01 0d9ebad4ef96: Download complete 07:26:01 e9a5061849ea: Verifying Checksum 07:26:01 e9a5061849ea: Download complete 07:26:02 d747dcd14b5f: Verifying Checksum 07:26:02 d747dcd14b5f: Download complete 07:26:02 ab5ef0e58194: Verifying Checksum 07:26:02 ab5ef0e58194: Download complete 07:26:02 2de7ff778b66: Download complete 07:26:05 ab5ef0e58194: Pull complete 07:26:05 9712f1f96733: Pull complete 07:26:05 63f879dbbcfc: Pull complete 07:26:09 0d9ebad4ef96: Pull complete 07:26:09 e9a5061849ea: Pull complete 07:26:09 d747dcd14b5f: Pull complete 07:26:11 2de7ff778b66: Pull complete 07:26:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:26:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:26:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:26:11 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:26:11 $ 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 07:26:14 $ docker top af3573e45979c5a31a8bc077ed813f92240d612d0e3db67765acd6417eb5b3be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:26:14 provisioning config files... 07:26:14 copy managed file [sigul-config] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config6425103323633682322tmp 07:26:14 copy managed file [sigul-password] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config5258150177297568173tmp 07:26:14 copy managed file [sigul-pki] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config2596303486681306776tmp [Pipeline] { [Pipeline] echo 07:26:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:26:14 ---> sigul-configuration.sh 07:26:14 gpg: directory `/root/.gnupg' created 07:26:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:26:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:26:14 gpg: keyring `/root/.gnupg/secring.gpg' created 07:26:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:26:14 gpg: CAST5 encrypted data 07:26:14 gpg: encrypted with 1 passphrase 07:26:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:26:14 + mkdir /home/jenkins 07:26:14 + mkdir /home/jenkins/sigul [Pipeline] sh 07:26:15 + 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 07:26:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:26:15 ---> sigul-install.sh 07:26:15 Sigul already installed; skipping installation. [Pipeline] sh 07:26:15 + git tag --list 07:26:15 v0.0.0 07:26:15 v0.0.1 07:26:15 v0.1.0 07:26:15 v0.1.1 07:26:15 v0.1.10 07:26:15 v0.1.100 07:26:15 v0.1.101 07:26:15 v0.1.102 07:26:15 v0.1.103 07:26:15 v0.1.104 07:26:15 v0.1.105 07:26:15 v0.1.106 07:26:15 v0.1.107 07:26:15 v0.1.108 07:26:15 v0.1.109 07:26:15 v0.1.11 07:26:15 v0.1.110 07:26:15 v0.1.111 07:26:15 v0.1.112 07:26:15 v0.1.113 07:26:15 v0.1.114 07:26:15 v0.1.115 07:26:15 v0.1.116 07:26:15 v0.1.117 07:26:15 v0.1.118 07:26:15 v0.1.119 07:26:15 v0.1.12 07:26:15 v0.1.120 07:26:15 v0.1.121 07:26:15 v0.1.122 07:26:15 v0.1.123 07:26:15 v0.1.124 07:26:15 v0.1.125 07:26:15 v0.1.126 07:26:15 v0.1.127 07:26:15 v0.1.128 07:26:15 v0.1.129 07:26:15 v0.1.13 07:26:15 v0.1.130 07:26:15 v0.1.131 07:26:15 v0.1.132 07:26:15 v0.1.133 07:26:15 v0.1.134 07:26:15 v0.1.135 07:26:15 v0.1.136 07:26:15 v0.1.137 07:26:15 v0.1.138 07:26:15 v0.1.139 07:26:15 v0.1.14 07:26:15 v0.1.140 07:26:15 v0.1.141 07:26:15 v0.1.142 07:26:15 v0.1.143 07:26:15 v0.1.144 07:26:15 v0.1.145 07:26:15 v0.1.146 07:26:15 v0.1.147 07:26:15 v0.1.148 07:26:15 v0.1.149 07:26:15 v0.1.15 07:26:15 v0.1.16 07:26:15 v0.1.17 07:26:15 v0.1.18 07:26:15 v0.1.19 07:26:15 v0.1.2 07:26:15 v0.1.20 07:26:15 v0.1.21 07:26:15 v0.1.22 07:26:15 v0.1.23 07:26:15 v0.1.24 07:26:15 v0.1.25 07:26:15 v0.1.26 07:26:15 v0.1.27 07:26:15 v0.1.28 07:26:15 v0.1.29 07:26:15 v0.1.3 07:26:15 v0.1.30 07:26:15 v0.1.31 07:26:15 v0.1.32 07:26:15 v0.1.33 07:26:15 v0.1.34 07:26:15 v0.1.35 07:26:15 v0.1.36 07:26:15 v0.1.37 07:26:15 v0.1.38 07:26:15 v0.1.39 07:26:15 v0.1.4 07:26:15 v0.1.40 07:26:15 v0.1.41 07:26:15 v0.1.42 07:26:15 v0.1.43 07:26:15 v0.1.44 07:26:15 v0.1.45 07:26:15 v0.1.46 07:26:15 v0.1.47 07:26:15 v0.1.48 07:26:15 v0.1.49 07:26:15 v0.1.5 07:26:15 v0.1.50 07:26:15 v0.1.51 07:26:15 v0.1.52 07:26:15 v0.1.53 07:26:15 v0.1.54 07:26:15 v0.1.55 07:26:15 v0.1.56 07:26:15 v0.1.57 07:26:15 v0.1.58 07:26:15 v0.1.59 07:26:15 v0.1.6 07:26:15 v0.1.60 07:26:15 v0.1.61 07:26:15 v0.1.62 07:26:15 v0.1.63 07:26:15 v0.1.64 07:26:15 v0.1.65 07:26:15 v0.1.66 07:26:15 v0.1.67 07:26:15 v0.1.68 07:26:15 v0.1.69 07:26:15 v0.1.7 07:26:15 v0.1.70 07:26:15 v0.1.71 07:26:15 v0.1.72 07:26:15 v0.1.73 07:26:15 v0.1.74 07:26:15 v0.1.75 07:26:15 v0.1.76 07:26:15 v0.1.77 07:26:15 v0.1.78 07:26:15 v0.1.79 07:26:15 v0.1.8 07:26:15 v0.1.80 07:26:15 v0.1.81 07:26:15 v0.1.82 07:26:15 v0.1.83 07:26:15 v0.1.84 07:26:15 v0.1.85 07:26:15 v0.1.86 07:26:15 v0.1.87 07:26:15 v0.1.88 07:26:15 v0.1.89 07:26:15 v0.1.9 07:26:15 v0.1.90 07:26:15 v0.1.91 07:26:15 v0.1.92 07:26:15 v0.1.93 07:26:15 v0.1.94 07:26:15 v0.1.95 07:26:15 v0.1.96 07:26:15 v0.1.97 07:26:15 v0.1.98 07:26:15 v0.1.99 07:26:15 v2.0.0 07:26:15 v2.1.0 07:26:15 v2.1.1 07:26:15 v2.1.1-dev.2 07:26:15 v2.2.0 07:26:15 v2.2.1-dev.1 07:26:15 v2.2.1-dev.10 07:26:15 v2.2.1-dev.11 07:26:15 v2.2.1-dev.2 07:26:15 v2.2.1-dev.3 07:26:15 v2.2.1-dev.4 07:26:15 v2.2.1-dev.5 07:26:15 v2.2.1-dev.6 07:26:15 v2.2.1-dev.7 07:26:15 v2.2.1-dev.8 07:26:15 v2.2.1-dev.9 07:26:15 v2.3.0 07:26:15 v2.3.0-dev.12 07:26:15 v2.3.0-dev.13 07:26:15 v2.3.0-dev.14 07:26:15 v2.3.0-dev.15 07:26:15 v2.3.0-dev.16 07:26:15 v2.3.0-dev.17 07:26:15 v2.3.0-dev.18 07:26:15 v2.3.0-dev.19 07:26:15 v2.3.0-dev.20 07:26:15 v2.3.1-dev.1 07:26:15 v3.0.0-dev.1 07:26:15 v3.0.0-dev.2 07:26:15 v3.0.0-dev.3 07:26:15 v3.0.0-dev.4 07:26:15 v3.0.0-dev.5 07:26:15 v3.0.0-dev.6 07:26:15 v3.0.0-dev.7 07:26:15 v3.0.0-dev.8 07:26:15 v3.0.0-dev.9 [Pipeline] sh 07:26:16 + lftools sign git-tag v3.0.0-dev.9 07:26:16 Signing Git tag with Sigul... 07:26:16 Signing v3.0.0-dev.9 [Pipeline] echo 07:26:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:26:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:26:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:26:17 $ docker stop --time=1 af3573e45979c5a31a8bc077ed813f92240d612d0e3db67765acd6417eb5b3be 07:26:18 $ docker rm -f --volumes af3573e45979c5a31a8bc077ed813f92240d612d0e3db67765acd6417eb5b3be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:26:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:26:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:26:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:26:19 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:26:19 $ 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 07:26:20 $ docker top 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda -eo pid,comm 07:26:20 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). 07:26:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:26:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:20 [ssh-agent] Looking for ssh-agent implementation... 07:26:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:20 $ docker exec 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda ssh-agent 07:26:20 SSH_AUTH_SOCK=/tmp/ssh-dbKKukdhXXp0/agent.33 07:26:20 SSH_AGENT_PID=39 07:26:20 Running ssh-add (command line suppressed) 07:26:20 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_5850889503785959307.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_5850889503785959307.key) 07:26:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:20 + git semver bump pre 07:26:21 2023-02-07 07:26:20,913 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:26:21 2023-02-07 07:26:20,913 [bump_version] DEBUG bumping version:3.0.0-dev.9 on axis:pre with prefix:dev 07:26:21 2023-02-07 07:26:20,913 [bump_version] DEBUG bumped version:3.0.0-dev.10 07:26:21 2023-02-07 07:26:20,913 [write_version] DEBUG write version:3.0.0-dev.10 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:True 07:26:21 2023-02-07 07:26:20,913 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:26:21 2023-02-07 07:26:20,914 [write_file] DEBUG write to file:/w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:26:21 2023-02-07 07:26:20,915 [execute] INFO git cat-file --batch-check 07:26:21 2023-02-07 07:26:20,916 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 07:26:21 2023-02-07 07:26:20,921 [execute] INFO git cat-file --batch 07:26:21 2023-02-07 07:26:20,922 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 07:26:21 2023-02-07 07:26:20,926 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:26:21 3.0.0-dev.10 [Pipeline] } 07:26:21 $ docker exec --env ******** --env ******** 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda ssh-agent -k 07:26:21 unset SSH_AUTH_SOCK; 07:26:21 unset SSH_AGENT_PID; 07:26:21 echo Agent pid 39 killed; 07:26:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:26:21 + git semver [Pipeline] } 07:26:21 $ docker stop --time=1 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda 07:26:22 $ docker rm -f --volumes 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda [Pipeline] // withDockerContainer [Pipeline] sh 07:26:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:26:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:26:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:26:23 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:26:23 $ 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 07:26:24 $ docker top a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 -eo pid,comm 07:26:24 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). 07:26:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:26:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:24 [ssh-agent] Looking for ssh-agent implementation... 07:26:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:24 $ docker exec a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 ssh-agent 07:26:24 SSH_AUTH_SOCK=/tmp/ssh-E4yQhrO6oeBe/agent.33 07:26:24 SSH_AGENT_PID=39 07:26:24 Running ssh-add (command line suppressed) 07:26:24 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_15859860585950269246.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_15859860585950269246.key) 07:26:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:24 + git semver push 07:26:25 2023-02-07 07:26:25,011 [run_push] DEBUG push 07:26:25 2023-02-07 07:26:25,011 [execute] INFO git cat-file --batch-check 07:26:25 2023-02-07 07:26:25,012 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 07:26:25 2023-02-07 07:26:25,015 [execute] INFO git rev-list cd8328cdc47beb02d26d53f1133925c282cf4da7 -- 07:26:25 2023-02-07 07:26:25,015 [execute] DEBUG Popen(['git', 'rev-list', 'cd8328cdc47beb02d26d53f1133925c282cf4da7', '--'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 07:26:25 2023-02-07 07:26:25,027 [execute] INFO git fetch -v origin 07:26:25 2023-02-07 07:26:25,027 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=True, shell=None, istream=None) 07:26:25 2023-02-07 07:26:25,612 [run_push] DEBUG no remote changes detected 07:26:25 2023-02-07 07:26:25,612 [execute] INFO git push origin semver 07:26:25 2023-02-07 07:26:25,613 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 07:26:27 2023-02-07 07:26:26,736 [run_push] DEBUG push all version tags 07:26:27 2023-02-07 07:26:26,737 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:26:27 2023-02-07 07:26:26,737 [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) 07:26:27 2023-02-07 07:26:27,627 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 07:26:27 3.0.0-dev.10 [Pipeline] } 07:26:27 $ docker exec --env ******** --env ******** a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 ssh-agent -k 07:26:28 unset SSH_AUTH_SOCK; 07:26:28 unset SSH_AGENT_PID; 07:26:28 echo Agent pid 39 killed; 07:26:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:26:28 + git semver [Pipeline] } 07:26:28 $ docker stop --time=1 a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 07:26:30 $ docker rm -f --volumes a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 [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 07:26:30 + [ -d /w/workspace/undry_go-mod-core-contracts_main/archives ] 07:26:30 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 07:26:30 total 16 07:26:30 drwxr-xr-x 3 root root 4096 Feb 7 07:22 . 07:26:30 drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 07:26 .. 07:26:30 drwxr-xr-x 2 root root 4096 Feb 7 07:22 cost 07:26:30 -rw-r--r-- 1 root root 92 Feb 7 07:22 cost.csv 07:26:30 + sudo chown -R jenkins:jenkins /w/workspace/undry_go-mod-core-contracts_main/archives 07:26:30 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 07:26:30 total 16 07:26:30 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 07:22 . 07:26:30 drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 07:26 .. 07:26:30 drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 07:22 cost 07:26:30 -rw-r--r-- 1 jenkins jenkins 92 Feb 7 07:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:26:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:26:31 ---> package-listing.sh 07:26:31 ++ facter osfamily 07:26:31 ++ tr '[:upper:]' '[:lower:]' 07:26:31 + OS_FAMILY=debian 07:26:31 + workspace=/w/workspace/undry_go-mod-core-contracts_main 07:26:31 + START_PACKAGES=/tmp/packages_start.txt 07:26:31 + END_PACKAGES=/tmp/packages_end.txt 07:26:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:26:31 + PACKAGES=/tmp/packages_start.txt 07:26:31 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 07:26:31 + PACKAGES=/tmp/packages_end.txt 07:26:31 + case "${OS_FAMILY}" in 07:26:31 + dpkg -l 07:26:31 + grep '^ii' 07:26:31 + '[' -f /tmp/packages_start.txt ']' 07:26:31 + '[' -f /tmp/packages_end.txt ']' 07:26:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:26:31 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 07:26:31 + mkdir -p /w/workspace/undry_go-mod-core-contracts_main/archives/ 07:26:31 + 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 07:26:32 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 07:26:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:26:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:26:32 prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container 07:26:32 $ 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 07:26:33 $ docker top eeaf22b03a879fd3ccec8dd21e362c7c4b7c08ffcf175b113ae1488f1183fe3e -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:33 + touch /tmp/pre-build-complete [Pipeline] sh 07:26:33 + mkdir -p /var/log/sysstat [Pipeline] sh 07:26:34 + ls /var/log/sa-host 07:26:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:26:34 provisioning config files... 07:26:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config8427168722153856043tmp [Pipeline] { [Pipeline] echo 07:26:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:26:34 ---> create-netrc.sh [Pipeline] } 07:26:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:26:34 ---> python-tools-install.sh [Pipeline] echo 07:26:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:26:35 ---> sudo-logs.sh 07:26:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:26:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:26:35 ---> job-cost.sh 07:26:35 lf-activate-venv: SKIPPING 07:26:35 DEBUG: total: 0.2199999988079071 07:26:35 INFO: Retrieving Stack Cost... 07:26:35 INFO: Retrieving Pricing Info for: v3-standard-8 07:26:35 INFO: Archiving Costs [Pipeline] echo 07:26:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:26:36 ---> logs-deploy.sh 07:26:36 lf-activate-venv: SKIPPING 07:26:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/main/97 07:26:36 INFO: archiving workspace using pattern(s): 07:26:37 Archives upload complete. 07:26:37 INFO: archiving logs to Nexus 07:26:38 ---> uname -a: 07:26:38 Linux prd-ubuntu20-04-docker-8c-8g-4851 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:26:38 07:26:38 07:26:38 ---> lscpu: 07:26:38 Architecture: x86_64 07:26:38 CPU op-mode(s): 32-bit, 64-bit 07:26:38 Byte Order: Little Endian 07:26:38 Address sizes: 40 bits physical, 48 bits virtual 07:26:38 CPU(s): 8 07:26:38 On-line CPU(s) list: 0-7 07:26:38 Thread(s) per core: 1 07:26:38 Core(s) per socket: 1 07:26:38 Socket(s): 8 07:26:38 NUMA node(s): 1 07:26:38 Vendor ID: AuthenticAMD 07:26:38 CPU family: 23 07:26:38 Model: 49 07:26:38 Model name: AMD EPYC-Rome Processor 07:26:38 Stepping: 0 07:26:38 CPU MHz: 2799.998 07:26:38 BogoMIPS: 5599.99 07:26:38 Virtualization: AMD-V 07:26:38 Hypervisor vendor: KVM 07:26:38 Virtualization type: full 07:26:38 L1d cache: 256 KiB 07:26:38 L1i cache: 256 KiB 07:26:38 L2 cache: 4 MiB 07:26:38 L3 cache: 128 MiB 07:26:38 NUMA node0 CPU(s): 0-7 07:26:38 Vulnerability Itlb multihit: Not affected 07:26:38 Vulnerability L1tf: Not affected 07:26:38 Vulnerability Mds: Not affected 07:26:38 Vulnerability Meltdown: Not affected 07:26:38 Vulnerability Mmio stale data: Not affected 07:26:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:26:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:26:38 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:26:38 Vulnerability Srbds: Not affected 07:26:38 Vulnerability Tsx async abort: Not affected 07:26:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:26:38 07:26:38 07:26:38 ---> nproc: 07:26:38 8 07:26:38 07:26:38 07:26:38 ---> df -h: 07:26:38 Filesystem Size Used Avail Use% Mounted on 07:26:38 overlay 155G 12G 143G 8% / 07:26:38 tmpfs 64M 0 64M 0% /dev 07:26:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:26:38 shm 64M 0 64M 0% /dev/shm 07:26:38 /dev/vda1 155G 12G 143G 8% /facter-os 07:26:38 07:26:38 07:26:38 ---> sar -b -r -n DEV: 07:26:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4851) 02/07/23 _x86_64_ (8 CPU) 07:26:38 07:26:38 07:20:19 LINUX RESTART (8 CPU) 07:26:38 07:26:38 07:21:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:26:38 07:22:01 126.98 3.41 123.56 0.00 464.75 129212.89 0.00 07:26:38 07:23:01 3.58 0.00 3.58 0.00 0.00 58.12 0.00 07:26:38 07:24:01 1.42 0.00 1.42 0.00 0.00 14.68 0.00 07:26:38 07:25:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 07:26:38 07:26:01 105.53 10.90 94.64 0.00 5186.80 45499.90 0.00 07:26:38 Average: 47.24 2.86 44.38 0.00 1134.91 34328.26 0.00 07:26:38 07:26:38 07:21:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:26:38 07:22:01 28638840 31553672 759064 2.31 91412 3053864 1773188 5.23 1165912 2667112 304 07:26:38 07:23:01 28638028 31552648 761400 2.32 91544 3053728 1703016 5.02 1177780 2657684 180 07:26:38 07:24:01 28638052 31552772 761172 2.31 91580 3053728 1703016 5.02 1178584 2657684 12 07:26:38 07:25:01 28643076 31557804 756048 2.30 91604 3053732 1703016 5.02 1173232 2657688 44 07:26:38 07:26:01 27183808 31497888 790908 2.41 146132 4333900 1940592 5.72 1596936 3603896 121144 07:26:38 Average: 28348361 31542957 765718 2.33 102454 3309790 1764566 5.20 1258489 2848813 24337 07:26:38 07:26:38 07:21:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:26:38 07:22:01 docker0 21.17 29.96 1.94 341.25 0.00 0.00 0.00 0.00 07:26:38 07:22:01 ens3 371.83 266.92 7137.94 46.60 0.00 0.00 0.00 0.00 07:26:38 07:22:01 lo 2.21 2.21 0.22 0.22 0.00 0.00 0.00 0.00 07:26:38 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:38 07:23:01 ens3 11.65 8.17 17.96 12.41 0.00 0.00 0.00 0.00 07:26:38 07:23:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 07:26:38 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:38 07:24:01 ens3 2.50 2.90 0.39 6.86 0.00 0.00 0.00 0.00 07:26:38 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:38 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:38 07:25:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:26:38 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:26:38 07:26:01 docker0 16.01 25.52 1.36 288.34 0.00 0.00 0.00 0.00 07:26:38 07:26:01 ens3 541.17 393.25 9075.68 103.01 0.00 0.00 0.00 0.00 07:26:38 07:26:01 lo 2.33 2.33 0.22 0.22 0.00 0.00 0.00 0.00 07:26:38 Average: docker0 7.34 10.97 0.65 124.48 0.00 0.00 0.00 0.00 07:26:38 Average: ens3 184.22 133.39 3220.48 33.69 0.00 0.00 0.00 0.00 07:26:38 Average: lo 0.99 0.99 0.09 0.09 0.00 0.00 0.00 0.00 07:26:38 07:26:38 07:26:38 ---> sar -P ALL: 07:26:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4851) 02/07/23 _x86_64_ (8 CPU) 07:26:38 07:26:38 07:20:19 LINUX RESTART (8 CPU) 07:26:38 07:26:38 07:21:03 CPU %user %nice %system %iowait %steal %idle 07:26:38 07:22:01 all 21.96 0.00 6.04 1.39 0.11 70.51 07:26:38 07:22:01 0 19.73 0.00 5.33 0.84 0.11 74.00 07:26:38 07:22:01 1 21.78 0.00 6.10 0.61 0.09 71.42 07:26:38 07:22:01 2 21.97 0.00 6.07 0.14 0.07 71.75 07:26:38 07:22:01 3 22.26 0.00 5.94 1.23 0.12 70.46 07:26:38 07:22:01 4 23.58 0.00 5.96 0.16 0.11 70.20 07:26:38 07:22:01 5 20.76 0.00 6.37 5.09 0.09 67.70 07:26:38 07:22:01 6 24.13 0.00 6.27 2.86 0.11 66.64 07:26:38 07:22:01 7 21.47 0.00 6.27 0.16 0.18 71.93 07:26:38 07:23:01 all 0.23 0.00 0.09 0.03 0.01 99.65 07:26:38 07:23:01 0 0.15 0.00 0.13 0.00 0.00 99.72 07:26:38 07:23:01 1 0.27 0.00 0.08 0.05 0.02 99.58 07:26:38 07:23:01 2 0.50 0.00 0.07 0.00 0.03 99.40 07:26:38 07:23:01 3 0.17 0.00 0.07 0.00 0.00 99.77 07:26:38 07:23:01 4 0.22 0.00 0.08 0.00 0.00 99.70 07:26:38 07:23:01 5 0.08 0.00 0.10 0.00 0.00 99.82 07:26:38 07:23:01 6 0.10 0.00 0.05 0.07 0.00 99.78 07:26:38 07:23:01 7 0.33 0.00 0.12 0.08 0.02 99.45 07:26:38 07:24:01 all 0.05 0.00 0.02 0.00 0.00 99.93 07:26:38 07:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:26:38 07:24:01 1 0.07 0.00 0.05 0.00 0.02 99.87 07:26:38 07:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:26:38 07:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:26:38 07:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:26:38 07:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:26:38 07:24:01 6 0.10 0.00 0.02 0.02 0.00 99.87 07:26:38 07:24:01 7 0.07 0.00 0.03 0.00 0.00 99.90 07:26:38 07:25:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:26:38 07:25:01 0 0.10 0.00 0.00 0.00 0.02 99.88 07:26:38 07:25:01 1 0.07 0.00 0.02 0.00 0.02 99.90 07:26:38 07:25:01 2 0.03 0.00 0.02 0.02 0.02 99.92 07:26:38 07:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:26:38 07:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:26:38 07:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:26:38 07:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:26:38 07:25:01 7 0.05 0.00 0.03 0.02 0.02 99.88 07:26:38 07:26:01 all 6.80 0.00 3.73 0.88 0.06 88.54 07:26:38 07:26:01 0 6.82 0.00 3.61 1.46 0.05 88.05 07:26:38 07:26:01 1 7.60 0.00 4.30 1.71 0.07 86.32 07:26:38 07:26:01 2 6.51 0.00 3.19 0.30 0.05 89.95 07:26:38 07:26:01 3 8.73 0.00 4.05 0.18 0.07 86.97 07:26:38 07:26:01 4 6.09 0.00 3.19 0.67 0.05 89.99 07:26:38 07:26:01 5 7.25 0.00 5.00 0.64 0.07 87.04 07:26:38 07:26:01 6 5.40 0.00 3.26 1.31 0.07 89.96 07:26:38 07:26:01 7 5.98 0.00 3.20 0.73 0.07 90.02 07:26:38 Average: all 5.65 0.00 1.93 0.45 0.04 91.93 07:26:38 Average: 0 5.22 0.00 1.78 0.46 0.03 92.51 07:26:38 Average: 1 5.81 0.00 2.07 0.47 0.04 91.61 07:26:38 Average: 2 5.66 0.00 1.83 0.09 0.03 92.39 07:26:38 Average: 3 6.08 0.00 1.97 0.27 0.04 91.63 07:26:38 Average: 4 5.80 0.00 1.80 0.17 0.03 92.20 07:26:38 Average: 5 5.48 0.00 2.25 1.11 0.03 91.13 07:26:38 Average: 6 5.77 0.00 1.88 0.83 0.04 91.49 07:26:38 Average: 7 5.42 0.00 1.88 0.20 0.05 92.44 07:26:38 07:26:38 07:26:38