Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 68c91049f8b7d99296524415f9ca1b1cd69bf27d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21652 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 68c91049f8b7d99296524415f9ca1b1cd69bf27d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 Commit message: "Merge pull request #432 from hahattan/issue-428" > git rev-list --no-walk 1915b16eb2eb9b1cb835de2bb0cf2b3eddccddfb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:47:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:47:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:47:23 ========================================================= 17:47:23 EdgeX Global Pipelines Version Info 17:47:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:47:24 ------------------- 17:47:24 stable info: 17:47:24 ------------------- 17:47:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:47:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:47:24 Message: update stable to v1.0.179 17:47:25 ------------------- 17:47:25 experimental info: 17:47:25 ------------------- 17:47:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:47:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:47:25 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:47:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:47:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:47:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:47:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68c91049f8b7d99296524415f9ca1b1cd69bf27d [Pipeline] echo 17:47:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68c9104 [Pipeline] echo 17:47:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:30 + git log --format=format:%s -1 68c91049f8b7d99296524415f9ca1b1cd69bf27d [Pipeline] echo 17:47:30 GIT_COMMIT: 68c91049f8b7d99296524415f9ca1b1cd69bf27d, Commit Message: Merge pull request #432 from hahattan/issue-428 [Pipeline] echo 17:47:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:47:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:31 17:47:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:47:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:32 latest: Pulling from edgex-devops/git-semver 17:47:32 31603596830f: Pulling fs layer 17:47:32 2a8b12db71e7: Pulling fs layer 17:47:32 6ca5941a6612: Pulling fs layer 17:47:32 ecc8261a40a4: Pulling fs layer 17:47:32 ecc8261a40a4: Waiting 17:47:32 2a8b12db71e7: Verifying Checksum 17:47:32 2a8b12db71e7: Download complete 17:47:32 31603596830f: Download complete 17:47:32 ecc8261a40a4: Verifying Checksum 17:47:32 ecc8261a40a4: Download complete 17:47:32 6ca5941a6612: Verifying Checksum 17:47:32 6ca5941a6612: Download complete 17:47:32 31603596830f: Pull complete 17:47:32 2a8b12db71e7: Pull complete 17:47:33 6ca5941a6612: Pull complete 17:47:33 ecc8261a40a4: Pull complete 17:47:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:47:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:47:33 prd-centos7-docker-4c-2g-21652 does not seem to be running inside a container 17:47:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:47:36 $ docker top 42a6fd5ba212c9492cf9b6fc1ab85595fec239fad26a17d89bcd051ec38cd93e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:47:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:36 [ssh-agent] Looking for ssh-agent implementation... 17:47:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:37 $ docker exec 42a6fd5ba212c9492cf9b6fc1ab85595fec239fad26a17d89bcd051ec38cd93e ssh-agent 17:47:37 SSH_AUTH_SOCK=/tmp/ssh-JabDdGsmyNOF/agent.12 17:47:37 SSH_AGENT_PID=18 17:47:37 Running ssh-add (command line suppressed) 17:47:37 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8096786055670178448.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8096786055670178448.key) 17:47:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:37 + git tag --points-at HEAD [Pipeline] } 17:47:37 $ docker exec --env ******** --env ******** 42a6fd5ba212c9492cf9b6fc1ab85595fec239fad26a17d89bcd051ec38cd93e ssh-agent -k 17:47:37 unset SSH_AUTH_SOCK; 17:47:37 unset SSH_AGENT_PID; 17:47:37 echo Agent pid 18 killed; 17:47:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:47:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:38 [ssh-agent] Looking for ssh-agent implementation... 17:47:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:38 $ docker exec 42a6fd5ba212c9492cf9b6fc1ab85595fec239fad26a17d89bcd051ec38cd93e ssh-agent 17:47:38 SSH_AUTH_SOCK=/tmp/ssh-trZLQn4Tqjjm/agent.46 17:47:38 SSH_AGENT_PID=52 17:47:38 Running ssh-add (command line suppressed) 17:47:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5809934702342651693.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5809934702342651693.key) 17:47:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:39 + git semver init 17:47:39 # -> Open(): unable to determine branch for HEAD 17:47:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:47:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:47:39 # $SEMVER_REMOTE_NAME = origin 17:47:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:47:39 # $SEMVER_USER_NAME = edgex-jenkins 17:47:39 # $SEMVER_BRANCH = master 17:47:39 # $SEMVER_TEMP = /tmp/semver-537906923 17:47:39 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 17:47:39 # '/tmp/semver-537906923' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 17:47:39 # -> Force: false 17:47:39 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:47:39 $ docker exec --env ******** --env ******** 42a6fd5ba212c9492cf9b6fc1ab85595fec239fad26a17d89bcd051ec38cd93e ssh-agent -k 17:47:39 unset SSH_AUTH_SOCK; 17:47:39 unset SSH_AGENT_PID; 17:47:39 echo Agent pid 52 killed; 17:47:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:47:40 + git semver [Pipeline] } 17:47:40 $ docker stop --time=1 42a6fd5ba212c9492cf9b6fc1ab85595fec239fad26a17d89bcd051ec38cd93e 17:47:42 $ docker rm -f 42a6fd5ba212c9492cf9b6fc1ab85595fec239fad26a17d89bcd051ec38cd93e [Pipeline] // withDockerContainer [Pipeline] sh 17:47:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:47:43 Stashed 1 file(s) [Pipeline] echo 17:47:43 [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [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 17:47:58 Still waiting to schedule task 17:47:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:47:58 Still waiting to schedule task 17:47:58 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 17:49:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21653 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:49:49 Running in /w/workspace/go-mod-core-contracts/120 [Pipeline] { [Pipeline] checkout 17:49:54 using credential edgex-jenkins-ssh 17:49:54 Cloning the remote Git repository 17:49:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:49:55 > git init /w/workspace/go-mod-core-contracts/120 # timeout=10 17:49:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:49:55 > git --version # timeout=10 17:49:55 > git --version # 'git version 2.17.1' 17:49:55 using GIT_SSH to set credentials SSH Credentials for GitHub 17:49:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:49:57 Checking out Revision 68c91049f8b7d99296524415f9ca1b1cd69bf27d (master) 17:49:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:49:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:49:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:49:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:49:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:49:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:49:57 > git config core.sparsecheckout # timeout=10 17:49:57 > git checkout -f 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 17:50:01 Commit message: "Merge pull request #432 from hahattan/issue-428" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:50:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:50:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:50:04 + true 17:50:04 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 17:50:07 ========================================================= 17:50:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:50:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:50:07 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:50:08 Sending build context to Docker daemon 2.244MB 17:50:08 Step 1/7 : ARG BASE=golang:1.15-alpine 17:50:08 Step 2/7 : FROM ${BASE} 17:50:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:50:09 5f621e34cdf4: Pulling fs layer 17:50:09 a4357932f1b6: Pulling fs layer 17:50:09 18c013af1878: Pulling fs layer 17:50:09 00ac8860ef70: Pulling fs layer 17:50:09 63d7cb157983: Pulling fs layer 17:50:09 b116817d02f9: Pulling fs layer 17:50:09 745a02a5169b: Pulling fs layer 17:50:09 00ac8860ef70: Waiting 17:50:09 63d7cb157983: Waiting 17:50:09 745a02a5169b: Waiting 17:50:09 18c013af1878: Verifying Checksum 17:50:09 18c013af1878: Download complete 17:50:09 a4357932f1b6: Verifying Checksum 17:50:09 a4357932f1b6: Download complete 17:50:09 63d7cb157983: Verifying Checksum 17:50:09 63d7cb157983: Download complete 17:50:09 b116817d02f9: Download complete 17:50:09 5f621e34cdf4: Verifying Checksum 17:50:09 5f621e34cdf4: Download complete 17:50:09 5f621e34cdf4: Pull complete 17:50:10 a4357932f1b6: Pull complete 17:50:11 18c013af1878: Pull complete 17:50:12 745a02a5169b: Verifying Checksum 17:50:12 745a02a5169b: Download complete 17:50:12 00ac8860ef70: Download complete 17:50:23 00ac8860ef70: Pull complete 17:50:23 63d7cb157983: Pull complete 17:50:23 b116817d02f9: Pull complete 17:50:27 745a02a5169b: Pull complete 17:50:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:50:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:50:27 ---> b7e6874047d6 17:50:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:50:29 Running on prd-centos7-docker-4c-2g-21654 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 17:50:29 Running in /w/workspace/go-mod-core-contracts/120 [Pipeline] { [Pipeline] checkout 17:50:30 ---> Running in b5e91d50543e 17:50:30 Removing intermediate container b5e91d50543e 17:50:30 ---> 8c7dba3b5e91 17:50:30 Step 4/7 : RUN apk add bash 17:50:30 ---> Running in 98be8ae429be 17:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:50:32 using credential edgex-jenkins-ssh 17:50:32 Cloning the remote Git repository 17:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:50:32 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:50:32 > git init /w/workspace/go-mod-core-contracts/120 # timeout=10 17:50:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:50:32 > git --version # timeout=10 17:50:32 > git --version # 'git version 2.24.3' 17:50:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:50:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:50:33 Checking out Revision 68c91049f8b7d99296524415f9ca1b1cd69bf27d (master) 17:50:34 OK: 142 MiB in 39 packages 17:50:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:50:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:50:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:50:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:50:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:50:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:50:33 > git config core.sparsecheckout # timeout=10 17:50:33 > git checkout -f 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 17:50:35 Removing intermediate container 98be8ae429be 17:50:35 ---> 6a12b478cf32 17:50:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:50:35 ---> Running in ee24b8e45f62 17:50:35 Removing intermediate container ee24b8e45f62 17:50:35 ---> 03c2f0705d2a 17:50:35 Step 6/7 : COPY go.mod . 17:50:36 ---> 1514ae8e4c94 17:50:36 Step 7/7 : RUN go mod download 17:50:36 ---> Running in cc020b26bc9d 17:50:37 Commit message: "Merge pull request #432 from hahattan/issue-428" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:50:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:50:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:50:39 + sudo service docker restart 17:50:39 + true 17:50:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:50:40 ========================================================= 17:50:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:50:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:50:40 + 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 . 17:50:41 Sending build context to Docker daemon 2.245MB 17:50:41 Step 1/7 : ARG BASE=golang:1.15-alpine 17:50:41 Step 2/7 : FROM ${BASE} 17:50:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:50:41 188c0c94c7c5: Pulling fs layer 17:50:41 0ef7d3d256c8: Pulling fs layer 17:50:41 de9db76c5a1d: Pulling fs layer 17:50:41 bca2f99d35d6: Pulling fs layer 17:50:41 93359f2a8cfa: Pulling fs layer 17:50:41 7c6f9722023f: Pulling fs layer 17:50:41 a35cf1a2eb13: Pulling fs layer 17:50:41 93359f2a8cfa: Waiting 17:50:41 7c6f9722023f: Waiting 17:50:41 a35cf1a2eb13: Waiting 17:50:41 bca2f99d35d6: Waiting 17:50:41 de9db76c5a1d: Verifying Checksum 17:50:41 de9db76c5a1d: Download complete 17:50:41 0ef7d3d256c8: Verifying Checksum 17:50:41 0ef7d3d256c8: Download complete 17:50:41 93359f2a8cfa: Verifying Checksum 17:50:41 93359f2a8cfa: Download complete 17:50:41 7c6f9722023f: Verifying Checksum 17:50:41 7c6f9722023f: Download complete 17:50:41 188c0c94c7c5: Verifying Checksum 17:50:41 188c0c94c7c5: Download complete 17:50:42 188c0c94c7c5: Pull complete 17:50:42 0ef7d3d256c8: Pull complete 17:50:42 de9db76c5a1d: Pull complete 17:50:43 a35cf1a2eb13: Verifying Checksum 17:50:43 a35cf1a2eb13: Download complete 17:50:43 bca2f99d35d6: Verifying Checksum 17:50:43 bca2f99d35d6: Download complete 17:50:49 bca2f99d35d6: Pull complete 17:50:49 93359f2a8cfa: Pull complete 17:50:49 7c6f9722023f: Pull complete 17:50:51 Removing intermediate container cc020b26bc9d 17:50:51 ---> 834921e391de 17:50:51 Successfully built 834921e391de 17:50:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:50:52 + docker inspect -f . ci-base-image-arm64 17:50:52 . [Pipeline] withDockerContainer 17:50:52 prd-ubuntu18.04-docker-arm64-4c-16g-21653 does not seem to be running inside a container 17:50:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/120 -v /w/workspace/go-mod-core-contracts/120:/w/workspace/go-mod-core-contracts/120:rw,z -v /w/workspace/go-mod-core-contracts/120@tmp:/w/workspace/go-mod-core-contracts/120@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 17:50:54 $ docker top 358b8a997376a8bf46959603ac0e8c36995f1d1a7f5b24ee0caedbda8b1da219 -eo pid,comm [Pipeline] { [Pipeline] sh 17:50:54 a35cf1a2eb13: Pull complete 17:50:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:50:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:50:54 ---> a62c8e92a672 17:50:54 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:50:54 ---> Running in e62ec1a44e0c 17:50:55 + go version 17:50:55 go version go1.15.5 linux/arm64 [Pipeline] } 17:50:55 $ docker stop --time=1 358b8a997376a8bf46959603ac0e8c36995f1d1a7f5b24ee0caedbda8b1da219 17:50:55 Removing intermediate container e62ec1a44e0c 17:50:55 ---> 8a3640f24296 17:50:55 Step 4/7 : RUN apk add bash 17:50:55 ---> Running in c8337b33e16d 17:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:50:56 $ docker rm -f 358b8a997376a8bf46959603ac0e8c36995f1d1a7f5b24ee0caedbda8b1da219 17:50:57 OK: 166 MiB in 39 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:50:57 Removing intermediate container c8337b33e16d 17:50:57 ---> af72ad3ee8f1 17:50:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:50:57 ---> Running in 484f39af0509 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 17:50:57 Removing intermediate container 484f39af0509 17:50:57 ---> d2e5aadd3421 17:50:57 Step 6/7 : COPY go.mod . [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:50:58 ---> cfb0ed576ebc 17:50:58 Step 7/7 : RUN go mod download 17:50:58 ---> Running in ecb7377c2163 17:50:58 + docker inspect -f . ci-base-image-arm64 17:50:58 . [Pipeline] withDockerContainer 17:50:58 prd-ubuntu18.04-docker-arm64-4c-16g-21653 does not seem to be running inside a container 17:50:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/120 -v /w/workspace/go-mod-core-contracts/120:/w/workspace/go-mod-core-contracts/120:rw,z -v /w/workspace/go-mod-core-contracts/120@tmp:/w/workspace/go-mod-core-contracts/120@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 17:51:00 $ docker top 4ac9fc364bb034365ccbdc294f7a3949db2d603e8333a49adee62fe23a660560 -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:01 + make test 17:51:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:51:10 Removing intermediate container ecb7377c2163 17:51:10 ---> dd22d0175da4 17:51:10 Successfully built dd22d0175da4 17:51:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:51:10 + docker inspect -f . ci-base-image-x86_64 17:51:10 . [Pipeline] withDockerContainer 17:51:10 prd-centos7-docker-4c-2g-21654 does not seem to be running inside a container 17:51:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/120 -v /w/workspace/go-mod-core-contracts/120:/w/workspace/go-mod-core-contracts/120:rw,z -v /w/workspace/go-mod-core-contracts/120@tmp:/w/workspace/go-mod-core-contracts/120@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-x86_64 cat 17:51:11 $ docker top 7fe63367c57d16354f352543d69cbb7c4996eb52b537f80301564b9349db7a8d -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:12 + go version 17:51:12 go version go1.15.5 linux/amd64 [Pipeline] } 17:51:12 $ docker stop --time=1 7fe63367c57d16354f352543d69cbb7c4996eb52b537f80301564b9349db7a8d 17:51:13 $ docker rm -f 7fe63367c57d16354f352543d69cbb7c4996eb52b537f80301564b9349db7a8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:51:14 + docker inspect -f . ci-base-image-x86_64 17:51:14 . [Pipeline] withDockerContainer 17:51:14 prd-centos7-docker-4c-2g-21654 does not seem to be running inside a container 17:51:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/120 -v /w/workspace/go-mod-core-contracts/120:/w/workspace/go-mod-core-contracts/120:rw,z -v /w/workspace/go-mod-core-contracts/120@tmp:/w/workspace/go-mod-core-contracts/120@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-x86_64 cat 17:51:15 $ docker top b6945bde6a7dca1d49052575352e6f586693b9e48da05fbd3ecc34be10dc88a3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:15 + make test 17:51:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:51:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:51:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.025s coverage: 85.7% of statements 17:51:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.038s coverage: 100.0% of statements 17:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.049s coverage: 45.4% of statements 17:51:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements 17:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements 17:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.028s coverage: 45.4% of statements 17:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.015s coverage: 77.8% of statements 17:51:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:51:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.025s coverage: 77.8% of statements 17:51:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements 17:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.031s coverage: 14.7% of statements 17:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.019s coverage: 100.0% of statements 17:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements 17:51:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:51:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.005s coverage: 100.0% of statements 17:51:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 47.8% of statements 17:51:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.017s coverage: 26.3% of statements 17:51:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.031s coverage: 63.0% of statements 17:51:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.026s coverage: 26.3% of statements 17:51:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 17:51:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements 17:51:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.007s coverage: 14.3% of statements 17:51:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.046s coverage: 14.7% of statements 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.088s coverage: 91.8% of statements 17:51:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:51:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.010s coverage: 100.0% of statements 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.036s coverage: 47.8% of statements 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.065s coverage: 85.0% of statements 17:51:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:51:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.010s coverage: 44.1% of statements 17:51:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.4% of statements 17:51:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.036s coverage: 92.9% of statements 17:51:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 17:51:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:51:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:51:31 gofmt -l . 17:51:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:51:31 $ docker stop --time=1 b6945bde6a7dca1d49052575352e6f586693b9e48da05fbd3ecc34be10dc88a3 17:51:33 $ docker rm -f b6945bde6a7dca1d49052575352e6f586693b9e48da05fbd3ecc34be10dc88a3 [Pipeline] // withDockerContainer [Pipeline] sh 17:51:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:51:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage 17:51:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.109s coverage: 63.0% of statements 17:51:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 17:51:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.009s coverage: 15.4% of statements 17:51:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.064s coverage: 15.4% of statements 17:51:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements 17:51:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:51:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.166s coverage: 85.0% of statements 17:51:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:51:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:51:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.063s coverage: 44.1% of statements 17:51:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.040s coverage: 94.4% of statements 17:51:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.138s coverage: 92.9% of statements 17:51:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements 17:51:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:51:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:51:44 gofmt -l . 17:51:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:51:44 $ docker stop --time=1 4ac9fc364bb034365ccbdc294f7a3949db2d603e8333a49adee62fe23a660560 17:51:47 $ docker rm -f 4ac9fc364bb034365ccbdc294f7a3949db2d603e8333a49adee62fe23a660560 [Pipeline] // withDockerContainer [Pipeline] sh 17:51:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:51:47 Warning: overwriting stash ‘coverage-report’ 17:51:48 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 17:51:50 provisioning config files... 17:51:50 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config191539836176132043tmp [Pipeline] { [Pipeline] sh 17:51:51 + set +x 17:51:51 + curl -s https://codecov.io/bash 17:51:51 + bash -s -- 17:51:51 17:51:51 _____ _ 17:51:51 / ____| | | 17:51:51 | | ___ __| | ___ ___ _____ __ 17:51:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:51:51 | |___| (_) | (_| | __/ (_| (_) \ V / 17:51:51 \_____\___/ \__,_|\___|\___\___/ \_/ 17:51:51 Bash-20210115-cec3c92 17:51:51 17:51:51 17:51:51 ==> git version 2.24.3 found 17:51:51 ==> 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 17:51:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:51:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:51:51 ==> Jenkins CI detected. 17:51:51 project root: . 17:51:51 --> token set from env 17:51:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:51:51 ==> Running gcov in . (disable via -X gcov) 17:51:51 ==> Python coveragepy not found 17:51:51 ==> Searching for coverage reports in: 17:51:51 + . 17:51:51 -> Found 1 reports 17:51:51 ==> Detecting git/mercurial file structure 17:51:51 ==> Reading reports 17:51:51 + ./coverage.out bytes=129818 17:51:51 ==> Appending adjustments 17:51:51 https://docs.codecov.io/docs/fixing-reports 17:51:52 + Found adjustments 17:51:52 ==> Gzipping contents 17:51:52 20K /tmp/codecov.hRmoVk.gz 17:51:52 ==> Uploading reports 17:51:52 url: https://codecov.io 17:51:52 query: branch=master&commit=68c91049f8b7d99296524415f9ca1b1cd69bf27d&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F120%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:51:52 -> Pinging Codecov 17:51:52 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=68c91049f8b7d99296524415f9ca1b1cd69bf27d&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F120%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 17:51:53 -> Uploading to 17:51:53 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/71470A77251A30514AAF9C0BB2E5B6CE/68c91049f8b7d99296524415f9ca1b1cd69bf27d/01d8e17c-0b2d-4cfe-babd-b61eaec190cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T175152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4bb53d991cfd248f401f8bd246958a96b1f2c6a7952d0d811264d84b75e8fb08 17:51:53 % Total % Received % Xferd Average Speed Time Time Time Current 17:51:53 Dload Upload Total Spent Left Speed 17:51:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19860 0 0 100 19860 0 33701 --:--:-- --:--:-- --:--:-- 33718 17:51:53 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/68c91049f8b7d99296524415f9ca1b1cd69bf27d [Pipeline] } 17:51:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:51:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:51:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:51:55 17:51:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:51:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:51:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:51:55 188c0c94c7c5: Pulling fs layer 17:51:55 0ef7d3d256c8: Pulling fs layer 17:51:55 de9db76c5a1d: Pulling fs layer 17:51:55 0eba1c9be4d2: Pulling fs layer 17:51:55 0d57e429df01: Pulling fs layer 17:51:55 4e4be7b47b0d: Pulling fs layer 17:51:55 e1f770b5df2f: Pulling fs layer 17:51:55 85a0685a4137: Pulling fs layer 17:51:55 0eba1c9be4d2: Waiting 17:51:55 4e4be7b47b0d: Waiting 17:51:55 0d57e429df01: Waiting 17:51:55 e1f770b5df2f: Waiting 17:51:55 85a0685a4137: Waiting 17:51:55 de9db76c5a1d: Verifying Checksum 17:51:55 de9db76c5a1d: Download complete 17:51:55 0ef7d3d256c8: Verifying Checksum 17:51:55 0ef7d3d256c8: Download complete 17:51:55 0d57e429df01: Verifying Checksum 17:51:55 0d57e429df01: Download complete 17:51:55 188c0c94c7c5: Verifying Checksum 17:51:55 188c0c94c7c5: Download complete 17:51:55 4e4be7b47b0d: Download complete 17:51:56 188c0c94c7c5: Pull complete 17:51:56 0ef7d3d256c8: Pull complete 17:51:56 de9db76c5a1d: Pull complete 17:51:57 e1f770b5df2f: Verifying Checksum 17:51:57 e1f770b5df2f: Download complete 17:51:59 0eba1c9be4d2: Verifying Checksum 17:51:59 0eba1c9be4d2: Download complete 17:51:59 85a0685a4137: Verifying Checksum 17:51:59 85a0685a4137: Download complete 17:52:04 0eba1c9be4d2: Pull complete 17:52:04 0d57e429df01: Pull complete 17:52:04 4e4be7b47b0d: Pull complete 17:52:07 e1f770b5df2f: Pull complete 17:52:15 85a0685a4137: Pull complete 17:52:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:52:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:52:15 prd-centos7-docker-4c-2g-21652 does not seem to be running inside a container 17:52:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:52:16 $ docker top c126fd794be9ce691a1c6cf8b5605533420a187c9b00d2b279f142b330bcccd7 -eo pid,comm [Pipeline] { [Pipeline] echo 17:52:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:52:17 + set -o pipefail 17:52:17 + snyk monitor '--org=edgex-jenkins' 17:52:22 17:52:22 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 17:52:22 17:52:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/0dd3c705-0e13-4e03-bd57-2491eaf15bb7 17:52:22 17:52:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:52:22 17:52:22 [Pipeline] } 17:52:22 $ docker stop --time=1 c126fd794be9ce691a1c6cf8b5605533420a187c9b00d2b279f142b330bcccd7 17:52:24 $ docker rm -f c126fd794be9ce691a1c6cf8b5605533420a187c9b00d2b279f142b330bcccd7 [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 17:52:26 + git log --format=format:%s -1 68c91049f8b7d99296524415f9ca1b1cd69bf27d [Pipeline] isUnix [Pipeline] sh 17:52:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:27 . [Pipeline] withDockerContainer 17:52:27 prd-centos7-docker-4c-2g-21652 does not seem to be running inside a container 17:52: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:52:28 $ docker top 9ee37eacc82995e28883a8382040ecad3afd365b675f90e31ade1bbc45200447 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:28 [ssh-agent] Looking for ssh-agent implementation... 17:52:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:28 $ docker exec 9ee37eacc82995e28883a8382040ecad3afd365b675f90e31ade1bbc45200447 ssh-agent 17:52:28 SSH_AUTH_SOCK=/tmp/ssh-XbNffi245DcF/agent.11 17:52:28 SSH_AGENT_PID=16 17:52:28 Running ssh-add (command line suppressed) 17:52:28 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1996822953887306116.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1996822953887306116.key) 17:52:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:29 + git semver tag 17:52:29 # -> Open(): unable to determine branch for HEAD 17:52:29 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:52:29 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:52:29 # $SEMVER_REMOTE_NAME = origin 17:52:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:52:29 # $SEMVER_USER_NAME = edgex-jenkins 17:52:29 # $SEMVER_BRANCH = master 17:52:29 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:52:29 # 68c91049f8b7d99296524415f9ca1b1cd69bf27d HEAD 17:52:29 # -> Force: false 17:52:29 # 41e8266d2a66740b9ba06466d0113bb27b5d56e9 refs/tags/v2.0.0-dev.2 [Pipeline] } 17:52:29 $ docker exec --env ******** --env ******** 9ee37eacc82995e28883a8382040ecad3afd365b675f90e31ade1bbc45200447 ssh-agent -k 17:52:29 unset SSH_AUTH_SOCK; 17:52:29 unset SSH_AGENT_PID; 17:52:29 echo Agent pid 16 killed; 17:52:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:29 + git semver [Pipeline] } 17:52:29 $ docker stop --time=1 9ee37eacc82995e28883a8382040ecad3afd365b675f90e31ade1bbc45200447 17:52:31 $ docker rm -f 9ee37eacc82995e28883a8382040ecad3afd365b675f90e31ade1bbc45200447 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:52:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:52:31 17:52:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:52:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:52:32 0.23.1-centos7: Pulling from edgex-lftools 17:52:32 ab5ef0e58194: Pulling fs layer 17:52:32 9712f1f96733: Pulling fs layer 17:52:32 63f879dbbcfc: Pulling fs layer 17:52:32 0d9ebad4ef96: Pulling fs layer 17:52:32 e9a5061849ea: Pulling fs layer 17:52:32 d747dcd14b5f: Pulling fs layer 17:52:32 2de7ff778b66: Pulling fs layer 17:52:32 e9a5061849ea: Waiting 17:52:32 d747dcd14b5f: Waiting 17:52:32 0d9ebad4ef96: Waiting 17:52:32 2de7ff778b66: Waiting 17:52:32 9712f1f96733: Verifying Checksum 17:52:32 9712f1f96733: Download complete 17:52:33 63f879dbbcfc: Verifying Checksum 17:52:33 63f879dbbcfc: Download complete 17:52:33 e9a5061849ea: Verifying Checksum 17:52:33 e9a5061849ea: Download complete 17:52:34 0d9ebad4ef96: Verifying Checksum 17:52:34 0d9ebad4ef96: Download complete 17:52:34 ab5ef0e58194: Verifying Checksum 17:52:34 ab5ef0e58194: Download complete 17:52:34 2de7ff778b66: Verifying Checksum 17:52:34 2de7ff778b66: Download complete 17:52:35 d747dcd14b5f: Verifying Checksum 17:52:35 d747dcd14b5f: Download complete 17:52:39 ab5ef0e58194: Pull complete 17:52:39 9712f1f96733: Pull complete 17:52:41 63f879dbbcfc: Pull complete 17:52:48 0d9ebad4ef96: Pull complete 17:52:49 e9a5061849ea: Pull complete 17:52:49 d747dcd14b5f: Pull complete 17:52:52 2de7ff778b66: Pull complete 17:52:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:52:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:52:53 prd-centos7-docker-4c-2g-21652 does not seem to be running inside a container 17:52:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:52:56 $ docker top 5535ab3e050b5275847c86a2d9bc07be7f49bb911cd99f2821d2c9b1242206df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:52:56 provisioning config files... 17:52:56 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7681492483572178545tmp 17:52:56 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3523639551565349507tmp 17:52:56 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config9104553511928827892tmp [Pipeline] { [Pipeline] echo 17:52:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:52:57 ---> sigul-configuration.sh 17:52:57 gpg: directory `/root/.gnupg' created 17:52:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:52:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:52:57 gpg: keyring `/root/.gnupg/secring.gpg' created 17:52:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:52:57 gpg: CAST5 encrypted data 17:52:57 gpg: encrypted with 1 passphrase 17:52:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:52:57 + mkdir /home/jenkins 17:52:57 + mkdir /home/jenkins/sigul [Pipeline] sh 17:52:57 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:52:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:52:58 ---> sigul-install.sh 17:53:03 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:53:03 + git tag --list 17:53:03 v0.0.0 17:53:03 v0.0.1 17:53:03 v0.1.0 17:53:03 v0.1.1 17:53:03 v0.1.10 17:53:03 v0.1.100 17:53:03 v0.1.101 17:53:03 v0.1.102 17:53:03 v0.1.103 17:53:03 v0.1.104 17:53:03 v0.1.105 17:53:03 v0.1.106 17:53:03 v0.1.107 17:53:03 v0.1.108 17:53:03 v0.1.109 17:53:03 v0.1.11 17:53:03 v0.1.110 17:53:03 v0.1.111 17:53:03 v0.1.112 17:53:03 v0.1.113 17:53:03 v0.1.114 17:53:03 v0.1.115 17:53:03 v0.1.116 17:53:03 v0.1.117 17:53:03 v0.1.118 17:53:03 v0.1.119 17:53:03 v0.1.12 17:53:03 v0.1.120 17:53:03 v0.1.121 17:53:03 v0.1.122 17:53:03 v0.1.123 17:53:03 v0.1.124 17:53:03 v0.1.125 17:53:03 v0.1.126 17:53:03 v0.1.127 17:53:03 v0.1.128 17:53:03 v0.1.129 17:53:03 v0.1.13 17:53:03 v0.1.130 17:53:03 v0.1.131 17:53:03 v0.1.132 17:53:03 v0.1.133 17:53:03 v0.1.134 17:53:03 v0.1.135 17:53:03 v0.1.136 17:53:03 v0.1.137 17:53:03 v0.1.138 17:53:03 v0.1.139 17:53:03 v0.1.14 17:53:03 v0.1.140 17:53:03 v0.1.141 17:53:03 v0.1.142 17:53:03 v0.1.143 17:53:03 v0.1.144 17:53:03 v0.1.145 17:53:03 v0.1.146 17:53:03 v0.1.147 17:53:03 v0.1.148 17:53:03 v0.1.149 17:53:03 v0.1.15 17:53:03 v0.1.16 17:53:03 v0.1.17 17:53:03 v0.1.18 17:53:03 v0.1.19 17:53:03 v0.1.2 17:53:03 v0.1.20 17:53:03 v0.1.21 17:53:03 v0.1.22 17:53:03 v0.1.23 17:53:03 v0.1.24 17:53:03 v0.1.25 17:53:03 v0.1.26 17:53:03 v0.1.27 17:53:03 v0.1.28 17:53:03 v0.1.29 17:53:03 v0.1.3 17:53:03 v0.1.30 17:53:03 v0.1.31 17:53:03 v0.1.32 17:53:03 v0.1.33 17:53:03 v0.1.34 17:53:03 v0.1.35 17:53:03 v0.1.36 17:53:03 v0.1.37 17:53:03 v0.1.38 17:53:03 v0.1.39 17:53:03 v0.1.4 17:53:03 v0.1.40 17:53:03 v0.1.41 17:53:03 v0.1.42 17:53:03 v0.1.43 17:53:03 v0.1.44 17:53:03 v0.1.45 17:53:03 v0.1.46 17:53:03 v0.1.47 17:53:03 v0.1.48 17:53:03 v0.1.49 17:53:03 v0.1.5 17:53:03 v0.1.50 17:53:03 v0.1.51 17:53:03 v0.1.52 17:53:03 v0.1.53 17:53:03 v0.1.54 17:53:03 v0.1.55 17:53:03 v0.1.56 17:53:03 v0.1.57 17:53:03 v0.1.58 17:53:03 v0.1.59 17:53:03 v0.1.6 17:53:03 v0.1.60 17:53:03 v0.1.61 17:53:03 v0.1.62 17:53:03 v0.1.63 17:53:03 v0.1.64 17:53:03 v0.1.65 17:53:03 v0.1.66 17:53:03 v0.1.67 17:53:03 v0.1.68 17:53:03 v0.1.69 17:53:03 v0.1.7 17:53:03 v0.1.70 17:53:03 v0.1.71 17:53:03 v0.1.72 17:53:03 v0.1.73 17:53:03 v0.1.74 17:53:03 v0.1.75 17:53:03 v0.1.76 17:53:03 v0.1.77 17:53:03 v0.1.78 17:53:03 v0.1.79 17:53:03 v0.1.8 17:53:03 v0.1.80 17:53:03 v0.1.81 17:53:03 v0.1.82 17:53:03 v0.1.83 17:53:03 v0.1.84 17:53:03 v0.1.85 17:53:03 v0.1.86 17:53:03 v0.1.87 17:53:03 v0.1.88 17:53:03 v0.1.89 17:53:03 v0.1.9 17:53:03 v0.1.90 17:53:03 v0.1.91 17:53:03 v0.1.92 17:53:03 v0.1.93 17:53:03 v0.1.94 17:53:03 v0.1.95 17:53:03 v0.1.96 17:53:03 v0.1.97 17:53:03 v0.1.98 17:53:03 v0.1.99 17:53:03 v2.0.0-dev.1 17:53:03 v2.0.0-dev.2 [Pipeline] sh 17:53:04 + lftools sign git-tag v2.0.0-dev.2 17:53:05 Signing Git tag with Sigul... 17:53:05 Signing v2.0.0-dev.2 [Pipeline] echo 17:53:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:53:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:53:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:53:06 $ docker stop --time=1 5535ab3e050b5275847c86a2d9bc07be7f49bb911cd99f2821d2c9b1242206df 17:53:09 $ docker rm -f 5535ab3e050b5275847c86a2d9bc07be7f49bb911cd99f2821d2c9b1242206df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:53:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:53:09 . [Pipeline] withDockerContainer 17:53:10 prd-centos7-docker-4c-2g-21652 does not seem to be running inside a container 17:53:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:53:10 $ docker top d6df1850e6d67ba55d1001e0f2c36aaa7c280ee6d75ac13592e443665b0b5012 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:53:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:53:11 [ssh-agent] Looking for ssh-agent implementation... 17:53:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:53:11 $ docker exec d6df1850e6d67ba55d1001e0f2c36aaa7c280ee6d75ac13592e443665b0b5012 ssh-agent 17:53:11 SSH_AUTH_SOCK=/tmp/ssh-lc0uCKFSQFdj/agent.12 17:53:11 SSH_AGENT_PID=17 17:53:11 Running ssh-add (command line suppressed) 17:53:11 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3357837236152916621.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3357837236152916621.key) 17:53:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:53:11 + git semver bump pre 17:53:11 # -> Open(): unable to determine branch for HEAD 17:53:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:53:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:53:11 # $SEMVER_REMOTE_NAME = origin 17:53:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:53:11 # $SEMVER_USER_NAME = edgex-jenkins 17:53:11 # $SEMVER_BRANCH = master 17:53:11 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 17:53:11 2.0.0-dev.3 [Pipeline] } 17:53:11 $ docker exec --env ******** --env ******** d6df1850e6d67ba55d1001e0f2c36aaa7c280ee6d75ac13592e443665b0b5012 ssh-agent -k 17:53:12 unset SSH_AUTH_SOCK; 17:53:12 unset SSH_AGENT_PID; 17:53:12 echo Agent pid 17 killed; 17:53:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:53:12 + git semver [Pipeline] } 17:53:12 $ docker stop --time=1 d6df1850e6d67ba55d1001e0f2c36aaa7c280ee6d75ac13592e443665b0b5012 17:53:13 $ docker rm -f d6df1850e6d67ba55d1001e0f2c36aaa7c280ee6d75ac13592e443665b0b5012 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:53:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:53:14 . [Pipeline] withDockerContainer 17:53:14 prd-centos7-docker-4c-2g-21652 does not seem to be running inside a container 17:53:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:53:15 $ docker top 04cb86d9b91c1601becdb458017c61b6832e15dcb349795fd28fe42bea70b564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:53:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:53:15 [ssh-agent] Looking for ssh-agent implementation... 17:53:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:53:15 $ docker exec 04cb86d9b91c1601becdb458017c61b6832e15dcb349795fd28fe42bea70b564 ssh-agent 17:53:16 SSH_AUTH_SOCK=/tmp/ssh-xX8Os8yBExzj/agent.12 17:53:16 SSH_AGENT_PID=17 17:53:16 Running ssh-add (command line suppressed) 17:53:16 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_394366397921473551.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_394366397921473551.key) 17:53:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:53:16 + git semver push 17:53:16 # -> Open(): unable to determine branch for HEAD 17:53:16 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 17:53:16 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 17:53:16 # $SEMVER_REMOTE_NAME = origin 17:53:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:53:16 # $SEMVER_USER_NAME = edgex-jenkins 17:53:16 # $SEMVER_BRANCH = master 17:53:16 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 17:53:24 $ docker exec --env ******** --env ******** 04cb86d9b91c1601becdb458017c61b6832e15dcb349795fd28fe42bea70b564 ssh-agent -k 17:53:24 unset SSH_AUTH_SOCK; 17:53:24 unset SSH_AGENT_PID; 17:53:24 echo Agent pid 17 killed; 17:53:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:53:25 + git semver [Pipeline] } 17:53:25 $ docker stop --time=1 04cb86d9b91c1601becdb458017c61b6832e15dcb349795fd28fe42bea70b564 17:53:26 $ docker rm -f 04cb86d9b91c1601becdb458017c61b6832e15dcb349795fd28fe42bea70b564 [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 17:53:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:53:28 ---> package-listing.sh 17:53:28 ++ facter osfamily 17:53:28 ++ tr '[:upper:]' '[:lower:]' 17:53:28 + OS_FAMILY=redhat 17:53:28 + workspace=/w/workspace/dry_go-mod-core-contracts_master 17:53:28 + START_PACKAGES=/tmp/packages_start.txt 17:53:28 + END_PACKAGES=/tmp/packages_end.txt 17:53:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:53:28 + PACKAGES=/tmp/packages_start.txt 17:53:28 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:53:28 + PACKAGES=/tmp/packages_end.txt 17:53:28 + case "${OS_FAMILY}" in 17:53:28 + rpm -qa 17:53:28 + sort 17:53:34 + '[' -f /tmp/packages_start.txt ']' 17:53:34 + '[' -f /tmp/packages_end.txt ']' 17:53:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:53:34 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 17:53:34 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 17:53:34 + 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 17:53:34 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 17:53:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:53:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:53:34 17:53:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:53:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:53:35 alpine: Pulling from edgex-lftools-log-publisher 17:53:35 df20fa9351a1: Pulling fs layer 17:53:35 36b3adc4ff6f: Pulling fs layer 17:53:35 8ad3a11d3b57: Pulling fs layer 17:53:35 46f8f816bc3b: Pulling fs layer 17:53:35 93b61091891f: Pulling fs layer 17:53:35 93b9cdb0e59b: Pulling fs layer 17:53:35 46f8f816bc3b: Waiting 17:53:35 5e14af77c1be: Pulling fs layer 17:53:35 01666e4c0597: Pulling fs layer 17:53:35 aa168da1d23b: Pulling fs layer 17:53:35 93b61091891f: Waiting 17:53:35 93b9cdb0e59b: Waiting 17:53:35 5e14af77c1be: Waiting 17:53:35 01666e4c0597: Waiting 17:53:35 aa168da1d23b: Waiting 17:53:35 36b3adc4ff6f: Verifying Checksum 17:53:35 36b3adc4ff6f: Download complete 17:53:35 46f8f816bc3b: Verifying Checksum 17:53:35 46f8f816bc3b: Download complete 17:53:35 df20fa9351a1: Verifying Checksum 17:53:35 df20fa9351a1: Download complete 17:53:35 93b9cdb0e59b: Verifying Checksum 17:53:35 93b9cdb0e59b: Download complete 17:53:35 5e14af77c1be: Verifying Checksum 17:53:35 5e14af77c1be: Download complete 17:53:35 93b61091891f: Download complete 17:53:35 01666e4c0597: Verifying Checksum 17:53:35 01666e4c0597: Download complete 17:53:35 8ad3a11d3b57: Verifying Checksum 17:53:35 8ad3a11d3b57: Download complete 17:53:36 df20fa9351a1: Pull complete 17:53:36 36b3adc4ff6f: Pull complete 17:53:37 8ad3a11d3b57: Pull complete 17:53:37 46f8f816bc3b: Pull complete 17:53:37 aa168da1d23b: Verifying Checksum 17:53:37 aa168da1d23b: Download complete 17:53:37 93b61091891f: Pull complete 17:53:38 93b9cdb0e59b: Pull complete 17:53:38 5e14af77c1be: Pull complete 17:53:38 01666e4c0597: Pull complete 17:53:45 aa168da1d23b: Pull complete 17:53:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:53:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:53:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:53:45 prd-centos7-docker-4c-2g-21652 does not seem to be running inside a container 17:53:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:53:48 $ docker top df785f99452c1757301ed4a87a46db7aefa354def3d32416e555016b3c544b93 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:48 + touch /tmp/pre-build-complete [Pipeline] sh 17:53:49 + mkdir -p /var/log/sa [Pipeline] sh 17:53:49 + ls /var/log/sa-host 17:53:49 + sadf -c /var/log/sa-host/sa20 17:53:49 file_magic: OK 17:53:49 HZ: Using current value: 100 17:53:49 file_header: OK 17:53:49 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 17:53:49 Statistics: 17:53:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:53:49 File successfully converted to sysstat format version 12.2.1 17:53:49 + sadf -c /var/log/sa-host/sa23 17:53:49 file_magic: OK 17:53:49 HZ: Using current value: 100 17:53:49 file_header: OK 17:53:49 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 17:53:49 Statistics: 17:53:49 Hnuu...uuuununununu... 17:53:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:53:49 provisioning config files... 17:53:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2369715335373003509tmp [Pipeline] { [Pipeline] echo 17:53:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:53:50 ---> create-netrc.sh [Pipeline] } 17:53:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:53:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:53:50 ---> python-tools-install.sh [Pipeline] echo 17:53:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:53:51 ---> sudo-logs.sh 17:53:51 Archiving 'sudo' log.. [Pipeline] echo 17:53:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:53:51 ---> job-cost.sh 17:53:51 lf-activate-venv: SKIPPING 17:53:51 INFO: No Stack... 17:53:52 INFO: Retrieving Pricing Info for: v1-standard-2 17:53:52 INFO: Archiving Costs [Pipeline] echo 17:53:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:53:53 ---> logs-deploy.sh 17:53:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/120 17:53:53 INFO: archiving workspace using pattern(s): 17:53:54 Archives upload complete. 17:53:54 INFO: archiving logs to Nexus