Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c064ce76bbcaf668729eea1d56c0de28cbf510b0 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 shared 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: [[centos7-docker-4c-2g, ubuntu18.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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24330 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' 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 > 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 remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 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/master:refs/remotes/origin/master # timeout=10 Checking out Revision c064ce76bbcaf668729eea1d56c0de28cbf510b0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c064ce76bbcaf668729eea1d56c0de28cbf510b0 # timeout=10 Commit message: "Merge pull request #473 from hahattan/issue-472" > git rev-list --no-walk bdc2222668568c0bd762bef858218222914bffa6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:19:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:19:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:19:32 ========================================================= 10:19:32 EdgeX Global Pipelines Version Info 10:19:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:19:33 ------------------- 10:19:33 stable info: 10:19:33 ------------------- 10:19:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:19:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:19:33 Message: update stable to v1.0.179 10:19:34 ------------------- 10:19:34 experimental info: 10:19:34 ------------------- 10:19:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:19:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:19:34 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:19:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 10:19:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 10:19:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:19:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:19:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:19:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:19:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:19:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:19:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:19:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:19:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:19:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:19:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c064ce76bbcaf668729eea1d56c0de28cbf510b0 [Pipeline] echo 10:19:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c064ce7 [Pipeline] echo 10:19:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:19:39 + git log --format=format:%s -1 c064ce76bbcaf668729eea1d56c0de28cbf510b0 [Pipeline] echo 10:19:39 GIT_COMMIT: c064ce76bbcaf668729eea1d56c0de28cbf510b0, Commit Message: Merge pull request #473 from hahattan/issue-472 [Pipeline] echo 10:19:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:19:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:19:40 10:19:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:19:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:19:41 latest: Pulling from edgex-devops/git-semver 10:19:41 31603596830f: Pulling fs layer 10:19:41 2a8b12db71e7: Pulling fs layer 10:19:41 6ca5941a6612: Pulling fs layer 10:19:41 ecc8261a40a4: Pulling fs layer 10:19:41 ecc8261a40a4: Waiting 10:19:41 2a8b12db71e7: Verifying Checksum 10:19:41 2a8b12db71e7: Download complete 10:19:41 31603596830f: Verifying Checksum 10:19:41 31603596830f: Download complete 10:19:41 ecc8261a40a4: Verifying Checksum 10:19:41 ecc8261a40a4: Download complete 10:19:41 6ca5941a6612: Verifying Checksum 10:19:41 6ca5941a6612: Download complete 10:19:41 31603596830f: Pull complete 10:19:41 2a8b12db71e7: Pull complete 10:19:42 6ca5941a6612: Pull complete 10:19:42 ecc8261a40a4: Pull complete 10:19:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:19:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:19:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:19:42 prd-centos7-docker-4c-2g-24330 does not seem to be running inside a container 10:19:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:19:45 $ docker top 8f16e4a83e52fc60a2aa12bfde58b3e5df2c9416e65b5cb65f2b1c1362259384 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:19:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:19:45 [ssh-agent] Looking for ssh-agent implementation... 10:19:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:19:45 $ docker exec 8f16e4a83e52fc60a2aa12bfde58b3e5df2c9416e65b5cb65f2b1c1362259384 ssh-agent 10:19:45 SSH_AUTH_SOCK=/tmp/ssh-EhsJPAssoyVO/agent.12 10:19:45 SSH_AGENT_PID=17 10:19:45 Running ssh-add (command line suppressed) 10:19:45 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_827102976457077542.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_827102976457077542.key) 10:19:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:19:46 + git tag --points-at HEAD [Pipeline] } 10:19:46 $ docker exec --env ******** --env ******** 8f16e4a83e52fc60a2aa12bfde58b3e5df2c9416e65b5cb65f2b1c1362259384 ssh-agent -k 10:19:46 unset SSH_AUTH_SOCK; 10:19:46 unset SSH_AGENT_PID; 10:19:46 echo Agent pid 17 killed; 10:19:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:19:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:19:46 [ssh-agent] Looking for ssh-agent implementation... 10:19:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:19:46 $ docker exec 8f16e4a83e52fc60a2aa12bfde58b3e5df2c9416e65b5cb65f2b1c1362259384 ssh-agent 10:19:47 SSH_AUTH_SOCK=/tmp/ssh-EOVP9dLZPeLB/agent.47 10:19:47 SSH_AGENT_PID=52 10:19:47 Running ssh-add (command line suppressed) 10:19:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4927780731585154392.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4927780731585154392.key) 10:19:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:19:47 + git semver init 10:19:47 # -> Open(): unable to determine branch for HEAD 10:19:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:19:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:19:47 # $SEMVER_REMOTE_NAME = origin 10:19:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:19:47 # $SEMVER_USER_NAME = edgex-jenkins 10:19:47 # $SEMVER_BRANCH = master 10:19:47 # $SEMVER_TEMP = /tmp/semver-251284271 10:19:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 10:19:48 # '/tmp/semver-251284271' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 10:19:48 # -> Force: false 10:19:48 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 10:19:48 $ docker exec --env ******** --env ******** 8f16e4a83e52fc60a2aa12bfde58b3e5df2c9416e65b5cb65f2b1c1362259384 ssh-agent -k 10:19:48 unset SSH_AUTH_SOCK; 10:19:48 unset SSH_AGENT_PID; 10:19:48 echo Agent pid 52 killed; 10:19:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:19:49 + git semver [Pipeline] } 10:19:49 $ docker stop --time=1 8f16e4a83e52fc60a2aa12bfde58b3e5df2c9416e65b5cb65f2b1c1362259384 10:19:51 $ docker rm -f 8f16e4a83e52fc60a2aa12bfde58b3e5df2c9416e65b5cb65f2b1c1362259384 [Pipeline] // withDockerContainer [Pipeline] sh 10:19:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:19:52 Stashed 1 file(s) [Pipeline] echo 10:19:52 [edgeXSemver]: initialized semver on version 2.0.0-dev.14 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:20:07 Still waiting to schedule task 10:20:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:20:07 Still waiting to schedule task 10:20:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24328’ is offline 10:21:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24331 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 10:21:59 Running in /w/workspace/go-mod-core-contracts/132 [Pipeline] { [Pipeline] checkout 10:22:04 using credential edgex-jenkins-ssh 10:22:04 Cloning the remote Git repository 10:22:04 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:22:05 > git init /w/workspace/go-mod-core-contracts/132 # timeout=10 10:22:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:22:05 > git --version # timeout=10 10:22:05 > git --version # 'git version 2.17.1' 10:22:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:22:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:22:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:22:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:22:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:22:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:22:06 using GIT_SSH to set credentials SSH Credentials for GitHub 10:22:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:22:07 Checking out Revision c064ce76bbcaf668729eea1d56c0de28cbf510b0 (master) 10:22:07 > git config core.sparsecheckout # timeout=10 10:22:07 > git checkout -f c064ce76bbcaf668729eea1d56c0de28cbf510b0 # timeout=10 10:22:11 Commit message: "Merge pull request #473 from hahattan/issue-472" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:22:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:22:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:22:13 + + sudo servicetrue docker 10:22:13 restart [Pipeline] unstash [Pipeline] echo 10:22:17 ========================================================= 10:22:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:22:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:22:17 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 10:22:18 Sending build context to Docker daemon 2.417MB 10:22:18 Step 1/7 : ARG BASE=golang:1.15-alpine 10:22:18 Step 2/7 : FROM ${BASE} 10:22:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:22:18 5f621e34cdf4: Pulling fs layer 10:22:18 a4357932f1b6: Pulling fs layer 10:22:18 18c013af1878: Pulling fs layer 10:22:18 00ac8860ef70: Pulling fs layer 10:22:18 63d7cb157983: Pulling fs layer 10:22:18 b116817d02f9: Pulling fs layer 10:22:18 745a02a5169b: Pulling fs layer 10:22:18 00ac8860ef70: Waiting 10:22:18 63d7cb157983: Waiting 10:22:18 745a02a5169b: Waiting 10:22:18 b116817d02f9: Waiting 10:22:19 18c013af1878: Verifying Checksum 10:22:19 18c013af1878: Download complete 10:22:19 a4357932f1b6: Verifying Checksum 10:22:19 a4357932f1b6: Download complete 10:22:19 63d7cb157983: Download complete 10:22:19 b116817d02f9: Download complete 10:22:19 5f621e34cdf4: Verifying Checksum 10:22:19 5f621e34cdf4: Download complete 10:22:19 5f621e34cdf4: Pull complete 10:22:20 a4357932f1b6: Pull complete 10:22:20 18c013af1878: Pull complete 10:22:21 745a02a5169b: Download complete 10:22:22 00ac8860ef70: Download complete 10:22:33 00ac8860ef70: Pull complete 10:22:33 63d7cb157983: Pull complete 10:22:34 b116817d02f9: Pull complete 10:22:36 Running on prd-centos7-docker-4c-2g-24332 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 10:22:36 Running in /w/workspace/go-mod-core-contracts/132 [Pipeline] { [Pipeline] checkout 10:22:38 745a02a5169b: Pull complete 10:22:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:22:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:22:38 ---> b7e6874047d6 10:22:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:22:39 using credential edgex-jenkins-ssh 10:22:39 Cloning the remote Git repository 10:22:38 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:22:38 > git init /w/workspace/go-mod-core-contracts/132 # timeout=10 10:22:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:22:38 > git --version # timeout=10 10:22:38 > git --version # 'git version 2.24.3' 10:22:38 using GIT_SSH to set credentials SSH Credentials for GitHub 10:22:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:22:40 Checking out Revision c064ce76bbcaf668729eea1d56c0de28cbf510b0 (master) 10:22:41 ---> Running in 4eaf37a1bfa4 10:22:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:22:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:22:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:22:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:22:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:22:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:22:40 > git config core.sparsecheckout # timeout=10 10:22:40 > git checkout -f c064ce76bbcaf668729eea1d56c0de28cbf510b0 # timeout=10 10:22:41 Removing intermediate container 4eaf37a1bfa4 10:22:41 ---> 84c1f5071105 10:22:41 Step 4/7 : RUN apk add bash 10:22:41 ---> Running in 7b0f375332b9 10:22:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:22:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:22:44 Commit message: "Merge pull request #473 from hahattan/issue-472" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 10:22:44 OK: 142 MiB in 39 packages [Pipeline] script [Pipeline] { [Pipeline] sh 10:22:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:22:45 Removing intermediate container 7b0f375332b9 10:22:45 ---> 25b136d6a50e 10:22:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:22:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:22:45 ---> Running in 474f390eaf64 10:22:45 + sudo service docker restart 10:22:45 + true 10:22:45 Redirecting to /bin/systemctl restart docker.service 10:22:46 Removing intermediate container 474f390eaf64 10:22:46 ---> 8747bc7b2268 10:22:46 Step 6/7 : COPY go.mod . 10:22:47 ---> c41c8e3b696b 10:22:47 Step 7/7 : RUN go mod download 10:22:47 ---> Running in 9870f77d2ce9 [Pipeline] unstash [Pipeline] echo 10:22:47 ========================================================= 10:22:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:22:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:22:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 10:22:48 Sending build context to Docker daemon 2.418MB 10:22:48 Step 1/7 : ARG BASE=golang:1.15-alpine 10:22:48 Step 2/7 : FROM ${BASE} 10:22:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:22:48 188c0c94c7c5: Pulling fs layer 10:22:48 0ef7d3d256c8: Pulling fs layer 10:22:48 de9db76c5a1d: Pulling fs layer 10:22:48 bca2f99d35d6: Pulling fs layer 10:22:48 93359f2a8cfa: Pulling fs layer 10:22:48 7c6f9722023f: Pulling fs layer 10:22:48 a35cf1a2eb13: Pulling fs layer 10:22:48 93359f2a8cfa: Waiting 10:22:48 bca2f99d35d6: Waiting 10:22:48 7c6f9722023f: Waiting 10:22:48 a35cf1a2eb13: Waiting 10:22:48 de9db76c5a1d: Verifying Checksum 10:22:48 de9db76c5a1d: Download complete 10:22:48 0ef7d3d256c8: Verifying Checksum 10:22:48 0ef7d3d256c8: Download complete 10:22:48 93359f2a8cfa: Verifying Checksum 10:22:48 93359f2a8cfa: Download complete 10:22:48 7c6f9722023f: Verifying Checksum 10:22:48 7c6f9722023f: Download complete 10:22:48 188c0c94c7c5: Verifying Checksum 10:22:48 188c0c94c7c5: Download complete 10:22:48 188c0c94c7c5: Pull complete 10:22:48 0ef7d3d256c8: Pull complete 10:22:49 de9db76c5a1d: Pull complete 10:22:50 a35cf1a2eb13: Download complete 10:22:51 bca2f99d35d6: Verifying Checksum 10:22:51 bca2f99d35d6: Download complete 10:22:56 bca2f99d35d6: Pull complete 10:22:57 93359f2a8cfa: Pull complete 10:22:57 7c6f9722023f: Pull complete 10:23:02 Removing intermediate container 9870f77d2ce9 10:23:02 ---> 588ea0684e31 10:23:02 Successfully built 588ea0684e31 10:23:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:23:02 + docker inspect -f . ci-base-image-arm64 10:23:02 . [Pipeline] withDockerContainer 10:23:02 prd-ubuntu18.04-docker-arm64-4c-16g-24331 does not seem to be running inside a container 10:23:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/132 -v /w/workspace/go-mod-core-contracts/132:/w/workspace/go-mod-core-contracts/132:rw,z -v /w/workspace/go-mod-core-contracts/132@tmp:/w/workspace/go-mod-core-contracts/132@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 ******** ci-base-image-arm64 cat 10:23:04 $ docker top 9ab739cd53c05aedb0cfc0c6273c4558b9a4a5e102a3a23c45a775028a0c5827 -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:05 a35cf1a2eb13: Pull complete 10:23:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:23:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:23:05 ---> a62c8e92a672 10:23:05 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:23:05 ---> Running in 62712040f2a0 10:23:05 Removing intermediate container 62712040f2a0 10:23:05 ---> 642f1476fe01 10:23:05 Step 4/7 : RUN apk add bash 10:23:05 ---> Running in ca2195028326 10:23:05 + go version 10:23:05 go version go1.15.5 linux/arm64 [Pipeline] } 10:23:05 $ docker stop --time=1 9ab739cd53c05aedb0cfc0c6273c4558b9a4a5e102a3a23c45a775028a0c5827 10:23:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:23:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:23:07 OK: 166 MiB in 39 packages 10:23:07 $ docker rm -f 9ab739cd53c05aedb0cfc0c6273c4558b9a4a5e102a3a23c45a775028a0c5827 10:23:07 Removing intermediate container ca2195028326 10:23:07 ---> 315491025762 10:23:07 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [Pipeline] // withDockerContainer 10:23:07 ---> Running in e45e935071d3 10:23:07 Removing intermediate container e45e935071d3 10:23:07 ---> 3e8cbd8c413c 10:23:07 Step 6/7 : COPY go.mod . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 10:23:08 ---> 966ab6fa66bd 10:23:08 Step 7/7 : RUN go mod download [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:23:08 ---> Running in 8d937c285c3d 10:23:08 + docker inspect -f . ci-base-image-arm64 10:23:08 . [Pipeline] withDockerContainer 10:23:08 prd-ubuntu18.04-docker-arm64-4c-16g-24331 does not seem to be running inside a container 10:23:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/132 -v /w/workspace/go-mod-core-contracts/132:/w/workspace/go-mod-core-contracts/132:rw,z -v /w/workspace/go-mod-core-contracts/132@tmp:/w/workspace/go-mod-core-contracts/132@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 ******** ci-base-image-arm64 cat 10:23:10 $ docker top eb291c936afe3b9caeb0deb249b90296e6346d729d4860d9382405214fe0fa78 -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:11 + make test 10:23:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:23:20 Removing intermediate container 8d937c285c3d 10:23:20 ---> 821a689eb89b 10:23:20 Successfully built 821a689eb89b 10:23:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:23:20 + docker inspect -f . ci-base-image-x86_64 10:23:20 . [Pipeline] withDockerContainer 10:23:21 prd-centos7-docker-4c-2g-24332 does not seem to be running inside a container 10:23:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/132 -v /w/workspace/go-mod-core-contracts/132:/w/workspace/go-mod-core-contracts/132:rw,z -v /w/workspace/go-mod-core-contracts/132@tmp:/w/workspace/go-mod-core-contracts/132@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 ******** ci-base-image-x86_64 cat 10:23:21 $ docker top e71a4f96489b93cf7aca17ad1bfd9045ed695ac026796fc010454cdfe447ca35 -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:22 + go version 10:23:22 go version go1.15.5 linux/amd64 [Pipeline] } 10:23:22 $ docker stop --time=1 e71a4f96489b93cf7aca17ad1bfd9045ed695ac026796fc010454cdfe447ca35 10:23:23 $ docker rm -f e71a4f96489b93cf7aca17ad1bfd9045ed695ac026796fc010454cdfe447ca35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:23:24 + docker inspect -f . ci-base-image-x86_64 10:23:24 . [Pipeline] withDockerContainer 10:23:24 prd-centos7-docker-4c-2g-24332 does not seem to be running inside a container 10:23:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/132 -v /w/workspace/go-mod-core-contracts/132:/w/workspace/go-mod-core-contracts/132:rw,z -v /w/workspace/go-mod-core-contracts/132@tmp:/w/workspace/go-mod-core-contracts/132@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 ******** ci-base-image-x86_64 cat 10:23:25 $ docker top ee8bdf5ed57ee1fba70f13986443bedb0fde61db54624c4d7c894be1b1798bb7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:26 + make test 10:23:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:23:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:23:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.010s coverage: 85.7% of statements 10:23:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.012s coverage: 100.0% of statements 10:23:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.022s coverage: 45.4% of statements 10:23:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.015s coverage: 77.8% of statements 10:23:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:23:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.052s coverage: 85.7% of statements 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.027s coverage: 100.0% of statements 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.021s coverage: 26.3% of statements 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.031s coverage: 14.7% of statements 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.027s coverage: 91.8% of statements 10:23:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:23:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements 10:23:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements 10:23:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 63.0% of statements 10:23:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements 10:23:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.010s coverage: 15.4% of statements 10:23:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.004s coverage: 15.4% of statements 10:23:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.029s coverage: 14.3% of statements 10:23:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:23:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.031s coverage: 45.4% of statements 10:23:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.052s coverage: 77.8% of statements 10:23:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:23:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.082s coverage: 84.8% of statements 10:23:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:23:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:23:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:23:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 39.1% of statements 10:23:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.033s coverage: 94.4% of statements 10:23:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.039s coverage: 26.3% of statements 10:23:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.047s coverage: 14.7% of statements 10:23:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.013s coverage: 100.0% of statements 10:23:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.031s coverage: 92.9% of statements 10:23:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.011s coverage: 100.0% of statements 10:23:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:23:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:23:41 gofmt -l . 10:23:41 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:23:41 $ docker stop --time=1 ee8bdf5ed57ee1fba70f13986443bedb0fde61db54624c4d7c894be1b1798bb7 10:23:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.080s coverage: 91.8% of statements 10:23:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:23:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:23:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements 10:23:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.022s coverage: 36.7% of statements 10:23:44 $ docker rm -f ee8bdf5ed57ee1fba70f13986443bedb0fde61db54624c4d7c894be1b1798bb7 [Pipeline] // withDockerContainer [Pipeline] sh 10:23:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:23:45 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 [Pipeline] } [Pipeline] // withEnv 10:23:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.127s coverage: 63.0% of statements 10:23:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.019s coverage: 26.3% of statements 10:23:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.032s coverage: 15.4% of statements 10:23:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.015s coverage: 15.4% of statements 10:23:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.030s coverage: 14.3% of statements 10:23:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:23:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.209s coverage: 84.8% of statements 10:23:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:23:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:23:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:23:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.068s coverage: 39.1% of statements 10:23:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.035s coverage: 94.4% of statements 10:23:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.124s coverage: 92.9% of statements 10:23:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements 10:23:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:23:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:23:57 gofmt -l . 10:23:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:23:58 $ docker stop --time=1 eb291c936afe3b9caeb0deb249b90296e6346d729d4860d9382405214fe0fa78 10:24:00 $ docker rm -f eb291c936afe3b9caeb0deb249b90296e6346d729d4860d9382405214fe0fa78 [Pipeline] // withDockerContainer [Pipeline] sh 10:24:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:24:01 Warning: overwriting stash ‘coverage-report’ 10:24:02 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] } [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] wrap 10:24:04 provisioning config files... 10:24:04 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5287124535916579211tmp [Pipeline] { [Pipeline] sh 10:24:04 + set +x 10:24:04 + curl -s https://codecov.io/bash 10:24:04 + bash -s -- 10:24:04 10:24:04 _____ _ 10:24:04 / ____| | | 10:24:04 | | ___ __| | ___ ___ _____ __ 10:24:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:24:04 | |___| (_) | (_| | __/ (_| (_) \ V / 10:24:04 \_____\___/ \__,_|\___|\___\___/ \_/ 10:24:04 Bash-20210129-7c25fce 10:24:04 10:24:04 10:24:04 ==> git version 2.24.3 found 10:24:04 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 10:24:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:24:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:24:04 ==> Jenkins CI detected. 10:24:04 project root: . 10:24:04 --> token set from env 10:24:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:24:04 ==> Running gcov in . (disable via -X gcov) 10:24:04 ==> Python coveragepy not found 10:24:04 ==> Searching for coverage reports in: 10:24:04 + . 10:24:04 -> Found 1 reports 10:24:04 ==> Detecting git/mercurial file structure 10:24:04 ==> Reading reports 10:24:04 + ./coverage.out bytes=135814 10:24:04 ==> Appending adjustments 10:24:04 https://docs.codecov.io/docs/fixing-reports 10:24:05 + Found adjustments 10:24:05 ==> Gzipping contents 10:24:05 24K /tmp/codecov.k4FJ5e.gz 10:24:05 ==> Uploading reports 10:24:05 url: https://codecov.io 10:24:05 query: branch=master&commit=c064ce76bbcaf668729eea1d56c0de28cbf510b0&build=132&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F132%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 10:24:05 -> Pinging Codecov 10:24:05 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=c064ce76bbcaf668729eea1d56c0de28cbf510b0&build=132&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F132%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 10:24:06 -> Uploading to 10:24:06 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/71470A77251A30514AAF9C0BB2E5B6CE/c064ce76bbcaf668729eea1d56c0de28cbf510b0/77777eca-5e7d-4e8c-b37a-bb40b5d69489.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T102405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=76a8dacae9c0d360748a7fc259835b1cf6d45e45abbba9214e0085026d36aaa5 10:24:06 % Total % Received % Xferd Average Speed Time Time Time Current 10:24:06 Dload Upload Total Spent Left Speed 10:24:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21047 0 0 100 21047 0 44818 --:--:-- --:--:-- --:--:-- 44876 10:24:06 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/c064ce76bbcaf668729eea1d56c0de28cbf510b0 [Pipeline] } 10:24:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:24:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:24:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:24:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:24:07 10:24:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:24:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:24:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:24:08 188c0c94c7c5: Pulling fs layer 10:24:08 0ef7d3d256c8: Pulling fs layer 10:24:08 de9db76c5a1d: Pulling fs layer 10:24:08 0eba1c9be4d2: Pulling fs layer 10:24:08 0d57e429df01: Pulling fs layer 10:24:08 4e4be7b47b0d: Pulling fs layer 10:24:08 e1f770b5df2f: Pulling fs layer 10:24:08 85a0685a4137: Pulling fs layer 10:24:08 0eba1c9be4d2: Waiting 10:24:08 0d57e429df01: Waiting 10:24:08 4e4be7b47b0d: Waiting 10:24:08 e1f770b5df2f: Waiting 10:24:08 de9db76c5a1d: Verifying Checksum 10:24:08 de9db76c5a1d: Download complete 10:24:08 0ef7d3d256c8: Verifying Checksum 10:24:08 0ef7d3d256c8: Download complete 10:24:08 0d57e429df01: Download complete 10:24:08 4e4be7b47b0d: Verifying Checksum 10:24:08 4e4be7b47b0d: Download complete 10:24:08 188c0c94c7c5: Verifying Checksum 10:24:08 188c0c94c7c5: Download complete 10:24:08 188c0c94c7c5: Pull complete 10:24:09 0ef7d3d256c8: Pull complete 10:24:09 de9db76c5a1d: Pull complete 10:24:10 e1f770b5df2f: Verifying Checksum 10:24:10 e1f770b5df2f: Download complete 10:24:12 0eba1c9be4d2: Download complete 10:24:12 85a0685a4137: Verifying Checksum 10:24:12 85a0685a4137: Download complete 10:24:16 0eba1c9be4d2: Pull complete 10:24:16 0d57e429df01: Pull complete 10:24:16 4e4be7b47b0d: Pull complete 10:24:21 e1f770b5df2f: Pull complete 10:24:27 85a0685a4137: Pull complete 10:24:27 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:24:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:24:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:24:27 prd-centos7-docker-4c-2g-24330 does not seem to be running inside a container 10:24:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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/edgex-snyk-go:1.410.4 cat 10:24:29 $ docker top 3e46e6199ae81f75aba033e8782e6f6f80ffcf112e02f798748fa3bc651cc6e8 -eo pid,comm [Pipeline] { [Pipeline] echo 10:24:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:24:29 + set -o pipefail 10:24:29 + snyk monitor '--org=edgex-jenkins' 10:24:34 10:24:34 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 10:24:34 10:24:34 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/9f5b3662-d3f5-46e5-930f-35714c0b3b2e 10:24:34 10:24:34 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:24:34 10:24:34 [Pipeline] } 10:24:34 $ docker stop --time=1 3e46e6199ae81f75aba033e8782e6f6f80ffcf112e02f798748fa3bc651cc6e8 10:24:37 $ docker rm -f 3e46e6199ae81f75aba033e8782e6f6f80ffcf112e02f798748fa3bc651cc6e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 10:24:38 + git log --format=format:%s -1 c064ce76bbcaf668729eea1d56c0de28cbf510b0 [Pipeline] isUnix [Pipeline] sh 10:24:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:24:39 . [Pipeline] withDockerContainer 10:24:39 prd-centos7-docker-4c-2g-24330 does not seem to be running inside a container 10:24:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:24:40 $ docker top 05b76e29a9baae0691fd061ce5d26cb1e7c91482fd8d57988ab97bd6a7831244 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:24:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:24:40 [ssh-agent] Looking for ssh-agent implementation... 10:24:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:24:40 $ docker exec 05b76e29a9baae0691fd061ce5d26cb1e7c91482fd8d57988ab97bd6a7831244 ssh-agent 10:24:41 SSH_AUTH_SOCK=/tmp/ssh-J7ZrcnNUos7v/agent.11 10:24:41 SSH_AGENT_PID=16 10:24:41 Running ssh-add (command line suppressed) 10:24:41 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1791296853439680876.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1791296853439680876.key) 10:24:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:24:41 + git semver tag 10:24:41 # -> Open(): unable to determine branch for HEAD 10:24:41 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:24:41 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:24:41 # $SEMVER_REMOTE_NAME = origin 10:24:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:24:41 # $SEMVER_USER_NAME = edgex-jenkins 10:24:41 # $SEMVER_BRANCH = master 10:24:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:24:41 # c064ce76bbcaf668729eea1d56c0de28cbf510b0 HEAD 10:24:41 # -> Force: false 10:24:41 # 21418310bdc0884b7f61e9b77f7e030eb6a3f4e6 refs/tags/v2.0.0-dev.14 [Pipeline] } 10:24:41 $ docker exec --env ******** --env ******** 05b76e29a9baae0691fd061ce5d26cb1e7c91482fd8d57988ab97bd6a7831244 ssh-agent -k 10:24:41 unset SSH_AUTH_SOCK; 10:24:41 unset SSH_AGENT_PID; 10:24:41 echo Agent pid 16 killed; 10:24:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:24:42 + git semver [Pipeline] } 10:24:42 $ docker stop --time=1 05b76e29a9baae0691fd061ce5d26cb1e7c91482fd8d57988ab97bd6a7831244 10:24:43 $ docker rm -f 05b76e29a9baae0691fd061ce5d26cb1e7c91482fd8d57988ab97bd6a7831244 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:24:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:24:44 10:24:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:24:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:24:44 0.23.1-centos7: Pulling from edgex-lftools 10:24:44 ab5ef0e58194: Pulling fs layer 10:24:44 9712f1f96733: Pulling fs layer 10:24:44 63f879dbbcfc: Pulling fs layer 10:24:44 0d9ebad4ef96: Pulling fs layer 10:24:44 e9a5061849ea: Pulling fs layer 10:24:44 d747dcd14b5f: Pulling fs layer 10:24:44 2de7ff778b66: Pulling fs layer 10:24:44 0d9ebad4ef96: Waiting 10:24:44 e9a5061849ea: Waiting 10:24:44 d747dcd14b5f: Waiting 10:24:44 2de7ff778b66: Waiting 10:24:44 9712f1f96733: Verifying Checksum 10:24:44 9712f1f96733: Download complete 10:24:46 63f879dbbcfc: Verifying Checksum 10:24:46 63f879dbbcfc: Download complete 10:24:46 e9a5061849ea: Verifying Checksum 10:24:46 e9a5061849ea: Download complete 10:24:46 d747dcd14b5f: Verifying Checksum 10:24:46 d747dcd14b5f: Download complete 10:24:47 2de7ff778b66: Verifying Checksum 10:24:47 2de7ff778b66: Download complete 10:24:47 ab5ef0e58194: Verifying Checksum 10:24:47 ab5ef0e58194: Download complete 10:24:47 0d9ebad4ef96: Verifying Checksum 10:24:47 0d9ebad4ef96: Download complete 10:24:51 ab5ef0e58194: Pull complete 10:24:51 9712f1f96733: Pull complete 10:24:53 63f879dbbcfc: Pull complete 10:25:00 0d9ebad4ef96: Pull complete 10:25:00 e9a5061849ea: Pull complete 10:25:00 d747dcd14b5f: Pull complete 10:25:04 2de7ff778b66: Pull complete 10:25:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:25:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:25:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:25:04 prd-centos7-docker-4c-2g-24330 does not seem to be running inside a container 10:25:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:25:08 $ docker top 1dc0b332ce33d50c73c58b283413d54c701ff6ebce3635fbe6260c455ba54afb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:25:08 provisioning config files... 10:25:08 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5649610301236889879tmp 10:25:08 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1937057935915383867tmp 10:25:08 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2051685678845225655tmp [Pipeline] { [Pipeline] echo 10:25:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:25:08 ---> sigul-configuration.sh 10:25:08 gpg: directory `/root/.gnupg' created 10:25:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:25:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:25:08 gpg: keyring `/root/.gnupg/secring.gpg' created 10:25:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:25:08 gpg: CAST5 encrypted data 10:25:09 gpg: encrypted with 1 passphrase 10:25:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:25:09 + mkdir /home/jenkins 10:25:09 + mkdir /home/jenkins/sigul [Pipeline] sh 10:25:09 + 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 10:25:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:25:09 ---> sigul-install.sh 10:25:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:25:15 + git tag --list 10:25:15 v0.0.0 10:25:15 v0.0.1 10:25:15 v0.1.0 10:25:15 v0.1.1 10:25:15 v0.1.10 10:25:15 v0.1.100 10:25:15 v0.1.101 10:25:15 v0.1.102 10:25:15 v0.1.103 10:25:15 v0.1.104 10:25:15 v0.1.105 10:25:15 v0.1.106 10:25:15 v0.1.107 10:25:15 v0.1.108 10:25:15 v0.1.109 10:25:15 v0.1.11 10:25:15 v0.1.110 10:25:15 v0.1.111 10:25:15 v0.1.112 10:25:15 v0.1.113 10:25:15 v0.1.114 10:25:15 v0.1.115 10:25:15 v0.1.116 10:25:15 v0.1.117 10:25:15 v0.1.118 10:25:15 v0.1.119 10:25:15 v0.1.12 10:25:15 v0.1.120 10:25:15 v0.1.121 10:25:15 v0.1.122 10:25:15 v0.1.123 10:25:15 v0.1.124 10:25:15 v0.1.125 10:25:15 v0.1.126 10:25:15 v0.1.127 10:25:15 v0.1.128 10:25:15 v0.1.129 10:25:15 v0.1.13 10:25:15 v0.1.130 10:25:15 v0.1.131 10:25:15 v0.1.132 10:25:15 v0.1.133 10:25:15 v0.1.134 10:25:15 v0.1.135 10:25:15 v0.1.136 10:25:15 v0.1.137 10:25:15 v0.1.138 10:25:15 v0.1.139 10:25:15 v0.1.14 10:25:15 v0.1.140 10:25:15 v0.1.141 10:25:15 v0.1.142 10:25:15 v0.1.143 10:25:15 v0.1.144 10:25:15 v0.1.145 10:25:15 v0.1.146 10:25:15 v0.1.147 10:25:15 v0.1.148 10:25:15 v0.1.149 10:25:15 v0.1.15 10:25:15 v0.1.16 10:25:15 v0.1.17 10:25:15 v0.1.18 10:25:15 v0.1.19 10:25:15 v0.1.2 10:25:15 v0.1.20 10:25:15 v0.1.21 10:25:15 v0.1.22 10:25:15 v0.1.23 10:25:15 v0.1.24 10:25:15 v0.1.25 10:25:15 v0.1.26 10:25:15 v0.1.27 10:25:15 v0.1.28 10:25:15 v0.1.29 10:25:15 v0.1.3 10:25:15 v0.1.30 10:25:15 v0.1.31 10:25:15 v0.1.32 10:25:15 v0.1.33 10:25:15 v0.1.34 10:25:15 v0.1.35 10:25:15 v0.1.36 10:25:15 v0.1.37 10:25:15 v0.1.38 10:25:15 v0.1.39 10:25:15 v0.1.4 10:25:15 v0.1.40 10:25:15 v0.1.41 10:25:15 v0.1.42 10:25:15 v0.1.43 10:25:15 v0.1.44 10:25:15 v0.1.45 10:25:15 v0.1.46 10:25:15 v0.1.47 10:25:15 v0.1.48 10:25:15 v0.1.49 10:25:15 v0.1.5 10:25:15 v0.1.50 10:25:15 v0.1.51 10:25:15 v0.1.52 10:25:15 v0.1.53 10:25:15 v0.1.54 10:25:15 v0.1.55 10:25:15 v0.1.56 10:25:15 v0.1.57 10:25:15 v0.1.58 10:25:15 v0.1.59 10:25:15 v0.1.6 10:25:15 v0.1.60 10:25:15 v0.1.61 10:25:15 v0.1.62 10:25:15 v0.1.63 10:25:15 v0.1.64 10:25:15 v0.1.65 10:25:15 v0.1.66 10:25:15 v0.1.67 10:25:15 v0.1.68 10:25:15 v0.1.69 10:25:15 v0.1.7 10:25:15 v0.1.70 10:25:15 v0.1.71 10:25:15 v0.1.72 10:25:15 v0.1.73 10:25:15 v0.1.74 10:25:15 v0.1.75 10:25:15 v0.1.76 10:25:15 v0.1.77 10:25:15 v0.1.78 10:25:15 v0.1.79 10:25:15 v0.1.8 10:25:15 v0.1.80 10:25:15 v0.1.81 10:25:15 v0.1.82 10:25:15 v0.1.83 10:25:15 v0.1.84 10:25:15 v0.1.85 10:25:15 v0.1.86 10:25:15 v0.1.87 10:25:15 v0.1.88 10:25:15 v0.1.89 10:25:15 v0.1.9 10:25:15 v0.1.90 10:25:15 v0.1.91 10:25:15 v0.1.92 10:25:15 v0.1.93 10:25:15 v0.1.94 10:25:15 v0.1.95 10:25:15 v0.1.96 10:25:15 v0.1.97 10:25:15 v0.1.98 10:25:15 v0.1.99 10:25:15 v2.0.0-dev.1 10:25:15 v2.0.0-dev.10 10:25:15 v2.0.0-dev.11 10:25:15 v2.0.0-dev.12 10:25:15 v2.0.0-dev.13 10:25:15 v2.0.0-dev.14 10:25:15 v2.0.0-dev.2 10:25:15 v2.0.0-dev.3 10:25:15 v2.0.0-dev.4 10:25:15 v2.0.0-dev.5 10:25:15 v2.0.0-dev.6 10:25:15 v2.0.0-dev.7 10:25:15 v2.0.0-dev.8 10:25:15 v2.0.0-dev.9 [Pipeline] sh 10:25:15 + lftools sign git-tag v2.0.0-dev.14 10:25:17 Signing Git tag with Sigul... 10:25:17 Signing v2.0.0-dev.14 [Pipeline] echo 10:25:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:25:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:25:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:25:19 $ docker stop --time=1 1dc0b332ce33d50c73c58b283413d54c701ff6ebce3635fbe6260c455ba54afb 10:25:21 $ docker rm -f 1dc0b332ce33d50c73c58b283413d54c701ff6ebce3635fbe6260c455ba54afb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:25:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:25:22 . [Pipeline] withDockerContainer 10:25:22 prd-centos7-docker-4c-2g-24330 does not seem to be running inside a container 10:25:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:25:22 $ docker top 3b3fb6e44400dd63da9bf49933e112aeab0fcffdf7f12de22efca99965ca87cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:25:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:25:23 [ssh-agent] Looking for ssh-agent implementation... 10:25:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:25:23 $ docker exec 3b3fb6e44400dd63da9bf49933e112aeab0fcffdf7f12de22efca99965ca87cf ssh-agent 10:25:23 SSH_AUTH_SOCK=/tmp/ssh-5WWt7UJkBHzH/agent.13 10:25:23 SSH_AGENT_PID=19 10:25:23 Running ssh-add (command line suppressed) 10:25:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3492817687738361064.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3492817687738361064.key) 10:25:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:25:24 + git semver bump pre 10:25:24 # -> Open(): unable to determine branch for HEAD 10:25:24 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:25:24 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:25:24 # $SEMVER_REMOTE_NAME = origin 10:25:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:25:24 # $SEMVER_USER_NAME = edgex-jenkins 10:25:24 # $SEMVER_BRANCH = master 10:25:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 10:25:24 2.0.0-dev.15 [Pipeline] } 10:25:24 $ docker exec --env ******** --env ******** 3b3fb6e44400dd63da9bf49933e112aeab0fcffdf7f12de22efca99965ca87cf ssh-agent -k 10:25:24 unset SSH_AUTH_SOCK; 10:25:24 unset SSH_AGENT_PID; 10:25:24 echo Agent pid 19 killed; 10:25:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:25:24 + git semver [Pipeline] } 10:25:24 $ docker stop --time=1 3b3fb6e44400dd63da9bf49933e112aeab0fcffdf7f12de22efca99965ca87cf 10:25:26 $ docker rm -f 3b3fb6e44400dd63da9bf49933e112aeab0fcffdf7f12de22efca99965ca87cf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:25:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:25:26 . [Pipeline] withDockerContainer 10:25:26 prd-centos7-docker-4c-2g-24330 does not seem to be running inside a container 10:25:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:25:27 $ docker top 4d773bd75303930292846c231ad22780d530ce0498e9b6918d6391127fd8a0d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:25:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:25:27 [ssh-agent] Looking for ssh-agent implementation... 10:25:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:25:28 $ docker exec 4d773bd75303930292846c231ad22780d530ce0498e9b6918d6391127fd8a0d8 ssh-agent 10:25:28 SSH_AUTH_SOCK=/tmp/ssh-nLezgwjahEvX/agent.11 10:25:28 SSH_AGENT_PID=16 10:25:28 Running ssh-add (command line suppressed) 10:25:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_871534534377238281.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_871534534377238281.key) 10:25:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:25:28 + git semver push 10:25:28 # -> Open(): unable to determine branch for HEAD 10:25:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 10:25:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 10:25:28 # $SEMVER_REMOTE_NAME = origin 10:25:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:25:28 # $SEMVER_USER_NAME = edgex-jenkins 10:25:28 # $SEMVER_BRANCH = master 10:25:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 10:25:37 $ docker exec --env ******** --env ******** 4d773bd75303930292846c231ad22780d530ce0498e9b6918d6391127fd8a0d8 ssh-agent -k 10:25:37 unset SSH_AUTH_SOCK; 10:25:37 unset SSH_AGENT_PID; 10:25:37 echo Agent pid 16 killed; 10:25:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:25:37 + git semver [Pipeline] } 10:25:37 $ docker stop --time=1 4d773bd75303930292846c231ad22780d530ce0498e9b6918d6391127fd8a0d8 10:25:39 $ docker rm -f 4d773bd75303930292846c231ad22780d530ce0498e9b6918d6391127fd8a0d8 [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:25:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:25:41 ---> package-listing.sh 10:25:41 ++ facter osfamily 10:25:41 ++ tr '[:upper:]' '[:lower:]' 10:25:41 + OS_FAMILY=redhat 10:25:41 + workspace=/w/workspace/dry_go-mod-core-contracts_master 10:25:41 + START_PACKAGES=/tmp/packages_start.txt 10:25:41 + END_PACKAGES=/tmp/packages_end.txt 10:25:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:25:41 + PACKAGES=/tmp/packages_start.txt 10:25:41 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:25:41 + PACKAGES=/tmp/packages_end.txt 10:25:41 + case "${OS_FAMILY}" in 10:25:41 + rpm -qa 10:25:41 + sort 10:25:46 + '[' -f /tmp/packages_start.txt ']' 10:25:46 + '[' -f /tmp/packages_end.txt ']' 10:25:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:25:46 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 10:25:46 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 10:25:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 10:25:46 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:25:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:25:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:25:47 10:25:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:25:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:25:47 alpine: Pulling from edgex-lftools-log-publisher 10:25:47 df20fa9351a1: Pulling fs layer 10:25:47 36b3adc4ff6f: Pulling fs layer 10:25:47 8ad3a11d3b57: Pulling fs layer 10:25:47 46f8f816bc3b: Pulling fs layer 10:25:47 93b61091891f: Pulling fs layer 10:25:47 93b9cdb0e59b: Pulling fs layer 10:25:47 5e14af77c1be: Pulling fs layer 10:25:47 01666e4c0597: Pulling fs layer 10:25:47 aa168da1d23b: Pulling fs layer 10:25:47 46f8f816bc3b: Waiting 10:25:47 93b61091891f: Waiting 10:25:47 93b9cdb0e59b: Waiting 10:25:47 5e14af77c1be: Waiting 10:25:47 01666e4c0597: Waiting 10:25:47 aa168da1d23b: Waiting 10:25:47 36b3adc4ff6f: Verifying Checksum 10:25:47 36b3adc4ff6f: Download complete 10:25:47 46f8f816bc3b: Verifying Checksum 10:25:47 46f8f816bc3b: Download complete 10:25:48 df20fa9351a1: Verifying Checksum 10:25:48 df20fa9351a1: Download complete 10:25:48 93b9cdb0e59b: Verifying Checksum 10:25:48 93b9cdb0e59b: Download complete 10:25:48 5e14af77c1be: Verifying Checksum 10:25:48 5e14af77c1be: Download complete 10:25:48 93b61091891f: Download complete 10:25:48 01666e4c0597: Verifying Checksum 10:25:48 01666e4c0597: Download complete 10:25:48 8ad3a11d3b57: Verifying Checksum 10:25:48 8ad3a11d3b57: Download complete 10:25:48 df20fa9351a1: Pull complete 10:25:49 36b3adc4ff6f: Pull complete 10:25:50 8ad3a11d3b57: Pull complete 10:25:50 46f8f816bc3b: Pull complete 10:25:50 aa168da1d23b: Verifying Checksum 10:25:50 aa168da1d23b: Download complete 10:25:51 93b61091891f: Pull complete 10:25:51 93b9cdb0e59b: Pull complete 10:25:51 5e14af77c1be: Pull complete 10:25:51 01666e4c0597: Pull complete 10:25:58 aa168da1d23b: Pull complete 10:25:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:25:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:25:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:25:58 prd-centos7-docker-4c-2g-24330 does not seem to be running inside a container 10:25:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:26:01 $ docker top 3d752f2a5457684d4c5203425f8278ecab503956c8e33c074d43bfd5bb12a343 -eo pid,comm [Pipeline] { [Pipeline] sh 10:26:02 + touch /tmp/pre-build-complete [Pipeline] sh 10:26:02 + mkdir -p /var/log/sa [Pipeline] sh 10:26:03 + ls /var/log/sa-host 10:26:03 + sadf -c /var/log/sa-host/sa01 10:26:03 file_magic: OK 10:26:03 HZ: Using current value: 100 10:26:03 file_header: OK 10:26:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:26:03 Statistics: 10:26:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:26:03 File successfully converted to sysstat format version 12.2.1 10:26:03 + sadf -c /var/log/sa-host/sa23 10:26:03 file_magic: OK 10:26:03 HZ: Using current value: 100 10:26:03 file_header: OK 10:26:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:26:03 Statistics: 10:26:03 Hnuu...uuuununununu... 10:26:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:26:03 provisioning config files... 10:26:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7827252771247918587tmp [Pipeline] { [Pipeline] echo 10:26:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:26:04 ---> create-netrc.sh [Pipeline] } 10:26:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:26:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:26:04 ---> python-tools-install.sh [Pipeline] echo 10:26:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:26:04 ---> sudo-logs.sh 10:26:04 Archiving 'sudo' log.. [Pipeline] echo 10:26:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:26:05 ---> job-cost.sh 10:26:05 lf-activate-venv: SKIPPING 10:26:05 INFO: No Stack... 10:26:07 INFO: Retrieving Pricing Info for: v1-standard-2 10:26:07 INFO: Archiving Costs [Pipeline] echo 10:26:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:26:08 ---> logs-deploy.sh 10:26:08 lf-activate-venv: SKIPPING 10:26:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/132 10:26:08 INFO: archiving workspace using pattern(s): 10:26:09 Archives upload complete. 10:26:09 INFO: archiving logs to Nexus 10:26:10 ---> uname -a: 10:26:10 Linux prd-centos7-docker-4c-2g-24330.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:26:10 10:26:10 10:26:10 ---> lscpu: 10:26:10 Architecture: x86_64 10:26:10 CPU op-mode(s): 32-bit, 64-bit 10:26:10 Byte Order: Little Endian 10:26:10 Address sizes: 40 bits physical, 48 bits virtual 10:26:10 CPU(s): 4 10:26:10 On-line CPU(s) list: 0-3 10:26:10 Thread(s) per core: 1 10:26:10 Core(s) per socket: 1 10:26:10 Socket(s): 4 10:26:10 NUMA node(s): 1 10:26:10 Vendor ID: GenuineIntel 10:26:10 CPU family: 6 10:26:10 Model: 44 10:26:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:26:10 Stepping: 1 10:26:10 CPU MHz: 2933.438 10:26:10 BogoMIPS: 5866.87 10:26:10 Virtualization: VT-x 10:26:10 Hypervisor vendor: KVM 10:26:10 Virtualization type: full 10:26:10 L1d cache: 128 KiB 10:26:10 L1i cache: 128 KiB 10:26:10 L2 cache: 16 MiB 10:26:10 L3 cache: 64 MiB 10:26:10 NUMA node0 CPU(s): 0-3 10:26:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:26:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:26:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:26:10 Vulnerability Meltdown: Mitigation; PTI 10:26:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:26:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:26:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:26:10 Vulnerability Srbds: Not affected 10:26:10 Vulnerability Tsx async abort: Not affected 10:26:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:26:10 10:26:10 10:26:10 ---> nproc: 10:26:10 4 10:26:10 10:26:10 10:26:10 ---> df -h: 10:26:10 Filesystem Size Used Available Use% Mounted on 10:26:10 overlay 50.0G 8.5G 41.4G 17% / 10:26:10 tmpfs 64.0M 0 64.0M 0% /dev 10:26:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:26:10 shm 64.0M 0 64.0M 0% /dev/shm 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 10:26:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 10:26:10 10:26:10 10:26:10 ---> free -m: 10:26:10 total used free shared buff/cache available 10:26:10 Mem: 1837 828 140 0 869 944 10:26:10 Swap: 1023 2 1021 10:26:10 10:26:10 10:26:10 ---> ip addr: 10:26:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:26:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:26:10 inet 127.0.0.1/8 scope host lo 10:26:10 valid_lft forever preferred_lft forever 10:26:10 inet6 ::1/128 scope host 10:26:10 valid_lft forever preferred_lft forever 10:26:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:26:10 link/ether fa:16:3e:8a:c4:93 brd ff:ff:ff:ff:ff:ff 10:26:10 inet 10.30.123.102/23 brd 10.30.123.255 scope global dynamic eth0 10:26:10 valid_lft 85969sec preferred_lft 85969sec 10:26:10 inet6 fe80::f816:3eff:fe8a:c493/64 scope link 10:26:10 valid_lft forever preferred_lft forever 10:26:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:26:10 link/ether 02:42:f4:eb:d1:2f brd ff:ff:ff:ff:ff:ff 10:26:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:26:10 valid_lft forever preferred_lft forever 10:26:10 inet6 fe80::42:f4ff:feeb:d12f/64 scope link 10:26:10 valid_lft forever preferred_lft forever 10:26:10 10:26:10 10:26:10 ---> sar -b -r -n DEV: 10:26:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 10:26:10 10:26:10 10:18:48 LINUX RESTART (4 CPU) 10:26:10 10:26:10 10:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:26:10 10:21:01 2.13 0.00 2.13 0.00 0.00 51.02 0.00 10:26:10 10:22:01 0.37 0.00 0.37 0.00 0.00 5.91 0.00 10:26:10 10:23:01 0.28 0.00 0.28 0.00 0.00 2.86 0.00 10:26:10 10:24:01 0.25 0.00 0.25 0.00 0.00 2.68 0.00 10:26:10 10:25:01 379.42 199.12 180.30 0.00 9649.64 59182.60 0.00 10:26:10 10:26:01 233.58 110.99 122.59 0.00 8450.03 28229.27 0.00 10:26:10 Average: 102.75 51.73 51.03 0.00 3019.02 14590.35 0.00 10:26:10 10:26:10 10:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:26:10 10:21:01 162272 0 562268 29.88 2620 1154384 1077944 36.79 367692 1150980 20 10:26:10 10:22:01 160328 0 564204 29.99 2620 1154392 1078084 36.79 377888 1143028 8 10:26:10 10:23:01 160292 0 564236 29.99 2620 1154396 1078132 36.79 378160 1143024 8 10:26:10 10:24:01 159592 0 564936 30.03 2620 1154396 1078012 36.79 383652 1137976 8 10:26:10 10:25:01 67784 0 814512 43.29 2104 997144 1505608 51.38 609240 872276 93800 10:26:10 10:26:01 189212 0 822052 43.69 1596 868684 1439168 49.12 554500 772932 8 10:26:10 Average: 149913 0 648701 34.48 2363 1080566 1209491 41.28 445189 1036703 15642 10:26:10 10:26:10 10:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:26:10 10:21:01 eth0 0.55 0.08 0.04 0.02 0.00 0.00 0.00 0.00 10:26:10 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:22:01 eth0 3.31 2.20 3.00 0.14 0.00 0.00 0.00 0.00 10:26:10 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:23:01 eth0 1.33 0.50 0.58 0.39 0.00 0.00 0.00 0.00 10:26:10 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:26:10 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:25:01 eth0 828.31 725.42 7415.81 67.02 0.00 0.00 0.00 0.00 10:26:10 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:25:01 docker0 19.16 18.77 1.53 128.55 0.00 0.00 0.00 0.00 10:26:10 10:26:01 eth0 341.80 274.43 2434.12 132.46 0.00 0.00 0.00 0.00 10:26:10 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 10:26:01 docker0 28.09 29.29 2.22 202.56 0.00 0.00 0.00 0.00 10:26:10 Average: eth0 196.05 167.25 1643.51 33.37 0.00 0.00 0.00 0.00 10:26:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:26:10 Average: docker0 7.88 8.02 0.62 55.23 0.00 0.00 0.00 0.00 10:26:10 10:26:10 10:26:10 ---> sar -P ALL: 10:26:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 10:26:10 10:26:10 10:18:48 LINUX RESTART (4 CPU) 10:26:10 10:26:10 10:20:01 CPU %user %nice %system %iowait %steal %idle 10:26:10 10:21:01 all 0.17 0.00 0.05 0.00 0.00 99.78 10:26:10 10:21:01 0 0.53 0.00 0.05 0.00 0.00 99.42 10:26:10 10:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:26:10 10:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:26:10 10:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:26:10 10:22:01 all 0.18 0.00 0.06 0.00 0.00 99.75 10:26:10 10:22:01 0 0.27 0.00 0.07 0.00 0.00 99.67 10:26:10 10:22:01 1 0.07 0.00 0.02 0.00 0.02 99.90 10:26:10 10:22:01 2 0.35 0.00 0.08 0.00 0.00 99.57 10:26:10 10:22:01 3 0.05 0.00 0.07 0.00 0.00 99.88 10:26:10 10:23:01 all 0.16 0.00 0.03 0.00 0.00 99.81 10:26:10 10:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:26:10 10:23:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:26:10 10:23:01 2 0.53 0.00 0.03 0.00 0.00 99.43 10:26:10 10:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:26:10 10:24:01 all 0.14 0.00 0.03 0.00 0.00 99.82 10:26:10 10:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:26:10 10:24:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:26:10 10:24:01 2 0.50 0.00 0.03 0.00 0.02 99.45 10:26:10 10:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:26:10 10:25:01 all 17.01 0.00 11.09 3.22 0.13 68.54 10:26:10 10:25:01 0 17.78 0.00 11.81 4.77 0.12 65.51 10:26:10 10:25:01 1 15.87 0.00 10.36 2.44 0.12 71.21 10:26:10 10:25:01 2 16.93 0.00 11.43 3.82 0.12 67.70 10:26:10 10:25:01 3 17.47 0.00 10.78 1.85 0.17 69.72 10:26:10 10:26:01 all 10.28 0.00 6.60 4.18 0.08 78.86 10:26:10 10:26:01 0 8.26 0.00 7.12 1.82 0.08 82.71 10:26:10 10:26:01 1 10.14 0.00 6.92 4.63 0.09 78.22 10:26:10 10:26:01 2 12.04 0.00 6.18 4.60 0.10 77.08 10:26:10 10:26:01 3 10.67 0.00 6.17 5.68 0.05 77.43 10:26:10 Average: all 4.57 0.00 2.92 1.21 0.04 91.27 10:26:10 Average: 0 4.37 0.00 3.10 1.07 0.03 91.42 10:26:10 Average: 1 4.29 0.00 2.86 1.16 0.04 91.66 10:26:10 Average: 2 4.98 0.00 2.92 1.38 0.04 90.68 10:26:10 Average: 3 4.62 0.00 2.80 1.24 0.04 91.31 10:26:10 10:26:10 10:26:10