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