Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba458f0e0ccbbc61c175df81145a1fb9b1d16279 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 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: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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21960 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 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 Commit message: "Merge pull request #448 from hahattan/issue-447" > git rev-list --no-walk 4e941b210282b64e5c8dde3454679dc7188e3138 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:26:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:26:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:26:25 ========================================================= 15:26:25 EdgeX Global Pipelines Version Info 15:26:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:26:26 ------------------- 15:26:26 stable info: 15:26:26 ------------------- 15:26:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:26:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:26:26 Message: update stable to v1.0.179 15:26:27 ------------------- 15:26:27 experimental info: 15:26:27 ------------------- 15:26:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:26:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:26:27 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:26:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:26:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:26:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba458f0 [Pipeline] echo 15:26:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:26:31 + git log --format=format:%s -1 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] echo 15:26:31 GIT_COMMIT: ba458f0e0ccbbc61c175df81145a1fb9b1d16279, Commit Message: Merge pull request #448 from hahattan/issue-447 [Pipeline] echo 15:26:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:26:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:32 15:26:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:26:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:32 latest: Pulling from edgex-devops/git-semver 15:26:32 31603596830f: Pulling fs layer 15:26:32 2a8b12db71e7: Pulling fs layer 15:26:32 6ca5941a6612: Pulling fs layer 15:26:32 ecc8261a40a4: Pulling fs layer 15:26:32 ecc8261a40a4: Waiting 15:26:32 2a8b12db71e7: Verifying Checksum 15:26:32 2a8b12db71e7: Download complete 15:26:33 31603596830f: Verifying Checksum 15:26:33 31603596830f: Download complete 15:26:33 ecc8261a40a4: Verifying Checksum 15:26:33 ecc8261a40a4: Download complete 15:26:33 6ca5941a6612: Verifying Checksum 15:26:33 6ca5941a6612: Download complete 15:26:33 31603596830f: Pull complete 15:26:33 2a8b12db71e7: Pull complete 15:26:34 6ca5941a6612: Pull complete 15:26:34 ecc8261a40a4: Pull complete 15:26:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:26:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:26:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:26:34 prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container 15:26:34 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:26:36 $ docker top 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:36 [ssh-agent] Looking for ssh-agent implementation... 15:26:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:36 $ docker exec 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent 15:26:37 SSH_AUTH_SOCK=/tmp/ssh-dD7ueli3mDZv/agent.12 15:26:37 SSH_AGENT_PID=17 15:26:37 Running ssh-add (command line suppressed) 15:26:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3264285494007264581.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3264285494007264581.key) 15:26:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:37 + git tag --points-at HEAD [Pipeline] } 15:26:37 $ docker exec --env ******** --env ******** 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent -k 15:26:37 unset SSH_AUTH_SOCK; 15:26:37 unset SSH_AGENT_PID; 15:26:37 echo Agent pid 17 killed; 15:26:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:26:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:37 [ssh-agent] Looking for ssh-agent implementation... 15:26:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:38 $ docker exec 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent 15:26:38 SSH_AUTH_SOCK=/tmp/ssh-jPmBqZAhI3Z6/agent.46 15:26:38 SSH_AGENT_PID=51 15:26:38 Running ssh-add (command line suppressed) 15:26:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8450026457112862990.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8450026457112862990.key) 15:26:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:38 + git semver init 15:26:38 # -> Open(): unable to determine branch for HEAD 15:26:38 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:26:38 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:26:38 # $SEMVER_REMOTE_NAME = origin 15:26:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:26:38 # $SEMVER_USER_NAME = edgex-jenkins 15:26:38 # $SEMVER_BRANCH = master 15:26:38 # $SEMVER_TEMP = /tmp/semver-272183347 15:26:38 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:26:39 # '/tmp/semver-272183347' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:26:39 # -> Force: false 15:26:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:26:39 $ docker exec --env ******** --env ******** 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent -k 15:26:39 unset SSH_AUTH_SOCK; 15:26:39 unset SSH_AGENT_PID; 15:26:39 echo Agent pid 51 killed; 15:26:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:39 + git semver [Pipeline] } 15:26:40 $ docker stop --time=1 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 15:26:41 $ docker rm -f 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 [Pipeline] // withDockerContainer [Pipeline] sh 15:26:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:26:42 Stashed 1 file(s) [Pipeline] echo 15:26:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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 15:26:58 Still waiting to schedule task 15:26:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:26:58 Still waiting to schedule task 15:26:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:28:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21961 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:28:49 Running in /w/workspace/go-mod-core-contracts/122 [Pipeline] { [Pipeline] checkout 15:28:55 using credential edgex-jenkins-ssh 15:28:55 Cloning the remote Git repository 15:28:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:28:55 > git init /w/workspace/go-mod-core-contracts/122 # timeout=10 15:28:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:28:55 > git --version # timeout=10 15:28:55 > git --version # 'git version 2.17.1' 15:28:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:28:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:28:57 Checking out Revision ba458f0e0ccbbc61c175df81145a1fb9b1d16279 (master) 15:28:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:28:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:28:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:28:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:28:56 using GIT_SSH to set credentials SSH Credentials for GitHub 15:28:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:28:57 > git config core.sparsecheckout # timeout=10 15:28:57 > git checkout -f ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 15:29:01 Commit message: "Merge pull request #448 from hahattan/issue-447" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:29:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:29:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:29:04 + sudo service docker restart 15:29:04 + true [Pipeline] unstash [Pipeline] echo 15:29:07 ========================================================= 15:29:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:29:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:29:07 + 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 . 15:29:08 Sending build context to Docker daemon 2.27MB 15:29:08 Step 1/7 : ARG BASE=golang:1.15-alpine 15:29:08 Step 2/7 : FROM ${BASE} 15:29:08 Running on prd-centos7-docker-4c-2g-21962 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:29:08 Running in /w/workspace/go-mod-core-contracts/122 [Pipeline] { 15:29:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:29:08 5f621e34cdf4: Pulling fs layer 15:29:08 a4357932f1b6: Pulling fs layer 15:29:08 18c013af1878: Pulling fs layer 15:29:08 00ac8860ef70: Pulling fs layer 15:29:08 63d7cb157983: Pulling fs layer 15:29:08 b116817d02f9: Pulling fs layer 15:29:08 745a02a5169b: Pulling fs layer 15:29:08 63d7cb157983: Waiting 15:29:08 00ac8860ef70: Waiting 15:29:08 b116817d02f9: Waiting 15:29:08 745a02a5169b: Waiting [Pipeline] checkout 15:29:09 18c013af1878: Verifying Checksum 15:29:09 18c013af1878: Download complete 15:29:09 a4357932f1b6: Verifying Checksum 15:29:09 a4357932f1b6: Download complete 15:29:09 63d7cb157983: Verifying Checksum 15:29:09 63d7cb157983: Download complete 15:29:09 b116817d02f9: Download complete 15:29:09 5f621e34cdf4: Verifying Checksum 15:29:09 5f621e34cdf4: Download complete 15:29:09 5f621e34cdf4: Pull complete 15:29:10 a4357932f1b6: Pull complete 15:29:10 18c013af1878: Pull complete 15:29:11 using credential edgex-jenkins-ssh 15:29:11 Cloning the remote Git repository 15:29:11 745a02a5169b: Verifying Checksum 15:29:11 745a02a5169b: Download complete 15:29:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:11 > git init /w/workspace/go-mod-core-contracts/122 # timeout=10 15:29:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:11 > git --version # timeout=10 15:29:11 > git --version # 'git version 2.24.3' 15:29:11 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:29:12 00ac8860ef70: Verifying Checksum 15:29:12 00ac8860ef70: Download complete 15:29:12 Checking out Revision ba458f0e0ccbbc61c175df81145a1fb9b1d16279 (master) 15:29:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:29:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:29:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:29:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:29:12 > git config core.sparsecheckout # timeout=10 15:29:12 > git checkout -f ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 15:29:16 Commit message: "Merge pull request #448 from hahattan/issue-447" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:29:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:29:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:29:18 + true 15:29:18 + sudo service docker restart 15:29:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:29:19 ========================================================= 15:29:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:29:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:29:19 + 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 . 15:29:20 Sending build context to Docker daemon 2.271MB 15:29:20 Step 1/7 : ARG BASE=golang:1.15-alpine 15:29:20 Step 2/7 : FROM ${BASE} 15:29:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:29:20 188c0c94c7c5: Pulling fs layer 15:29:20 0ef7d3d256c8: Pulling fs layer 15:29:20 de9db76c5a1d: Pulling fs layer 15:29:20 bca2f99d35d6: Pulling fs layer 15:29:20 93359f2a8cfa: Pulling fs layer 15:29:20 7c6f9722023f: Pulling fs layer 15:29:20 a35cf1a2eb13: Pulling fs layer 15:29:20 bca2f99d35d6: Waiting 15:29:20 93359f2a8cfa: Waiting 15:29:20 7c6f9722023f: Waiting 15:29:20 a35cf1a2eb13: Waiting 15:29:20 de9db76c5a1d: Verifying Checksum 15:29:20 de9db76c5a1d: Download complete 15:29:20 0ef7d3d256c8: Verifying Checksum 15:29:20 0ef7d3d256c8: Download complete 15:29:20 93359f2a8cfa: Verifying Checksum 15:29:20 93359f2a8cfa: Download complete 15:29:20 188c0c94c7c5: Verifying Checksum 15:29:20 7c6f9722023f: Verifying Checksum 15:29:20 7c6f9722023f: Download complete 15:29:20 188c0c94c7c5: Pull complete 15:29:20 0ef7d3d256c8: Pull complete 15:29:21 de9db76c5a1d: Pull complete 15:29:22 00ac8860ef70: Pull complete 15:29:23 63d7cb157983: Pull complete 15:29:23 a35cf1a2eb13: Verifying Checksum 15:29:23 a35cf1a2eb13: Download complete 15:29:23 bca2f99d35d6: Verifying Checksum 15:29:23 bca2f99d35d6: Download complete 15:29:23 b116817d02f9: Pull complete 15:29:27 745a02a5169b: Pull complete 15:29:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:29:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:29:27 ---> b7e6874047d6 15:29:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:29:28 bca2f99d35d6: Pull complete 15:29:28 93359f2a8cfa: Pull complete 15:29:28 7c6f9722023f: Pull complete 15:29:30 ---> Running in 3cace021d0c0 15:29:30 Removing intermediate container 3cace021d0c0 15:29:30 ---> a40bc3157f77 15:29:30 Step 4/7 : RUN apk add bash 15:29:30 ---> Running in 723f8f345167 15:29:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:29:33 OK: 142 MiB in 39 packages 15:29:34 Removing intermediate container 723f8f345167 15:29:34 ---> f393f25d8ad2 15:29:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:29:34 ---> Running in 7796eaa154bb 15:29:35 a35cf1a2eb13: Pull complete 15:29:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:29:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:29:35 ---> a62c8e92a672 15:29:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:29:35 ---> Running in 0ddde875fec9 15:29:35 Removing intermediate container 0ddde875fec9 15:29:35 ---> 71a109039cc6 15:29:35 Step 4/7 : RUN apk add bash 15:29:35 ---> Running in bf1c4cd0da68 15:29:35 Removing intermediate container 7796eaa154bb 15:29:35 ---> 4355e472f38d 15:29:35 Step 6/7 : COPY go.mod . 15:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:29:36 ---> 3e90089e6429 15:29:36 Step 7/7 : RUN go mod download 15:29:36 ---> Running in a9e2ecab8e7f 15:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:29:37 OK: 166 MiB in 39 packages 15:29:37 Removing intermediate container bf1c4cd0da68 15:29:37 ---> 6871b190f345 15:29:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:29:38 ---> Running in 4093a7e9ff11 15:29:38 Removing intermediate container 4093a7e9ff11 15:29:38 ---> bb3a271ec0aa 15:29:38 Step 6/7 : COPY go.mod . 15:29:38 ---> 9adfc862d30a 15:29:38 Step 7/7 : RUN go mod download 15:29:38 ---> Running in 411808e03cc5 15:29:50 Removing intermediate container 411808e03cc5 15:29:50 ---> 0a888240e3ad 15:29:50 Successfully built 0a888240e3ad 15:29:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:29:51 + docker inspect -f . ci-base-image-x86_64 15:29:51 . [Pipeline] withDockerContainer 15:29:51 Removing intermediate container a9e2ecab8e7f 15:29:51 ---> 450c693ef946 15:29:51 Successfully built 450c693ef946 15:29:51 Successfully tagged ci-base-image-arm64:latest 15:29:51 prd-centos7-docker-4c-2g-21962 does not seem to be running inside a container 15:29:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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 15:29:52 $ docker top 1b8aaddc7b4638e1bc4d08d55ba3cb4b231c815dc61864033824f4c0ac8fdcbd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:29:52 + go version 15:29:52 go version go1.15.5 linux/amd64 [Pipeline] } 15:29:52 $ docker stop --time=1 1b8aaddc7b4638e1bc4d08d55ba3cb4b231c815dc61864033824f4c0ac8fdcbd 15:29:52 + docker inspect -f . ci-base-image-arm64 15:29:52 . 15:29:53 $ docker rm -f 1b8aaddc7b4638e1bc4d08d55ba3cb4b231c815dc61864033824f4c0ac8fdcbd [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 15:29:54 prd-ubuntu18.04-docker-arm64-4c-16g-21961 does not seem to be running inside a container 15:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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 15:29:56 $ docker top 7c73662f3f4825e3be393fd60c22cf50f94e6b7c1d6c37665a9c57e7dd0fa30e -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:29:56 + docker inspect -f . ci-base-image-x86_64 15:29:56 . [Pipeline] withDockerContainer 15:29:57 + go version 15:29:57 go version go1.15.5 linux/arm64 15:29:57 prd-centos7-docker-4c-2g-21962 does not seem to be running inside a container 15:29:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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 15:29:57 $ docker top 7d8418e4e497ceabbca0e03b5e019c4f62577f6764587ba2c8ad563dd0a93eda -eo pid,comm [Pipeline] { [Pipeline] } 15:29:58 $ docker stop --time=1 7c73662f3f4825e3be393fd60c22cf50f94e6b7c1d6c37665a9c57e7dd0fa30e 15:30:00 $ docker rm -f 7c73662f3f4825e3be393fd60c22cf50f94e6b7c1d6c37665a9c57e7dd0fa30e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 15:30:00 + make test 15:30:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:30:01 + docker inspect -f . ci-base-image-arm64 15:30:01 . [Pipeline] withDockerContainer 15:30:01 prd-ubuntu18.04-docker-arm64-4c-16g-21961 does not seem to be running inside a container 15:30:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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 15:30:03 $ docker top d262a3fa32721fe17d3166361822e36afc311ea84988613ca33d157660567230 -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:04 + make test 15:30:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:30:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:30:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.011s coverage: 85.7% of statements 15:30:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements 15:30:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.040s coverage: 45.4% of statements 15:30:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.021s coverage: 77.8% of statements 15:30:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:30:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.007s coverage: 26.3% of statements 15:30:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.012s coverage: 14.7% of statements 15:30:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements 15:30:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.020s coverage: 91.8% of statements 15:30:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:30:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:30:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.010s coverage: 100.0% of statements 15:30:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 47.8% of statements 15:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.017s coverage: 63.0% of statements 15:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements 15:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 15:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements 15:30:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.004s coverage: 14.3% of statements 15:30:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.098s coverage: 84.7% of statements 15:30:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:30:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.008s coverage: 43.6% of statements 15:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.015s coverage: 94.4% of statements 15:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.033s coverage: 92.9% of statements 15:30:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 15:30:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:30:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:30:14 gofmt -l . 15:30:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:30:14 $ docker stop --time=1 7d8418e4e497ceabbca0e03b5e019c4f62577f6764587ba2c8ad563dd0a93eda 15:30:17 $ docker rm -f 7d8418e4e497ceabbca0e03b5e019c4f62577f6764587ba2c8ad563dd0a93eda [Pipeline] // withDockerContainer [Pipeline] sh 15:30:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:30:18 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:30:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:30:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.041s coverage: 85.7% of statements 15:30:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.045s coverage: 100.0% of statements 15:30:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.072s coverage: 45.4% of statements 15:30:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.028s coverage: 77.8% of statements 15:30:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:30:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.040s coverage: 26.3% of statements 15:30:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.049s coverage: 14.7% of statements 15:30:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements 15:30:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.081s coverage: 91.8% of statements 15:30:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:30:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:30:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.034s coverage: 100.0% of statements 15:30:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.033s coverage: 47.8% of statements 15:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.099s coverage: 63.0% of statements 15:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.020s coverage: 26.3% of statements 15:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements 15:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.064s coverage: 15.4% of statements 15:30:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.037s coverage: 14.3% of statements 15:30:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.256s coverage: 84.7% of statements 15:30:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:30:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.025s coverage: 43.6% of statements 15:30:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.052s coverage: 94.4% of statements 15:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.138s coverage: 92.9% of statements 15:30:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements 15:30:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:30:41 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:30:46 gofmt -l . 15:30:46 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:30:47 $ docker stop --time=1 d262a3fa32721fe17d3166361822e36afc311ea84988613ca33d157660567230 15:30:49 $ docker rm -f d262a3fa32721fe17d3166361822e36afc311ea84988613ca33d157660567230 [Pipeline] // withDockerContainer [Pipeline] sh 15:30:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:30:50 Warning: overwriting stash ‘coverage-report’ 15:30:51 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 15:30:53 provisioning config files... 15:30:53 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3811287803670296877tmp [Pipeline] { [Pipeline] sh 15:30:53 + set +x 15:30:53 + curl -s https://codecov.io/bash 15:30:53 + bash -s -- 15:30:53 15:30:53 _____ _ 15:30:53 / ____| | | 15:30:53 | | ___ __| | ___ ___ _____ __ 15:30:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:30:53 | |___| (_) | (_| | __/ (_| (_) \ V / 15:30:53 \_____\___/ \__,_|\___|\___\___/ \_/ 15:30:53 Bash-20210115-cec3c92 15:30:53 15:30:53 15:30:53 ==> git version 2.24.3 found 15:30:53 ==> 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 15:30:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:30:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:30:53 ==> Jenkins CI detected. 15:30:53 project root: . 15:30:53 --> token set from env 15:30:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:30:53 ==> Running gcov in . (disable via -X gcov) 15:30:53 ==> Python coveragepy not found 15:30:53 ==> Searching for coverage reports in: 15:30:53 + . 15:30:53 -> Found 1 reports 15:30:53 ==> Detecting git/mercurial file structure 15:30:53 ==> Reading reports 15:30:53 + ./coverage.out bytes=131145 15:30:53 ==> Appending adjustments 15:30:53 https://docs.codecov.io/docs/fixing-reports 15:30:54 + Found adjustments 15:30:54 ==> Gzipping contents 15:30:54 20K /tmp/codecov.XkRlzX.gz 15:30:54 ==> Uploading reports 15:30:54 url: https://codecov.io 15:30:54 query: branch=master&commit=ba458f0e0ccbbc61c175df81145a1fb9b1d16279&build=122&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F122%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:30:54 -> Pinging Codecov 15:30:54 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=ba458f0e0ccbbc61c175df81145a1fb9b1d16279&build=122&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F122%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:30:54 -> Uploading to 15:30:54 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/71470A77251A30514AAF9C0BB2E5B6CE/ba458f0e0ccbbc61c175df81145a1fb9b1d16279/0ba6ad31-1609-4b93-b4e8-c95711518213.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T153054Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f505d9deb054fbb3dc5ffd01b38ff9e113e9a5140ff613b69e69a11f48d0b37e 15:30:54 % Total % Received % Xferd Average Speed Time Time Time Current 15:30:54 Dload Upload Total Spent Left Speed 15:30:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19997 0 0 100 19997 0 42056 --:--:-- --:--:-- --:--:-- 42010 100 19997 0 0 100 19997 0 42044 --:--:-- --:--:-- --:--:-- 42010 15:30:55 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] } 15:30:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:30:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:30:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:30:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:30:56 15:30:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:30:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:30:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:30:57 188c0c94c7c5: Pulling fs layer 15:30:57 0ef7d3d256c8: Pulling fs layer 15:30:57 de9db76c5a1d: Pulling fs layer 15:30:57 0eba1c9be4d2: Pulling fs layer 15:30:57 0d57e429df01: Pulling fs layer 15:30:57 4e4be7b47b0d: Pulling fs layer 15:30:57 e1f770b5df2f: Pulling fs layer 15:30:57 85a0685a4137: Pulling fs layer 15:30:57 0d57e429df01: Waiting 15:30:57 4e4be7b47b0d: Waiting 15:30:57 e1f770b5df2f: Waiting 15:30:57 0eba1c9be4d2: Waiting 15:30:57 85a0685a4137: Waiting 15:30:57 de9db76c5a1d: Verifying Checksum 15:30:57 de9db76c5a1d: Download complete 15:30:57 0ef7d3d256c8: Verifying Checksum 15:30:57 0ef7d3d256c8: Download complete 15:30:57 0d57e429df01: Verifying Checksum 15:30:57 0d57e429df01: Download complete 15:30:57 4e4be7b47b0d: Verifying Checksum 15:30:57 4e4be7b47b0d: Download complete 15:30:57 188c0c94c7c5: Verifying Checksum 15:30:57 188c0c94c7c5: Download complete 15:30:58 188c0c94c7c5: Pull complete 15:30:58 0ef7d3d256c8: Pull complete 15:30:58 de9db76c5a1d: Pull complete 15:30:59 e1f770b5df2f: Verifying Checksum 15:30:59 e1f770b5df2f: Download complete 15:31:00 0eba1c9be4d2: Verifying Checksum 15:31:00 0eba1c9be4d2: Download complete 15:31:01 85a0685a4137: Verifying Checksum 15:31:01 85a0685a4137: Download complete 15:31:06 0eba1c9be4d2: Pull complete 15:31:06 0d57e429df01: Pull complete 15:31:06 4e4be7b47b0d: Pull complete 15:31:07 e1f770b5df2f: Pull complete 15:31:14 85a0685a4137: Pull complete 15:31:14 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:31:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:31:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:31:14 prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container 15:31:14 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:31:15 $ docker top d0cdbfce1acbff5add1a0d5451ba5f88255d740eee42dffb193290655c7fbca6 -eo pid,comm [Pipeline] { [Pipeline] echo 15:31:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:31:16 + set -o pipefail 15:31:16 + snyk monitor '--org=edgex-jenkins' 15:31:20 15:31:20 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 15:31:20 15:31:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/0cf7551a-930d-4db2-87bb-111dc956d4a6 15:31:20 15:31:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:31:20 15:31:20 [Pipeline] } 15:31:20 $ docker stop --time=1 d0cdbfce1acbff5add1a0d5451ba5f88255d740eee42dffb193290655c7fbca6 15:31:22 $ docker rm -f d0cdbfce1acbff5add1a0d5451ba5f88255d740eee42dffb193290655c7fbca6 [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 15:31:24 + git log --format=format:%s -1 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] isUnix [Pipeline] sh 15:31:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:31:25 . [Pipeline] withDockerContainer 15:31:25 prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container 15:31: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:31:25 $ docker top ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:31:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:31:26 [ssh-agent] Looking for ssh-agent implementation... 15:31:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:31:26 $ docker exec ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c ssh-agent 15:31:26 SSH_AUTH_SOCK=/tmp/ssh-msxklQEXmNkZ/agent.12 15:31:26 SSH_AGENT_PID=17 15:31:26 Running ssh-add (command line suppressed) 15:31:26 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3304677756280734479.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3304677756280734479.key) 15:31:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:31:26 + git semver tag 15:31:26 # -> Open(): unable to determine branch for HEAD 15:31:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:31:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:31:26 # $SEMVER_REMOTE_NAME = origin 15:31:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:31:26 # $SEMVER_USER_NAME = edgex-jenkins 15:31:26 # $SEMVER_BRANCH = master 15:31:26 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:31:26 # ba458f0e0ccbbc61c175df81145a1fb9b1d16279 HEAD 15:31:26 # -> Force: false 15:31:26 # b96644e181c2e3691bd3ec8f2a297d9b395f4c80 refs/tags/v2.0.0-dev.4 [Pipeline] } 15:31:26 $ docker exec --env ******** --env ******** ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c ssh-agent -k 15:31:27 unset SSH_AUTH_SOCK; 15:31:27 unset SSH_AGENT_PID; 15:31:27 echo Agent pid 17 killed; 15:31:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:31:27 + git semver [Pipeline] } 15:31:27 $ docker stop --time=1 ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c 15:31:28 $ docker rm -f ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:31:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:31:29 15:31:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:31:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:31:29 0.23.1-centos7: Pulling from edgex-lftools 15:31:29 ab5ef0e58194: Pulling fs layer 15:31:29 9712f1f96733: Pulling fs layer 15:31:29 63f879dbbcfc: Pulling fs layer 15:31:29 0d9ebad4ef96: Pulling fs layer 15:31:29 e9a5061849ea: Pulling fs layer 15:31:29 d747dcd14b5f: Pulling fs layer 15:31:29 2de7ff778b66: Pulling fs layer 15:31:29 e9a5061849ea: Waiting 15:31:29 d747dcd14b5f: Waiting 15:31:29 2de7ff778b66: Waiting 15:31:29 0d9ebad4ef96: Waiting 15:31:29 9712f1f96733: Verifying Checksum 15:31:29 9712f1f96733: Download complete 15:31:31 63f879dbbcfc: Verifying Checksum 15:31:31 63f879dbbcfc: Download complete 15:31:31 e9a5061849ea: Verifying Checksum 15:31:31 e9a5061849ea: Download complete 15:31:31 d747dcd14b5f: Verifying Checksum 15:31:31 d747dcd14b5f: Download complete 15:31:32 2de7ff778b66: Verifying Checksum 15:31:32 2de7ff778b66: Download complete 15:31:32 0d9ebad4ef96: Verifying Checksum 15:31:32 0d9ebad4ef96: Download complete 15:31:32 ab5ef0e58194: Verifying Checksum 15:31:32 ab5ef0e58194: Download complete 15:31:36 ab5ef0e58194: Pull complete 15:31:36 9712f1f96733: Pull complete 15:31:40 63f879dbbcfc: Pull complete 15:31:46 0d9ebad4ef96: Pull complete 15:31:46 e9a5061849ea: Pull complete 15:31:46 d747dcd14b5f: Pull complete 15:31:50 2de7ff778b66: Pull complete 15:31:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:31:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:31:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:31:50 prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container 15:31:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:31:54 $ docker top 929f4743a84a6087db952924885572bf545ff9c265e49e62b071e652fbf14d3d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:31:54 provisioning config files... 15:31:54 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3590279953634541566tmp 15:31:54 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5900236544327768757tmp 15:31:54 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7951733078176337526tmp [Pipeline] { [Pipeline] echo 15:31:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:31:54 ---> sigul-configuration.sh 15:31:54 gpg: directory `/root/.gnupg' created 15:31:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:31:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:31:54 gpg: keyring `/root/.gnupg/secring.gpg' created 15:31:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:31:54 gpg: CAST5 encrypted data 15:31:54 gpg: encrypted with 1 passphrase 15:31:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:31:55 + mkdir /home/jenkins 15:31:55 + mkdir /home/jenkins/sigul [Pipeline] sh 15:31:55 + 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 15:31:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:31:55 ---> sigul-install.sh 15:32:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:32:01 + git tag --list 15:32:01 v0.0.0 15:32:01 v0.0.1 15:32:01 v0.1.0 15:32:01 v0.1.1 15:32:01 v0.1.10 15:32:01 v0.1.100 15:32:01 v0.1.101 15:32:01 v0.1.102 15:32:01 v0.1.103 15:32:01 v0.1.104 15:32:01 v0.1.105 15:32:01 v0.1.106 15:32:01 v0.1.107 15:32:01 v0.1.108 15:32:01 v0.1.109 15:32:01 v0.1.11 15:32:01 v0.1.110 15:32:01 v0.1.111 15:32:01 v0.1.112 15:32:01 v0.1.113 15:32:01 v0.1.114 15:32:01 v0.1.115 15:32:01 v0.1.116 15:32:01 v0.1.117 15:32:01 v0.1.118 15:32:01 v0.1.119 15:32:01 v0.1.12 15:32:01 v0.1.120 15:32:01 v0.1.121 15:32:01 v0.1.122 15:32:01 v0.1.123 15:32:01 v0.1.124 15:32:01 v0.1.125 15:32:01 v0.1.126 15:32:01 v0.1.127 15:32:01 v0.1.128 15:32:01 v0.1.129 15:32:01 v0.1.13 15:32:01 v0.1.130 15:32:01 v0.1.131 15:32:01 v0.1.132 15:32:01 v0.1.133 15:32:01 v0.1.134 15:32:01 v0.1.135 15:32:01 v0.1.136 15:32:01 v0.1.137 15:32:01 v0.1.138 15:32:01 v0.1.139 15:32:01 v0.1.14 15:32:01 v0.1.140 15:32:01 v0.1.141 15:32:01 v0.1.142 15:32:01 v0.1.143 15:32:01 v0.1.144 15:32:01 v0.1.145 15:32:01 v0.1.146 15:32:01 v0.1.147 15:32:01 v0.1.148 15:32:01 v0.1.149 15:32:01 v0.1.15 15:32:01 v0.1.16 15:32:01 v0.1.17 15:32:01 v0.1.18 15:32:01 v0.1.19 15:32:01 v0.1.2 15:32:01 v0.1.20 15:32:01 v0.1.21 15:32:01 v0.1.22 15:32:01 v0.1.23 15:32:01 v0.1.24 15:32:01 v0.1.25 15:32:01 v0.1.26 15:32:01 v0.1.27 15:32:01 v0.1.28 15:32:01 v0.1.29 15:32:01 v0.1.3 15:32:01 v0.1.30 15:32:01 v0.1.31 15:32:01 v0.1.32 15:32:01 v0.1.33 15:32:01 v0.1.34 15:32:01 v0.1.35 15:32:01 v0.1.36 15:32:01 v0.1.37 15:32:01 v0.1.38 15:32:01 v0.1.39 15:32:01 v0.1.4 15:32:01 v0.1.40 15:32:01 v0.1.41 15:32:01 v0.1.42 15:32:01 v0.1.43 15:32:01 v0.1.44 15:32:01 v0.1.45 15:32:01 v0.1.46 15:32:01 v0.1.47 15:32:01 v0.1.48 15:32:01 v0.1.49 15:32:01 v0.1.5 15:32:01 v0.1.50 15:32:01 v0.1.51 15:32:01 v0.1.52 15:32:01 v0.1.53 15:32:01 v0.1.54 15:32:01 v0.1.55 15:32:01 v0.1.56 15:32:01 v0.1.57 15:32:01 v0.1.58 15:32:01 v0.1.59 15:32:01 v0.1.6 15:32:01 v0.1.60 15:32:01 v0.1.61 15:32:01 v0.1.62 15:32:01 v0.1.63 15:32:01 v0.1.64 15:32:01 v0.1.65 15:32:01 v0.1.66 15:32:01 v0.1.67 15:32:01 v0.1.68 15:32:01 v0.1.69 15:32:01 v0.1.7 15:32:01 v0.1.70 15:32:01 v0.1.71 15:32:01 v0.1.72 15:32:01 v0.1.73 15:32:01 v0.1.74 15:32:01 v0.1.75 15:32:01 v0.1.76 15:32:01 v0.1.77 15:32:01 v0.1.78 15:32:01 v0.1.79 15:32:01 v0.1.8 15:32:01 v0.1.80 15:32:01 v0.1.81 15:32:01 v0.1.82 15:32:01 v0.1.83 15:32:01 v0.1.84 15:32:01 v0.1.85 15:32:01 v0.1.86 15:32:01 v0.1.87 15:32:01 v0.1.88 15:32:01 v0.1.89 15:32:01 v0.1.9 15:32:01 v0.1.90 15:32:01 v0.1.91 15:32:01 v0.1.92 15:32:01 v0.1.93 15:32:01 v0.1.94 15:32:01 v0.1.95 15:32:01 v0.1.96 15:32:01 v0.1.97 15:32:01 v0.1.98 15:32:01 v0.1.99 15:32:01 v2.0.0-dev.1 15:32:01 v2.0.0-dev.2 15:32:01 v2.0.0-dev.3 15:32:01 v2.0.0-dev.4 [Pipeline] sh 15:32:01 + lftools sign git-tag v2.0.0-dev.4 15:32:02 Signing Git tag with Sigul... 15:32:02 Signing v2.0.0-dev.4 [Pipeline] echo 15:32:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:32:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:32:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:32:04 $ docker stop --time=1 929f4743a84a6087db952924885572bf545ff9c265e49e62b071e652fbf14d3d 15:32:06 $ docker rm -f 929f4743a84a6087db952924885572bf545ff9c265e49e62b071e652fbf14d3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:32:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:06 . [Pipeline] withDockerContainer 15:32:07 prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container 15:32:07 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:32:07 $ docker top 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:32:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:08 [ssh-agent] Looking for ssh-agent implementation... 15:32:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:08 $ docker exec 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 ssh-agent 15:32:08 SSH_AUTH_SOCK=/tmp/ssh-vMENFa14Xu2b/agent.11 15:32:08 SSH_AGENT_PID=17 15:32:08 Running ssh-add (command line suppressed) 15:32:08 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4032500845298776527.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4032500845298776527.key) 15:32:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:08 + git semver bump pre 15:32:08 # -> Open(): unable to determine branch for HEAD 15:32:08 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:32:08 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:32:08 # $SEMVER_REMOTE_NAME = origin 15:32:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:32:08 # $SEMVER_USER_NAME = edgex-jenkins 15:32:08 # $SEMVER_BRANCH = master 15:32:08 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:32:08 2.0.0-dev.5 [Pipeline] } 15:32:08 $ docker exec --env ******** --env ******** 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 ssh-agent -k 15:32:09 unset SSH_AUTH_SOCK; 15:32:09 unset SSH_AGENT_PID; 15:32:09 echo Agent pid 17 killed; 15:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:09 + git semver [Pipeline] } 15:32:09 $ docker stop --time=1 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 15:32:10 $ docker rm -f 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:32:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:11 . [Pipeline] withDockerContainer 15:32:11 prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container 15:32:11 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:32:12 $ docker top f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:32:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:12 [ssh-agent] Looking for ssh-agent implementation... 15:32:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:12 $ docker exec f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 ssh-agent 15:32:12 SSH_AUTH_SOCK=/tmp/ssh-vNyFBZVzyS2e/agent.11 15:32:12 SSH_AGENT_PID=16 15:32:12 Running ssh-add (command line suppressed) 15:32:12 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4209591859345533009.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4209591859345533009.key) 15:32:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:13 + git semver push 15:32:13 # -> Open(): unable to determine branch for HEAD 15:32:13 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:32:13 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:32:13 # $SEMVER_REMOTE_NAME = origin 15:32:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:32:13 # $SEMVER_USER_NAME = edgex-jenkins 15:32:13 # $SEMVER_BRANCH = master 15:32:13 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:32:21 $ docker exec --env ******** --env ******** f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 ssh-agent -k 15:32:21 unset SSH_AUTH_SOCK; 15:32:21 unset SSH_AGENT_PID; 15:32:21 echo Agent pid 16 killed; 15:32:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:22 + git semver [Pipeline] } 15:32:22 $ docker stop --time=1 f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 15:32:23 $ docker rm -f f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 [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 15:32:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:32:25 ---> package-listing.sh 15:32:25 ++ facter osfamily 15:32:25 ++ tr '[:upper:]' '[:lower:]' 15:32:25 + OS_FAMILY=redhat 15:32:25 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:32:25 + START_PACKAGES=/tmp/packages_start.txt 15:32:25 + END_PACKAGES=/tmp/packages_end.txt 15:32:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:32:25 + PACKAGES=/tmp/packages_start.txt 15:32:25 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:32:25 + PACKAGES=/tmp/packages_end.txt 15:32:25 + case "${OS_FAMILY}" in 15:32:25 + rpm -qa 15:32:25 + sort 15:32:30 + '[' -f /tmp/packages_start.txt ']' 15:32:30 + '[' -f /tmp/packages_end.txt ']' 15:32:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:32:30 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:32:30 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:32:30 + 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 15:32:30 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 15:32:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:32:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:32:31 15:32:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:32:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:32:31 alpine: Pulling from edgex-lftools-log-publisher 15:32:31 df20fa9351a1: Pulling fs layer 15:32:31 36b3adc4ff6f: Pulling fs layer 15:32:31 8ad3a11d3b57: Pulling fs layer 15:32:31 46f8f816bc3b: Pulling fs layer 15:32:31 93b61091891f: Pulling fs layer 15:32:31 93b9cdb0e59b: Pulling fs layer 15:32:31 5e14af77c1be: Pulling fs layer 15:32:31 01666e4c0597: Pulling fs layer 15:32:31 aa168da1d23b: Pulling fs layer 15:32:31 46f8f816bc3b: Waiting 15:32:31 93b61091891f: Waiting 15:32:31 93b9cdb0e59b: Waiting 15:32:31 5e14af77c1be: Waiting 15:32:31 01666e4c0597: Waiting 15:32:31 aa168da1d23b: Waiting 15:32:31 36b3adc4ff6f: Verifying Checksum 15:32:31 36b3adc4ff6f: Download complete 15:32:31 46f8f816bc3b: Verifying Checksum 15:32:31 46f8f816bc3b: Download complete 15:32:31 df20fa9351a1: Verifying Checksum 15:32:31 df20fa9351a1: Download complete 15:32:32 93b61091891f: Verifying Checksum 15:32:32 93b61091891f: Download complete 15:32:32 93b9cdb0e59b: Verifying Checksum 15:32:32 93b9cdb0e59b: Download complete 15:32:32 5e14af77c1be: Verifying Checksum 15:32:32 5e14af77c1be: Download complete 15:32:32 01666e4c0597: Verifying Checksum 15:32:32 01666e4c0597: Download complete 15:32:32 df20fa9351a1: Pull complete 15:32:32 36b3adc4ff6f: Pull complete 15:32:32 8ad3a11d3b57: Verifying Checksum 15:32:32 8ad3a11d3b57: Download complete 15:32:33 8ad3a11d3b57: Pull complete 15:32:34 aa168da1d23b: Verifying Checksum 15:32:34 aa168da1d23b: Download complete 15:32:34 46f8f816bc3b: Pull complete 15:32:34 93b61091891f: Pull complete 15:32:34 93b9cdb0e59b: Pull complete 15:32:34 5e14af77c1be: Pull complete 15:32:35 01666e4c0597: Pull complete 15:32:41 aa168da1d23b: Pull complete 15:32:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:32:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:32:42 prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container 15:32:42 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:32:45 $ docker top 17819f7423c3aedf999a3ba6a55cd59607cc2f7026efbf20ace6d2db3e608e77 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:45 + touch /tmp/pre-build-complete [Pipeline] sh 15:32:45 + mkdir -p /var/log/sa [Pipeline] sh 15:32:46 + ls /var/log/sa-host 15:32:46 + sadf -c /var/log/sa-host/sa21 15:32:46 file_magic: OK 15:32:46 HZ: Using current value: 100 15:32:46 file_header: OK 15:32:46 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 15:32:46 Statistics: 15:32:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:32:46 File successfully converted to sysstat format version 12.2.1 15:32:46 + sadf -c /var/log/sa-host/sa23 15:32:46 file_magic: OK 15:32:46 HZ: Using current value: 100 15:32:46 file_header: OK 15:32:46 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 15:32:46 Statistics: 15:32:46 Hnuu...uuuununununu... 15:32:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:32:46 provisioning config files... 15:32:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8143433507271746514tmp [Pipeline] { [Pipeline] echo 15:32:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:32:47 ---> create-netrc.sh [Pipeline] } 15:32:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:32:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:32:47 ---> python-tools-install.sh [Pipeline] echo 15:32:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:32:47 ---> sudo-logs.sh 15:32:47 Archiving 'sudo' log.. [Pipeline] echo 15:32:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:32:48 ---> job-cost.sh 15:32:48 lf-activate-venv: SKIPPING 15:32:48 INFO: No Stack... 15:32:48 INFO: Retrieving Pricing Info for: v1-standard-2 15:32:49 INFO: Archiving Costs [Pipeline] echo 15:32:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:32:49 ---> logs-deploy.sh 15:32:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/122 15:32:49 INFO: archiving workspace using pattern(s): 15:32:50 Archives upload complete. 15:32:51 INFO: archiving logs to Nexus 15:32:52 ---> uname -a: 15:32:52 Linux prd-centos7-docker-4c-2g-21960.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:32:52 15:32:52 15:32:52 ---> lscpu: 15:32:52 Architecture: x86_64 15:32:52 CPU op-mode(s): 32-bit, 64-bit 15:32:52 Byte Order: Little Endian 15:32:52 Address sizes: 40 bits physical, 48 bits virtual 15:32:52 CPU(s): 4 15:32:52 On-line CPU(s) list: 0-3 15:32:52 Thread(s) per core: 1 15:32:52 Core(s) per socket: 1 15:32:52 Socket(s): 4 15:32:52 NUMA node(s): 1 15:32:52 Vendor ID: GenuineIntel 15:32:52 CPU family: 6 15:32:52 Model: 44 15:32:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:32:52 Stepping: 1 15:32:52 CPU MHz: 2933.442 15:32:52 BogoMIPS: 5866.88 15:32:52 Virtualization: VT-x 15:32:52 Hypervisor vendor: KVM 15:32:52 Virtualization type: full 15:32:52 L1d cache: 128 KiB 15:32:52 L1i cache: 128 KiB 15:32:52 L2 cache: 16 MiB 15:32:52 L3 cache: 64 MiB 15:32:52 NUMA node0 CPU(s): 0-3 15:32:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:32:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:32:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:32:52 Vulnerability Meltdown: Mitigation; PTI 15:32:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:32:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:32:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:32:52 Vulnerability Srbds: Not affected 15:32:52 Vulnerability Tsx async abort: Not affected 15:32:52 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 15:32:52 15:32:52 15:32:52 ---> nproc: 15:32:52 4 15:32:52 15:32:52 15:32:52 ---> df -h: 15:32:52 Filesystem Size Used Available Use% Mounted on 15:32:52 overlay 50.0G 8.5G 41.4G 17% / 15:32:52 tmpfs 64.0M 0 64.0M 0% /dev 15:32:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:32:52 shm 64.0M 0 64.0M 0% /dev/shm 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:32:52 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:32:52 15:32:52 15:32:52 ---> free -m: 15:32:52 total used free shared buff/cache available 15:32:52 Mem: 1837 840 149 0 848 933 15:32:52 Swap: 1023 3 1020 15:32:52 15:32:52 15:32:52 ---> ip addr: 15:32:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:32:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:32:52 inet 127.0.0.1/8 scope host lo 15:32:52 valid_lft forever preferred_lft forever 15:32:52 inet6 ::1/128 scope host 15:32:52 valid_lft forever preferred_lft forever 15:32:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:32:52 link/ether fa:16:3e:84:46:76 brd ff:ff:ff:ff:ff:ff 15:32:52 inet 10.30.122.111/23 brd 10.30.123.255 scope global dynamic eth0 15:32:52 valid_lft 85981sec preferred_lft 85981sec 15:32:52 inet6 fe80::f816:3eff:fe84:4676/64 scope link 15:32:52 valid_lft forever preferred_lft forever 15:32:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:32:52 link/ether 02:42:d5:08:fc:11 brd ff:ff:ff:ff:ff:ff 15:32:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:32:52 valid_lft forever preferred_lft forever 15:32:52 inet6 fe80::42:d5ff:fe08:fc11/64 scope link 15:32:52 valid_lft forever preferred_lft forever 15:32:52 15:32:52 15:32:52 ---> sar -b -r -n DEV: 15:32:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 15:32:52 15:32:52 15:25:41 LINUX RESTART (4 CPU) 15:32:52 15:32:52 15:26:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:32:52 15:27:01 126.90 43.06 83.85 0.00 7824.72 37190.40 0.00 15:32:52 15:28:01 2.12 0.00 2.12 0.00 0.00 47.78 0.00 15:32:52 15:29:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 15:32:52 15:30:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 15:32:52 15:31:01 15.24 3.71 11.52 0.00 540.88 7646.16 0.00 15:32:52 15:32:01 431.68 223.69 207.99 0.00 11641.66 57737.25 0.00 15:32:52 Average: 96.04 45.11 50.92 0.00 3323.79 17057.13 0.00 15:32:52 15:32:52 15:26:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:32:52 15:27:01 149220 0 598640 31.82 2620 1131064 1114216 38.03 405296 1125728 136 15:32:52 15:28:01 157012 0 590912 31.41 2620 1131000 1077632 36.78 409684 1115040 20 15:32:52 15:29:01 154360 0 593560 31.55 2620 1131004 1078056 36.79 410900 1116884 16 15:32:52 15:30:01 153928 0 593988 31.57 2620 1131008 1078080 36.79 423016 1104960 16 15:32:52 15:31:01 68832 0 674028 35.82 2620 1136064 1505448 51.38 522588 1080692 90772 15:32:52 15:32:01 122820 0 794516 42.23 1492 962716 1199552 40.94 646708 768008 72152 15:32:52 Average: 134362 0 640941 34.06 2432 1103809 1175497 40.12 469699 1051885 27185 15:32:52 15:32:52 15:26:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:32:52 15:27:01 eth0 592.11 386.79 1101.94 102.41 0.00 0.00 0.00 0.00 15:32:52 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:27:01 docker0 9.06 7.89 1.71 16.96 0.00 0.00 0.00 0.00 15:32:52 15:28:01 eth0 0.68 0.10 0.06 0.01 0.00 0.00 0.00 0.00 15:32:52 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:29:01 eth0 1.10 0.28 0.33 0.17 0.00 0.00 0.00 0.00 15:32:52 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:30:01 eth0 1.82 0.72 0.65 0.41 0.00 0.00 0.00 0.00 15:32:52 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:31:01 eth0 446.38 400.73 4075.14 30.58 0.00 0.00 0.00 0.00 15:32:52 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:32:01 veth3a0ba58 25.91 30.13 1.66 201.51 0.00 0.00 0.00 0.00 15:32:52 15:32:01 eth0 476.92 415.42 3562.25 64.82 0.00 0.00 0.00 0.00 15:32:52 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 15:32:01 docker0 42.83 47.14 2.60 323.14 0.00 0.00 0.00 0.00 15:32:52 Average: veth3a0ba58 4.33 5.04 0.28 33.71 0.00 0.00 0.00 0.00 15:32:52 Average: eth0 252.30 200.22 1458.20 32.88 0.00 0.00 0.00 0.00 15:32:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:32:52 Average: docker0 8.65 9.18 0.72 56.84 0.00 0.00 0.00 0.00 15:32:52 15:32:52 15:32:52 ---> sar -P ALL: 15:32:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 15:32:52 15:32:52 15:25:41 LINUX RESTART (4 CPU) 15:32:52 15:32:52 15:26:02 CPU %user %nice %system %iowait %steal %idle 15:32:52 15:27:01 all 13.00 0.00 4.95 3.94 0.02 78.09 15:32:52 15:27:01 0 12.14 0.00 5.22 4.25 0.02 78.38 15:32:52 15:27:01 1 13.51 0.00 6.03 3.93 0.02 76.51 15:32:52 15:27:01 2 13.88 0.00 4.15 3.43 0.02 78.53 15:32:52 15:27:01 3 12.48 0.00 4.39 4.15 0.02 78.96 15:32:52 15:28:01 all 0.17 0.00 0.03 0.00 0.00 99.80 15:32:52 15:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:32:52 15:28:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:32:52 15:28:01 2 0.05 0.00 0.02 0.00 0.00 99.93 15:32:52 15:28:01 3 0.53 0.00 0.03 0.00 0.00 99.43 15:32:52 15:29:01 all 0.15 0.00 0.03 0.00 0.00 99.81 15:32:52 15:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:32:52 15:29:01 1 0.07 0.00 0.05 0.00 0.02 99.87 15:32:52 15:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:32:52 15:29:01 3 0.48 0.00 0.03 0.00 0.00 99.48 15:32:52 15:30:01 all 0.11 0.00 0.04 0.00 0.00 99.85 15:32:52 15:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:32:52 15:30:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:32:52 15:30:01 2 0.07 0.00 0.03 0.00 0.00 99.90 15:32:52 15:30:01 3 0.30 0.00 0.03 0.00 0.00 99.67 15:32:52 15:31:01 all 2.13 0.00 1.16 0.04 0.01 96.66 15:32:52 15:31:01 0 2.00 0.00 1.44 0.00 0.00 96.56 15:32:52 15:31:01 1 1.89 0.00 1.11 0.00 0.02 96.99 15:32:52 15:31:01 2 1.91 0.00 0.94 0.02 0.02 97.12 15:32:52 15:31:01 3 2.73 0.00 1.14 0.13 0.02 95.98 15:32:52 15:32:01 all 16.25 0.00 9.20 5.38 0.07 69.11 15:32:52 15:32:01 0 15.00 0.00 9.31 6.81 0.05 68.82 15:32:52 15:32:01 1 14.84 0.00 9.46 4.32 0.07 71.32 15:32:52 15:32:01 2 14.79 0.00 8.58 5.07 0.05 71.51 15:32:52 15:32:01 3 20.40 0.00 9.46 5.31 0.10 64.74 15:32:52 Average: all 5.22 0.00 2.53 1.53 0.02 90.70 15:32:52 Average: 0 4.79 0.00 2.63 1.81 0.01 90.75 15:32:52 Average: 1 5.00 0.00 2.76 1.35 0.02 90.87 15:32:52 Average: 2 5.05 0.00 2.25 1.40 0.01 91.29 15:32:52 Average: 3 6.05 0.00 2.47 1.57 0.02 89.89 15:32:52 15:32:52 15:32:52