Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4a060e2d84592ef96baa1dcdb832da229f70675e 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-ssh13091115039250336372.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-ssh9060844213472971788.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-ssh4172857782584818452.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-ssh3442493262858740880.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-ssh8124242684807534525.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-5385’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-5800’ is offline ‘prd-ubuntu20.04-docker-8c-8g-5806’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-5801’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5807 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 4a060e2d84592ef96baa1dcdb832da229f70675e (main) Commit message: "Merge pull request #793 from lenny-intel/topic-constants" > 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 4a060e2d84592ef96baa1dcdb832da229f70675e # timeout=10 > git rev-list --no-walk 1b561ae2dd00e88c41dcf42fea0b29a8de0b342e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:06:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:06:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:06:41 ========================================================= 16:06:41 EdgeX Global Pipelines Version Info 16:06:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:06:41 ------------------- 16:06:41 stable info: 16:06:41 ------------------- 16:06:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:06:41 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:06:41 Message: update stable to v1.0.244 16:06:42 ------------------- 16:06:42 experimental info: 16:06:42 ------------------- 16:06:42 Commited By: **** collab-it+edgex@linuxfoundation.org 16:06:42 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:06:42 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a060e2d84592ef96baa1dcdb832da229f70675e [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a060e2 [Pipeline] echo 16:06:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:06:43 + git rev-list -1 --merges 4a060e2d84592ef96baa1dcdb832da229f70675e~1..4a060e2d84592ef96baa1dcdb832da229f70675e [Pipeline] echo 16:06:43 -----------> git rev-list -1 --merges 4a060e2d84592ef96baa1dcdb832da229f70675e~1..4a060e2d84592ef96baa1dcdb832da229f70675e 4a060e2d84592ef96baa1dcdb832da229f70675e 16:06:43 4a060e2d84592ef96baa1dcdb832da229f70675e [false] [Pipeline] sh 16:06:43 + git log --format=format:%s -1 4a060e2d84592ef96baa1dcdb832da229f70675e [Pipeline] echo 16:06:43 ========================================================= 16:06:43 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:06:43 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:06:43 + git log --format=format:%s -1 4a060e2d84592ef96baa1dcdb832da229f70675e [Pipeline] echo 16:06:43 [semverPrep] GIT_COMMIT: 4a060e2d84592ef96baa1dcdb832da229f70675e, Commit Message: Merge pull request #793 from lenny-intel/topic-constants [Pipeline] echo 16:06:43 [semverPrep] This is not a build commit. [Pipeline] sh 16:06:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:06:44 + grep -v github /etc/ssh/ssh_known_hosts 16:06:44 + [ -e /tmp/ssh_known_hosts ] 16:06:44 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:06:44 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:06:44 + sudo tee -a /etc/ssh/ssh_known_hosts 16:06:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:06:44 16:06:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:06:44 0.1.4: Pulling from edgex-devops/py-git-semver 16:06:44 b85a868b505f: Pulling fs layer 16:06:44 e2be974225ed: Pulling fs layer 16:06:44 339a4e72a1f5: Pulling fs layer 16:06:44 988bab9f4d93: Pulling fs layer 16:06:44 1469e6f7b9e6: Pulling fs layer 16:06:44 eaf3925da568: Pulling fs layer 16:06:44 bab4dde63d76: Pulling fs layer 16:06:44 bde34c3a00c8: Pulling fs layer 16:06:44 b352a97aabf1: Pulling fs layer 16:06:44 4872d77fe225: Pulling fs layer 16:06:44 5851b861e8e6: Pulling fs layer 16:06:44 988bab9f4d93: Waiting 16:06:44 5851b861e8e6: Waiting 16:06:44 bab4dde63d76: Waiting 16:06:44 b352a97aabf1: Waiting 16:06:44 bde34c3a00c8: Waiting 16:06:44 1469e6f7b9e6: Waiting 16:06:44 e2be974225ed: Verifying Checksum 16:06:44 e2be974225ed: Download complete 16:06:44 988bab9f4d93: Download complete 16:06:45 1469e6f7b9e6: Download complete 16:06:45 339a4e72a1f5: Download complete 16:06:45 eaf3925da568: Download complete 16:06:45 bde34c3a00c8: Verifying Checksum 16:06:45 bde34c3a00c8: Download complete 16:06:45 b352a97aabf1: Verifying Checksum 16:06:45 b352a97aabf1: Download complete 16:06:45 4872d77fe225: Download complete 16:06:45 5851b861e8e6: Verifying Checksum 16:06:45 5851b861e8e6: Download complete 16:06:45 b85a868b505f: Download complete 16:06:45 bab4dde63d76: Verifying Checksum 16:06:45 bab4dde63d76: Download complete 16:06:46 b85a868b505f: Pull complete 16:06:46 e2be974225ed: Pull complete 16:06:47 339a4e72a1f5: Pull complete 16:06:47 988bab9f4d93: Pull complete 16:06:47 1469e6f7b9e6: Pull complete 16:06:47 eaf3925da568: Pull complete 16:06:49 bab4dde63d76: Pull complete 16:06:49 bde34c3a00c8: Pull complete 16:06:49 b352a97aabf1: Pull complete 16:06:49 4872d77fe225: Pull complete 16:06:49 5851b861e8e6: Pull complete 16:06:49 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:06:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:06:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:06:50 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:06:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:06:51 $ docker top 5d2c02f1f21acc1119afc09f609840975ecbaa7f82ad1bd4203f2d59f68058bb -eo pid,comm 16:06:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:06:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:06:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:51 [ssh-agent] Looking for ssh-agent implementation... 16:06:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:51 $ docker exec 5d2c02f1f21acc1119afc09f609840975ecbaa7f82ad1bd4203f2d59f68058bb ssh-agent 16:06:51 SSH_AUTH_SOCK=/tmp/ssh-XcLlHJrSMWji/agent.32 16:06:51 SSH_AGENT_PID=38 16:06:51 Running ssh-add (command line suppressed) 16:06:51 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8382464873812335588.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8382464873812335588.key) 16:06:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:52 + git tag --points-at HEAD [Pipeline] } 16:06:52 $ docker exec --env ******** --env ******** 5d2c02f1f21acc1119afc09f609840975ecbaa7f82ad1bd4203f2d59f68058bb ssh-agent -k 16:06:52 unset SSH_AUTH_SOCK; 16:06:52 unset SSH_AGENT_PID; 16:06:52 echo Agent pid 38 killed; 16:06:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:06:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:52 [ssh-agent] Looking for ssh-agent implementation... 16:06:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:52 $ docker exec 5d2c02f1f21acc1119afc09f609840975ecbaa7f82ad1bd4203f2d59f68058bb ssh-agent 16:06:52 SSH_AUTH_SOCK=/tmp/ssh-19sFXasH8SHT/agent.70 16:06:52 SSH_AGENT_PID=76 16:06:52 Running ssh-add (command line suppressed) 16:06:52 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_14986869287969993644.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_14986869287969993644.key) 16:06:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:53 + git semver init 16:06:53 2023-02-14 16:06:53,176 [run_init] DEBUG init version:0.0.0 force:False 16:06:53 2023-02-14 16:06:53,177 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_go-mod-core-contracts_main/.semver 16:06:53 2023-02-14 16:06:53,177 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/undry_go-mod-core-contracts_main/.semver 16:06:53 2023-02-14 16:06:53,177 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-core-contracts.git', '/w/workspace/undry_go-mod-core-contracts_main/.semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) 16:06:54 2023-02-14 16:06:54,017 [append_file] DEBUG append to file:/w/workspace/undry_go-mod-core-contracts_main/.git/info/exclude 16:06:54 2023-02-14 16:06:54,017 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:False 16:06:54 2023-02-14 16:06:54,017 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:06:54 2023-02-14 16:06:54,017 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:06:54 3.0.0-dev.13 [Pipeline] } 16:06:54 $ docker exec --env ******** --env ******** 5d2c02f1f21acc1119afc09f609840975ecbaa7f82ad1bd4203f2d59f68058bb ssh-agent -k 16:06:54 unset SSH_AUTH_SOCK; 16:06:54 unset SSH_AGENT_PID; 16:06:54 echo Agent pid 76 killed; 16:06:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:06:54 + git semver [Pipeline] } 16:06:54 $ docker stop --time=1 5d2c02f1f21acc1119afc09f609840975ecbaa7f82ad1bd4203f2d59f68058bb 16:06:56 $ docker rm -f --volumes 5d2c02f1f21acc1119afc09f609840975ecbaa7f82ad1bd4203f2d59f68058bb [Pipeline] // withDockerContainer [Pipeline] sh 16:06:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:06:56 Stashed 1 file(s) [Pipeline] echo 16:06:56 [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:06:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:06:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:06:56 ========================================================= 16:06:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:06:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:06:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:06:57 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:06:57 213ec9aee27d: Pulling fs layer 16:06:57 4583459ba037: Pulling fs layer 16:06:57 93c1e223e6f2: Pulling fs layer 16:06:57 53926ce57604: Pulling fs layer 16:06:57 53926ce57604: Waiting 16:06:57 21b2b0c7a3f4: Pulling fs layer 16:06:57 22ff95d597cd: Pulling fs layer 16:06:57 12d6caf4c0d1: Pulling fs layer 16:06:57 96b7cbca73a9: Pulling fs layer 16:06:57 a7acece74701: Pulling fs layer 16:06:57 22ff95d597cd: Waiting 16:06:57 12d6caf4c0d1: Waiting 16:06:57 96b7cbca73a9: Waiting 16:06:57 a7acece74701: Waiting 16:06:57 21b2b0c7a3f4: Waiting 16:06:57 93c1e223e6f2: Download complete 16:06:57 4583459ba037: Download complete 16:06:57 21b2b0c7a3f4: Verifying Checksum 16:06:57 21b2b0c7a3f4: Download complete 16:06:57 22ff95d597cd: Verifying Checksum 16:06:57 22ff95d597cd: Download complete 16:06:57 213ec9aee27d: Download complete 16:06:57 12d6caf4c0d1: Verifying Checksum 16:06:57 12d6caf4c0d1: Download complete 16:06:57 213ec9aee27d: Pull complete 16:06:57 4583459ba037: Pull complete 16:06:57 93c1e223e6f2: Pull complete 16:06:58 53926ce57604: Verifying Checksum 16:06:58 53926ce57604: Download complete 16:06:58 a7acece74701: Verifying Checksum 16:06:58 a7acece74701: Download complete 16:06:58 96b7cbca73a9: Verifying Checksum 16:06:58 96b7cbca73a9: Download complete 16:07:02 53926ce57604: Pull complete 16:07:02 21b2b0c7a3f4: Pull complete 16:07:02 22ff95d597cd: Pull complete 16:07:02 12d6caf4c0d1: Pull complete 16:07:04 96b7cbca73a9: Pull complete 16:07:05 a7acece74701: Pull complete 16:07:05 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:07:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:07:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 16:07:05 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:05 + docker inspect -f . ci-base-image-x86_64 16:07:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:05 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:07:05 $ 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 ******** -e ******** ci-base-image-x86_64 cat 16:07:07 $ docker top db8de5f627f5780004d62ae427db21e00b4a0148b4b5e06b0cfdf2c8ddcca480 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:08 + go version 16:07:08 go version go1.18.7 linux/amd64 [Pipeline] } 16:07:08 $ docker stop --time=1 db8de5f627f5780004d62ae427db21e00b4a0148b4b5e06b0cfdf2c8ddcca480 16:07:09 $ docker rm -f --volumes db8de5f627f5780004d62ae427db21e00b4a0148b4b5e06b0cfdf2c8ddcca480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:09 + docker inspect -f . ci-base-image-x86_64 16:07:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:09 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:07:09 $ 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 ******** -e ******** ci-base-image-x86_64 cat 16:07:10 $ docker top 38d0a4c36ecf3e62231767d627c9fe6c88bb4e0d00280bd12e2d535e88fd0f22 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:10 + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] fileExists [Pipeline] sh 16:07:10 + make test 16:07:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:07:10 go: downloading github.com/go-playground/validator/v10 v10.11.2 16:07:10 go: downloading github.com/google/uuid v1.3.0 16:07:10 go: downloading github.com/stretchr/testify v1.8.1 16:07:10 go: downloading gopkg.in/yaml.v3 v3.0.1 16:07:10 go: downloading github.com/go-kit/log v0.2.1 16:07:10 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:07:10 go: downloading github.com/go-logfmt/logfmt v0.5.1 16:07:10 go: downloading github.com/x448/float16 v0.8.4 16:07:11 go: downloading github.com/stretchr/objx v0.5.0 16:07:11 go: downloading github.com/davecgh/go-spew v1.1.1 16:07:11 go: downloading github.com/pmezard/go-difflib v1.0.0 16:07:11 go: downloading github.com/go-playground/universal-translator v0.18.1 16:07:11 go: downloading golang.org/x/text v0.6.0 16:07:11 go: downloading github.com/leodido/go-urn v1.2.1 16:07:11 go: downloading golang.org/x/crypto v0.5.0 16:07:11 go: downloading github.com/go-playground/locales v0.14.1 16:07:11 Still waiting to schedule task 16:07:11 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:07:12 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.074s coverage: 83.5% of statements 16:07:17 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 16:07:17 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 16:07:17 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.034s coverage: 29.4% of statements 16:07:17 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 16:07:17 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.019s coverage: 53.4% of statements 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.018s coverage: 90.0% of statements 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.044s coverage: 86.8% of statements 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.022s coverage: 60.5% of statements 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.018s coverage: 36.1% of statements 16:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.007s coverage: 48.7% of statements 16:07:24 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 16:07:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:07:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:07:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:07:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:07:26 $ docker stop --time=1 38d0a4c36ecf3e62231767d627c9fe6c88bb4e0d00280bd12e2d535e88fd0f22 16:07:28 $ docker rm -f --volumes 38d0a4c36ecf3e62231767d627c9fe6c88bb4e0d00280bd12e2d535e88fd0f22 [Pipeline] // withDockerContainer [Pipeline] sh 16:07:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:07:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:29 16:07:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:29 latest: Pulling from edgex-lftools-log-publisher 16:07:29 5eb5b503b376: Pulling fs layer 16:07:29 5c69ac0246d0: Pulling fs layer 16:07:29 ec43610c2a17: Pulling fs layer 16:07:29 3a2ae6a8a46f: Pulling fs layer 16:07:29 33b1e0a273af: Pulling fs layer 16:07:29 5d3b04190fa2: Pulling fs layer 16:07:29 2f39f015ded8: Pulling fs layer 16:07:29 33b1e0a273af: Waiting 16:07:29 5d3b04190fa2: Waiting 16:07:29 2f39f015ded8: Waiting 16:07:29 3a2ae6a8a46f: Waiting 16:07:29 5c69ac0246d0: Verifying Checksum 16:07:29 5c69ac0246d0: Download complete 16:07:29 3a2ae6a8a46f: Download complete 16:07:29 33b1e0a273af: Verifying Checksum 16:07:29 33b1e0a273af: Download complete 16:07:29 5d3b04190fa2: Verifying Checksum 16:07:29 5d3b04190fa2: Download complete 16:07:29 ec43610c2a17: Download complete 16:07:29 5eb5b503b376: Verifying Checksum 16:07:29 5eb5b503b376: Download complete 16:07:30 2f39f015ded8: Download complete 16:07:30 5eb5b503b376: Pull complete 16:07:31 5c69ac0246d0: Pull complete 16:07:31 ec43610c2a17: Pull complete 16:07:31 3a2ae6a8a46f: Pull complete 16:07:31 33b1e0a273af: Pull complete 16:07:31 5d3b04190fa2: Pull complete 16:07:36 2f39f015ded8: Pull complete 16:07:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:07:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:36 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:07:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:07:37 $ docker top ebc81c0109883b0ae8954e263ce7d495e1d9fcc87d78c76289c825906896f97c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:38 ---> job-cost.sh 16:07:38 lf-activate-venv: SKIPPING 16:07:38 INFO: No Stack... 16:07:38 INFO: Retrieving Pricing Info for: v3-standard-8 16:07:38 INFO: Archiving Costs [Pipeline] sh 16:07:38 + cut -d, -f6 16:07:38 + cat /w/workspace/undry_go-mod-core-contracts_main/archives/cost.csv [Pipeline] lock 16:07:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] 16:07:38 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] did not exist. Created. 16:07:38 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:07:39 + echo total: 0.2199999988079071 [Pipeline] stash 16:07:39 Stashed 1 file(s) [Pipeline] } 16:07:39 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] [Pipeline] // lock [Pipeline] } 16:07:39 $ docker stop --time=1 ebc81c0109883b0ae8954e263ce7d495e1d9fcc87d78c76289c825906896f97c 16:07:40 $ docker rm -f --volumes ebc81c0109883b0ae8954e263ce7d495e1d9fcc87d78c76289c825906896f97c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:09:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5812 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] ws 16:09:32 Running in /w/workspace/go-mod-core-contracts/101 [Pipeline] { [Pipeline] checkout 16:09:32 Selected Git installation does not exist. Using Default 16:09:32 The recommended git tool is: NONE 16:09:39 using credential edgex-jenkins-ssh 16:09:39 Cloning the remote Git repository 16:09:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:09:39 > git init /w/workspace/go-mod-core-contracts/101 # timeout=10 16:09:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:09:39 > git --version # timeout=10 16:09:39 > git --version # 'git version 2.25.1' 16:09:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:09:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:09:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:09:42 Avoid second fetch 16:09:42 Checking out Revision 4a060e2d84592ef96baa1dcdb832da229f70675e (main) 16:09:42 Commit message: "Merge pull request #793 from lenny-intel/topic-constants" 16:09:42 > git config core.sparsecheckout # timeout=10 16:09:42 > git checkout -f 4a060e2d84592ef96baa1dcdb832da229f70675e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:09:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:09:43 % Total % Received % Xferd Average Speed Time Time Time Current 16:09:43 Dload Upload Total Spent Left Speed 16:09:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 211k [Pipeline] sh 16:09:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:09:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:09:44 + sudo tee /etc/docker/daemon.new 16:09:44 { 16:09:44 "registry-mirrors": [ 16:09:44 "https://nexus3.edgexfoundry.org:10001" 16:09:44 ], 16:09:44 "bip": "10.250.0.254/24", 16:09:44 "hosts": [ 16:09:44 "tcp://0.0.0.0:5555", 16:09:44 "unix:///var/run/docker.sock" 16:09:44 ], 16:09:44 "mtu": 1458, 16:09:44 "selinux-enabled": true, 16:09:44 "seccomp-profile": "/etc/docker/seccomp.json" 16:09:44 } [Pipeline] sh 16:09:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:09:45 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:10:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:10:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:10:04 ========================================================= 16:10:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:10:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:10:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:10:04 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:10:04 9b18e9b68314: Pulling fs layer 16:10:04 35d82f9e3411: Pulling fs layer 16:10:04 e16973657156: Pulling fs layer 16:10:04 fc693d55d65f: Pulling fs layer 16:10:04 7e9fc2657dce: Pulling fs layer 16:10:04 dda99020689f: Pulling fs layer 16:10:04 db1c61fa0a46: Pulling fs layer 16:10:04 891c053d2c06: Pulling fs layer 16:10:04 7e9fc2657dce: Waiting 16:10:04 dda99020689f: Waiting 16:10:04 db1c61fa0a46: Waiting 16:10:04 891c053d2c06: Waiting 16:10:04 fc693d55d65f: Waiting 16:10:04 e16973657156: Verifying Checksum 16:10:04 e16973657156: Download complete 16:10:04 35d82f9e3411: Verifying Checksum 16:10:04 35d82f9e3411: Download complete 16:10:04 7e9fc2657dce: Download complete 16:10:04 dda99020689f: Verifying Checksum 16:10:04 dda99020689f: Download complete 16:10:04 9b18e9b68314: Download complete 16:10:05 9b18e9b68314: Pull complete 16:10:06 891c053d2c06: Verifying Checksum 16:10:06 891c053d2c06: Download complete 16:10:06 35d82f9e3411: Pull complete 16:10:06 e16973657156: Pull complete 16:10:07 db1c61fa0a46: Verifying Checksum 16:10:07 db1c61fa0a46: Download complete 16:10:08 fc693d55d65f: Verifying Checksum 16:10:08 fc693d55d65f: Download complete 16:10:23 fc693d55d65f: Pull complete 16:10:23 7e9fc2657dce: Pull complete 16:10:23 dda99020689f: Pull complete 16:10:27 db1c61fa0a46: Pull complete 16:10:29 891c053d2c06: Pull complete 16:10:29 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:10:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:10:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 16:10:29 + 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 16:10:30 + docker inspect -f . ci-base-image-arm64 16:10:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:10:30 prd-ubuntu20.04-docker-arm64-4c-16g-5812 does not seem to be running inside a container 16:10:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/101 -v /w/workspace/go-mod-core-contracts/101:/w/workspace/go-mod-core-contracts/101:rw,z -v /w/workspace/go-mod-core-contracts/101@tmp:/w/workspace/go-mod-core-contracts/101@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 16:10:33 $ docker top 43e9a15212c48cc08f2b92c6009083d11fbe69027103597eac047ae3a3fc0cb2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:34 + go version 16:10:34 go version go1.18.7 linux/arm64 [Pipeline] } 16:10:34 $ docker stop --time=1 43e9a15212c48cc08f2b92c6009083d11fbe69027103597eac047ae3a3fc0cb2 16:10:36 $ docker rm -f --volumes 43e9a15212c48cc08f2b92c6009083d11fbe69027103597eac047ae3a3fc0cb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:10:36 + docker inspect -f . ci-base-image-arm64 16:10:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:10:37 prd-ubuntu20.04-docker-arm64-4c-16g-5812 does not seem to be running inside a container 16:10:37 $ 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/101 -v /w/workspace/go-mod-core-contracts/101:/w/workspace/go-mod-core-contracts/101:rw,z -v /w/workspace/go-mod-core-contracts/101@tmp:/w/workspace/go-mod-core-contracts/101@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 16:10:38 $ docker top 6dff9c8d2771c55139e7c55f4fbe2ca22afa7c39def2f967dfb972d2f690d397 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:38 + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/101 [Pipeline] fileExists [Pipeline] sh 16:10:39 + make test 16:10:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:10:39 go: downloading github.com/google/uuid v1.3.0 16:10:39 go: downloading github.com/go-kit/log v0.2.1 16:10:39 go: downloading github.com/stretchr/testify v1.8.1 16:10:40 go: downloading github.com/go-playground/validator/v10 v10.11.2 16:10:40 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:10:40 go: downloading gopkg.in/yaml.v3 v3.0.1 16:10:40 go: downloading github.com/go-logfmt/logfmt v0.5.1 16:10:40 go: downloading github.com/davecgh/go-spew v1.1.1 16:10:40 go: downloading github.com/pmezard/go-difflib v1.0.0 16:10:40 go: downloading github.com/stretchr/objx v0.5.0 16:10:40 go: downloading github.com/go-playground/universal-translator v0.18.1 16:10:40 go: downloading github.com/leodido/go-urn v1.2.1 16:10:40 go: downloading golang.org/x/crypto v0.5.0 16:10:40 go: downloading golang.org/x/text v0.6.0 16:10:40 go: downloading github.com/x448/float16 v0.8.4 16:10:40 go: downloading github.com/go-playground/locales v0.14.1 16:10:44 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.615s coverage: 83.5% of statements 16:11:31 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 16:11:31 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 16:11:31 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.101s coverage: 29.4% of statements 16:11:31 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 16:11:31 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.126s coverage: 53.4% of statements 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.060s coverage: 90.0% of statements 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.240s coverage: 86.8% of statements 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.088s coverage: 60.5% of statements 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.020s coverage: 36.1% of statements 16:11:31 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.043s coverage: 48.7% of statements 16:11:31 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:11:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:11:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:11:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:11:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:11:41 $ docker stop --time=1 6dff9c8d2771c55139e7c55f4fbe2ca22afa7c39def2f967dfb972d2f690d397 16:11:44 $ docker rm -f --volumes 6dff9c8d2771c55139e7c55f4fbe2ca22afa7c39def2f967dfb972d2f690d397 [Pipeline] // withDockerContainer [Pipeline] sh 16:11:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:11:46 Warning: overwriting stash ‘coverage-report’ 16:11:46 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 16:11:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:11:47 16:11:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:11:48 arm64: Pulling from edgex-lftools-log-publisher 16:11:48 8998bd30e6a1: Pulling fs layer 16:11:48 04944245beec: Pulling fs layer 16:11:48 699f458cf7ca: Pulling fs layer 16:11:48 765212b225bb: Pulling fs layer 16:11:48 f23df028b6ca: Pulling fs layer 16:11:48 d65c8cfc05b1: Pulling fs layer 16:11:48 2437ff75d9bd: Pulling fs layer 16:11:48 f23df028b6ca: Waiting 16:11:48 d65c8cfc05b1: Waiting 16:11:48 765212b225bb: Waiting 16:11:48 2437ff75d9bd: Waiting 16:11:48 04944245beec: Verifying Checksum 16:11:48 04944245beec: Download complete 16:11:48 765212b225bb: Verifying Checksum 16:11:48 765212b225bb: Download complete 16:11:48 f23df028b6ca: Verifying Checksum 16:11:48 f23df028b6ca: Download complete 16:11:48 d65c8cfc05b1: Verifying Checksum 16:11:48 d65c8cfc05b1: Download complete 16:11:48 699f458cf7ca: Verifying Checksum 16:11:48 699f458cf7ca: Download complete 16:11:48 8998bd30e6a1: Verifying Checksum 16:11:48 8998bd30e6a1: Download complete 16:11:51 2437ff75d9bd: Verifying Checksum 16:11:51 2437ff75d9bd: Download complete 16:11:52 8998bd30e6a1: Pull complete 16:11:53 04944245beec: Pull complete 16:11:54 699f458cf7ca: Pull complete 16:11:54 765212b225bb: Pull complete 16:11:55 f23df028b6ca: Pull complete 16:11:56 d65c8cfc05b1: Pull complete 16:12:11 2437ff75d9bd: Pull complete 16:12:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:12:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:12:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:11 prd-ubuntu20.04-docker-arm64-4c-16g-5812 does not seem to be running inside a container 16:12:11 $ 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/101 -v /w/workspace/go-mod-core-contracts/101:/w/workspace/go-mod-core-contracts/101:rw,z -v /w/workspace/go-mod-core-contracts/101@tmp:/w/workspace/go-mod-core-contracts/101@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 16:12:14 $ docker top 684c878844ea2abcf477179d9e97af444529fb645947a32eedefa059a067d269 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:15 ---> job-cost.sh 16:12:15 lf-activate-venv: SKIPPING 16:12:15 INFO: No Stack... 16:12:16 INFO: Retrieving Pricing Info for: v3-standard-4 16:12:17 INFO: Archiving Costs [Pipeline] sh 16:12:17 + cat /w/workspace/go-mod-core-contracts/101/archives/cost.csv 16:12:17 + cut -d, -f6 [Pipeline] lock 16:12:17 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] 16:12:17 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] did not exist. Created. 16:12:17 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:12:18 /w/workspace/go-mod-core-contracts/101@tmp/durable-c95f14e7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:12:19 + echo total: 0.10999999940395355 [Pipeline] stash 16:12:19 Warning: overwriting stash ‘stack-cost’ 16:12:19 Stashed 1 file(s) [Pipeline] } 16:12:19 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-101-stack-cost] [Pipeline] // lock [Pipeline] } 16:12:19 $ docker stop --time=1 684c878844ea2abcf477179d9e97af444529fb645947a32eedefa059a067d269 16:12:20 $ docker rm -f --volumes 684c878844ea2abcf477179d9e97af444529fb645947a32eedefa059a067d269 [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 16:12:21 provisioning config files... 16:12:21 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config451034415104532989tmp [Pipeline] { [Pipeline] sh 16:12:21 + set +x 16:12:21 + bash -s -- 16:12:21 + curl -s https://codecov.io/bash 16:12:21 16:12:21 _____ _ 16:12:21 / ____| | | 16:12:21 | | ___ __| | ___ ___ _____ __ 16:12:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:12:21 | |___| (_) | (_| | __/ (_| (_) \ V / 16:12:21 \_____\___/ \__,_|\___|\___\___/ \_/ 16:12:21 Bash-1.0.6 16:12:21 16:12:21 16:12:21 ==> git version 2.25.1 found 16:12:21 ==> 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 16:12:21 Release-Date: 2020-01-08 16:12:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:12:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:12:21 ==> Jenkins CI detected. 16:12:21 current dir:  /w/workspace/undry_go-mod-core-contracts_main 16:12:21 project root: . 16:12:21 --> token set from env 16:12:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:12:21 ==> Running gcov in . (disable via -X gcov) 16:12:21 ==> Python coveragepy not found 16:12:21 ==> Searching for coverage reports in: 16:12:21 + . 16:12:21 -> Found 1 reports 16:12:21 ==> Detecting git/mercurial file structure 16:12:21 ==> Reading reports 16:12:21 + ./coverage.out bytes=116324 16:12:21 ==> Appending adjustments 16:12:21 https://docs.codecov.io/docs/fixing-reports 16:12:22 + Found adjustments 16:12:22 ==> Gzipping contents 16:12:22 20K /tmp/codecov.0Bmcig.gz 16:12:22 ==> Uploading reports 16:12:22 url: https://codecov.io 16:12:22 query: branch=main&commit=4a060e2d84592ef96baa1dcdb832da229f70675e&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F101%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 16:12:22 -> Pinging Codecov 16:12:22 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=4a060e2d84592ef96baa1dcdb832da229f70675e&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F101%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 16:12:22 -> Uploading to 16:12:22 https://storage.googleapis.com/codecov/v4/raw/2023-02-14/71470A77251A30514AAF9C0BB2E5B6CE/4a060e2d84592ef96baa1dcdb832da229f70675e/0e3205c6-aa15-4b58-9d50-0299369b4b09.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T161222Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a28c3bba9b2834187ca675d5418daa4479c00e368ab4d3c71a7493feb20a668 16:12:22 % Total % Received % Xferd Average Speed Time Time Time Current 16:12:22 Dload Upload Total Spent Left Speed 16:12:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17585 0 0 100 17585 0 52026 --:--:-- --:--:-- --:--:-- 51873 100 17585 0 0 100 17585 0 52026 --:--:-- --:--:-- --:--:-- 51873 16:12:22 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/4a060e2d84592ef96baa1dcdb832da229f70675e [Pipeline] } 16:12:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:12:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:12:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:12:23 16:12:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:12:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:12:23 df9b9388f04a: Pulling fs layer 16:12:23 52dc419b0ee2: Pulling fs layer 16:12:23 25bc292e5bac: Pulling fs layer 16:12:23 114826534d7a: Pulling fs layer 16:12:23 4657fd5d0bcf: Pulling fs layer 16:12:23 6ad1cebc031e: Pulling fs layer 16:12:23 8a3aa393b2d8: Pulling fs layer 16:12:23 4657fd5d0bcf: Waiting 16:12:23 6ad1cebc031e: Waiting 16:12:23 8a3aa393b2d8: Waiting 16:12:23 114826534d7a: Waiting 16:12:23 25bc292e5bac: Verifying Checksum 16:12:23 25bc292e5bac: Download complete 16:12:23 52dc419b0ee2: Verifying Checksum 16:12:23 52dc419b0ee2: Download complete 16:12:23 4657fd5d0bcf: Verifying Checksum 16:12:23 4657fd5d0bcf: Download complete 16:12:23 df9b9388f04a: Verifying Checksum 16:12:23 df9b9388f04a: Download complete 16:12:23 df9b9388f04a: Pull complete 16:12:23 52dc419b0ee2: Pull complete 16:12:23 6ad1cebc031e: Verifying Checksum 16:12:23 6ad1cebc031e: Download complete 16:12:24 25bc292e5bac: Pull complete 16:12:25 114826534d7a: Verifying Checksum 16:12:25 114826534d7a: Download complete 16:12:25 8a3aa393b2d8: Verifying Checksum 16:12:25 8a3aa393b2d8: Download complete 16:12:28 114826534d7a: Pull complete 16:12:28 4657fd5d0bcf: Pull complete 16:12:28 6ad1cebc031e: Pull complete 16:12:31 8a3aa393b2d8: Pull complete 16:12:31 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:12:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:12:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:31 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:12:31 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:12:33 $ docker top 8a99c915f797b85215d1d85e7d6bdc0ecada01c661fc47dfe076ca256ea874f7 -eo pid,comm [Pipeline] { [Pipeline] echo 16:12:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-core-contracts:main' [Pipeline] sh 16:12:33 + set -o pipefail 16:12:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-core-contracts:main' 16:12:36 16:12:36 Monitoring /w/workspace/undry_go-mod-core-contracts_main (github.com/edgexfoundry/go-mod-core-contracts/v3)... 16:12:36 16:12:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a756fbae-3549-44dc-badb-c3fa3a96948c/history/784938d0-7097-4d2e-a53d-03dde6ebec20 16:12:36 16:12:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:12:36 16:12:36 16:12:36 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:12:36 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:12:36 More details here: https://snyk.co/ue1NS [Pipeline] } 16:12:36 $ docker stop --time=1 8a99c915f797b85215d1d85e7d6bdc0ecada01c661fc47dfe076ca256ea874f7 16:12:38 $ docker rm -f --volumes 8a99c915f797b85215d1d85e7d6bdc0ecada01c661fc47dfe076ca256ea874f7 [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 16:12:39 + git log --format=format:%s -1 4a060e2d84592ef96baa1dcdb832da229f70675e [Pipeline] sh 16:12:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:12:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:12:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:39 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:12:39 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:12:40 $ docker top d2f892e5cd774fbf0c833a69fd4bb151a19f2de68a4ece5fe651645003b8fc6b -eo pid,comm 16:12:40 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:12:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:12:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:12:40 [ssh-agent] Looking for ssh-agent implementation... 16:12:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:12:40 $ docker exec d2f892e5cd774fbf0c833a69fd4bb151a19f2de68a4ece5fe651645003b8fc6b ssh-agent 16:12:40 SSH_AUTH_SOCK=/tmp/ssh-6XKOe4KVADgd/agent.31 16:12:40 SSH_AGENT_PID=37 16:12:40 Running ssh-add (command line suppressed) 16:12:40 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_13311825602439730360.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_13311825602439730360.key) 16:12:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:12:40 + git semver tag 16:12:41 2023-02-14 16:12:41,116 [run_tag] DEBUG tag force:False 16:12:41 2023-02-14 16:12:41,116 [check_head_tag] DEBUG check head tag 16:12:41 2023-02-14 16:12:41,119 [execute] INFO git cat-file --batch-check 16:12:41 2023-02-14 16:12:41,119 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 16:12:41 2023-02-14 16:12:41,122 [execute] INFO git cat-file --batch 16:12:41 2023-02-14 16:12:41,122 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) 16:12:41 2023-02-14 16:12:41,169 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:12:41 2023-02-14 16:12:41,169 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 16:12:41 2023-02-14 16:12:41,169 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) 16:12:41 2023-02-14 16:12:41,174 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:12:41 3.0.0-dev.13 [Pipeline] } 16:12:41 $ docker exec --env ******** --env ******** d2f892e5cd774fbf0c833a69fd4bb151a19f2de68a4ece5fe651645003b8fc6b ssh-agent -k 16:12:41 unset SSH_AUTH_SOCK; 16:12:41 unset SSH_AGENT_PID; 16:12:41 echo Agent pid 37 killed; 16:12:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:12:41 + git semver [Pipeline] } 16:12:42 $ docker stop --time=1 d2f892e5cd774fbf0c833a69fd4bb151a19f2de68a4ece5fe651645003b8fc6b 16:12:43 $ docker rm -f --volumes d2f892e5cd774fbf0c833a69fd4bb151a19f2de68a4ece5fe651645003b8fc6b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:44 16:12:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:44 0.23.1-centos7: Pulling from edgex-lftools 16:12:44 ab5ef0e58194: Pulling fs layer 16:12:44 9712f1f96733: Pulling fs layer 16:12:44 63f879dbbcfc: Pulling fs layer 16:12:44 0d9ebad4ef96: Pulling fs layer 16:12:44 e9a5061849ea: Pulling fs layer 16:12:44 d747dcd14b5f: Pulling fs layer 16:12:44 2de7ff778b66: Pulling fs layer 16:12:44 0d9ebad4ef96: Waiting 16:12:44 e9a5061849ea: Waiting 16:12:44 d747dcd14b5f: Waiting 16:12:44 2de7ff778b66: Waiting 16:12:44 9712f1f96733: Verifying Checksum 16:12:44 9712f1f96733: Download complete 16:12:46 ab5ef0e58194: Verifying Checksum 16:12:46 ab5ef0e58194: Download complete 16:12:46 63f879dbbcfc: Verifying Checksum 16:12:46 63f879dbbcfc: Download complete 16:12:46 d747dcd14b5f: Verifying Checksum 16:12:46 d747dcd14b5f: Download complete 16:12:46 0d9ebad4ef96: Download complete 16:12:46 e9a5061849ea: Verifying Checksum 16:12:46 e9a5061849ea: Download complete 16:12:46 2de7ff778b66: Verifying Checksum 16:12:46 2de7ff778b66: Download complete 16:12:48 ab5ef0e58194: Pull complete 16:12:48 9712f1f96733: Pull complete 16:12:49 63f879dbbcfc: Pull complete 16:12:53 0d9ebad4ef96: Pull complete 16:12:53 e9a5061849ea: Pull complete 16:12:54 d747dcd14b5f: Pull complete 16:12:55 2de7ff778b66: Pull complete 16:12:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:12:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:55 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:12:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:12:56 $ docker top c8d64d9d44b1b0c668948301b32b2ae51435326fce817f39bb1df12ff6eb1000 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:12:56 provisioning config files... 16:12:56 copy managed file [sigul-config] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config11541662087037705411tmp 16:12:56 copy managed file [sigul-password] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config11113059787598560848tmp 16:12:56 copy managed file [sigul-pki] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config6296518624727936030tmp [Pipeline] { [Pipeline] echo 16:12:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:12:56 ---> sigul-configuration.sh 16:12:56 gpg: directory `/root/.gnupg' created 16:12:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:12:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:12:56 gpg: keyring `/root/.gnupg/secring.gpg' created 16:12:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:12:56 gpg: CAST5 encrypted data 16:12:56 gpg: encrypted with 1 passphrase 16:12:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:12:56 + mkdir /home/jenkins 16:12:56 + mkdir /home/jenkins/sigul [Pipeline] sh 16:12:57 + 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 16:12:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:12:57 ---> sigul-install.sh 16:12:57 Sigul already installed; skipping installation. [Pipeline] sh 16:12:57 + git tag --list 16:12:57 v0.0.0 16:12:57 v0.0.1 16:12:57 v0.1.0 16:12:57 v0.1.1 16:12:57 v0.1.10 16:12:57 v0.1.100 16:12:57 v0.1.101 16:12:57 v0.1.102 16:12:57 v0.1.103 16:12:57 v0.1.104 16:12:57 v0.1.105 16:12:57 v0.1.106 16:12:57 v0.1.107 16:12:57 v0.1.108 16:12:57 v0.1.109 16:12:57 v0.1.11 16:12:57 v0.1.110 16:12:57 v0.1.111 16:12:57 v0.1.112 16:12:57 v0.1.113 16:12:57 v0.1.114 16:12:57 v0.1.115 16:12:57 v0.1.116 16:12:57 v0.1.117 16:12:57 v0.1.118 16:12:57 v0.1.119 16:12:57 v0.1.12 16:12:57 v0.1.120 16:12:57 v0.1.121 16:12:57 v0.1.122 16:12:57 v0.1.123 16:12:57 v0.1.124 16:12:57 v0.1.125 16:12:57 v0.1.126 16:12:57 v0.1.127 16:12:57 v0.1.128 16:12:57 v0.1.129 16:12:57 v0.1.13 16:12:57 v0.1.130 16:12:57 v0.1.131 16:12:57 v0.1.132 16:12:57 v0.1.133 16:12:57 v0.1.134 16:12:57 v0.1.135 16:12:57 v0.1.136 16:12:57 v0.1.137 16:12:57 v0.1.138 16:12:57 v0.1.139 16:12:57 v0.1.14 16:12:57 v0.1.140 16:12:57 v0.1.141 16:12:57 v0.1.142 16:12:57 v0.1.143 16:12:57 v0.1.144 16:12:57 v0.1.145 16:12:57 v0.1.146 16:12:57 v0.1.147 16:12:57 v0.1.148 16:12:57 v0.1.149 16:12:57 v0.1.15 16:12:57 v0.1.16 16:12:57 v0.1.17 16:12:57 v0.1.18 16:12:57 v0.1.19 16:12:57 v0.1.2 16:12:57 v0.1.20 16:12:57 v0.1.21 16:12:57 v0.1.22 16:12:57 v0.1.23 16:12:57 v0.1.24 16:12:57 v0.1.25 16:12:57 v0.1.26 16:12:57 v0.1.27 16:12:57 v0.1.28 16:12:57 v0.1.29 16:12:57 v0.1.3 16:12:57 v0.1.30 16:12:57 v0.1.31 16:12:57 v0.1.32 16:12:57 v0.1.33 16:12:57 v0.1.34 16:12:57 v0.1.35 16:12:57 v0.1.36 16:12:57 v0.1.37 16:12:57 v0.1.38 16:12:57 v0.1.39 16:12:57 v0.1.4 16:12:57 v0.1.40 16:12:57 v0.1.41 16:12:57 v0.1.42 16:12:57 v0.1.43 16:12:57 v0.1.44 16:12:57 v0.1.45 16:12:57 v0.1.46 16:12:57 v0.1.47 16:12:57 v0.1.48 16:12:57 v0.1.49 16:12:57 v0.1.5 16:12:57 v0.1.50 16:12:57 v0.1.51 16:12:57 v0.1.52 16:12:57 v0.1.53 16:12:57 v0.1.54 16:12:57 v0.1.55 16:12:57 v0.1.56 16:12:57 v0.1.57 16:12:57 v0.1.58 16:12:57 v0.1.59 16:12:57 v0.1.6 16:12:57 v0.1.60 16:12:57 v0.1.61 16:12:57 v0.1.62 16:12:57 v0.1.63 16:12:57 v0.1.64 16:12:57 v0.1.65 16:12:57 v0.1.66 16:12:57 v0.1.67 16:12:57 v0.1.68 16:12:57 v0.1.69 16:12:57 v0.1.7 16:12:57 v0.1.70 16:12:57 v0.1.71 16:12:57 v0.1.72 16:12:57 v0.1.73 16:12:57 v0.1.74 16:12:57 v0.1.75 16:12:57 v0.1.76 16:12:57 v0.1.77 16:12:57 v0.1.78 16:12:57 v0.1.79 16:12:57 v0.1.8 16:12:57 v0.1.80 16:12:57 v0.1.81 16:12:57 v0.1.82 16:12:57 v0.1.83 16:12:57 v0.1.84 16:12:57 v0.1.85 16:12:57 v0.1.86 16:12:57 v0.1.87 16:12:57 v0.1.88 16:12:57 v0.1.89 16:12:57 v0.1.9 16:12:57 v0.1.90 16:12:57 v0.1.91 16:12:57 v0.1.92 16:12:57 v0.1.93 16:12:57 v0.1.94 16:12:57 v0.1.95 16:12:57 v0.1.96 16:12:57 v0.1.97 16:12:57 v0.1.98 16:12:57 v0.1.99 16:12:57 v2.0.0 16:12:57 v2.1.0 16:12:57 v2.1.1 16:12:57 v2.1.1-dev.2 16:12:57 v2.2.0 16:12:57 v2.2.1-dev.1 16:12:57 v2.2.1-dev.10 16:12:57 v2.2.1-dev.11 16:12:57 v2.2.1-dev.2 16:12:57 v2.2.1-dev.3 16:12:57 v2.2.1-dev.4 16:12:57 v2.2.1-dev.5 16:12:57 v2.2.1-dev.6 16:12:57 v2.2.1-dev.7 16:12:57 v2.2.1-dev.8 16:12:57 v2.2.1-dev.9 16:12:57 v2.3.0 16:12:57 v2.3.0-dev.12 16:12:57 v2.3.0-dev.13 16:12:57 v2.3.0-dev.14 16:12:57 v2.3.0-dev.15 16:12:57 v2.3.0-dev.16 16:12:57 v2.3.0-dev.17 16:12:57 v2.3.0-dev.18 16:12:57 v2.3.0-dev.19 16:12:57 v2.3.0-dev.20 16:12:57 v2.3.1-dev.1 16:12:57 v3.0.0-dev.1 16:12:57 v3.0.0-dev.10 16:12:57 v3.0.0-dev.11 16:12:57 v3.0.0-dev.12 16:12:57 v3.0.0-dev.13 16:12:57 v3.0.0-dev.2 16:12:57 v3.0.0-dev.3 16:12:57 v3.0.0-dev.4 16:12:57 v3.0.0-dev.5 16:12:57 v3.0.0-dev.6 16:12:57 v3.0.0-dev.7 16:12:57 v3.0.0-dev.8 16:12:57 v3.0.0-dev.9 [Pipeline] sh 16:12:58 + lftools sign git-tag v3.0.0-dev.13 16:12:58 Signing Git tag with Sigul... 16:12:58 Signing v3.0.0-dev.13 [Pipeline] echo 16:12:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:12:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:12:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:12:59 $ docker stop --time=1 c8d64d9d44b1b0c668948301b32b2ae51435326fce817f39bb1df12ff6eb1000 16:13:00 $ docker rm -f --volumes c8d64d9d44b1b0c668948301b32b2ae51435326fce817f39bb1df12ff6eb1000 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:13:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:13:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:13:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:13:01 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:13:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:13:01 $ docker top fa1c9e646b6cc3b05864ade740fbfa8386442e7c2ea4b52c6d0f7fcbeb7691a7 -eo pid,comm 16:13:01 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:13:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:13:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:13:01 [ssh-agent] Looking for ssh-agent implementation... 16:13:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:13:02 $ docker exec fa1c9e646b6cc3b05864ade740fbfa8386442e7c2ea4b52c6d0f7fcbeb7691a7 ssh-agent 16:13:02 SSH_AUTH_SOCK=/tmp/ssh-LcHdtwR77iOV/agent.32 16:13:02 SSH_AGENT_PID=38 16:13:02 Running ssh-add (command line suppressed) 16:13:02 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_12273301996970302240.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_12273301996970302240.key) 16:13:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:13:02 + git semver bump pre 16:13:02 2023-02-14 16:13:02,811 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:13:02 2023-02-14 16:13:02,812 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev 16:13:02 2023-02-14 16:13:02,812 [bump_version] DEBUG bumped version:3.0.0-dev.14 16:13:02 2023-02-14 16:13:02,812 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:True 16:13:02 2023-02-14 16:13:02,812 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:13:02 2023-02-14 16:13:02,812 [write_file] DEBUG write to file:/w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:13:02 2023-02-14 16:13:02,814 [execute] INFO git cat-file --batch-check 16:13:02 2023-02-14 16:13:02,815 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 16:13:02 2023-02-14 16:13:02,822 [execute] INFO git cat-file --batch 16:13:02 2023-02-14 16:13:02,822 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 16:13:02 2023-02-14 16:13:02,827 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:13:02 3.0.0-dev.14 [Pipeline] } 16:13:02 $ docker exec --env ******** --env ******** fa1c9e646b6cc3b05864ade740fbfa8386442e7c2ea4b52c6d0f7fcbeb7691a7 ssh-agent -k 16:13:03 unset SSH_AUTH_SOCK; 16:13:03 unset SSH_AGENT_PID; 16:13:03 echo Agent pid 38 killed; 16:13:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:13:03 + git semver [Pipeline] } 16:13:03 $ docker stop --time=1 fa1c9e646b6cc3b05864ade740fbfa8386442e7c2ea4b52c6d0f7fcbeb7691a7 16:13:04 $ docker rm -f --volumes fa1c9e646b6cc3b05864ade740fbfa8386442e7c2ea4b52c6d0f7fcbeb7691a7 [Pipeline] // withDockerContainer [Pipeline] sh 16:13:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:13:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:13:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:13:05 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:13:05 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:13:06 $ docker top 5fe7d917f8d7f4a39f3faccfd87cac6463cea4a399609d30e7bab144830a06e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:13:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:13:06 [ssh-agent] Looking for ssh-agent implementation... 16:13:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:13:06 $ docker exec 5fe7d917f8d7f4a39f3faccfd87cac6463cea4a399609d30e7bab144830a06e2 ssh-agent 16:13:06 SSH_AUTH_SOCK=/tmp/ssh-nzbkwVv9zrmg/agent.32 16:13:06 SSH_AGENT_PID=38 16:13:06 Running ssh-add (command line suppressed) 16:13:06 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_11434482622565734866.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_11434482622565734866.key) 16:13:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:13:06 + git semver push 16:13:07 2023-02-14 16:13:07,036 [run_push] DEBUG push 16:13:07 2023-02-14 16:13:07,037 [execute] INFO git cat-file --batch-check 16:13:07 2023-02-14 16:13:07,037 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) 16:13:07 2023-02-14 16:13:07,042 [execute] INFO git rev-list 2b9de1d5fedb796331730c6c8f58c2fe41b980f2 -- 16:13:07 2023-02-14 16:13:07,042 [execute] DEBUG Popen(['git', 'rev-list', '2b9de1d5fedb796331730c6c8f58c2fe41b980f2', '--'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 16:13:07 2023-02-14 16:13:07,053 [execute] INFO git fetch -v origin 16:13:07 2023-02-14 16:13:07,053 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=True, shell=None, istream=None) 16:13:07 2023-02-14 16:13:07,592 [run_push] DEBUG no remote changes detected 16:13:07 2023-02-14 16:13:07,594 [execute] INFO git push origin semver 16:13:07 2023-02-14 16:13:07,597 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) 16:13:08 2023-02-14 16:13:08,515 [run_push] DEBUG push all version tags 16:13:08 2023-02-14 16:13:08,516 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:13:08 2023-02-14 16:13:08,516 [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) 16:13:09 2023-02-14 16:13:09,382 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 16:13:09 3.0.0-dev.14 [Pipeline] } 16:13:09 $ docker exec --env ******** --env ******** 5fe7d917f8d7f4a39f3faccfd87cac6463cea4a399609d30e7bab144830a06e2 ssh-agent -k 16:13:09 unset SSH_AUTH_SOCK; 16:13:09 unset SSH_AGENT_PID; 16:13:09 echo Agent pid 38 killed; 16:13:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:13:09 + git semver [Pipeline] } 16:13:10 $ docker stop --time=1 5fe7d917f8d7f4a39f3faccfd87cac6463cea4a399609d30e7bab144830a06e2 16:13:11 $ docker rm -f --volumes 5fe7d917f8d7f4a39f3faccfd87cac6463cea4a399609d30e7bab144830a06e2 [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 16:13:11 + [ -d /w/workspace/undry_go-mod-core-contracts_main/archives ] 16:13:11 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 16:13:11 total 16 16:13:11 drwxr-xr-x 3 root root 4096 Feb 14 16:07 . 16:13:11 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 16:12 .. 16:13:11 drwxr-xr-x 2 root root 4096 Feb 14 16:07 cost 16:13:11 -rw-r--r-- 1 root root 93 Feb 14 16:07 cost.csv 16:13:11 + sudo chown -R jenkins:jenkins /w/workspace/undry_go-mod-core-contracts_main/archives 16:13:11 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 16:13:11 total 16 16:13:11 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 16:07 . 16:13:11 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 16:12 .. 16:13:11 drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 16:07 cost 16:13:11 -rw-r--r-- 1 jenkins jenkins 93 Feb 14 16:07 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:13:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:13:13 ---> package-listing.sh 16:13:13 ++ facter osfamily 16:13:13 ++ tr '[:upper:]' '[:lower:]' 16:13:13 + OS_FAMILY=debian 16:13:13 + workspace=/w/workspace/undry_go-mod-core-contracts_main 16:13:13 + START_PACKAGES=/tmp/packages_start.txt 16:13:13 + END_PACKAGES=/tmp/packages_end.txt 16:13:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:13:13 + PACKAGES=/tmp/packages_start.txt 16:13:13 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 16:13:13 + PACKAGES=/tmp/packages_end.txt 16:13:13 + case "${OS_FAMILY}" in 16:13:13 + dpkg -l 16:13:13 + grep '^ii' 16:13:13 + '[' -f /tmp/packages_start.txt ']' 16:13:13 + '[' -f /tmp/packages_end.txt ']' 16:13:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:13:13 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 16:13:13 + mkdir -p /w/workspace/undry_go-mod-core-contracts_main/archives/ 16:13:13 + 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 16:13:13 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 16:13:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:13:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:13:14 prd-ubuntu20.04-docker-8c-8g-5807 does not seem to be running inside a container 16:13:14 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:13:14 $ docker top 56940e170a788dbef73ebdad5d7b9682008d5f28952b0921b8ce01e09c48f38b -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:14 + touch /tmp/pre-build-complete [Pipeline] sh 16:13:15 + mkdir -p /var/log/sysstat [Pipeline] sh 16:13:15 + ls /var/log/sa-host 16:13:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:13:15 provisioning config files... 16:13:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config15737909743208930046tmp [Pipeline] { [Pipeline] echo 16:13:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:13:15 ---> create-netrc.sh [Pipeline] } 16:13:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:13:16 ---> python-tools-install.sh [Pipeline] echo 16:13:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:13:16 ---> sudo-logs.sh 16:13:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:13:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:13:16 ---> job-cost.sh 16:13:16 lf-activate-venv: SKIPPING 16:13:16 DEBUG: total: 0.2199999988079071 16:13:16 INFO: Retrieving Stack Cost... 16:13:17 INFO: Retrieving Pricing Info for: v3-standard-8 16:13:17 INFO: Archiving Costs [Pipeline] echo 16:13:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:13:17 ---> logs-deploy.sh 16:13:17 lf-activate-venv: SKIPPING 16:13:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/main/101 16:13:17 INFO: archiving workspace using pattern(s): 16:13:18 Archives upload complete. 16:13:18 INFO: archiving logs to Nexus 16:13:19 ---> uname -a: 16:13:19 Linux prd-ubuntu20-04-docker-8c-8g-5807 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:13:19 16:13:19 16:13:19 ---> lscpu: 16:13:19 Architecture: x86_64 16:13:19 CPU op-mode(s): 32-bit, 64-bit 16:13:19 Byte Order: Little Endian 16:13:19 Address sizes: 40 bits physical, 48 bits virtual 16:13:19 CPU(s): 8 16:13:19 On-line CPU(s) list: 0-7 16:13:19 Thread(s) per core: 1 16:13:19 Core(s) per socket: 1 16:13:19 Socket(s): 8 16:13:19 NUMA node(s): 1 16:13:19 Vendor ID: AuthenticAMD 16:13:19 CPU family: 23 16:13:19 Model: 49 16:13:19 Model name: AMD EPYC-Rome Processor 16:13:19 Stepping: 0 16:13:19 CPU MHz: 2800.000 16:13:19 BogoMIPS: 5600.00 16:13:19 Virtualization: AMD-V 16:13:19 Hypervisor vendor: KVM 16:13:19 Virtualization type: full 16:13:19 L1d cache: 256 KiB 16:13:19 L1i cache: 256 KiB 16:13:19 L2 cache: 4 MiB 16:13:19 L3 cache: 128 MiB 16:13:19 NUMA node0 CPU(s): 0-7 16:13:19 Vulnerability Itlb multihit: Not affected 16:13:19 Vulnerability L1tf: Not affected 16:13:19 Vulnerability Mds: Not affected 16:13:19 Vulnerability Meltdown: Not affected 16:13:19 Vulnerability Mmio stale data: Not affected 16:13:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:13:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:13:19 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:13:19 Vulnerability Srbds: Not affected 16:13:19 Vulnerability Tsx async abort: Not affected 16:13:19 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 16:13:19 16:13:19 16:13:19 ---> nproc: 16:13:19 8 16:13:19 16:13:19 16:13:19 ---> df -h: 16:13:19 Filesystem Size Used Avail Use% Mounted on 16:13:19 overlay 155G 12G 144G 8% / 16:13:19 tmpfs 64M 0 64M 0% /dev 16:13:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:13:19 shm 64M 0 64M 0% /dev/shm 16:13:19 /dev/vda1 155G 12G 144G 8% /facter-os 16:13:19 16:13:19 16:13:19 ---> sar -b -r -n DEV: 16:13:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5807) 02/14/23 _x86_64_ (8 CPU) 16:13:19 16:13:19 16:06:08 LINUX RESTART (8 CPU) 16:13:19 16:13:19 16:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:13:19 16:08:01 82.62 0.30 82.32 0.00 32.26 86644.72 0.00 16:13:19 16:09:01 2.12 0.00 2.12 0.00 0.00 24.55 0.00 16:13:19 16:10:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 16:13:19 16:11:01 1.72 0.00 1.72 0.00 0.00 19.06 0.00 16:13:19 16:12:01 21.83 2.00 19.83 0.00 89.45 1585.20 0.00 16:13:19 16:13:01 132.21 9.55 122.66 0.00 3400.87 61228.79 0.00 16:13:19 Average: 40.24 1.97 38.26 0.00 587.16 24921.53 0.00 16:13:19 16:13:19 16:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:13:19 16:08:01 28694724 31599824 704900 2.14 91452 3051368 1739128 5.13 1129776 2647108 388 16:13:19 16:09:01 28694544 31599792 704604 2.14 91500 3051372 1739128 5.13 1130092 2647100 8 16:13:19 16:10:01 28695380 31600664 703368 2.14 91540 3051372 1739128 5.13 1128252 2647108 4 16:13:19 16:11:01 28695220 31600696 703172 2.14 91588 3051376 1739128 5.13 1128132 2647112 32 16:13:19 16:12:01 28663444 31612876 690608 2.10 96096 3089308 1798676 5.30 1125216 2684868 11936 16:13:19 16:13:01 26915020 31533348 754708 2.30 151520 4563940 1968628 5.80 1444532 3950636 612 16:13:19 Average: 28393055 31591200 710227 2.16 102283 3309789 1787303 5.27 1181000 2870655 2163 16:13:19 16:13:19 16:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:13:19 16:08:01 docker0 14.91 19.51 1.29 288.01 0.00 0.00 0.00 0.00 16:13:19 16:08:01 ens3 170.49 111.71 2851.14 37.68 0.00 0.00 0.00 0.00 16:13:19 16:08:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 16:13:19 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:19 16:09:01 ens3 5.47 5.65 2.26 20.20 0.00 0.00 0.00 0.00 16:13:19 16:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:13:19 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:19 16:10:01 ens3 1.15 0.87 0.39 6.65 0.00 0.00 0.00 0.00 16:13:19 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:19 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:19 16:11:01 ens3 0.83 0.87 0.29 6.72 0.00 0.00 0.00 0.00 16:13:19 16:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:13:19 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:13:19 16:12:01 ens3 159.06 107.53 547.72 13.61 0.00 0.00 0.00 0.00 16:13:19 16:12:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 16:13:19 16:13:01 vetha2850e6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:13:19 16:13:01 docker0 20.26 18.81 1.63 288.00 0.00 0.00 0.00 0.00 16:13:19 16:13:01 ens3 537.42 404.18 8328.07 77.27 0.00 0.00 0.00 0.00 16:13:19 16:13:01 lo 2.33 2.33 0.22 0.22 0.00 0.00 0.00 0.00 16:13:19 Average: vetha2850e6 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 16:13:19 Average: docker0 5.86 6.39 0.49 96.01 0.00 0.00 0.00 0.00 16:13:19 Average: ens3 145.75 105.14 1955.18 27.02 0.00 0.00 0.00 0.00 16:13:19 Average: lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 16:13:19 16:13:19 16:13:19 ---> sar -P ALL: 16:13:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5807) 02/14/23 _x86_64_ (8 CPU) 16:13:19 16:13:19 16:06:08 LINUX RESTART (8 CPU) 16:13:19 16:13:19 16:07:01 CPU %user %nice %system %iowait %steal %idle 16:13:19 16:08:01 all 14.97 0.00 3.62 0.78 0.05 80.58 16:13:19 16:08:01 0 16.06 0.00 4.01 2.12 0.05 77.76 16:13:19 16:08:01 1 15.37 0.00 4.02 0.17 0.05 80.39 16:13:19 16:08:01 2 14.95 0.00 3.59 0.30 0.05 81.11 16:13:19 16:08:01 3 13.26 0.00 3.21 0.05 0.05 83.43 16:13:19 16:08:01 4 16.44 0.00 3.44 2.27 0.05 77.80 16:13:19 16:08:01 5 15.28 0.00 3.13 0.03 0.03 81.52 16:13:19 16:08:01 6 14.01 0.00 3.94 0.94 0.05 81.06 16:13:19 16:08:01 7 14.36 0.00 3.64 0.36 0.05 81.60 16:13:19 16:09:01 all 0.05 0.00 0.01 0.01 0.01 99.92 16:13:19 16:09:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:13:19 16:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:13:19 16:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:13:19 16:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:13:19 16:09:01 4 0.05 0.00 0.03 0.07 0.02 99.83 16:13:19 16:09:01 5 0.05 0.00 0.02 0.00 0.02 99.92 16:13:19 16:09:01 6 0.07 0.00 0.00 0.05 0.00 99.88 16:13:19 16:09:01 7 0.13 0.00 0.00 0.00 0.00 99.87 16:13:19 16:10:01 all 0.04 0.00 0.02 0.00 0.00 99.94 16:13:19 16:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:13:19 16:10:01 1 0.07 0.00 0.02 0.00 0.00 99.92 16:13:19 16:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:13:19 16:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:13:19 16:10:01 4 0.02 0.00 0.03 0.00 0.00 99.95 16:13:19 16:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:13:19 16:10:01 6 0.05 0.00 0.03 0.02 0.00 99.90 16:13:19 16:10:01 7 0.08 0.00 0.03 0.00 0.00 99.88 16:13:19 16:11:01 all 0.02 0.00 0.02 0.01 0.01 99.95 16:13:19 16:11:01 0 0.02 0.00 0.03 0.03 0.00 99.92 16:13:19 16:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:13:19 16:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:13:19 16:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:13:19 16:11:01 4 0.07 0.00 0.05 0.02 0.02 99.85 16:13:19 16:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:13:19 16:11:01 6 0.00 0.00 0.00 0.03 0.02 99.95 16:13:19 16:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:13:19 16:12:01 all 0.40 0.00 0.27 0.23 0.01 99.08 16:13:19 16:12:01 0 0.33 0.00 0.17 0.10 0.02 99.38 16:13:19 16:12:01 1 0.23 0.00 0.18 0.07 0.02 99.50 16:13:19 16:12:01 2 0.65 0.00 0.42 0.13 0.00 98.80 16:13:19 16:12:01 3 0.52 0.00 0.25 0.07 0.02 99.15 16:13:19 16:12:01 4 0.33 0.00 0.28 0.05 0.02 99.31 16:13:19 16:12:01 5 0.37 0.00 0.18 0.03 0.00 99.42 16:13:19 16:12:01 6 0.35 0.00 0.38 1.34 0.02 97.91 16:13:19 16:12:01 7 0.40 0.00 0.32 0.08 0.03 99.16 16:13:19 16:13:01 all 8.86 0.00 4.20 2.00 0.06 84.88 16:13:19 16:13:01 0 7.04 0.00 4.49 5.01 0.07 83.39 16:13:19 16:13:01 1 8.20 0.00 4.79 1.96 0.05 85.00 16:13:19 16:13:01 2 11.27 0.00 3.79 0.64 0.05 84.25 16:13:19 16:13:01 3 8.64 0.00 4.55 0.98 0.07 85.76 16:13:19 16:13:01 4 10.00 0.00 3.88 0.40 0.05 85.66 16:13:19 16:13:01 5 8.55 0.00 4.22 1.73 0.05 85.45 16:13:19 16:13:01 6 8.78 0.00 4.42 4.96 0.07 81.77 16:13:19 16:13:01 7 8.33 0.00 3.49 0.36 0.07 87.76 16:13:19 Average: all 4.03 0.00 1.35 0.50 0.02 94.10 16:13:19 Average: 0 3.89 0.00 1.44 1.20 0.02 93.45 16:13:19 Average: 1 3.97 0.00 1.50 0.36 0.02 94.15 16:13:19 Average: 2 4.46 0.00 1.29 0.18 0.02 94.06 16:13:19 Average: 3 3.71 0.00 1.33 0.18 0.03 94.76 16:13:19 Average: 4 4.46 0.00 1.28 0.47 0.03 93.77 16:13:19 Average: 5 4.02 0.00 1.26 0.30 0.02 94.41 16:13:19 Average: 6 3.85 0.00 1.45 1.22 0.03 93.45 16:13:19 Average: 7 3.84 0.00 1.23 0.13 0.03 94.77 16:13:19 16:13:19 16:13:19