Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4706aac4e49b41a0045cc8175e433a2491b846bc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24568 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 Checking out Revision 4706aac4e49b41a0045cc8175e433a2491b846bc (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 Commit message: "Merge pull request #439 from FelixTing/issue-431" > git rev-list --no-walk 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:42:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:42:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:42:33 ========================================================= 15:42:33 EdgeX Global Pipelines Version Info 15:42:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:42:35 ------------------- 15:42:35 stable info: 15:42:35 ------------------- 15:42:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:42:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:42:35 Message: update stable to v1.0.179 15:42:36 ------------------- 15:42:36 experimental info: 15:42:36 ------------------- 15:42:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:42:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:42:36 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:42:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:42:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:42:38 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:42:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:42:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:42:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:42:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:42:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] echo 15:42:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4706aac [Pipeline] echo 15:42:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:42:40 + git log --format=format:%s -1 4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] echo 15:42:40 GIT_COMMIT: 4706aac4e49b41a0045cc8175e433a2491b846bc, Commit Message: Merge pull request #439 from FelixTing/issue-431 [Pipeline] echo 15:42:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:42:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:41 15:42:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:42:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:42 latest: Pulling from edgex-devops/git-semver 15:42:42 31603596830f: Pulling fs layer 15:42:42 2a8b12db71e7: Pulling fs layer 15:42:42 6ca5941a6612: Pulling fs layer 15:42:42 ecc8261a40a4: Pulling fs layer 15:42:42 ecc8261a40a4: Waiting 15:42:42 2a8b12db71e7: Verifying Checksum 15:42:42 2a8b12db71e7: Download complete 15:42:42 31603596830f: Verifying Checksum 15:42:42 31603596830f: Download complete 15:42:42 ecc8261a40a4: Verifying Checksum 15:42:42 ecc8261a40a4: Download complete 15:42:42 6ca5941a6612: Verifying Checksum 15:42:42 6ca5941a6612: Download complete 15:42:42 31603596830f: Pull complete 15:42:42 2a8b12db71e7: Pull complete 15:42:43 6ca5941a6612: Pull complete 15:42:43 ecc8261a40a4: Pull complete 15:42:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:42:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:42:44 prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container 15:42:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:42:46 $ docker top 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:42:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:46 [ssh-agent] Looking for ssh-agent implementation... 15:42:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:46 $ docker exec 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent 15:42:46 SSH_AUTH_SOCK=/tmp/ssh-2AtsXlxGIzyM/agent.11 15:42:46 SSH_AGENT_PID=16 15:42:46 Running ssh-add (command line suppressed) 15:42:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1162815581311774337.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1162815581311774337.key) 15:42:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:47 + git tag --points-at HEAD [Pipeline] } 15:42:47 $ docker exec --env ******** --env ******** 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent -k 15:42:47 unset SSH_AUTH_SOCK; 15:42:47 unset SSH_AGENT_PID; 15:42:47 echo Agent pid 16 killed; 15:42:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:42:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:47 [ssh-agent] Looking for ssh-agent implementation... 15:42:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:47 $ docker exec 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent 15:42:48 SSH_AUTH_SOCK=/tmp/ssh-JDL7cnrqFEUk/agent.44 15:42:48 SSH_AGENT_PID=50 15:42:48 Running ssh-add (command line suppressed) 15:42:48 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8674920059394378672.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8674920059394378672.key) 15:42:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:48 + git semver init 15:42:48 # -> Open(): unable to determine branch for HEAD 15:42:48 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:42:48 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:42:48 # $SEMVER_REMOTE_NAME = origin 15:42:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:42:48 # $SEMVER_USER_NAME = edgex-jenkins 15:42:48 # $SEMVER_BRANCH = master 15:42:48 # $SEMVER_TEMP = /tmp/semver-965747363 15:42:48 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:42:49 # '/tmp/semver-965747363' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 15:42:49 # -> Force: false 15:42:49 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:42:49 $ docker exec --env ******** --env ******** 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 ssh-agent -k 15:42:49 unset SSH_AUTH_SOCK; 15:42:49 unset SSH_AGENT_PID; 15:42:49 echo Agent pid 50 killed; 15:42:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:49 + git semver [Pipeline] } 15:42:49 $ docker stop --time=1 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 15:42:51 $ docker rm -f 50b73f35169eaa3624ee71a7bfd493c32ec9bab0808971d35721d267143ef952 [Pipeline] // withDockerContainer [Pipeline] sh 15:42:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:42:52 Stashed 1 file(s) [Pipeline] echo 15:42:52 [edgeXSemver]: initialized semver on version 2.0.0-dev.17 [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:43:08 Still waiting to schedule task 15:43:08 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24568’ 15:43:08 Still waiting to schedule task 15:43:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:44:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24569 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:44:57 Running in /w/workspace/go-mod-core-contracts/135 [Pipeline] { [Pipeline] checkout 15:45:02 using credential edgex-jenkins-ssh 15:45:02 Cloning the remote Git repository 15:45:02 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:02 > git init /w/workspace/go-mod-core-contracts/135 # timeout=10 15:45:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:02 > git --version # timeout=10 15:45:02 > git --version # 'git version 2.17.1' 15:45:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:06 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:45:07 Checking out Revision 4706aac4e49b41a0045cc8175e433a2491b846bc (master) 15:45:07 > git config core.sparsecheckout # timeout=10 15:45:07 > git checkout -f 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 15:45:11 Commit message: "Merge pull request #439 from FelixTing/issue-431" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:45:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:45:14 + sudo+ service docker restart 15:45:14 true [Pipeline] unstash [Pipeline] echo 15:45:16 ========================================================= 15:45:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:45:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:45:16 + 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:45:17 Sending build context to Docker daemon 2.49MB 15:45:17 Step 1/7 : ARG BASE=golang:1.15-alpine 15:45:17 Step 2/7 : FROM ${BASE} 15:45:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:45:17 5f621e34cdf4: Pulling fs layer 15:45:17 a4357932f1b6: Pulling fs layer 15:45:17 18c013af1878: Pulling fs layer 15:45:17 00ac8860ef70: Pulling fs layer 15:45:17 63d7cb157983: Pulling fs layer 15:45:17 b116817d02f9: Pulling fs layer 15:45:17 745a02a5169b: Pulling fs layer 15:45:17 00ac8860ef70: Waiting 15:45:17 63d7cb157983: Waiting 15:45:17 b116817d02f9: Waiting 15:45:17 745a02a5169b: Waiting 15:45:17 18c013af1878: Verifying Checksum 15:45:17 18c013af1878: Download complete 15:45:17 a4357932f1b6: Verifying Checksum 15:45:17 a4357932f1b6: Download complete 15:45:17 63d7cb157983: Verifying Checksum 15:45:17 63d7cb157983: Download complete 15:45:18 b116817d02f9: Download complete 15:45:18 5f621e34cdf4: Verifying Checksum 15:45:18 5f621e34cdf4: Download complete 15:45:18 5f621e34cdf4: Pull complete 15:45:19 a4357932f1b6: Pull complete 15:45:19 18c013af1878: Pull complete 15:45:20 745a02a5169b: Verifying Checksum 15:45:20 745a02a5169b: Download complete 15:45:21 00ac8860ef70: Verifying Checksum 15:45:21 00ac8860ef70: Download complete 15:45:31 00ac8860ef70: Pull complete 15:45:32 63d7cb157983: Pull complete 15:45:32 b116817d02f9: Pull complete 15:45:36 745a02a5169b: Pull complete 15:45:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:45:36 ---> b7e6874047d6 15:45:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:45:39 ---> Running in cc121b350547 15:45:39 Removing intermediate container cc121b350547 15:45:39 ---> 360571775f02 15:45:39 Step 4/7 : RUN apk add bash 15:45:39 ---> Running in 355cd2fecb70 15:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:41 Running on prd-centos7-docker-4c-2g-24570 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 15:45:41 Running in /w/workspace/go-mod-core-contracts/135 [Pipeline] { [Pipeline] checkout 15:45:42 OK: 142 MiB in 39 packages 15:45:43 Removing intermediate container 355cd2fecb70 15:45:43 ---> 61f3034fce3e 15:45:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:45:43 ---> Running in 28d10dede54c 15:45:44 using credential edgex-jenkins-ssh 15:45:44 Cloning the remote Git repository 15:45:44 Removing intermediate container 28d10dede54c 15:45:44 ---> 9156a3734450 15:45:44 Step 6/7 : COPY go.mod . 15:45:45 ---> 7b294abfe6ae 15:45:45 Step 7/7 : RUN go mod download 15:45:45 ---> Running in bf2836ca671e 15:45:44 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:44 > git init /w/workspace/go-mod-core-contracts/135 # timeout=10 15:45:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:44 > git --version # timeout=10 15:45:44 > git --version # 'git version 2.24.3' 15:45:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:45:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:45:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:45:45 using GIT_SSH to set credentials SSH Credentials for GitHub 15:45:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:45:45 Checking out Revision 4706aac4e49b41a0045cc8175e433a2491b846bc (master) 15:45:45 > git config core.sparsecheckout # timeout=10 15:45:45 > git checkout -f 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 15:45:49 Commit message: "Merge pull request #439 from FelixTing/issue-431" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:45:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:45:51 + sudo service docker restart 15:45:51 + true 15:45:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:45:52 ========================================================= 15:45:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:45:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:45:53 + 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:45:53 Sending build context to Docker daemon 2.491MB 15:45:53 Step 1/7 : ARG BASE=golang:1.15-alpine 15:45:53 Step 2/7 : FROM ${BASE} 15:45:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:45:53 188c0c94c7c5: Pulling fs layer 15:45:53 0ef7d3d256c8: Pulling fs layer 15:45:53 de9db76c5a1d: Pulling fs layer 15:45:53 bca2f99d35d6: Pulling fs layer 15:45:53 93359f2a8cfa: Pulling fs layer 15:45:53 7c6f9722023f: Pulling fs layer 15:45:53 a35cf1a2eb13: Pulling fs layer 15:45:53 bca2f99d35d6: Waiting 15:45:53 7c6f9722023f: Waiting 15:45:53 a35cf1a2eb13: Waiting 15:45:53 93359f2a8cfa: Waiting 15:45:54 de9db76c5a1d: Download complete 15:45:54 0ef7d3d256c8: Verifying Checksum 15:45:54 0ef7d3d256c8: Download complete 15:45:54 93359f2a8cfa: Download complete 15:45:54 7c6f9722023f: Verifying Checksum 15:45:54 7c6f9722023f: Download complete 15:45:54 188c0c94c7c5: Verifying Checksum 15:45:54 188c0c94c7c5: Download complete 15:45:54 188c0c94c7c5: Pull complete 15:45:54 0ef7d3d256c8: Pull complete 15:45:54 de9db76c5a1d: Pull complete 15:45:55 a35cf1a2eb13: Verifying Checksum 15:45:55 a35cf1a2eb13: Download complete 15:45:56 bca2f99d35d6: Verifying Checksum 15:45:56 bca2f99d35d6: Download complete 15:46:00 Removing intermediate container bf2836ca671e 15:46:00 ---> 555f6e2184bf 15:46:00 Successfully built 555f6e2184bf 15:46:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:46:00 + docker inspect -f . ci-base-image-arm64 15:46:00 . [Pipeline] withDockerContainer 15:46:00 prd-ubuntu18.04-docker-arm64-4c-16g-24569 does not seem to be running inside a container 15:46:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@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:46:01 bca2f99d35d6: Pull complete 15:46:02 93359f2a8cfa: Pull complete 15:46:02 7c6f9722023f: Pull complete 15:46:02 $ docker top e71cfdc1725e23187539fd105eb416f235a482f43feea757deadd191a6c6663c -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:03 + go version 15:46:03 go version go1.15.5 linux/arm64 [Pipeline] } 15:46:03 $ docker stop --time=1 e71cfdc1725e23187539fd105eb416f235a482f43feea757deadd191a6c6663c 15:46:05 $ docker rm -f e71cfdc1725e23187539fd105eb416f235a482f43feea757deadd191a6c6663c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:06 + docker inspect -f . ci-base-image-arm64 15:46:06 . [Pipeline] withDockerContainer 15:46:06 prd-ubuntu18.04-docker-arm64-4c-16g-24569 does not seem to be running inside a container 15:46:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@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:46:07 a35cf1a2eb13: Pull complete 15:46:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:46:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:46:07 ---> a62c8e92a672 15:46:07 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:46:07 ---> Running in 705c033fc36b 15:46:07 Removing intermediate container 705c033fc36b 15:46:07 ---> 8e8b300f7183 15:46:07 Step 4/7 : RUN apk add bash 15:46:07 ---> Running in 3ef0fb5f3273 15:46:08 $ docker top 7bbd9287af4fdd38b8397e63797f252798f0b94ea3b437669e0b8f071cca65a6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:09 + make test 15:46:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:46:09 OK: 166 MiB in 39 packages 15:46:10 Removing intermediate container 3ef0fb5f3273 15:46:10 ---> 54e42160e322 15:46:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:46:10 ---> Running in 39dc1af16a75 15:46:10 Removing intermediate container 39dc1af16a75 15:46:10 ---> 5eff1e6bb444 15:46:10 Step 6/7 : COPY go.mod . 15:46:10 ---> 3032ee95f8cc 15:46:10 Step 7/7 : RUN go mod download 15:46:10 ---> Running in 445b7bd0176f 15:46:23 Removing intermediate container 445b7bd0176f 15:46:23 ---> afc60880ff5a 15:46:23 Successfully built afc60880ff5a 15:46:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:46:23 + docker inspect -f . ci-base-image-x86_64 15:46:23 . [Pipeline] withDockerContainer 15:46:23 prd-centos7-docker-4c-2g-24570 does not seem to be running inside a container 15:46:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@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:46:24 $ docker top 18d4fe644e53d81cfad23fee236ab1d90f7917b20895044470cf2a3d78578cb6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:24 + go version 15:46:24 go version go1.15.5 linux/amd64 [Pipeline] } 15:46:24 $ docker stop --time=1 18d4fe644e53d81cfad23fee236ab1d90f7917b20895044470cf2a3d78578cb6 15:46:26 $ docker rm -f 18d4fe644e53d81cfad23fee236ab1d90f7917b20895044470cf2a3d78578cb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:46:27 + docker inspect -f . ci-base-image-x86_64 15:46:27 . [Pipeline] withDockerContainer 15:46:27 prd-centos7-docker-4c-2g-24570 does not seem to be running inside a container 15:46:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/135 -v /w/workspace/go-mod-core-contracts/135:/w/workspace/go-mod-core-contracts/135:rw,z -v /w/workspace/go-mod-core-contracts/135@tmp:/w/workspace/go-mod-core-contracts/135@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:46:28 $ docker top 869c70a297a056f19dc8a6ef67ced31cf553a14dc0cd454045f1ab67a7db9fa8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:28 + make test 15:46:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:46:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:46:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.032s coverage: 85.7% of statements 15:46:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.034s coverage: 100.0% of statements 15:46:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.067s coverage: 45.4% of statements 15:46:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements 15:46:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:46:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.028s coverage: 26.3% of statements 15:46:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.055s coverage: 14.7% of statements 15:46:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 15:46:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:46:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.014s coverage: 85.7% of statements 15:46:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.033s coverage: 100.0% of statements 15:46:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.036s coverage: 45.4% of statements 15:46:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.009s coverage: 77.8% of statements 15:46:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:46:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.027s coverage: 26.3% of statements 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements 15:46:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:46:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.029s coverage: 100.0% of statements 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.020s coverage: 14.7% of statements 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements 15:46:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:46:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.014s coverage: 100.0% of statements 15:46:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.025s coverage: 36.7% of statements 15:46:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.022s coverage: 63.0% of statements 15:46:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements 15:46:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements 15:46:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.035s coverage: 15.4% of statements 15:46:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.009s coverage: 14.3% of statements 15:46:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:46:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.084s coverage: 84.8% of statements 15:46:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:46:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:46:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:46:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 49.2% of statements 15:46:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements 15:46:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.047s coverage: 88.7% of statements 15:46:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements 15:46:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:46:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:46:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.144s coverage: 63.0% of statements 15:46:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.016s coverage: 26.3% of statements 15:46:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements 15:46:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.016s coverage: 15.4% of statements 15:46:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.050s coverage: 14.3% of statements 15:46:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:46:45 gofmt -l . 15:46:45 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:46:45 $ docker stop --time=1 869c70a297a056f19dc8a6ef67ced31cf553a14dc0cd454045f1ab67a7db9fa8 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.226s coverage: 84.8% of statements 15:46:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:46:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:46:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.087s coverage: 49.2% of statements 15:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 94.7% of statements 15:46:47 $ docker rm -f 869c70a297a056f19dc8a6ef67ced31cf553a14dc0cd454045f1ab67a7db9fa8 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 15:46:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.148s coverage: 88.7% of statements 15:46:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.021s coverage: 100.0% of statements 15:46:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 15:46:49 CGO_ENABLED=0 GO111MODULE=on go vet ./... 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:46:54 gofmt -l . 15:46:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:46:55 $ docker stop --time=1 7bbd9287af4fdd38b8397e63797f252798f0b94ea3b437669e0b8f071cca65a6 15:46:58 $ docker rm -f 7bbd9287af4fdd38b8397e63797f252798f0b94ea3b437669e0b8f071cca65a6 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:59 Warning: overwriting stash ‘coverage-report’ 15:46:59 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:47:02 provisioning config files... 15:47:02 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8201768587146123732tmp [Pipeline] { [Pipeline] sh 15:47:02 + set +x 15:47:02 + bash -s -- 15:47:02 + curl -s https://codecov.io/bash 15:47:02 15:47:02 _____ _ 15:47:02 / ____| | | 15:47:02 | | ___ __| | ___ ___ _____ __ 15:47:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:47:02 | |___| (_) | (_| | __/ (_| (_) \ V / 15:47:02 \_____\___/ \__,_|\___|\___\___/ \_/ 15:47:02 Bash-20210129-7c25fce 15:47:02 15:47:02 15:47:02 ==> git version 2.24.3 found 15:47:02 ==> 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:47:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:47:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:47:02 ==> Jenkins CI detected. 15:47:02 project root: . 15:47:02 --> token set from env 15:47:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:47:02 ==> Running gcov in . (disable via -X gcov) 15:47:02 ==> Python coveragepy not found 15:47:02 ==> Searching for coverage reports in: 15:47:02 + . 15:47:02 -> Found 1 reports 15:47:02 ==> Detecting git/mercurial file structure 15:47:02 ==> Reading reports 15:47:02 + ./coverage.out bytes=147093 15:47:02 ==> Appending adjustments 15:47:02 https://docs.codecov.io/docs/fixing-reports 15:47:03 + Found adjustments 15:47:03 ==> Gzipping contents 15:47:03 24K /tmp/codecov.Bj4yml.gz 15:47:03 ==> Uploading reports 15:47:03 url: https://codecov.io 15:47:03 query: branch=master&commit=4706aac4e49b41a0045cc8175e433a2491b846bc&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:47:03 -> Pinging Codecov 15:47:03 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=4706aac4e49b41a0045cc8175e433a2491b846bc&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 15:47:04 -> Uploading to 15:47:04 https://storage.googleapis.com/codecov/v4/raw/2021-02-02/71470A77251A30514AAF9C0BB2E5B6CE/4706aac4e49b41a0045cc8175e433a2491b846bc/6c113e05-d23f-4e33-a899-829539e2a7cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T154704Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0aa80d387758588caf8d022ac1dd5a355b212a1e638c0a9acdccd8964394ae65 15:47:04 % Total % Received % Xferd Average Speed Time Time Time Current 15:47:04 Dload Upload Total Spent Left Speed 15:47:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22415 0 0 100 22415 0 49777 --:--:-- --:--:-- --:--:-- 49811 15:47:04 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] } 15:47:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:47:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:47:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:47:06 15:47:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:47:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:47:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:47:06 188c0c94c7c5: Pulling fs layer 15:47:06 0ef7d3d256c8: Pulling fs layer 15:47:06 de9db76c5a1d: Pulling fs layer 15:47:06 0eba1c9be4d2: Pulling fs layer 15:47:06 0d57e429df01: Pulling fs layer 15:47:06 4e4be7b47b0d: Pulling fs layer 15:47:06 e1f770b5df2f: Pulling fs layer 15:47:06 85a0685a4137: Pulling fs layer 15:47:06 0eba1c9be4d2: Waiting 15:47:06 0d57e429df01: Waiting 15:47:06 4e4be7b47b0d: Waiting 15:47:06 85a0685a4137: Waiting 15:47:06 e1f770b5df2f: Waiting 15:47:06 de9db76c5a1d: Download complete 15:47:06 0ef7d3d256c8: Download complete 15:47:06 0d57e429df01: Download complete 15:47:06 4e4be7b47b0d: Verifying Checksum 15:47:06 4e4be7b47b0d: Download complete 15:47:06 188c0c94c7c5: Verifying Checksum 15:47:06 188c0c94c7c5: Download complete 15:47:07 188c0c94c7c5: Pull complete 15:47:07 0ef7d3d256c8: Pull complete 15:47:07 de9db76c5a1d: Pull complete 15:47:07 e1f770b5df2f: Verifying Checksum 15:47:07 e1f770b5df2f: Download complete 15:47:09 0eba1c9be4d2: Verifying Checksum 15:47:09 0eba1c9be4d2: Download complete 15:47:10 85a0685a4137: Verifying Checksum 15:47:10 85a0685a4137: Download complete 15:47:14 0eba1c9be4d2: Pull complete 15:47:14 0d57e429df01: Pull complete 15:47:14 4e4be7b47b0d: Pull complete 15:47:17 e1f770b5df2f: Pull complete 15:47:23 85a0685a4137: Pull complete 15:47:23 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:47:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:47:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:47:24 prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container 15:47:24 $ 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:47:25 $ docker top 590dc8cf9046bb6ae8b442d4a20415847b40173aa57568e6268fecb4bc33d078 -eo pid,comm [Pipeline] { [Pipeline] echo 15:47:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:47:25 + set -o pipefail 15:47:25 + snyk monitor '--org=edgex-jenkins' 15:47:35 15:47:35 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 15:47:35 15:47:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/2ab0a2ec-37ef-4e86-bbff-33e622fabbfa 15:47:35 15:47:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:47:35 15:47:35 [Pipeline] } 15:47:35 $ docker stop --time=1 590dc8cf9046bb6ae8b442d4a20415847b40173aa57568e6268fecb4bc33d078 15:47:38 $ docker rm -f 590dc8cf9046bb6ae8b442d4a20415847b40173aa57568e6268fecb4bc33d078 [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:47:39 + git log --format=format:%s -1 4706aac4e49b41a0045cc8175e433a2491b846bc [Pipeline] isUnix [Pipeline] sh 15:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:47:40 . [Pipeline] withDockerContainer 15:47:40 prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container 15:47:40 $ 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:47:41 $ docker top 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:47:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:47:41 [ssh-agent] Looking for ssh-agent implementation... 15:47:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:47:41 $ docker exec 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 ssh-agent 15:47:41 SSH_AUTH_SOCK=/tmp/ssh-kFot6mA28rJM/agent.11 15:47:41 SSH_AGENT_PID=16 15:47:41 Running ssh-add (command line suppressed) 15:47:41 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4582551226162219196.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4582551226162219196.key) 15:47:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:47:42 + git semver tag 15:47:42 # -> Open(): unable to determine branch for HEAD 15:47:42 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:47:42 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:47:42 # $SEMVER_REMOTE_NAME = origin 15:47:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:47:42 # $SEMVER_USER_NAME = edgex-jenkins 15:47:42 # $SEMVER_BRANCH = master 15:47:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:47:42 # 4706aac4e49b41a0045cc8175e433a2491b846bc HEAD 15:47:42 # -> Force: false 15:47:42 # a3b9b59f71d78e724e6edcfaa6f7fe9576e04529 refs/tags/v2.0.0-dev.17 [Pipeline] } 15:47:42 $ docker exec --env ******** --env ******** 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 ssh-agent -k 15:47:42 unset SSH_AUTH_SOCK; 15:47:42 unset SSH_AGENT_PID; 15:47:42 echo Agent pid 16 killed; 15:47:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:47:42 + git semver [Pipeline] } 15:47:42 $ docker stop --time=1 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 15:47:44 $ docker rm -f 3d60b556a639ba92133bf1aeb019889f15846e1e5ececbd98f5df59e54597bb6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:47:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:47:44 15:47:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:47:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:47:45 0.23.1-centos7: Pulling from edgex-lftools 15:47:45 ab5ef0e58194: Pulling fs layer 15:47:45 9712f1f96733: Pulling fs layer 15:47:45 63f879dbbcfc: Pulling fs layer 15:47:45 0d9ebad4ef96: Pulling fs layer 15:47:45 e9a5061849ea: Pulling fs layer 15:47:45 d747dcd14b5f: Pulling fs layer 15:47:45 2de7ff778b66: Pulling fs layer 15:47:45 e9a5061849ea: Waiting 15:47:45 d747dcd14b5f: Waiting 15:47:45 2de7ff778b66: Waiting 15:47:45 0d9ebad4ef96: Waiting 15:47:45 9712f1f96733: Download complete 15:47:46 63f879dbbcfc: Verifying Checksum 15:47:46 63f879dbbcfc: Download complete 15:47:46 e9a5061849ea: Verifying Checksum 15:47:46 e9a5061849ea: Download complete 15:47:46 d747dcd14b5f: Verifying Checksum 15:47:46 d747dcd14b5f: Download complete 15:47:47 2de7ff778b66: Verifying Checksum 15:47:47 2de7ff778b66: Download complete 15:47:47 0d9ebad4ef96: Verifying Checksum 15:47:47 0d9ebad4ef96: Download complete 15:47:47 ab5ef0e58194: Verifying Checksum 15:47:47 ab5ef0e58194: Download complete 15:47:51 ab5ef0e58194: Pull complete 15:47:51 9712f1f96733: Pull complete 15:47:53 63f879dbbcfc: Pull complete 15:48:00 0d9ebad4ef96: Pull complete 15:48:00 e9a5061849ea: Pull complete 15:48:00 d747dcd14b5f: Pull complete 15:48:04 2de7ff778b66: Pull complete 15:48:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:48:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:48:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:48:05 prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container 15:48:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:48:09 $ docker top 6e8bcd79f5b2f0d4613ecb027514d570d90d99352ee9d6fd46368c436644845d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:48:09 provisioning config files... 15:48:09 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config553395601842074688tmp 15:48:09 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3948908644600888114tmp 15:48:09 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2150093515084040506tmp [Pipeline] { [Pipeline] echo 15:48:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:48:09 ---> sigul-configuration.sh 15:48:09 gpg: directory `/root/.gnupg' created 15:48:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:48:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:48:09 gpg: keyring `/root/.gnupg/secring.gpg' created 15:48:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:48:09 gpg: CAST5 encrypted data 15:48:10 gpg: encrypted with 1 passphrase 15:48:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:48:10 + mkdir /home/jenkins 15:48:10 + mkdir /home/jenkins/sigul [Pipeline] sh 15:48:10 + 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:48:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:48:10 ---> sigul-install.sh 15:48:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:48:16 + git tag --list 15:48:16 v0.0.0 15:48:16 v0.0.1 15:48:16 v0.1.0 15:48:16 v0.1.1 15:48:16 v0.1.10 15:48:16 v0.1.100 15:48:16 v0.1.101 15:48:16 v0.1.102 15:48:16 v0.1.103 15:48:16 v0.1.104 15:48:16 v0.1.105 15:48:16 v0.1.106 15:48:16 v0.1.107 15:48:16 v0.1.108 15:48:16 v0.1.109 15:48:16 v0.1.11 15:48:16 v0.1.110 15:48:16 v0.1.111 15:48:16 v0.1.112 15:48:16 v0.1.113 15:48:16 v0.1.114 15:48:16 v0.1.115 15:48:16 v0.1.116 15:48:16 v0.1.117 15:48:16 v0.1.118 15:48:16 v0.1.119 15:48:16 v0.1.12 15:48:16 v0.1.120 15:48:16 v0.1.121 15:48:16 v0.1.122 15:48:16 v0.1.123 15:48:16 v0.1.124 15:48:16 v0.1.125 15:48:16 v0.1.126 15:48:16 v0.1.127 15:48:16 v0.1.128 15:48:16 v0.1.129 15:48:16 v0.1.13 15:48:16 v0.1.130 15:48:16 v0.1.131 15:48:16 v0.1.132 15:48:16 v0.1.133 15:48:16 v0.1.134 15:48:16 v0.1.135 15:48:16 v0.1.136 15:48:16 v0.1.137 15:48:16 v0.1.138 15:48:16 v0.1.139 15:48:16 v0.1.14 15:48:16 v0.1.140 15:48:16 v0.1.141 15:48:16 v0.1.142 15:48:16 v0.1.143 15:48:16 v0.1.144 15:48:16 v0.1.145 15:48:16 v0.1.146 15:48:16 v0.1.147 15:48:16 v0.1.148 15:48:16 v0.1.149 15:48:16 v0.1.15 15:48:16 v0.1.16 15:48:16 v0.1.17 15:48:16 v0.1.18 15:48:16 v0.1.19 15:48:16 v0.1.2 15:48:16 v0.1.20 15:48:16 v0.1.21 15:48:16 v0.1.22 15:48:16 v0.1.23 15:48:16 v0.1.24 15:48:16 v0.1.25 15:48:16 v0.1.26 15:48:16 v0.1.27 15:48:16 v0.1.28 15:48:16 v0.1.29 15:48:16 v0.1.3 15:48:16 v0.1.30 15:48:16 v0.1.31 15:48:16 v0.1.32 15:48:16 v0.1.33 15:48:16 v0.1.34 15:48:16 v0.1.35 15:48:16 v0.1.36 15:48:16 v0.1.37 15:48:16 v0.1.38 15:48:16 v0.1.39 15:48:16 v0.1.4 15:48:16 v0.1.40 15:48:16 v0.1.41 15:48:16 v0.1.42 15:48:16 v0.1.43 15:48:16 v0.1.44 15:48:16 v0.1.45 15:48:16 v0.1.46 15:48:16 v0.1.47 15:48:16 v0.1.48 15:48:16 v0.1.49 15:48:16 v0.1.5 15:48:16 v0.1.50 15:48:16 v0.1.51 15:48:16 v0.1.52 15:48:16 v0.1.53 15:48:16 v0.1.54 15:48:16 v0.1.55 15:48:16 v0.1.56 15:48:16 v0.1.57 15:48:16 v0.1.58 15:48:16 v0.1.59 15:48:16 v0.1.6 15:48:16 v0.1.60 15:48:16 v0.1.61 15:48:16 v0.1.62 15:48:16 v0.1.63 15:48:16 v0.1.64 15:48:16 v0.1.65 15:48:16 v0.1.66 15:48:16 v0.1.67 15:48:16 v0.1.68 15:48:16 v0.1.69 15:48:16 v0.1.7 15:48:16 v0.1.70 15:48:16 v0.1.71 15:48:16 v0.1.72 15:48:16 v0.1.73 15:48:16 v0.1.74 15:48:16 v0.1.75 15:48:16 v0.1.76 15:48:16 v0.1.77 15:48:16 v0.1.78 15:48:16 v0.1.79 15:48:16 v0.1.8 15:48:16 v0.1.80 15:48:16 v0.1.81 15:48:16 v0.1.82 15:48:16 v0.1.83 15:48:16 v0.1.84 15:48:16 v0.1.85 15:48:16 v0.1.86 15:48:16 v0.1.87 15:48:16 v0.1.88 15:48:16 v0.1.89 15:48:16 v0.1.9 15:48:16 v0.1.90 15:48:16 v0.1.91 15:48:16 v0.1.92 15:48:16 v0.1.93 15:48:16 v0.1.94 15:48:16 v0.1.95 15:48:16 v0.1.96 15:48:16 v0.1.97 15:48:16 v0.1.98 15:48:16 v0.1.99 15:48:16 v2.0.0-dev.1 15:48:16 v2.0.0-dev.10 15:48:16 v2.0.0-dev.11 15:48:16 v2.0.0-dev.12 15:48:16 v2.0.0-dev.13 15:48:16 v2.0.0-dev.14 15:48:16 v2.0.0-dev.15 15:48:16 v2.0.0-dev.16 15:48:16 v2.0.0-dev.17 15:48:16 v2.0.0-dev.2 15:48:16 v2.0.0-dev.3 15:48:16 v2.0.0-dev.4 15:48:16 v2.0.0-dev.5 15:48:16 v2.0.0-dev.6 15:48:16 v2.0.0-dev.7 15:48:16 v2.0.0-dev.8 15:48:16 v2.0.0-dev.9 [Pipeline] sh 15:48:16 + lftools sign git-tag v2.0.0-dev.17 15:48:18 Signing Git tag with Sigul... 15:48:18 Signing v2.0.0-dev.17 [Pipeline] echo 15:48:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:48:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:48:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:48:19 $ docker stop --time=1 6e8bcd79f5b2f0d4613ecb027514d570d90d99352ee9d6fd46368c436644845d 15:48:21 $ docker rm -f 6e8bcd79f5b2f0d4613ecb027514d570d90d99352ee9d6fd46368c436644845d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:48:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:48:22 . [Pipeline] withDockerContainer 15:48:22 prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container 15:48:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:48:23 $ docker top b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:48:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:23 [ssh-agent] Looking for ssh-agent implementation... 15:48:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:23 $ docker exec b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 ssh-agent 15:48:24 SSH_AUTH_SOCK=/tmp/ssh-wjR93Cz6z9b5/agent.11 15:48:24 SSH_AGENT_PID=16 15:48:24 Running ssh-add (command line suppressed) 15:48:24 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_205673232544141750.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_205673232544141750.key) 15:48:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:24 + git semver bump pre 15:48:24 # -> Open(): unable to determine branch for HEAD 15:48:24 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:48:24 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:48:24 # $SEMVER_REMOTE_NAME = origin 15:48:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:48:24 # $SEMVER_USER_NAME = edgex-jenkins 15:48:24 # $SEMVER_BRANCH = master 15:48:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 15:48:24 2.0.0-dev.18 [Pipeline] } 15:48:24 $ docker exec --env ******** --env ******** b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 ssh-agent -k 15:48:24 unset SSH_AUTH_SOCK; 15:48:24 unset SSH_AGENT_PID; 15:48:24 echo Agent pid 16 killed; 15:48:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:25 + git semver [Pipeline] } 15:48:25 $ docker stop --time=1 b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 15:48:26 $ docker rm -f b35f8a45cf61d3cb0639dd095760441d57ec38a5e19443ca44cd3ec6d0158158 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:48:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:48:27 . [Pipeline] withDockerContainer 15:48:27 prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container 15:48:27 $ 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:48:27 $ docker top f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:48:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:28 [ssh-agent] Looking for ssh-agent implementation... 15:48:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:28 $ docker exec f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c ssh-agent 15:48:28 SSH_AUTH_SOCK=/tmp/ssh-kLBhaH0nW322/agent.12 15:48:28 SSH_AGENT_PID=18 15:48:28 Running ssh-add (command line suppressed) 15:48:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6847347323210144879.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6847347323210144879.key) 15:48:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:29 + git semver push 15:48:29 # -> Open(): unable to determine branch for HEAD 15:48:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 15:48:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 15:48:29 # $SEMVER_REMOTE_NAME = origin 15:48:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:48:29 # $SEMVER_USER_NAME = edgex-jenkins 15:48:29 # $SEMVER_BRANCH = master 15:48:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 15:48:35 $ docker exec --env ******** --env ******** f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c ssh-agent -k 15:48:35 unset SSH_AUTH_SOCK; 15:48:35 unset SSH_AGENT_PID; 15:48:35 echo Agent pid 18 killed; 15:48:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:36 + git semver [Pipeline] } 15:48:36 $ docker stop --time=1 f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c 15:48:37 $ docker rm -f f771834c5dd77e7484ff7e07e384f54d0a8f1cc278f92ce7d755404d52b4e42c [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:48:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:48:39 ---> package-listing.sh 15:48:39 ++ facter osfamily 15:48:39 ++ tr '[:upper:]' '[:lower:]' 15:48:39 + OS_FAMILY=redhat 15:48:39 + workspace=/w/workspace/dry_go-mod-core-contracts_master 15:48:39 + START_PACKAGES=/tmp/packages_start.txt 15:48:39 + END_PACKAGES=/tmp/packages_end.txt 15:48:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:48:39 + PACKAGES=/tmp/packages_start.txt 15:48:39 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:48:39 + PACKAGES=/tmp/packages_end.txt 15:48:39 + case "${OS_FAMILY}" in 15:48:39 + rpm -qa 15:48:39 + sort 15:48:45 + '[' -f /tmp/packages_start.txt ']' 15:48:45 + '[' -f /tmp/packages_end.txt ']' 15:48:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:48:45 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 15:48:45 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 15:48:45 + 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:48:45 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:48:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:48:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:48:47 15:48:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:48:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:48:47 alpine: Pulling from edgex-lftools-log-publisher 15:48:47 df20fa9351a1: Pulling fs layer 15:48:47 36b3adc4ff6f: Pulling fs layer 15:48:47 8ad3a11d3b57: Pulling fs layer 15:48:47 46f8f816bc3b: Pulling fs layer 15:48:47 93b61091891f: Pulling fs layer 15:48:47 93b9cdb0e59b: Pulling fs layer 15:48:47 5e14af77c1be: Pulling fs layer 15:48:47 01666e4c0597: Pulling fs layer 15:48:47 aa168da1d23b: Pulling fs layer 15:48:47 93b61091891f: Waiting 15:48:47 93b9cdb0e59b: Waiting 15:48:47 5e14af77c1be: Waiting 15:48:47 01666e4c0597: Waiting 15:48:47 aa168da1d23b: Waiting 15:48:47 46f8f816bc3b: Waiting 15:48:47 36b3adc4ff6f: Verifying Checksum 15:48:47 36b3adc4ff6f: Download complete 15:48:47 46f8f816bc3b: Verifying Checksum 15:48:47 46f8f816bc3b: Download complete 15:48:47 df20fa9351a1: Download complete 15:48:47 93b9cdb0e59b: Verifying Checksum 15:48:47 93b9cdb0e59b: Download complete 15:48:47 5e14af77c1be: Verifying Checksum 15:48:47 5e14af77c1be: Download complete 15:48:47 01666e4c0597: Verifying Checksum 15:48:47 01666e4c0597: Download complete 15:48:47 93b61091891f: Verifying Checksum 15:48:47 93b61091891f: Download complete 15:48:47 8ad3a11d3b57: Verifying Checksum 15:48:47 8ad3a11d3b57: Download complete 15:48:48 df20fa9351a1: Pull complete 15:48:48 36b3adc4ff6f: Pull complete 15:48:49 aa168da1d23b: Verifying Checksum 15:48:49 aa168da1d23b: Download complete 15:48:49 8ad3a11d3b57: Pull complete 15:48:49 46f8f816bc3b: Pull complete 15:48:50 93b61091891f: Pull complete 15:48:50 93b9cdb0e59b: Pull complete 15:48:50 5e14af77c1be: Pull complete 15:48:50 01666e4c0597: Pull complete 15:48:58 aa168da1d23b: Pull complete 15:48:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:48:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:48:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:48:58 prd-centos7-docker-4c-2g-24568 does not seem to be running inside a container 15:48:59 $ 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:49:01 $ docker top 55cc5c22981bec7552de91c66174e9cf2ec01869dbab1d4adb4e8397e0275ad0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:02 + touch /tmp/pre-build-complete [Pipeline] sh 15:49:02 + mkdir -p /var/log/sa [Pipeline] sh 15:49:02 + ls /var/log/sa-host 15:49:02 + sadf -c /var/log/sa-host/sa02 15:49:02 file_magic: OK 15:49:02 HZ: Using current value: 100 15:49:02 file_header: OK 15:49:02 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:49:02 Statistics: 15:49:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:49:02 File successfully converted to sysstat format version 12.2.1 15:49:02 + sadf -c /var/log/sa-host/sa23 15:49:02 file_magic: OK 15:49:02 HZ: Using current value: 100 15:49:02 file_header: OK 15:49:02 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:49:02 Statistics: 15:49:02 Hnuu...uuuununununu... 15:49:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:49:03 provisioning config files... 15:49:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8073938696095832028tmp [Pipeline] { [Pipeline] echo 15:49:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:49:03 ---> create-netrc.sh [Pipeline] } 15:49:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:49:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:49:04 ---> python-tools-install.sh [Pipeline] echo 15:49:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:49:04 ---> sudo-logs.sh 15:49:04 Archiving 'sudo' log.. [Pipeline] echo 15:49:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:49:04 ---> job-cost.sh 15:49:04 lf-activate-venv: SKIPPING 15:49:04 INFO: No Stack... 15:49:06 INFO: Retrieving Pricing Info for: v1-standard-2 15:49:06 INFO: Archiving Costs [Pipeline] echo 15:49:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:49:06 ---> logs-deploy.sh 15:49:06 lf-activate-venv: SKIPPING 15:49:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/135 15:49:06 INFO: archiving workspace using pattern(s): 15:49:08 Archives upload complete. 15:49:08 INFO: archiving logs to Nexus 15:49:09 ---> uname -a: 15:49:09 Linux prd-centos7-docker-4c-2g-24568.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:49:09 15:49:09 15:49:09 ---> lscpu: 15:49:09 Architecture: x86_64 15:49:09 CPU op-mode(s): 32-bit, 64-bit 15:49:09 Byte Order: Little Endian 15:49:09 Address sizes: 40 bits physical, 48 bits virtual 15:49:09 CPU(s): 4 15:49:09 On-line CPU(s) list: 0-3 15:49:09 Thread(s) per core: 1 15:49:09 Core(s) per socket: 1 15:49:09 Socket(s): 4 15:49:09 NUMA node(s): 1 15:49:09 Vendor ID: GenuineIntel 15:49:09 CPU family: 6 15:49:09 Model: 44 15:49:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:49:09 Stepping: 1 15:49:09 CPU MHz: 2933.436 15:49:09 BogoMIPS: 5866.87 15:49:09 Virtualization: VT-x 15:49:09 Hypervisor vendor: KVM 15:49:09 Virtualization type: full 15:49:09 L1d cache: 128 KiB 15:49:09 L1i cache: 128 KiB 15:49:09 L2 cache: 16 MiB 15:49:09 L3 cache: 64 MiB 15:49:09 NUMA node0 CPU(s): 0-3 15:49:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:49:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:49:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:49:09 Vulnerability Meltdown: Mitigation; PTI 15:49:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:49:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:49:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:49:09 Vulnerability Srbds: Not affected 15:49:09 Vulnerability Tsx async abort: Not affected 15:49:09 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:49:09 15:49:09 15:49:09 ---> nproc: 15:49:09 4 15:49:09 15:49:09 15:49:09 ---> df -h: 15:49:09 Filesystem Size Used Available Use% Mounted on 15:49:09 overlay 50.0G 8.5G 41.4G 17% / 15:49:09 tmpfs 64.0M 0 64.0M 0% /dev 15:49:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:49:09 shm 64.0M 0 64.0M 0% /dev/shm 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:49:09 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:49:09 15:49:09 15:49:09 ---> free -m: 15:49:09 total used free shared buff/cache available 15:49:09 Mem: 1837 812 142 0 883 962 15:49:09 Swap: 1023 3 1020 15:49:09 15:49:09 15:49:09 ---> ip addr: 15:49:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:49:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:49:09 inet 127.0.0.1/8 scope host lo 15:49:09 valid_lft forever preferred_lft forever 15:49:09 inet6 ::1/128 scope host 15:49:09 valid_lft forever preferred_lft forever 15:49:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:49:09 link/ether fa:16:3e:54:63:48 brd ff:ff:ff:ff:ff:ff 15:49:09 inet 10.30.123.142/23 brd 10.30.123.255 scope global dynamic eth0 15:49:09 valid_lft 85970sec preferred_lft 85970sec 15:49:09 inet6 fe80::f816:3eff:fe54:6348/64 scope link 15:49:09 valid_lft forever preferred_lft forever 15:49:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:49:09 link/ether 02:42:3c:d2:ce:e8 brd ff:ff:ff:ff:ff:ff 15:49:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:49:09 valid_lft forever preferred_lft forever 15:49:09 inet6 fe80::42:3cff:fed2:cee8/64 scope link 15:49:09 valid_lft forever preferred_lft forever 15:49:09 15:49:09 15:49:09 ---> sar -b -r -n DEV: 15:49:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 15:49:09 15:49:09 15:41:48 LINUX RESTART (4 CPU) 15:49:09 15:49:09 15:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:49:09 15:44:01 2.06 0.00 2.06 0.00 0.00 47.96 0.00 15:49:09 15:45:01 0.60 0.00 0.60 0.00 0.00 9.03 0.00 15:49:09 15:46:01 0.22 0.00 0.22 0.00 0.00 2.53 0.00 15:49:09 15:47:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 15:49:09 15:48:01 381.86 198.25 183.61 0.00 9496.04 58616.02 0.00 15:49:09 15:49:01 223.23 104.36 118.87 0.00 7976.17 28498.50 0.00 15:49:09 Average: 101.43 50.47 50.96 0.00 2913.89 14538.74 0.00 15:49:09 15:49:09 15:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:49:09 15:44:01 160328 0 571008 30.35 2620 1147588 1076836 36.75 379120 1141952 20 15:49:09 15:45:01 159896 0 571432 30.37 2620 1147596 1062516 36.26 387468 1134168 20 15:49:09 15:46:01 159624 0 571700 30.38 2620 1147600 1062588 36.26 388016 1134164 20 15:49:09 15:47:01 159480 0 571844 30.39 2620 1147600 1062428 36.26 397280 1125148 12 15:49:09 15:48:01 109448 0 796540 42.33 2120 973436 1507128 51.44 580220 870640 89172 15:49:09 15:49:01 218116 0 778052 41.35 1572 883804 1206116 41.16 529896 771588 20 15:49:09 Average: 161149 0 643429 34.20 2362 1074604 1162935 39.69 443667 1029610 14877 15:49:09 15:49:09 15:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:49:09 15:44:01 eth0 4.08 1.80 3.14 0.15 0.00 0.00 0.00 0.00 15:49:09 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:45:01 eth0 0.80 0.35 0.30 0.17 0.00 0.00 0.00 0.00 15:49:09 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:46:01 eth0 0.97 0.42 0.36 0.24 0.00 0.00 0.00 0.00 15:49:09 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:49:09 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:48:01 eth0 800.68 703.09 7414.23 65.69 0.00 0.00 0.00 0.00 15:49:09 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:48:01 docker0 20.83 21.05 1.59 128.44 0.00 0.00 0.00 0.00 15:49:09 15:49:01 eth0 318.20 245.07 2435.18 84.12 0.00 0.00 0.00 0.00 15:49:09 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 15:49:01 docker0 31.38 36.91 2.25 203.34 0.00 0.00 0.00 0.00 15:49:09 Average: eth0 187.59 158.57 1643.25 25.08 0.00 0.00 0.00 0.00 15:49:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:49:09 Average: docker0 8.71 9.67 0.64 55.33 0.00 0.00 0.00 0.00 15:49:09 15:49:09 15:49:09 ---> sar -P ALL: 15:49:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 15:49:09 15:49:09 15:41:48 LINUX RESTART (4 CPU) 15:49:09 15:49:09 15:43:01 CPU %user %nice %system %iowait %steal %idle 15:49:09 15:44:01 all 0.23 0.00 0.05 0.00 0.00 99.72 15:49:09 15:44:01 0 0.15 0.00 0.05 0.00 0.00 99.80 15:49:09 15:44:01 1 0.50 0.00 0.03 0.00 0.02 99.45 15:49:09 15:44:01 2 0.12 0.00 0.08 0.00 0.00 99.80 15:49:09 15:44:01 3 0.15 0.00 0.02 0.00 0.00 99.83 15:49:09 15:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 15:49:09 15:45:01 0 0.45 0.00 0.02 0.00 0.00 99.53 15:49:09 15:45:01 1 0.10 0.00 0.08 0.00 0.00 99.82 15:49:09 15:45:01 2 0.07 0.00 0.03 0.00 0.02 99.88 15:49:09 15:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:49:09 15:46:01 all 0.18 0.00 0.03 0.00 0.00 99.78 15:49:09 15:46:01 0 0.43 0.00 0.02 0.00 0.00 99.55 15:49:09 15:46:01 1 0.17 0.00 0.05 0.00 0.02 99.77 15:49:09 15:46:01 2 0.10 0.00 0.03 0.00 0.00 99.87 15:49:09 15:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:49:09 15:47:01 all 0.16 0.00 0.05 0.00 0.02 99.77 15:49:09 15:47:01 0 0.50 0.00 0.02 0.00 0.02 99.47 15:49:09 15:47:01 1 0.07 0.00 0.10 0.00 0.03 99.80 15:49:09 15:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 15:49:09 15:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:49:09 15:48:01 all 16.56 0.00 9.88 3.20 0.13 70.24 15:49:09 15:48:01 0 15.51 0.00 9.58 3.34 0.10 71.46 15:49:09 15:48:01 1 16.59 0.00 9.49 2.23 0.15 71.53 15:49:09 15:48:01 2 17.88 0.00 9.67 4.48 0.12 67.84 15:49:09 15:48:01 3 16.25 0.00 10.76 2.73 0.14 70.12 15:49:09 15:49:01 all 9.97 0.00 6.09 4.03 0.08 79.83 15:49:09 15:49:01 0 8.81 0.00 6.72 2.79 0.08 81.59 15:49:09 15:49:01 1 14.19 0.00 5.72 5.50 0.10 74.49 15:49:09 15:49:01 2 8.02 0.00 5.83 6.07 0.07 80.01 15:49:09 15:49:01 3 8.86 0.00 6.08 1.77 0.07 83.23 15:49:09 Average: all 4.47 0.00 2.64 1.19 0.04 91.66 15:49:09 Average: 0 4.23 0.00 2.68 1.00 0.03 92.06 15:49:09 Average: 1 5.19 0.00 2.54 1.27 0.05 90.94 15:49:09 Average: 2 4.30 0.00 2.58 1.74 0.04 91.35 15:49:09 Average: 3 4.16 0.00 2.78 0.74 0.03 92.30 15:49:09 15:49:09 15:49:09