Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 45cb4ee4021085cbcb8363421adb042d25e210c3 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15950 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 45cb4ee4021085cbcb8363421adb042d25e210c3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 45cb4ee4021085cbcb8363421adb042d25e210c3 # timeout=10 Commit message: "Merge pull request #393 from weichou1229/issue-392" > git rev-list --no-walk 1634f4dc223775aae2470ff84094a6bbe1b4eb12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:50:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:50:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:50:34 ========================================================= 20:50:34 EdgeX Global Pipelines Version Info 20:50:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:50:35 ------------------- 20:50:35 stable info: 20:50:35 ------------------- 20:50:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:50:35 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 20:50:35 Message: update stable to v1.0.172 20:50:36 ------------------- 20:50:36 experimental info: 20:50:36 ------------------- 20:50:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:50:36 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 20:50:36 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:50:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 20:50:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:50:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45cb4ee4021085cbcb8363421adb042d25e210c3 [Pipeline] echo 20:50:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45cb4ee [Pipeline] echo 20:50:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:50:41 + git log --format=format:%s -1 45cb4ee4021085cbcb8363421adb042d25e210c3 [Pipeline] echo 20:50:41 GIT_COMMIT: 45cb4ee4021085cbcb8363421adb042d25e210c3, Commit Message: Merge pull request #393 from weichou1229/issue-392 [Pipeline] echo 20:50:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:42 20:50:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:50:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:42 latest: Pulling from edgex-devops/git-semver 20:50:42 31603596830f: Pulling fs layer 20:50:42 2a8b12db71e7: Pulling fs layer 20:50:42 6ca5941a6612: Pulling fs layer 20:50:42 ecc8261a40a4: Pulling fs layer 20:50:42 ecc8261a40a4: Waiting 20:50:42 2a8b12db71e7: Verifying Checksum 20:50:42 2a8b12db71e7: Download complete 20:50:43 31603596830f: Download complete 20:50:43 6ca5941a6612: Verifying Checksum 20:50:43 6ca5941a6612: Download complete 20:50:43 ecc8261a40a4: Verifying Checksum 20:50:43 ecc8261a40a4: Download complete 20:50:43 31603596830f: Pull complete 20:50:43 2a8b12db71e7: Pull complete 20:50:44 6ca5941a6612: Pull complete 20:50:44 ecc8261a40a4: Pull complete 20:50:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:50:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:50:44 prd-centos7-docker-4c-2g-15950 does not seem to be running inside a container 20:50:44 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:50:46 $ docker top be28941d819e89608f5166bc4a9c8d07922cc2351978f1861cc651e59945a270 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:50:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:47 [ssh-agent] Looking for ssh-agent implementation... 20:50:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:47 $ docker exec be28941d819e89608f5166bc4a9c8d07922cc2351978f1861cc651e59945a270 ssh-agent 20:50:47 SSH_AUTH_SOCK=/tmp/ssh-Hf332ZY9lCEl/agent.12 20:50:47 SSH_AGENT_PID=17 20:50:47 Running ssh-add (command line suppressed) 20:50:47 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4911076879399882311.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4911076879399882311.key) 20:50:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:48 + git tag --points-at HEAD [Pipeline] } 20:50:48 $ docker exec --env ******** --env ******** be28941d819e89608f5166bc4a9c8d07922cc2351978f1861cc651e59945a270 ssh-agent -k 20:50:48 unset SSH_AUTH_SOCK; 20:50:48 unset SSH_AGENT_PID; 20:50:48 echo Agent pid 17 killed; 20:50:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:50:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:48 [ssh-agent] Looking for ssh-agent implementation... 20:50:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:48 $ docker exec be28941d819e89608f5166bc4a9c8d07922cc2351978f1861cc651e59945a270 ssh-agent 20:50:48 SSH_AUTH_SOCK=/tmp/ssh-xeF3zFCW6Tam/agent.46 20:50:48 SSH_AGENT_PID=52 20:50:48 Running ssh-add (command line suppressed) 20:50:48 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_788912249468642224.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_788912249468642224.key) 20:50:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:49 + git semver init 20:50:49 # -> Open(): unable to determine branch for HEAD 20:50:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:50:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:50:49 # $SEMVER_REMOTE_NAME = origin 20:50:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:50:49 # $SEMVER_USER_NAME = edgex-jenkins 20:50:49 # $SEMVER_BRANCH = master 20:50:49 # $SEMVER_TEMP = /tmp/semver-243623826 20:50:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 20:50:49 # '/tmp/semver-243623826' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 20:50:49 # -> Force: false 20:50:49 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 20:50:49 $ docker exec --env ******** --env ******** be28941d819e89608f5166bc4a9c8d07922cc2351978f1861cc651e59945a270 ssh-agent -k 20:50:49 unset SSH_AUTH_SOCK; 20:50:49 unset SSH_AGENT_PID; 20:50:49 echo Agent pid 52 killed; 20:50:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:50 + git semver [Pipeline] } 20:50:50 $ docker stop --time=1 be28941d819e89608f5166bc4a9c8d07922cc2351978f1861cc651e59945a270 20:50:52 $ docker rm -f be28941d819e89608f5166bc4a9c8d07922cc2351978f1861cc651e59945a270 [Pipeline] // withDockerContainer [Pipeline] sh 20:50:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:50:53 Stashed 1 file(s) [Pipeline] echo 20:50:53 [edgeXSemver]: initialized semver on version 0.1.127 [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 20:51:09 Still waiting to schedule task 20:51:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:51:09 Still waiting to schedule task 20:51:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:53:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15951 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 20:53:02 Running in /w/workspace/go-mod-core-contracts/96 [Pipeline] { [Pipeline] checkout 20:53:07 using credential edgex-jenkins-ssh 20:53:07 Cloning the remote Git repository 20:53:07 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:08 > git init /w/workspace/go-mod-core-contracts/96 # timeout=10 20:53:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:08 > git --version # timeout=10 20:53:08 > git --version # 'git version 2.17.1' 20:53:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:09 Checking out Revision 45cb4ee4021085cbcb8363421adb042d25e210c3 (master) 20:53:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:53:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:53:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:53:10 > git config core.sparsecheckout # timeout=10 20:53:10 > git checkout -f 45cb4ee4021085cbcb8363421adb042d25e210c3 # timeout=10 20:53:14 Commit message: "Merge pull request #393 from weichou1229/issue-392" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:53:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:53:17 + sudo service docker restart 20:53:17 + true [Pipeline] unstash [Pipeline] echo 20:53:20 ========================================================= 20:53:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:53:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:53:20 + 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 . 20:53:21 Sending build context to Docker daemon 1.946MB 20:53:21 Step 1/7 : ARG BASE=golang:1.15-alpine 20:53:21 Step 2/7 : FROM ${BASE} 20:53:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:53:21 5f621e34cdf4: Pulling fs layer 20:53:21 a4357932f1b6: Pulling fs layer 20:53:21 18c013af1878: Pulling fs layer 20:53:21 00ac8860ef70: Pulling fs layer 20:53:21 63d7cb157983: Pulling fs layer 20:53:21 b116817d02f9: Pulling fs layer 20:53:21 745a02a5169b: Pulling fs layer 20:53:21 63d7cb157983: Waiting 20:53:21 b116817d02f9: Waiting 20:53:21 745a02a5169b: Waiting 20:53:21 00ac8860ef70: Waiting 20:53:21 18c013af1878: Download complete 20:53:21 a4357932f1b6: Verifying Checksum 20:53:21 a4357932f1b6: Download complete 20:53:21 63d7cb157983: Download complete 20:53:22 5f621e34cdf4: Verifying Checksum 20:53:22 b116817d02f9: Verifying Checksum 20:53:22 b116817d02f9: Download complete 20:53:23 5f621e34cdf4: Pull complete 20:53:24 a4357932f1b6: Pull complete 20:53:24 18c013af1878: Pull complete 20:53:24 745a02a5169b: Download complete 20:53:25 00ac8860ef70: Verifying Checksum 20:53:25 00ac8860ef70: Download complete 20:53:33 Running on prd-centos7-docker-4c-2g-15952 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 20:53:33 Running in /w/workspace/go-mod-core-contracts/96 [Pipeline] { [Pipeline] checkout 20:53:36 using credential edgex-jenkins-ssh 20:53:36 Cloning the remote Git repository 20:53:36 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:36 > git init /w/workspace/go-mod-core-contracts/96 # timeout=10 20:53:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:36 > git --version # timeout=10 20:53:36 > git --version # 'git version 2.24.3' 20:53:36 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:53:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:53:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:37 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:53:37 Checking out Revision 45cb4ee4021085cbcb8363421adb042d25e210c3 (master) 20:53:38 00ac8860ef70: Pull complete 20:53:38 63d7cb157983: Pull complete 20:53:38 b116817d02f9: Pull complete 20:53:37 > git config core.sparsecheckout # timeout=10 20:53:37 > git checkout -f 45cb4ee4021085cbcb8363421adb042d25e210c3 # timeout=10 20:53:41 745a02a5169b: Pull complete 20:53:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:53:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:53:41 ---> b7e6874047d6 20:53:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:53:41 Commit message: "Merge pull request #393 from weichou1229/issue-392" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:53:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:53:43 + sudo service docker restart 20:53:43 + true 20:53:43 Redirecting to /bin/systemctl restart docker.service 20:53:43 ---> Running in c1e402a7e926 [Pipeline] unstash [Pipeline] echo 20:53:44 ========================================================= 20:53:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:53:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:53:44 Removing intermediate container c1e402a7e926 20:53:44 ---> 0361601571b7 20:53:44 Step 4/7 : RUN apk add bash 20:53:44 ---> Running in 4cf845fc119b 20:53:44 + 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 . 20:53:45 Sending build context to Docker daemon 1.947MB 20:53:45 Step 1/7 : ARG BASE=golang:1.15-alpine 20:53:45 Step 2/7 : FROM ${BASE} 20:53:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:53:45 188c0c94c7c5: Pulling fs layer 20:53:45 0ef7d3d256c8: Pulling fs layer 20:53:45 de9db76c5a1d: Pulling fs layer 20:53:45 bca2f99d35d6: Pulling fs layer 20:53:45 93359f2a8cfa: Pulling fs layer 20:53:45 7c6f9722023f: Pulling fs layer 20:53:45 a35cf1a2eb13: Pulling fs layer 20:53:45 93359f2a8cfa: Waiting 20:53:45 7c6f9722023f: Waiting 20:53:45 bca2f99d35d6: Waiting 20:53:45 a35cf1a2eb13: Waiting 20:53:45 de9db76c5a1d: Verifying Checksum 20:53:45 de9db76c5a1d: Download complete 20:53:45 0ef7d3d256c8: Download complete 20:53:45 93359f2a8cfa: Verifying Checksum 20:53:45 93359f2a8cfa: Download complete 20:53:45 7c6f9722023f: Verifying Checksum 20:53:45 7c6f9722023f: Download complete 20:53:45 188c0c94c7c5: Verifying Checksum 20:53:45 188c0c94c7c5: Download complete 20:53:45 188c0c94c7c5: Pull complete 20:53:45 0ef7d3d256c8: Pull complete 20:53:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:53:45 de9db76c5a1d: Pull complete 20:53:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:53:46 a35cf1a2eb13: Verifying Checksum 20:53:46 a35cf1a2eb13: Download complete 20:53:47 bca2f99d35d6: Verifying Checksum 20:53:47 bca2f99d35d6: Download complete 20:53:50 OK: 142 MiB in 39 packages 20:53:50 Removing intermediate container 4cf845fc119b 20:53:50 ---> c1af0ca6b010 20:53:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:53:50 ---> Running in 8ad96f0c35d7 20:53:51 Removing intermediate container 8ad96f0c35d7 20:53:51 ---> 3927af8eb05a 20:53:51 Step 6/7 : COPY go.mod . 20:53:52 ---> 625f00631def 20:53:52 Step 7/7 : RUN go mod download 20:53:52 ---> Running in 926f13d93068 20:53:52 bca2f99d35d6: Pull complete 20:53:53 93359f2a8cfa: Pull complete 20:53:53 7c6f9722023f: Pull complete 20:54:03 a35cf1a2eb13: Pull complete 20:54:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:54:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:54:03 ---> a62c8e92a672 20:54:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:54:03 ---> Running in 1103a78173af 20:54:03 Removing intermediate container 1103a78173af 20:54:03 ---> aafbd5030814 20:54:03 Step 4/7 : RUN apk add bash 20:54:03 ---> Running in c75748d6f0ad 20:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:04 OK: 166 MiB in 39 packages 20:54:05 Removing intermediate container c75748d6f0ad 20:54:05 ---> fa23ede245d9 20:54:05 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 20:54:05 ---> Running in c4961d1d9342 20:54:05 Removing intermediate container c4961d1d9342 20:54:05 ---> eb16ad284a75 20:54:05 Step 6/7 : COPY go.mod . 20:54:05 ---> 394d46365db5 20:54:05 Step 7/7 : RUN go mod download 20:54:05 ---> Running in 1ed8d9a5a0fd 20:54:07 Removing intermediate container 926f13d93068 20:54:07 ---> bbdd60548570 20:54:07 Successfully built bbdd60548570 20:54:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:54:07 + docker inspect -f . ci-base-image-arm64 20:54:07 . [Pipeline] withDockerContainer 20:54:07 prd-ubuntu18.04-docker-arm64-4c-16g-15951 does not seem to be running inside a container 20:54:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/96 -v /w/workspace/go-mod-core-contracts/96:/w/workspace/go-mod-core-contracts/96:rw,z -v /w/workspace/go-mod-core-contracts/96@tmp:/w/workspace/go-mod-core-contracts/96@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 ******** ci-base-image-arm64 cat 20:54:09 $ docker top 23f687358f199012312da546ab3501decad6ec069b52b6eb2b303ce22001adb5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:10 + go version 20:54:10 go version go1.15.5 linux/arm64 [Pipeline] } 20:54:10 $ docker stop --time=1 23f687358f199012312da546ab3501decad6ec069b52b6eb2b303ce22001adb5 20:54:12 $ docker rm -f 23f687358f199012312da546ab3501decad6ec069b52b6eb2b303ce22001adb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:13 + docker inspect -f . ci-base-image-arm64 20:54:13 . [Pipeline] withDockerContainer 20:54:13 prd-ubuntu18.04-docker-arm64-4c-16g-15951 does not seem to be running inside a container 20:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/96 -v /w/workspace/go-mod-core-contracts/96:/w/workspace/go-mod-core-contracts/96:rw,z -v /w/workspace/go-mod-core-contracts/96@tmp:/w/workspace/go-mod-core-contracts/96@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 ******** ci-base-image-arm64 cat 20:54:15 $ docker top de59a67d81d008418799e7ed01d5faba4c3868836ebfa196837b1bc125371639 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:16 + make test 20:54:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:54:17 Removing intermediate container 1ed8d9a5a0fd 20:54:17 ---> e8076ccb05a5 20:54:17 Successfully built e8076ccb05a5 20:54:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:54:17 + docker inspect -f . ci-base-image-x86_64 20:54:17 . [Pipeline] withDockerContainer 20:54:18 prd-centos7-docker-4c-2g-15952 does not seem to be running inside a container 20:54:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/96 -v /w/workspace/go-mod-core-contracts/96:/w/workspace/go-mod-core-contracts/96:rw,z -v /w/workspace/go-mod-core-contracts/96@tmp:/w/workspace/go-mod-core-contracts/96@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 ******** ci-base-image-x86_64 cat 20:54:18 $ docker top 2fcf84d37ff5fbd57fa4d140884ddd2cc3f2bcecda4cf3e67eff63d3e3a2598a -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:19 + go version 20:54:19 go version go1.15.5 linux/amd64 [Pipeline] } 20:54:19 $ docker stop --time=1 2fcf84d37ff5fbd57fa4d140884ddd2cc3f2bcecda4cf3e67eff63d3e3a2598a 20:54:20 $ docker rm -f 2fcf84d37ff5fbd57fa4d140884ddd2cc3f2bcecda4cf3e67eff63d3e3a2598a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:21 + docker inspect -f . ci-base-image-x86_64 20:54:21 . [Pipeline] withDockerContainer 20:54:21 prd-centos7-docker-4c-2g-15952 does not seem to be running inside a container 20:54:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/96 -v /w/workspace/go-mod-core-contracts/96:/w/workspace/go-mod-core-contracts/96:rw,z -v /w/workspace/go-mod-core-contracts/96@tmp:/w/workspace/go-mod-core-contracts/96@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 ******** ci-base-image-x86_64 cat 20:54:22 $ docker top bedb272d9a76cd528f8625fd469edc652b424ab8b69b13a4e0d20875e84e60fd -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:23 + make test 20:54:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:54:29 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 20:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.022s coverage: 85.7% of statements 20:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.012s coverage: 100.0% of statements 20:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.027s coverage: 45.4% of statements 20:54:29 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.049s coverage: 77.8% of statements 20:54:29 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 20:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 18.6% of statements 20:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.020s coverage: 14.7% of statements 20:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.014s coverage: 100.0% of statements 20:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.030s coverage: 91.8% of statements 20:54:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 20:54:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 20:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.008s coverage: 100.0% of statements 20:54:31 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.012s coverage: 47.8% of statements 20:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.033s coverage: 63.0% of statements 20:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements 20:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.018s coverage: 15.4% of statements 20:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements 20:54:33 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.025s coverage: 14.3% of statements 20:54:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 20:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.020s coverage: 85.3% of statements 20:54:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 20:54:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 20:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.011s coverage: 29.9% of statements 20:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.008s coverage: 100.0% of statements 20:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.018s coverage: 94.4% of statements 20:54:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 20:54:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 20:54:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:54:36 gofmt -l . 20:54:36 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:54:36 $ docker stop --time=1 bedb272d9a76cd528f8625fd469edc652b424ab8b69b13a4e0d20875e84e60fd 20:54:38 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 20:54:38 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.047s coverage: 85.7% of statements 20:54:38 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.054s coverage: 100.0% of statements 20:54:39 $ docker rm -f bedb272d9a76cd528f8625fd469edc652b424ab8b69b13a4e0d20875e84e60fd [Pipeline] // withDockerContainer [Pipeline] sh 20:54:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:54:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } 20:54:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.040s coverage: 45.4% of statements 20:54:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.028s coverage: 77.8% of statements 20:54:40 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 20:54:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.023s coverage: 18.6% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 20:54:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.049s coverage: 14.7% of statements [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:54:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.030s coverage: 100.0% of statements 20:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.078s coverage: 91.8% of statements 20:54:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 20:54:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 20:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements 20:54:43 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.046s coverage: 47.8% of statements 20:54:48 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.114s coverage: 63.0% of statements 20:54:48 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.038s coverage: 26.3% of statements 20:54:48 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.019s coverage: 15.4% of statements 20:54:48 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.043s coverage: 15.4% of statements 20:54:48 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.030s coverage: 14.3% of statements 20:54:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 20:54:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.086s coverage: 85.3% of statements 20:54:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 20:54:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 20:54:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.041s coverage: 29.9% of statements 20:54:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.029s coverage: 100.0% of statements 20:54:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.058s coverage: 94.4% of statements 20:54:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements 20:54:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 20:54:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:54:57 gofmt -l . 20:54:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:54:58 $ docker stop --time=1 de59a67d81d008418799e7ed01d5faba4c3868836ebfa196837b1bc125371639 20:55:00 $ docker rm -f de59a67d81d008418799e7ed01d5faba4c3868836ebfa196837b1bc125371639 [Pipeline] // withDockerContainer [Pipeline] sh 20:55:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:55:01 Warning: overwriting stash ‘coverage-report’ 20:55: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 20:55:04 provisioning config files... 20:55:04 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3722336041717622519tmp [Pipeline] { [Pipeline] sh 20:55:04 + set +x 20:55:04 + curl -s https://codecov.io/bash 20:55:04 + bash -s -- 20:55:04 20:55:04 _____ _ 20:55:04 / ____| | | 20:55:04 | | ___ __| | ___ ___ _____ __ 20:55:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:55:04 | |___| (_) | (_| | __/ (_| (_) \ V / 20:55:04 \_____\___/ \__,_|\___|\___\___/ \_/ 20:55:04 Bash-20201130-cc6d3fe 20:55:04 20:55:04 20:55:04 ==> Jenkins CI detected. 20:55:04 project root: . 20:55:04 --> token set from env 20:55:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:55:04 ==> Running gcov in . (disable via -X gcov) 20:55:04 ==> Python coveragepy not found 20:55:04 ==> Searching for coverage reports in: 20:55:04 + . 20:55:04 -> Found 1 reports 20:55:04 ==> Detecting git/mercurial file structure 20:55:04 ==> Reading reports 20:55:04 + ./coverage.out bytes=110891 20:55:04 ==> Appending adjustments 20:55:04 https://docs.codecov.io/docs/fixing-reports 20:55:05 + Found adjustments 20:55:05 ==> Gzipping contents 20:55:05 20K /tmp/codecov.EQRx4v.gz 20:55:05 ==> Uploading reports 20:55:05 url: https://codecov.io 20:55:05 query: branch=master&commit=45cb4ee4021085cbcb8363421adb042d25e210c3&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 20:55:05 -> Pinging Codecov 20:55:05 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=45cb4ee4021085cbcb8363421adb042d25e210c3&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 20:55:06 -> Uploading to 20:55:06 https://storage.googleapis.com/codecov/v4/raw/2020-12-14/71470A77251A30514AAF9C0BB2E5B6CE/45cb4ee4021085cbcb8363421adb042d25e210c3/188fc2fe-00ec-425b-9b25-653e3ed2dfcc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201214T205505Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=946b4853fbd1297c080ed3132b0a73a029b6360841442e9ec6dcfd522d95fd99 20:55:06 % Total % Received % Xferd Average Speed Time Time Time Current 20:55:06 Dload Upload Total Spent Left Speed 20:55:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17901 0 0 100 17901 0 36745 --:--:-- --:--:-- --:--:-- 36757 20:55:06 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/45cb4ee4021085cbcb8363421adb042d25e210c3 [Pipeline] } 20:55:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:55:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:55:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:55:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:55:07 20:55:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:55:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:55:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:55:08 188c0c94c7c5: Pulling fs layer 20:55:08 0ef7d3d256c8: Pulling fs layer 20:55:08 de9db76c5a1d: Pulling fs layer 20:55:08 0eba1c9be4d2: Pulling fs layer 20:55:08 0d57e429df01: Pulling fs layer 20:55:08 4e4be7b47b0d: Pulling fs layer 20:55:08 e1f770b5df2f: Pulling fs layer 20:55:08 85a0685a4137: Pulling fs layer 20:55:08 0d57e429df01: Waiting 20:55:08 4e4be7b47b0d: Waiting 20:55:08 e1f770b5df2f: Waiting 20:55:08 85a0685a4137: Waiting 20:55:08 0eba1c9be4d2: Waiting 20:55:08 de9db76c5a1d: Verifying Checksum 20:55:08 de9db76c5a1d: Download complete 20:55:08 0ef7d3d256c8: Verifying Checksum 20:55:08 0ef7d3d256c8: Download complete 20:55:08 0d57e429df01: Verifying Checksum 20:55:08 0d57e429df01: Download complete 20:55:08 4e4be7b47b0d: Verifying Checksum 20:55:08 4e4be7b47b0d: Download complete 20:55:08 188c0c94c7c5: Download complete 20:55:08 188c0c94c7c5: Pull complete 20:55:09 0ef7d3d256c8: Pull complete 20:55:09 de9db76c5a1d: Pull complete 20:55:10 e1f770b5df2f: Verifying Checksum 20:55:10 e1f770b5df2f: Download complete 20:55:11 0eba1c9be4d2: Verifying Checksum 20:55:11 0eba1c9be4d2: Download complete 20:55:12 85a0685a4137: Verifying Checksum 20:55:12 85a0685a4137: Download complete 20:55:17 0eba1c9be4d2: Pull complete 20:55:17 0d57e429df01: Pull complete 20:55:17 4e4be7b47b0d: Pull complete 20:55:22 e1f770b5df2f: Pull complete 20:55:30 85a0685a4137: Pull complete 20:55:30 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:55:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:55:31 prd-centos7-docker-4c-2g-15950 does not seem to be running inside a container 20:55:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:55:32 $ docker top 7e565749723208da2df8b296618afa84567dfb6fa974eff8a88afb72d5174592 -eo pid,comm [Pipeline] { [Pipeline] echo 20:55:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:55:32 + set -o pipefail 20:55:32 + snyk monitor '--org=edgex-jenkins' 20:55:36 20:55:36 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 20:55:36 20:55:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/f28eb681-427f-4e6f-b756-b67ca16b8ee5 20:55:36 20:55:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:55:36 20:55:37 20:55:37 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 20:55:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:55:37 $ docker stop --time=1 7e565749723208da2df8b296618afa84567dfb6fa974eff8a88afb72d5174592 20:55:39 $ docker rm -f 7e565749723208da2df8b296618afa84567dfb6fa974eff8a88afb72d5174592 [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 20:55:42 + git log --format=format:%s -1 45cb4ee4021085cbcb8363421adb042d25e210c3 [Pipeline] isUnix [Pipeline] sh 20:55:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:42 . [Pipeline] withDockerContainer 20:55:42 prd-centos7-docker-4c-2g-15950 does not seem to be running inside a container 20:55: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 20:55:43 $ docker top 22865dfc9cc1c108dcdb60a98e7774c1a90826ebb12e3516781f180c51b6d93d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:43 [ssh-agent] Looking for ssh-agent implementation... 20:55:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:44 $ docker exec 22865dfc9cc1c108dcdb60a98e7774c1a90826ebb12e3516781f180c51b6d93d ssh-agent 20:55:44 SSH_AUTH_SOCK=/tmp/ssh-l38hhJ2hICWM/agent.13 20:55:44 SSH_AGENT_PID=18 20:55:44 Running ssh-add (command line suppressed) 20:55:44 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2507909163764852644.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2507909163764852644.key) 20:55:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:44 + git semver tag 20:55:44 # -> Open(): unable to determine branch for HEAD 20:55:44 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:55:44 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:55:44 # $SEMVER_REMOTE_NAME = origin 20:55:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:44 # $SEMVER_USER_NAME = edgex-jenkins 20:55:44 # $SEMVER_BRANCH = master 20:55:44 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 20:55:44 # 45cb4ee4021085cbcb8363421adb042d25e210c3 HEAD 20:55:44 # -> Force: false 20:55:44 # c2b45d526b0e86fa043fe18596d1d5ca890ca2ae refs/tags/v0.1.127 [Pipeline] } 20:55:44 $ docker exec --env ******** --env ******** 22865dfc9cc1c108dcdb60a98e7774c1a90826ebb12e3516781f180c51b6d93d ssh-agent -k 20:55:44 unset SSH_AUTH_SOCK; 20:55:44 unset SSH_AGENT_PID; 20:55:44 echo Agent pid 18 killed; 20:55:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:45 + git semver [Pipeline] } 20:55:45 $ docker stop --time=1 22865dfc9cc1c108dcdb60a98e7774c1a90826ebb12e3516781f180c51b6d93d 20:55:46 $ docker rm -f 22865dfc9cc1c108dcdb60a98e7774c1a90826ebb12e3516781f180c51b6d93d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:55:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:47 20:55:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:55:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:47 0.23.1-centos7: Pulling from edgex-lftools 20:55:47 ab5ef0e58194: Pulling fs layer 20:55:47 9712f1f96733: Pulling fs layer 20:55:47 63f879dbbcfc: Pulling fs layer 20:55:47 0d9ebad4ef96: Pulling fs layer 20:55:47 e9a5061849ea: Pulling fs layer 20:55:47 d747dcd14b5f: Pulling fs layer 20:55:47 2de7ff778b66: Pulling fs layer 20:55:47 e9a5061849ea: Waiting 20:55:47 d747dcd14b5f: Waiting 20:55:47 2de7ff778b66: Waiting 20:55:47 0d9ebad4ef96: Waiting 20:55:47 9712f1f96733: Verifying Checksum 20:55:47 9712f1f96733: Download complete 20:55:49 63f879dbbcfc: Verifying Checksum 20:55:49 63f879dbbcfc: Download complete 20:55:50 e9a5061849ea: Download complete 20:55:50 d747dcd14b5f: Verifying Checksum 20:55:50 d747dcd14b5f: Download complete 20:55:50 2de7ff778b66: Download complete 20:55:50 0d9ebad4ef96: Verifying Checksum 20:55:50 0d9ebad4ef96: Download complete 20:55:50 ab5ef0e58194: Download complete 20:55:55 ab5ef0e58194: Pull complete 20:55:55 9712f1f96733: Pull complete 20:55:57 63f879dbbcfc: Pull complete 20:56:03 0d9ebad4ef96: Pull complete 20:56:05 e9a5061849ea: Pull complete 20:56:05 d747dcd14b5f: Pull complete 20:56:07 2de7ff778b66: Pull complete 20:56:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:56:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:56:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:56:08 prd-centos7-docker-4c-2g-15950 does not seem to be running inside a container 20:56:08 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:56:11 $ docker top 44a45d93935b84ef1d2d052c8cdaaaa07b86957e2cef863716a0841b86599c81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:56:12 provisioning config files... 20:56:12 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7093717867954312336tmp 20:56:12 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config479898620858258686tmp 20:56:12 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3030159366396087541tmp [Pipeline] { [Pipeline] echo 20:56:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:56:12 ---> sigul-configuration.sh 20:56:12 gpg: directory `/root/.gnupg' created 20:56:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:56:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:56:12 gpg: keyring `/root/.gnupg/secring.gpg' created 20:56:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:56:12 gpg: CAST5 encrypted data 20:56:12 gpg: encrypted with 1 passphrase 20:56:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:56:13 + mkdir /home/jenkins 20:56:13 + mkdir /home/jenkins/sigul [Pipeline] sh 20:56:13 + 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 20:56:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:56:13 ---> sigul-install.sh 20:56:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:56:19 + git tag --list 20:56:19 v0.0.0 20:56:19 v0.0.1 20:56:19 v0.1.0 20:56:19 v0.1.1 20:56:19 v0.1.10 20:56:19 v0.1.100 20:56:19 v0.1.101 20:56:19 v0.1.102 20:56:19 v0.1.103 20:56:19 v0.1.104 20:56:19 v0.1.105 20:56:19 v0.1.106 20:56:19 v0.1.107 20:56:19 v0.1.108 20:56:19 v0.1.109 20:56:19 v0.1.11 20:56:19 v0.1.110 20:56:19 v0.1.111 20:56:19 v0.1.112 20:56:19 v0.1.113 20:56:19 v0.1.114 20:56:19 v0.1.115 20:56:19 v0.1.116 20:56:19 v0.1.117 20:56:19 v0.1.118 20:56:19 v0.1.119 20:56:19 v0.1.12 20:56:19 v0.1.120 20:56:19 v0.1.121 20:56:19 v0.1.122 20:56:19 v0.1.123 20:56:19 v0.1.124 20:56:19 v0.1.125 20:56:19 v0.1.126 20:56:19 v0.1.127 20:56:19 v0.1.13 20:56:19 v0.1.14 20:56:19 v0.1.15 20:56:19 v0.1.16 20:56:19 v0.1.17 20:56:19 v0.1.18 20:56:19 v0.1.19 20:56:19 v0.1.2 20:56:19 v0.1.20 20:56:19 v0.1.21 20:56:19 v0.1.22 20:56:19 v0.1.23 20:56:19 v0.1.24 20:56:19 v0.1.25 20:56:19 v0.1.26 20:56:19 v0.1.27 20:56:19 v0.1.28 20:56:19 v0.1.29 20:56:19 v0.1.3 20:56:19 v0.1.30 20:56:19 v0.1.31 20:56:19 v0.1.32 20:56:19 v0.1.33 20:56:19 v0.1.34 20:56:19 v0.1.35 20:56:19 v0.1.36 20:56:19 v0.1.37 20:56:19 v0.1.38 20:56:19 v0.1.39 20:56:19 v0.1.4 20:56:19 v0.1.40 20:56:19 v0.1.41 20:56:19 v0.1.42 20:56:19 v0.1.43 20:56:19 v0.1.44 20:56:19 v0.1.45 20:56:19 v0.1.46 20:56:19 v0.1.47 20:56:19 v0.1.48 20:56:19 v0.1.49 20:56:19 v0.1.5 20:56:19 v0.1.50 20:56:19 v0.1.51 20:56:19 v0.1.52 20:56:19 v0.1.53 20:56:19 v0.1.54 20:56:19 v0.1.55 20:56:19 v0.1.56 20:56:19 v0.1.57 20:56:19 v0.1.58 20:56:19 v0.1.59 20:56:19 v0.1.6 20:56:19 v0.1.60 20:56:19 v0.1.61 20:56:19 v0.1.62 20:56:19 v0.1.63 20:56:19 v0.1.64 20:56:19 v0.1.65 20:56:19 v0.1.66 20:56:19 v0.1.67 20:56:19 v0.1.68 20:56:19 v0.1.69 20:56:19 v0.1.7 20:56:19 v0.1.70 20:56:19 v0.1.71 20:56:19 v0.1.72 20:56:19 v0.1.73 20:56:19 v0.1.74 20:56:19 v0.1.75 20:56:19 v0.1.76 20:56:19 v0.1.77 20:56:19 v0.1.78 20:56:19 v0.1.79 20:56:19 v0.1.8 20:56:19 v0.1.80 20:56:19 v0.1.81 20:56:19 v0.1.82 20:56:19 v0.1.83 20:56:19 v0.1.84 20:56:19 v0.1.85 20:56:19 v0.1.86 20:56:19 v0.1.87 20:56:19 v0.1.88 20:56:19 v0.1.89 20:56:19 v0.1.9 20:56:19 v0.1.90 20:56:19 v0.1.91 20:56:19 v0.1.92 20:56:19 v0.1.93 20:56:19 v0.1.94 20:56:19 v0.1.95 20:56:19 v0.1.96 20:56:19 v0.1.97 20:56:19 v0.1.98 20:56:19 v0.1.99 [Pipeline] sh 20:56:19 + lftools sign git-tag v0.1.127 20:56:21 Signing Git tag with Sigul... 20:56:21 Signing v0.1.127 [Pipeline] echo 20:56:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:56:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:56:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:56:22 $ docker stop --time=1 44a45d93935b84ef1d2d052c8cdaaaa07b86957e2cef863716a0841b86599c81 20:56:24 $ docker rm -f 44a45d93935b84ef1d2d052c8cdaaaa07b86957e2cef863716a0841b86599c81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:56:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:25 . [Pipeline] withDockerContainer 20:56:25 prd-centos7-docker-4c-2g-15950 does not seem to be running inside a container 20:56:25 $ 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 20:56:26 $ docker top 82479826dfef8bacefb86fb7e5325af8406267df461f4f2794ada848698f2527 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:26 [ssh-agent] Looking for ssh-agent implementation... 20:56:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:26 $ docker exec 82479826dfef8bacefb86fb7e5325af8406267df461f4f2794ada848698f2527 ssh-agent 20:56:27 SSH_AUTH_SOCK=/tmp/ssh-XOVhNNwFKXAu/agent.12 20:56:27 SSH_AGENT_PID=18 20:56:27 Running ssh-add (command line suppressed) 20:56:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5613639313348177223.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5613639313348177223.key) 20:56:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:27 + git semver bump patch 20:56:27 # -> Open(): unable to determine branch for HEAD 20:56:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:56:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:56:27 # $SEMVER_REMOTE_NAME = origin 20:56:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:27 # $SEMVER_USER_NAME = edgex-jenkins 20:56:27 # $SEMVER_BRANCH = master 20:56:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 20:56:27 0.1.128 [Pipeline] } 20:56:27 $ docker exec --env ******** --env ******** 82479826dfef8bacefb86fb7e5325af8406267df461f4f2794ada848698f2527 ssh-agent -k 20:56:27 unset SSH_AUTH_SOCK; 20:56:27 unset SSH_AGENT_PID; 20:56:27 echo Agent pid 18 killed; 20:56:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:28 + git semver [Pipeline] } 20:56:28 $ docker stop --time=1 82479826dfef8bacefb86fb7e5325af8406267df461f4f2794ada848698f2527 20:56:29 $ docker rm -f 82479826dfef8bacefb86fb7e5325af8406267df461f4f2794ada848698f2527 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:56:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:30 . [Pipeline] withDockerContainer 20:56:30 prd-centos7-docker-4c-2g-15950 does not seem to be running inside a container 20:56:30 $ 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 20:56:31 $ docker top 1194214c4d5018e1cb0095ba151e5816a7e445c38b2c721767ba5bc17b25d518 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:31 [ssh-agent] Looking for ssh-agent implementation... 20:56:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:31 $ docker exec 1194214c4d5018e1cb0095ba151e5816a7e445c38b2c721767ba5bc17b25d518 ssh-agent 20:56:32 SSH_AUTH_SOCK=/tmp/ssh-4vXPyHW6zKU6/agent.11 20:56:32 SSH_AGENT_PID=17 20:56:32 Running ssh-add (command line suppressed) 20:56:32 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5223707219185307413.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5223707219185307413.key) 20:56:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:32 + git semver push 20:56:32 # -> Open(): unable to determine branch for HEAD 20:56:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 20:56:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 20:56:32 # $SEMVER_REMOTE_NAME = origin 20:56:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:32 # $SEMVER_USER_NAME = edgex-jenkins 20:56:32 # $SEMVER_BRANCH = master 20:56:32 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 20:56:40 $ docker exec --env ******** --env ******** 1194214c4d5018e1cb0095ba151e5816a7e445c38b2c721767ba5bc17b25d518 ssh-agent -k 20:56:40 unset SSH_AUTH_SOCK; 20:56:40 unset SSH_AGENT_PID; 20:56:40 echo Agent pid 17 killed; 20:56:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:41 + git semver [Pipeline] } 20:56:41 $ docker stop --time=1 1194214c4d5018e1cb0095ba151e5816a7e445c38b2c721767ba5bc17b25d518 20:56:42 $ docker rm -f 1194214c4d5018e1cb0095ba151e5816a7e445c38b2c721767ba5bc17b25d518 [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 20:56:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:56:45 ---> package-listing.sh 20:56:45 ++ facter osfamily 20:56:45 ++ tr '[:upper:]' '[:lower:]' 20:56:45 + OS_FAMILY=redhat 20:56:45 + workspace=/w/workspace/dry_go-mod-core-contracts_master 20:56:45 + START_PACKAGES=/tmp/packages_start.txt 20:56:45 + END_PACKAGES=/tmp/packages_end.txt 20:56:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:56:45 + PACKAGES=/tmp/packages_start.txt 20:56:45 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 20:56:45 + PACKAGES=/tmp/packages_end.txt 20:56:45 + case "${OS_FAMILY}" in 20:56:45 + rpm -qa 20:56:45 + sort 20:56:50 + '[' -f /tmp/packages_start.txt ']' 20:56:50 + '[' -f /tmp/packages_end.txt ']' 20:56:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:56:50 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 20:56:50 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 20:56:50 + 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 20:56:50 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 20:56:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:56:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:51 20:56:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:56:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:51 alpine: Pulling from edgex-lftools-log-publisher 20:56:51 df20fa9351a1: Pulling fs layer 20:56:51 36b3adc4ff6f: Pulling fs layer 20:56:51 8ad3a11d3b57: Pulling fs layer 20:56:51 46f8f816bc3b: Pulling fs layer 20:56:51 93b61091891f: Pulling fs layer 20:56:51 93b9cdb0e59b: Pulling fs layer 20:56:51 5e14af77c1be: Pulling fs layer 20:56:51 01666e4c0597: Pulling fs layer 20:56:51 aa168da1d23b: Pulling fs layer 20:56:51 46f8f816bc3b: Waiting 20:56:51 93b61091891f: Waiting 20:56:51 5e14af77c1be: Waiting 20:56:51 01666e4c0597: Waiting 20:56:51 aa168da1d23b: Waiting 20:56:51 93b9cdb0e59b: Waiting 20:56:51 36b3adc4ff6f: Download complete 20:56:51 46f8f816bc3b: Verifying Checksum 20:56:51 46f8f816bc3b: Download complete 20:56:51 df20fa9351a1: Verifying Checksum 20:56:51 df20fa9351a1: Download complete 20:56:51 93b9cdb0e59b: Verifying Checksum 20:56:51 93b9cdb0e59b: Download complete 20:56:51 5e14af77c1be: Verifying Checksum 20:56:51 5e14af77c1be: Download complete 20:56:51 93b61091891f: Download complete 20:56:51 01666e4c0597: Verifying Checksum 20:56:51 01666e4c0597: Download complete 20:56:52 df20fa9351a1: Pull complete 20:56:52 8ad3a11d3b57: Verifying Checksum 20:56:52 8ad3a11d3b57: Download complete 20:56:52 36b3adc4ff6f: Pull complete 20:56:53 8ad3a11d3b57: Pull complete 20:56:53 aa168da1d23b: Verifying Checksum 20:56:53 aa168da1d23b: Download complete 20:56:54 46f8f816bc3b: Pull complete 20:56:55 93b61091891f: Pull complete 20:56:55 93b9cdb0e59b: Pull complete 20:56:55 5e14af77c1be: Pull complete 20:56:55 01666e4c0597: Pull complete 20:57:01 aa168da1d23b: Pull complete 20:57:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:57:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:57:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:57:02 prd-centos7-docker-4c-2g-15950 does not seem to be running inside a container 20:57:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:57:05 $ docker top 8902dfa41762100cd3b2a4592e4f5d5073dcb54f4e54912ec7e8d0af7698694b -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:06 + touch /tmp/pre-build-complete [Pipeline] sh 20:57:06 + mkdir -p /var/log/sa [Pipeline] sh 20:57:06 + ls /var/log/sa-host 20:57:06 + sadf -c /var/log/sa-host/sa14 20:57:06 file_magic: OK 20:57:06 HZ: Using current value: 100 20:57:06 file_header: OK 20:57:06 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 20:57:06 Statistics: 20:57:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:57:06 File successfully converted to sysstat format version 12.2.1 20:57:06 + sadf -c /var/log/sa-host/sa23 20:57:06 file_magic: OK 20:57:06 HZ: Using current value: 100 20:57:06 file_header: OK 20:57:06 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 20:57:06 Statistics: 20:57:06 Hnuu...uuuununununu... 20:57:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:57:06 provisioning config files... 20:57:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7754175409429795529tmp [Pipeline] { [Pipeline] echo 20:57:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:57:07 ---> create-netrc.sh [Pipeline] } 20:57:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:57:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:57:07 ---> python-tools-install.sh [Pipeline] echo 20:57:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:57:07 ---> sudo-logs.sh 20:57:07 Archiving 'sudo' log.. [Pipeline] echo 20:57:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:57:08 ---> job-cost.sh 20:57:08 lf-activate-venv: SKIPPING 20:57:08 INFO: No Stack... 20:57:09 INFO: Retrieving Pricing Info for: v1-standard-2 20:57:09 INFO: Archiving Costs [Pipeline] echo 20:57:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:57:10 ---> logs-deploy.sh 20:57:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/96 20:57:10 INFO: archiving workspace using pattern(s): 20:57:12 Archives upload complete. 20:57:12 INFO: archiving logs to Nexus 20:57:12 ---> uname -a: 20:57:12 Linux prd-centos7-docker-4c-2g-15950.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:57:12 20:57:12 20:57:12 ---> lscpu: 20:57:12 Architecture: x86_64 20:57:12 CPU op-mode(s): 32-bit, 64-bit 20:57:12 Byte Order: Little Endian 20:57:12 Address sizes: 40 bits physical, 48 bits virtual 20:57:12 CPU(s): 4 20:57:12 On-line CPU(s) list: 0-3 20:57:12 Thread(s) per core: 1 20:57:12 Core(s) per socket: 1 20:57:12 Socket(s): 4 20:57:12 NUMA node(s): 1 20:57:12 Vendor ID: GenuineIntel 20:57:12 CPU family: 6 20:57:12 Model: 44 20:57:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:57:12 Stepping: 1 20:57:12 CPU MHz: 2933.436 20:57:12 BogoMIPS: 5866.87 20:57:12 Virtualization: VT-x 20:57:12 Hypervisor vendor: KVM 20:57:12 Virtualization type: full 20:57:12 L1d cache: 128 KiB 20:57:12 L1i cache: 128 KiB 20:57:12 L2 cache: 16 MiB 20:57:12 L3 cache: 64 MiB 20:57:12 NUMA node0 CPU(s): 0-3 20:57:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:57:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:57:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:57:12 Vulnerability Meltdown: Mitigation; PTI 20:57:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:57:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:57:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:57:12 Vulnerability Srbds: Not affected 20:57:12 Vulnerability Tsx async abort: Not affected 20:57:12 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 20:57:12 20:57:12 20:57:12 ---> nproc: 20:57:12 4 20:57:12 20:57:12 20:57:12 ---> df -h: 20:57:12 Filesystem Size Used Available Use% Mounted on 20:57:12 overlay 50.0G 8.5G 41.4G 17% / 20:57:12 tmpfs 64.0M 0 64.0M 0% /dev 20:57:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:57:12 shm 64.0M 0 64.0M 0% /dev/shm 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 20:57:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 20:57:12 20:57:12 20:57:12 ---> free -m: 20:57:12 total used free shared buff/cache available 20:57:12 Mem: 1837 826 146 0 864 946 20:57:12 Swap: 1023 2 1021 20:57:12 20:57:12 20:57:12 ---> ip addr: 20:57:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:57:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:57:12 inet 127.0.0.1/8 scope host lo 20:57:12 valid_lft forever preferred_lft forever 20:57:12 inet6 ::1/128 scope host 20:57:12 valid_lft forever preferred_lft forever 20:57:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:57:12 link/ether fa:16:3e:0b:b1:6c brd ff:ff:ff:ff:ff:ff 20:57:12 inet 10.30.122.3/23 brd 10.30.123.255 scope global dynamic eth0 20:57:12 valid_lft 85970sec preferred_lft 85970sec 20:57:12 inet6 fe80::f816:3eff:fe0b:b16c/64 scope link 20:57:12 valid_lft forever preferred_lft forever 20:57:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:57:12 link/ether 02:42:71:42:bd:15 brd ff:ff:ff:ff:ff:ff 20:57:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:57:12 valid_lft forever preferred_lft forever 20:57:12 inet6 fe80::42:71ff:fe42:bd15/64 scope link 20:57:12 valid_lft forever preferred_lft forever 20:57:12 20:57:12 20:57:12 ---> sar -b -r -n DEV: 20:57:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 20:57:12 20:57:12 20:49:51 LINUX RESTART (4 CPU) 20:57:12 20:57:12 20:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:57:12 20:52:01 2.61 0.00 2.61 0.00 0.00 64.04 0.00 20:57:12 20:53:01 0.45 0.00 0.45 0.00 0.00 6.59 0.00 20:57:12 20:54:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 20:57:12 20:55:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 20:57:12 20:56:01 365.81 189.48 176.32 0.00 9146.64 56546.45 0.00 20:57:12 20:57:01 229.81 108.35 121.46 0.00 7528.46 27554.27 0.00 20:57:12 Average: 99.99 49.70 50.28 0.00 2782.37 14048.03 0.00 20:57:12 20:57:12 20:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:57:12 20:52:01 169168 0 590096 31.36 2620 1119660 1078276 36.80 433016 1080680 24 20:57:12 20:53:01 167532 0 591724 31.45 2620 1119668 1078276 36.80 441028 1074572 8 20:57:12 20:54:01 166000 0 593252 31.53 2620 1119672 1078628 36.81 442704 1074568 8 20:57:12 20:55:01 166480 0 592772 31.50 2620 1119672 1078340 36.80 445440 1071460 8 20:57:12 20:56:01 75576 0 814812 43.31 2088 989068 1506516 51.41 657888 838420 68740 20:57:12 20:57:01 219792 0 813848 43.25 1444 846460 1308972 44.67 546904 760540 79852 20:57:12 Average: 160758 0 666084 35.40 2335 1052367 1188168 40.55 494497 983373 24773 20:57:12 20:57:12 20:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:57:12 20:52:01 eth0 0.35 0.08 0.02 0.02 0.00 0.00 0.00 0.00 20:57:12 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:53:01 eth0 0.77 0.08 0.08 0.01 0.00 0.00 0.00 0.00 20:57:12 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:54:01 eth0 3.98 1.76 3.52 0.47 0.00 0.00 0.00 0.00 20:57:12 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:57:12 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:56:01 eth0 792.99 706.30 7400.28 65.42 0.00 0.00 0.00 0.00 20:57:12 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:56:01 docker0 17.15 16.98 1.33 123.23 0.00 0.00 0.00 0.00 20:57:12 20:57:01 eth0 333.75 268.19 2413.41 136.50 0.00 0.00 0.00 0.00 20:57:12 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 20:57:01 docker0 26.45 33.69 1.90 186.17 0.00 0.00 0.00 0.00 20:57:12 Average: eth0 188.91 162.97 1638.54 33.77 0.00 0.00 0.00 0.00 20:57:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:12 Average: docker0 7.27 8.45 0.54 51.62 0.00 0.00 0.00 0.00 20:57:12 20:57:12 20:57:12 ---> sar -P ALL: 20:57:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 20:57:12 20:57:12 20:49:51 LINUX RESTART (4 CPU) 20:57:12 20:57:12 20:51:01 CPU %user %nice %system %iowait %steal %idle 20:57:12 20:52:01 all 0.11 0.00 0.05 0.00 0.00 99.84 20:57:12 20:52:01 0 0.27 0.00 0.03 0.00 0.00 99.70 20:57:12 20:52:01 1 0.10 0.00 0.07 0.00 0.00 99.83 20:57:12 20:52:01 2 0.05 0.00 0.07 0.00 0.00 99.88 20:57:12 20:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:57:12 20:53:01 all 0.12 0.00 0.06 0.00 0.00 99.81 20:57:12 20:53:01 0 0.32 0.00 0.05 0.00 0.00 99.63 20:57:12 20:53:01 1 0.07 0.00 0.05 0.00 0.00 99.88 20:57:12 20:53:01 2 0.05 0.00 0.07 0.00 0.00 99.88 20:57:12 20:53:01 3 0.05 0.00 0.08 0.00 0.02 99.85 20:57:12 20:54:01 all 0.19 0.00 0.06 0.00 0.01 99.75 20:57:12 20:54:01 0 0.25 0.00 0.08 0.00 0.02 99.65 20:57:12 20:54:01 1 0.33 0.00 0.03 0.00 0.00 99.63 20:57:12 20:54:01 2 0.08 0.00 0.08 0.00 0.02 99.82 20:57:12 20:54:01 3 0.08 0.00 0.03 0.00 0.00 99.88 20:57:12 20:55:01 all 0.13 0.00 0.07 0.00 0.00 99.80 20:57:12 20:55:01 0 0.38 0.00 0.13 0.00 0.00 99.48 20:57:12 20:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:57:12 20:55:01 2 0.07 0.00 0.07 0.00 0.00 99.87 20:57:12 20:55:01 3 0.03 0.00 0.07 0.00 0.00 99.90 20:57:12 20:56:01 all 15.40 0.00 11.12 2.58 0.14 70.76 20:57:12 20:56:01 0 15.15 0.00 10.35 3.26 0.14 71.10 20:57:12 20:56:01 1 16.23 0.00 10.82 1.78 0.14 71.03 20:57:12 20:56:01 2 14.15 0.00 12.41 4.56 0.14 68.74 20:57:12 20:56:01 3 16.08 0.00 10.88 0.69 0.16 72.19 20:57:12 20:57:01 all 10.63 0.00 7.85 3.39 0.11 78.03 20:57:12 20:57:01 0 10.23 0.00 7.42 2.52 0.10 79.73 20:57:12 20:57:01 1 10.43 0.00 8.34 4.14 0.09 77.00 20:57:12 20:57:01 2 8.88 0.00 7.52 2.69 0.12 80.79 20:57:12 20:57:01 3 12.97 0.00 8.11 4.19 0.14 74.58 20:57:12 Average: all 4.34 0.00 3.14 0.98 0.04 91.50 20:57:12 Average: 0 4.35 0.00 2.95 0.94 0.04 91.72 20:57:12 Average: 1 4.44 0.00 3.16 0.97 0.04 91.40 20:57:12 Average: 2 3.81 0.00 3.31 1.19 0.04 91.65 20:57:12 Average: 3 4.77 0.00 3.13 0.80 0.05 91.25 20:57:12 20:57:12 20:57:12