Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e35ca5e202a3b4aeda829793b42f699c895703f6 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-22620 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 e35ca5e202a3b4aeda829793b42f699c895703f6 (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 e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 Commit message: "Merge pull request #460 from judehung/issue-459" > git rev-list --no-walk 6cd6c818bd09749cdb4cdce2dd3c49529021e543 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:46:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:46:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:46:16 ========================================================= 13:46:16 EdgeX Global Pipelines Version Info 13:46:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:46:18 ------------------- 13:46:18 stable info: 13:46:18 ------------------- 13:46:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:46:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:46:18 Message: update stable to v1.0.179 13:46:19 ------------------- 13:46:19 experimental info: 13:46:19 ------------------- 13:46:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:46:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:46:19 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:46:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 13:46:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 13:46:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:46:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 13:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:46:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e35ca5e202a3b4aeda829793b42f699c895703f6 [Pipeline] echo 13:46:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e35ca5e [Pipeline] echo 13:46:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:46:23 + git log --format=format:%s -1 e35ca5e202a3b4aeda829793b42f699c895703f6 [Pipeline] echo 13:46:23 GIT_COMMIT: e35ca5e202a3b4aeda829793b42f699c895703f6, Commit Message: Merge pull request #460 from judehung/issue-459 [Pipeline] echo 13:46:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:46:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:46:25 13:46:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:46:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:46:25 latest: Pulling from edgex-devops/git-semver 13:46:25 31603596830f: Pulling fs layer 13:46:25 2a8b12db71e7: Pulling fs layer 13:46:25 6ca5941a6612: Pulling fs layer 13:46:25 ecc8261a40a4: Pulling fs layer 13:46:25 ecc8261a40a4: Waiting 13:46:25 2a8b12db71e7: Verifying Checksum 13:46:25 2a8b12db71e7: Download complete 13:46:25 31603596830f: Verifying Checksum 13:46:25 31603596830f: Download complete 13:46:25 ecc8261a40a4: Verifying Checksum 13:46:25 ecc8261a40a4: Download complete 13:46:25 6ca5941a6612: Verifying Checksum 13:46:25 6ca5941a6612: Download complete 13:46:26 31603596830f: Pull complete 13:46:26 2a8b12db71e7: Pull complete 13:46:27 6ca5941a6612: Pull complete 13:46:27 ecc8261a40a4: Pull complete 13:46:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:46:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:46:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:46:27 prd-centos7-docker-4c-2g-22620 does not seem to be running inside a container 13:46: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:46:30 $ docker top fded634b0f87c9034a525a0f42a81635f8d15ef4ab77fb18b5d0f2785badaf8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:46:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:46:30 [ssh-agent] Looking for ssh-agent implementation... 13:46:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:46:30 $ docker exec fded634b0f87c9034a525a0f42a81635f8d15ef4ab77fb18b5d0f2785badaf8b ssh-agent 13:46:31 SSH_AUTH_SOCK=/tmp/ssh-aEeZscn3rwCI/agent.11 13:46:31 SSH_AGENT_PID=17 13:46:31 Running ssh-add (command line suppressed) 13:46:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2956657518645527480.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2956657518645527480.key) 13:46:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:46:31 + git tag --points-at HEAD [Pipeline] } 13:46:31 $ docker exec --env ******** --env ******** fded634b0f87c9034a525a0f42a81635f8d15ef4ab77fb18b5d0f2785badaf8b ssh-agent -k 13:46:31 unset SSH_AUTH_SOCK; 13:46:31 unset SSH_AGENT_PID; 13:46:31 echo Agent pid 17 killed; 13:46:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:46:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:46:31 [ssh-agent] Looking for ssh-agent implementation... 13:46:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:46:32 $ docker exec fded634b0f87c9034a525a0f42a81635f8d15ef4ab77fb18b5d0f2785badaf8b ssh-agent 13:46:32 SSH_AUTH_SOCK=/tmp/ssh-OPKdawxXYfdZ/agent.45 13:46:32 SSH_AGENT_PID=50 13:46:32 Running ssh-add (command line suppressed) 13:46:32 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2264102723140236062.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2264102723140236062.key) 13:46:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:46:32 + git semver init 13:46:32 # -> Open(): unable to determine branch for HEAD 13:46:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 13:46:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 13:46:32 # $SEMVER_REMOTE_NAME = origin 13:46:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:46:32 # $SEMVER_USER_NAME = edgex-jenkins 13:46:32 # $SEMVER_BRANCH = master 13:46:32 # $SEMVER_TEMP = /tmp/semver-268465976 13:46:32 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 13:46:33 # '/tmp/semver-268465976' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 13:46:33 # -> Force: false 13:46:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 13:46:33 $ docker exec --env ******** --env ******** fded634b0f87c9034a525a0f42a81635f8d15ef4ab77fb18b5d0f2785badaf8b ssh-agent -k 13:46:33 unset SSH_AUTH_SOCK; 13:46:33 unset SSH_AGENT_PID; 13:46:33 echo Agent pid 50 killed; 13:46:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:46:34 + git semver [Pipeline] } 13:46:34 $ docker stop --time=1 fded634b0f87c9034a525a0f42a81635f8d15ef4ab77fb18b5d0f2785badaf8b 13:46:36 $ docker rm -f fded634b0f87c9034a525a0f42a81635f8d15ef4ab77fb18b5d0f2785badaf8b [Pipeline] // withDockerContainer [Pipeline] sh 13:46:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:46:37 Stashed 1 file(s) [Pipeline] echo 13:46:37 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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 13:46:53 Still waiting to schedule task 13:46:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:46:53 Still waiting to schedule task 13:46:53 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 13:48:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22621 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 13:48:36 Running in /w/workspace/go-mod-core-contracts/125 [Pipeline] { [Pipeline] checkout 13:48:41 using credential edgex-jenkins-ssh 13:48:41 Cloning the remote Git repository 13:48:41 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 13:48:42 > git init /w/workspace/go-mod-core-contracts/125 # timeout=10 13:48:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:48:42 > git --version # timeout=10 13:48:42 > git --version # 'git version 2.17.1' 13:48:42 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:48:44 Checking out Revision e35ca5e202a3b4aeda829793b42f699c895703f6 (master) 13:48:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:48:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:48:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:48:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:48:43 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:48:44 > git config core.sparsecheckout # timeout=10 13:48:44 > git checkout -f e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 13:48:48 Commit message: "Merge pull request #460 from judehung/issue-459" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:48:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:48:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:48:51 + sudo+ service docker restarttrue 13:48:51 [Pipeline] unstash [Pipeline] echo 13:48:53 ========================================================= 13:48:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:48:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:48:54 + 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 . 13:48:55 Sending build context to Docker daemon 2.344MB 13:48:55 Step 1/7 : ARG BASE=golang:1.15-alpine 13:48:55 Step 2/7 : FROM ${BASE} 13:48:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:48:55 5f621e34cdf4: Pulling fs layer 13:48:55 a4357932f1b6: Pulling fs layer 13:48:55 18c013af1878: Pulling fs layer 13:48:55 00ac8860ef70: Pulling fs layer 13:48:55 63d7cb157983: Pulling fs layer 13:48:55 b116817d02f9: Pulling fs layer 13:48:55 745a02a5169b: Pulling fs layer 13:48:55 00ac8860ef70: Waiting 13:48:55 63d7cb157983: Waiting 13:48:55 b116817d02f9: Waiting 13:48:55 745a02a5169b: Waiting 13:48:55 18c013af1878: Download complete 13:48:55 a4357932f1b6: Verifying Checksum 13:48:55 a4357932f1b6: Download complete 13:48:55 63d7cb157983: Verifying Checksum 13:48:55 63d7cb157983: Download complete 13:48:56 b116817d02f9: Download complete 13:48:56 5f621e34cdf4: Download complete 13:48:57 5f621e34cdf4: Pull complete 13:48:58 a4357932f1b6: Pull complete 13:48:58 18c013af1878: Pull complete 13:48:58 745a02a5169b: Download complete 13:48:59 00ac8860ef70: Verifying Checksum 13:48:59 00ac8860ef70: Download complete 13:49:10 00ac8860ef70: Pull complete 13:49:10 63d7cb157983: Pull complete 13:49:10 b116817d02f9: Pull complete 13:49:15 745a02a5169b: Pull complete 13:49:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:49:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:49:15 ---> b7e6874047d6 13:49:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:49:17 ---> Running in 243ba3d22358 13:49:17 Removing intermediate container 243ba3d22358 13:49:17 ---> b572a69fb2bb 13:49:17 Step 4/7 : RUN apk add bash 13:49:17 ---> Running in b2c197e3411a 13:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:21 OK: 142 MiB in 39 packages 13:49:22 Removing intermediate container b2c197e3411a 13:49:22 ---> a4eb5f5132ac 13:49:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:49:22 ---> Running in 37e0a9d3a2b9 13:49:22 Running on prd-centos7-docker-4c-2g-22622 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 13:49:22 Running in /w/workspace/go-mod-core-contracts/125 [Pipeline] { [Pipeline] checkout 13:49:22 Removing intermediate container 37e0a9d3a2b9 13:49:22 ---> b59eb5523be0 13:49:22 Step 6/7 : COPY go.mod . 13:49:23 ---> 705b8741fc74 13:49:23 Step 7/7 : RUN go mod download 13:49:23 ---> Running in d992b7a84e76 13:49:25 using credential edgex-jenkins-ssh 13:49:25 Cloning the remote Git repository 13:49:25 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 13:49:25 > git init /w/workspace/go-mod-core-contracts/125 # timeout=10 13:49:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:49:25 > git --version # timeout=10 13:49:25 > git --version # 'git version 2.24.3' 13:49:25 using GIT_SSH to set credentials SSH Credentials for GitHub 13:49:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:49:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:49:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:49:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:49:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:49:26 using GIT_SSH to set credentials SSH Credentials for GitHub 13:49:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:49:26 Checking out Revision e35ca5e202a3b4aeda829793b42f699c895703f6 (master) 13:49:26 > git config core.sparsecheckout # timeout=10 13:49:26 > git checkout -f e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 13:49:30 Commit message: "Merge pull request #460 from judehung/issue-459" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:49:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:49:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:49:31 + sudo service docker restart 13:49:31 + true 13:49:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 13:49:33 ========================================================= 13:49:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:49:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:49:33 + 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 . 13:49:33 Sending build context to Docker daemon 2.345MB 13:49:33 Step 1/7 : ARG BASE=golang:1.15-alpine 13:49:33 Step 2/7 : FROM ${BASE} 13:49:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:49:33 188c0c94c7c5: Pulling fs layer 13:49:33 0ef7d3d256c8: Pulling fs layer 13:49:33 de9db76c5a1d: Pulling fs layer 13:49:33 bca2f99d35d6: Pulling fs layer 13:49:33 93359f2a8cfa: Pulling fs layer 13:49:33 7c6f9722023f: Pulling fs layer 13:49:33 a35cf1a2eb13: Pulling fs layer 13:49:33 93359f2a8cfa: Waiting 13:49:33 7c6f9722023f: Waiting 13:49:33 a35cf1a2eb13: Waiting 13:49:33 bca2f99d35d6: Waiting 13:49:33 de9db76c5a1d: Verifying Checksum 13:49:33 de9db76c5a1d: Download complete 13:49:33 0ef7d3d256c8: Download complete 13:49:33 93359f2a8cfa: Verifying Checksum 13:49:33 93359f2a8cfa: Download complete 13:49:33 7c6f9722023f: Download complete 13:49:33 188c0c94c7c5: Verifying Checksum 13:49:33 188c0c94c7c5: Download complete 13:49:34 188c0c94c7c5: Pull complete 13:49:34 0ef7d3d256c8: Pull complete 13:49:34 de9db76c5a1d: Pull complete 13:49:35 a35cf1a2eb13: Verifying Checksum 13:49:35 a35cf1a2eb13: Download complete 13:49:36 bca2f99d35d6: Verifying Checksum 13:49:36 bca2f99d35d6: Download complete 13:49:38 Removing intermediate container d992b7a84e76 13:49:38 ---> 66c17c14a354 13:49:38 Successfully built 66c17c14a354 13:49:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:49:39 + docker inspect -f . ci-base-image-arm64 13:49:39 . [Pipeline] withDockerContainer 13:49:39 prd-ubuntu18.04-docker-arm64-4c-16g-22621 does not seem to be running inside a container 13:49:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/125 -v /w/workspace/go-mod-core-contracts/125:/w/workspace/go-mod-core-contracts/125:rw,z -v /w/workspace/go-mod-core-contracts/125@tmp:/w/workspace/go-mod-core-contracts/125@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 13:49:41 $ docker top bbbf4ef6164a8d2638723d5056271f7daa22dcb2ca85ceae9164aa499bf76235 -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:41 bca2f99d35d6: Pull complete 13:49:41 93359f2a8cfa: Pull complete 13:49:41 7c6f9722023f: Pull complete 13:49:42 + go version 13:49:42 go version go1.15.5 linux/arm64 [Pipeline] } 13:49:42 $ docker stop --time=1 bbbf4ef6164a8d2638723d5056271f7daa22dcb2ca85ceae9164aa499bf76235 13:49:44 $ docker rm -f bbbf4ef6164a8d2638723d5056271f7daa22dcb2ca85ceae9164aa499bf76235 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:49:45 + docker inspect -f . ci-base-image-arm64 13:49:45 . [Pipeline] withDockerContainer 13:49:45 prd-ubuntu18.04-docker-arm64-4c-16g-22621 does not seem to be running inside a container 13:49:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/125 -v /w/workspace/go-mod-core-contracts/125:/w/workspace/go-mod-core-contracts/125:rw,z -v /w/workspace/go-mod-core-contracts/125@tmp:/w/workspace/go-mod-core-contracts/125@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 13:49:47 $ docker top 0cbf531fbd552cc2e1e9e70e8ee8c07111d6c696f223a1705519d8e334e77c5e -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:48 + make test 13:49:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:49:49 a35cf1a2eb13: Pull complete 13:49:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:49:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:49:49 ---> a62c8e92a672 13:49:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:49:49 ---> Running in d583e81dbf0c 13:49:49 Removing intermediate container d583e81dbf0c 13:49:49 ---> ca0476565fcd 13:49:49 Step 4/7 : RUN apk add bash 13:49:49 ---> Running in ee111363062b 13:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:49:51 OK: 166 MiB in 39 packages 13:49:52 Removing intermediate container ee111363062b 13:49:52 ---> 6465f3879f72 13:49:52 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:49:52 ---> Running in 5271b666fa24 13:49:52 Removing intermediate container 5271b666fa24 13:49:52 ---> c1644165404c 13:49:52 Step 6/7 : COPY go.mod . 13:49:53 ---> 70f4ab892fe0 13:49:53 Step 7/7 : RUN go mod download 13:49:53 ---> Running in bcfff49acf55 13:50:05 Removing intermediate container bcfff49acf55 13:50:05 ---> 9244ae1d6878 13:50:05 Successfully built 9244ae1d6878 13:50:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:50:05 + docker inspect -f . ci-base-image-x86_64 13:50:05 . [Pipeline] withDockerContainer 13:50:06 prd-centos7-docker-4c-2g-22622 does not seem to be running inside a container 13:50:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/125 -v /w/workspace/go-mod-core-contracts/125:/w/workspace/go-mod-core-contracts/125:rw,z -v /w/workspace/go-mod-core-contracts/125@tmp:/w/workspace/go-mod-core-contracts/125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:50:06 $ docker top 785ca0a640e9d7fc32a381545f686aa3ca7c2d9ffe446d76dae4bc5e0daae027 -eo pid,comm [Pipeline] { [Pipeline] sh 13:50:07 + go version 13:50:07 go version go1.15.5 linux/amd64 [Pipeline] } 13:50:07 $ docker stop --time=1 785ca0a640e9d7fc32a381545f686aa3ca7c2d9ffe446d76dae4bc5e0daae027 13:50:08 $ docker rm -f 785ca0a640e9d7fc32a381545f686aa3ca7c2d9ffe446d76dae4bc5e0daae027 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:50:09 + docker inspect -f . ci-base-image-x86_64 13:50:09 . [Pipeline] withDockerContainer 13:50:09 prd-centos7-docker-4c-2g-22622 does not seem to be running inside a container 13:50:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/125 -v /w/workspace/go-mod-core-contracts/125:/w/workspace/go-mod-core-contracts/125:rw,z -v /w/workspace/go-mod-core-contracts/125@tmp:/w/workspace/go-mod-core-contracts/125@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:50:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 13:50:10 $ docker top 151a76bfdc437b2d994c146c0d35f3d1a1237737b00af6b9b0977d31fc2194db -eo pid,comm [Pipeline] { [Pipeline] sh 13:50:11 + make test 13:50:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:50:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.022s coverage: 85.7% of statements 13:50:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.033s coverage: 100.0% of statements 13:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.036s coverage: 45.4% of statements 13:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.039s coverage: 77.8% of statements 13:50:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 13:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.026s coverage: 26.3% of statements 13:50:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements 13:50:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 13:50:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.087s coverage: 91.8% of statements 13:50:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 13:50:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 13:50:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements 13:50:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.029s coverage: 36.7% of statements 13:50:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 13:50:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements 13:50:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 13:50:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.031s coverage: 45.4% of statements 13:50:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.013s coverage: 77.8% of statements 13:50:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 13:50:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 13:50:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.014s coverage: 14.7% of statements 13:50:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements 13:50:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.029s coverage: 91.8% of statements 13:50:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 13:50:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 13:50:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.024s coverage: 100.0% of statements 13:50:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.7% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.254s coverage: 63.0% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.021s coverage: 26.3% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.040s coverage: 15.4% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.043s coverage: 15.4% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.017s coverage: 14.3% of statements 13:50:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.040s coverage: 63.0% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.024s coverage: 15.4% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements 13:50:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements 13:50:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 13:50:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.057s coverage: 84.7% of statements 13:50:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 13:50:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 13:50:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 13:50:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.010s coverage: 43.6% of statements 13:50:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.017s coverage: 94.4% of statements 13:50:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.029s coverage: 92.9% of statements 13:50:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 13:50:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 13:50:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.201s coverage: 84.7% of statements 13:50:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 13:50:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 13:50:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 13:50:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.039s coverage: 43.6% of statements 13:50:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:50:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.035s coverage: 94.4% of statements 13:50:25 gofmt -l . 13:50:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.139s coverage: 92.9% of statements 13:50:25 [ "`gofmt -l .`" = "" ] 13:50:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.022s coverage: 100.0% of statements 13:50:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [Pipeline] } 13:50:26 $ docker stop --time=1 151a76bfdc437b2d994c146c0d35f3d1a1237737b00af6b9b0977d31fc2194db 13:50:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:50:28 $ docker rm -f 151a76bfdc437b2d994c146c0d35f3d1a1237737b00af6b9b0977d31fc2194db [Pipeline] // withDockerContainer [Pipeline] sh 13:50:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:50:29 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] } 13:50:31 gofmt -l . 13:50:32 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:50:32 $ docker stop --time=1 0cbf531fbd552cc2e1e9e70e8ee8c07111d6c696f223a1705519d8e334e77c5e 13:50:35 $ docker rm -f 0cbf531fbd552cc2e1e9e70e8ee8c07111d6c696f223a1705519d8e334e77c5e [Pipeline] // withDockerContainer [Pipeline] sh 13:50:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:50:36 Warning: overwriting stash ‘coverage-report’ 13:50:36 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 13:50:38 provisioning config files... 13:50:38 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config14784361943958606tmp [Pipeline] { [Pipeline] sh 13:50:39 + set +x 13:50:39 + curl -s https://codecov.io/bash 13:50:39 + bash -s -- 13:50:39 13:50:39 _____ _ 13:50:39 / ____| | | 13:50:39 | | ___ __| | ___ ___ _____ __ 13:50:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:50:39 | |___| (_) | (_| | __/ (_| (_) \ V / 13:50:39 \_____\___/ \__,_|\___|\___\___/ \_/ 13:50:39 Bash-20210115-cec3c92 13:50:39 13:50:39 13:50:39 ==> git version 2.24.3 found 13:50:39 ==> 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 13:50:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:50:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:50:39 ==> Jenkins CI detected. 13:50:39 project root: . 13:50:39 --> token set from env 13:50:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:50:39 ==> Running gcov in . (disable via -X gcov) 13:50:39 ==> Python coveragepy not found 13:50:39 ==> Searching for coverage reports in: 13:50:39 + . 13:50:39 -> Found 1 reports 13:50:39 ==> Detecting git/mercurial file structure 13:50:39 ==> Reading reports 13:50:39 + ./coverage.out bytes=132307 13:50:39 ==> Appending adjustments 13:50:39 https://docs.codecov.io/docs/fixing-reports 13:50:40 + Found adjustments 13:50:40 ==> Gzipping contents 13:50:40 24K /tmp/codecov.793jle.gz 13:50:40 ==> Uploading reports 13:50:40 url: https://codecov.io 13:50:40 query: branch=master&commit=e35ca5e202a3b4aeda829793b42f699c895703f6&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F125%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 13:50:40 -> Pinging Codecov 13:50:40 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=e35ca5e202a3b4aeda829793b42f699c895703f6&build=125&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F125%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 13:50:40 -> Uploading to 13:50:40 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/71470A77251A30514AAF9C0BB2E5B6CE/e35ca5e202a3b4aeda829793b42f699c895703f6/6b460580-36d1-48de-856a-aa1651ef5c8c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T135040Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a79dbf5907746b9e7cbc664504983a0129dbdfcc4faf210a65232a5d04a6cda5 13:50:40 % Total % Received % Xferd Average Speed Time Time Time Current 13:50:40 Dload Upload Total Spent Left Speed 13:50:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20566 0 0 100 20566 0 41416 --:--:-- --:--:-- --:--:-- 41463 13:50:41 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/e35ca5e202a3b4aeda829793b42f699c895703f6 [Pipeline] } 13:50:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:50:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:50:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:50:42 13:50:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 13:50:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:50:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 13:50:43 188c0c94c7c5: Pulling fs layer 13:50:43 0ef7d3d256c8: Pulling fs layer 13:50:43 de9db76c5a1d: Pulling fs layer 13:50:43 0eba1c9be4d2: Pulling fs layer 13:50:43 0d57e429df01: Pulling fs layer 13:50:43 4e4be7b47b0d: Pulling fs layer 13:50:43 e1f770b5df2f: Pulling fs layer 13:50:43 85a0685a4137: Pulling fs layer 13:50:43 0eba1c9be4d2: Waiting 13:50:43 4e4be7b47b0d: Waiting 13:50:43 0d57e429df01: Waiting 13:50:43 e1f770b5df2f: Waiting 13:50:43 85a0685a4137: Waiting 13:50:43 de9db76c5a1d: Verifying Checksum 13:50:43 de9db76c5a1d: Download complete 13:50:43 0ef7d3d256c8: Download complete 13:50:43 0d57e429df01: Download complete 13:50:43 4e4be7b47b0d: Verifying Checksum 13:50:43 4e4be7b47b0d: Download complete 13:50:43 188c0c94c7c5: Verifying Checksum 13:50:43 188c0c94c7c5: Download complete 13:50:43 188c0c94c7c5: Pull complete 13:50:43 0ef7d3d256c8: Pull complete 13:50:44 de9db76c5a1d: Pull complete 13:50:44 e1f770b5df2f: Verifying Checksum 13:50:44 e1f770b5df2f: Download complete 13:50:46 0eba1c9be4d2: Verifying Checksum 13:50:46 0eba1c9be4d2: Download complete 13:50:47 85a0685a4137: Verifying Checksum 13:50:47 85a0685a4137: Download complete 13:50:52 0eba1c9be4d2: Pull complete 13:50:52 0d57e429df01: Pull complete 13:50:52 4e4be7b47b0d: Pull complete 13:50:54 e1f770b5df2f: Pull complete 13:51:02 85a0685a4137: Pull complete 13:51:02 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 13:51:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:51:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 13:51:03 prd-centos7-docker-4c-2g-22620 does not seem to be running inside a container 13:51:03 $ 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 13:51:04 $ docker top 400e3bdf28908187f158b06f06cc3d5c418116046b7057ce079a868aeb5265de -eo pid,comm [Pipeline] { [Pipeline] echo 13:51:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 13:51:04 + set -o pipefail 13:51:04 + snyk monitor '--org=edgex-jenkins' 13:51:10 13:51:10 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 13:51:10 13:51:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/d2c9d2aa-dde1-4ab9-98b1-98b605b4b226 13:51:10 13:51:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:51:10 13:51:10 [Pipeline] } 13:51:10 $ docker stop --time=1 400e3bdf28908187f158b06f06cc3d5c418116046b7057ce079a868aeb5265de 13:51:12 $ docker rm -f 400e3bdf28908187f158b06f06cc3d5c418116046b7057ce079a868aeb5265de [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 13:51:14 + git log --format=format:%s -1 e35ca5e202a3b4aeda829793b42f699c895703f6 [Pipeline] isUnix [Pipeline] sh 13:51:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:14 . [Pipeline] withDockerContainer 13:51:14 prd-centos7-docker-4c-2g-22620 does not seem to be running inside a container 13:51: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 13:51:15 $ docker top 9bd7381b905374b73d74abeba9cc59d8a29130365d363ba38d67a9420ba315e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:15 [ssh-agent] Looking for ssh-agent implementation... 13:51:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:16 $ docker exec 9bd7381b905374b73d74abeba9cc59d8a29130365d363ba38d67a9420ba315e9 ssh-agent 13:51:16 SSH_AUTH_SOCK=/tmp/ssh-ssthmPwFFzV3/agent.13 13:51:16 SSH_AGENT_PID=18 13:51:16 Running ssh-add (command line suppressed) 13:51:16 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1069192534637578869.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1069192534637578869.key) 13:51:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:16 + git semver tag 13:51:16 # -> Open(): unable to determine branch for HEAD 13:51:16 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 13:51:16 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 13:51:16 # $SEMVER_REMOTE_NAME = origin 13:51:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:51:16 # $SEMVER_USER_NAME = edgex-jenkins 13:51:16 # $SEMVER_BRANCH = master 13:51:16 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 13:51:16 # e35ca5e202a3b4aeda829793b42f699c895703f6 HEAD 13:51:17 # -> Force: false 13:51:17 # 2094ad0c5fa02b63fbed1a524ede57d9c4cde74d refs/tags/v2.0.0-dev.7 [Pipeline] } 13:51:17 $ docker exec --env ******** --env ******** 9bd7381b905374b73d74abeba9cc59d8a29130365d363ba38d67a9420ba315e9 ssh-agent -k 13:51:17 unset SSH_AUTH_SOCK; 13:51:17 unset SSH_AGENT_PID; 13:51:17 echo Agent pid 18 killed; 13:51:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:17 + git semver [Pipeline] } 13:51:17 $ docker stop --time=1 9bd7381b905374b73d74abeba9cc59d8a29130365d363ba38d67a9420ba315e9 13:51:19 $ docker rm -f 9bd7381b905374b73d74abeba9cc59d8a29130365d363ba38d67a9420ba315e9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 13:51:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:51:19 13:51:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 13:51:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:51:20 0.23.1-centos7: Pulling from edgex-lftools 13:51:20 ab5ef0e58194: Pulling fs layer 13:51:20 9712f1f96733: Pulling fs layer 13:51:20 63f879dbbcfc: Pulling fs layer 13:51:20 0d9ebad4ef96: Pulling fs layer 13:51:20 e9a5061849ea: Pulling fs layer 13:51:20 d747dcd14b5f: Pulling fs layer 13:51:20 2de7ff778b66: Pulling fs layer 13:51:20 e9a5061849ea: Waiting 13:51:20 d747dcd14b5f: Waiting 13:51:20 2de7ff778b66: Waiting 13:51:20 0d9ebad4ef96: Waiting 13:51:20 9712f1f96733: Verifying Checksum 13:51:20 9712f1f96733: Download complete 13:51:22 63f879dbbcfc: Verifying Checksum 13:51:22 63f879dbbcfc: Download complete 13:51:22 e9a5061849ea: Verifying Checksum 13:51:22 e9a5061849ea: Download complete 13:51:22 d747dcd14b5f: Verifying Checksum 13:51:22 d747dcd14b5f: Download complete 13:51:22 0d9ebad4ef96: Verifying Checksum 13:51:22 0d9ebad4ef96: Download complete 13:51:22 2de7ff778b66: Verifying Checksum 13:51:22 2de7ff778b66: Download complete 13:51:22 ab5ef0e58194: Verifying Checksum 13:51:22 ab5ef0e58194: Download complete 13:51:27 ab5ef0e58194: Pull complete 13:51:27 9712f1f96733: Pull complete 13:51:29 63f879dbbcfc: Pull complete 13:51:36 0d9ebad4ef96: Pull complete 13:51:37 e9a5061849ea: Pull complete 13:51:37 d747dcd14b5f: Pull complete 13:51:40 2de7ff778b66: Pull complete 13:51:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:51:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:51:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 13:51:40 prd-centos7-docker-4c-2g-22620 does not seem to be running inside a container 13:51:40 $ 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 13:51:44 $ docker top e03e31218a72c4ba35135b5c9be5770f017bdcc2858d522ea874aca7de024d84 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:51:45 provisioning config files... 13:51:45 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2338156616245656665tmp 13:51:45 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1332252118208559339tmp 13:51:45 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7081876892320487246tmp [Pipeline] { [Pipeline] echo 13:51:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:51:45 ---> sigul-configuration.sh 13:51:45 gpg: directory `/root/.gnupg' created 13:51:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:51:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:51:45 gpg: keyring `/root/.gnupg/secring.gpg' created 13:51:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:51:45 gpg: CAST5 encrypted data 13:51:45 gpg: encrypted with 1 passphrase 13:51:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:51:45 + mkdir /home/jenkins 13:51:45 + mkdir /home/jenkins/sigul [Pipeline] sh 13:51:46 + 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 13:51:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:51:46 ---> sigul-install.sh 13:51:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 13:51:52 + git tag --list 13:51:52 v0.0.0 13:51:52 v0.0.1 13:51:52 v0.1.0 13:51:52 v0.1.1 13:51:52 v0.1.10 13:51:52 v0.1.100 13:51:52 v0.1.101 13:51:52 v0.1.102 13:51:52 v0.1.103 13:51:52 v0.1.104 13:51:52 v0.1.105 13:51:52 v0.1.106 13:51:52 v0.1.107 13:51:52 v0.1.108 13:51:52 v0.1.109 13:51:52 v0.1.11 13:51:52 v0.1.110 13:51:52 v0.1.111 13:51:52 v0.1.112 13:51:52 v0.1.113 13:51:52 v0.1.114 13:51:52 v0.1.115 13:51:52 v0.1.116 13:51:52 v0.1.117 13:51:52 v0.1.118 13:51:52 v0.1.119 13:51:52 v0.1.12 13:51:52 v0.1.120 13:51:52 v0.1.121 13:51:52 v0.1.122 13:51:52 v0.1.123 13:51:52 v0.1.124 13:51:52 v0.1.125 13:51:52 v0.1.126 13:51:52 v0.1.127 13:51:52 v0.1.128 13:51:52 v0.1.129 13:51:52 v0.1.13 13:51:52 v0.1.130 13:51:52 v0.1.131 13:51:52 v0.1.132 13:51:52 v0.1.133 13:51:52 v0.1.134 13:51:52 v0.1.135 13:51:52 v0.1.136 13:51:52 v0.1.137 13:51:52 v0.1.138 13:51:52 v0.1.139 13:51:52 v0.1.14 13:51:52 v0.1.140 13:51:52 v0.1.141 13:51:52 v0.1.142 13:51:52 v0.1.143 13:51:52 v0.1.144 13:51:52 v0.1.145 13:51:52 v0.1.146 13:51:52 v0.1.147 13:51:52 v0.1.148 13:51:52 v0.1.149 13:51:52 v0.1.15 13:51:52 v0.1.16 13:51:52 v0.1.17 13:51:52 v0.1.18 13:51:52 v0.1.19 13:51:52 v0.1.2 13:51:52 v0.1.20 13:51:52 v0.1.21 13:51:52 v0.1.22 13:51:52 v0.1.23 13:51:52 v0.1.24 13:51:52 v0.1.25 13:51:52 v0.1.26 13:51:52 v0.1.27 13:51:52 v0.1.28 13:51:52 v0.1.29 13:51:52 v0.1.3 13:51:52 v0.1.30 13:51:52 v0.1.31 13:51:52 v0.1.32 13:51:52 v0.1.33 13:51:52 v0.1.34 13:51:52 v0.1.35 13:51:52 v0.1.36 13:51:52 v0.1.37 13:51:52 v0.1.38 13:51:52 v0.1.39 13:51:52 v0.1.4 13:51:52 v0.1.40 13:51:52 v0.1.41 13:51:52 v0.1.42 13:51:52 v0.1.43 13:51:52 v0.1.44 13:51:52 v0.1.45 13:51:52 v0.1.46 13:51:52 v0.1.47 13:51:52 v0.1.48 13:51:52 v0.1.49 13:51:52 v0.1.5 13:51:52 v0.1.50 13:51:52 v0.1.51 13:51:52 v0.1.52 13:51:52 v0.1.53 13:51:52 v0.1.54 13:51:52 v0.1.55 13:51:52 v0.1.56 13:51:52 v0.1.57 13:51:52 v0.1.58 13:51:52 v0.1.59 13:51:52 v0.1.6 13:51:52 v0.1.60 13:51:52 v0.1.61 13:51:52 v0.1.62 13:51:52 v0.1.63 13:51:52 v0.1.64 13:51:52 v0.1.65 13:51:52 v0.1.66 13:51:52 v0.1.67 13:51:52 v0.1.68 13:51:52 v0.1.69 13:51:52 v0.1.7 13:51:52 v0.1.70 13:51:52 v0.1.71 13:51:52 v0.1.72 13:51:52 v0.1.73 13:51:52 v0.1.74 13:51:52 v0.1.75 13:51:52 v0.1.76 13:51:52 v0.1.77 13:51:52 v0.1.78 13:51:52 v0.1.79 13:51:52 v0.1.8 13:51:52 v0.1.80 13:51:52 v0.1.81 13:51:52 v0.1.82 13:51:52 v0.1.83 13:51:52 v0.1.84 13:51:52 v0.1.85 13:51:52 v0.1.86 13:51:52 v0.1.87 13:51:52 v0.1.88 13:51:52 v0.1.89 13:51:52 v0.1.9 13:51:52 v0.1.90 13:51:52 v0.1.91 13:51:52 v0.1.92 13:51:52 v0.1.93 13:51:52 v0.1.94 13:51:52 v0.1.95 13:51:52 v0.1.96 13:51:52 v0.1.97 13:51:52 v0.1.98 13:51:52 v0.1.99 13:51:52 v2.0.0-dev.1 13:51:52 v2.0.0-dev.2 13:51:52 v2.0.0-dev.3 13:51:52 v2.0.0-dev.4 13:51:52 v2.0.0-dev.5 13:51:52 v2.0.0-dev.6 13:51:52 v2.0.0-dev.7 [Pipeline] sh 13:51:52 + lftools sign git-tag v2.0.0-dev.7 13:51:54 Signing Git tag with Sigul... 13:51:54 Signing v2.0.0-dev.7 [Pipeline] echo 13:51:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:51:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:51:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:51:55 $ docker stop --time=1 e03e31218a72c4ba35135b5c9be5770f017bdcc2858d522ea874aca7de024d84 13:51:57 $ docker rm -f e03e31218a72c4ba35135b5c9be5770f017bdcc2858d522ea874aca7de024d84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 13:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:58 . [Pipeline] withDockerContainer 13:51:58 prd-centos7-docker-4c-2g-22620 does not seem to be running inside a container 13:51:58 $ 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 13:51:59 $ docker top 034cc65051dd33453bd592a34fc9d2745f580335dab653fe5f34a62716327065 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:59 [ssh-agent] Looking for ssh-agent implementation... 13:52:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:52:00 $ docker exec 034cc65051dd33453bd592a34fc9d2745f580335dab653fe5f34a62716327065 ssh-agent 13:52:00 SSH_AUTH_SOCK=/tmp/ssh-uPnt8E1UNjMI/agent.12 13:52:00 SSH_AGENT_PID=17 13:52:00 Running ssh-add (command line suppressed) 13:52:00 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5997735667010389026.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5997735667010389026.key) 13:52:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:52:01 + git semver bump pre 13:52:01 # -> Open(): unable to determine branch for HEAD 13:52:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 13:52:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 13:52:01 # $SEMVER_REMOTE_NAME = origin 13:52:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:52:01 # $SEMVER_USER_NAME = edgex-jenkins 13:52:01 # $SEMVER_BRANCH = master 13:52:01 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 13:52:01 2.0.0-dev.8 [Pipeline] } 13:52:01 $ docker exec --env ******** --env ******** 034cc65051dd33453bd592a34fc9d2745f580335dab653fe5f34a62716327065 ssh-agent -k 13:52:01 unset SSH_AUTH_SOCK; 13:52:01 unset SSH_AGENT_PID; 13:52:01 echo Agent pid 17 killed; 13:52:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:52:01 + git semver [Pipeline] } 13:52:01 $ docker stop --time=1 034cc65051dd33453bd592a34fc9d2745f580335dab653fe5f34a62716327065 13:52:03 $ docker rm -f 034cc65051dd33453bd592a34fc9d2745f580335dab653fe5f34a62716327065 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 13:52:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:52:03 . [Pipeline] withDockerContainer 13:52:03 prd-centos7-docker-4c-2g-22620 does not seem to be running inside a container 13:52:03 $ 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 13:52:04 $ docker top 753d1bc58d659944b32c567f38c95225ec54ecefff9541fb992b746ebe3e7b1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:52:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:52:04 [ssh-agent] Looking for ssh-agent implementation... 13:52:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:52:05 $ docker exec 753d1bc58d659944b32c567f38c95225ec54ecefff9541fb992b746ebe3e7b1b ssh-agent 13:52:05 SSH_AUTH_SOCK=/tmp/ssh-1zT5cTIlJYIR/agent.12 13:52:05 SSH_AGENT_PID=17 13:52:05 Running ssh-add (command line suppressed) 13:52:05 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3703276021482050562.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3703276021482050562.key) 13:52:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:52:05 + git semver push 13:52:05 # -> Open(): unable to determine branch for HEAD 13:52:05 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 13:52:05 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 13:52:05 # $SEMVER_REMOTE_NAME = origin 13:52:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:52:05 # $SEMVER_USER_NAME = edgex-jenkins 13:52:05 # $SEMVER_BRANCH = master 13:52:05 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 13:52:14 $ docker exec --env ******** --env ******** 753d1bc58d659944b32c567f38c95225ec54ecefff9541fb992b746ebe3e7b1b ssh-agent -k 13:52:14 unset SSH_AUTH_SOCK; 13:52:14 unset SSH_AGENT_PID; 13:52:14 echo Agent pid 17 killed; 13:52:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:52:14 + git semver [Pipeline] } 13:52:14 $ docker stop --time=1 753d1bc58d659944b32c567f38c95225ec54ecefff9541fb992b746ebe3e7b1b 13:52:16 $ docker rm -f 753d1bc58d659944b32c567f38c95225ec54ecefff9541fb992b746ebe3e7b1b [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 13:52:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:52:18 ---> package-listing.sh 13:52:18 ++ facter osfamily 13:52:18 ++ tr '[:upper:]' '[:lower:]' 13:52:18 + OS_FAMILY=redhat 13:52:18 + workspace=/w/workspace/dry_go-mod-core-contracts_master 13:52:18 + START_PACKAGES=/tmp/packages_start.txt 13:52:18 + END_PACKAGES=/tmp/packages_end.txt 13:52:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:52:18 + PACKAGES=/tmp/packages_start.txt 13:52:18 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 13:52:18 + PACKAGES=/tmp/packages_end.txt 13:52:18 + case "${OS_FAMILY}" in 13:52:18 + rpm -qa 13:52:18 + sort 13:52:23 + '[' -f /tmp/packages_start.txt ']' 13:52:23 + '[' -f /tmp/packages_end.txt ']' 13:52:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:52:23 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 13:52:23 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 13:52:23 + 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 13:52:23 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 13:52:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:52:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:52:24 13:52:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:52:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:52:24 alpine: Pulling from edgex-lftools-log-publisher 13:52:24 df20fa9351a1: Pulling fs layer 13:52:24 36b3adc4ff6f: Pulling fs layer 13:52:24 8ad3a11d3b57: Pulling fs layer 13:52:24 46f8f816bc3b: Pulling fs layer 13:52:24 93b61091891f: Pulling fs layer 13:52:24 93b9cdb0e59b: Pulling fs layer 13:52:24 5e14af77c1be: Pulling fs layer 13:52:24 01666e4c0597: Pulling fs layer 13:52:24 aa168da1d23b: Pulling fs layer 13:52:24 93b61091891f: Waiting 13:52:24 93b9cdb0e59b: Waiting 13:52:24 5e14af77c1be: Waiting 13:52:24 01666e4c0597: Waiting 13:52:24 aa168da1d23b: Waiting 13:52:24 46f8f816bc3b: Waiting 13:52:24 36b3adc4ff6f: Verifying Checksum 13:52:24 36b3adc4ff6f: Download complete 13:52:24 46f8f816bc3b: Verifying Checksum 13:52:24 46f8f816bc3b: Download complete 13:52:24 df20fa9351a1: Verifying Checksum 13:52:24 df20fa9351a1: Download complete 13:52:24 93b9cdb0e59b: Verifying Checksum 13:52:24 93b9cdb0e59b: Download complete 13:52:24 5e14af77c1be: Verifying Checksum 13:52:24 5e14af77c1be: Download complete 13:52:24 01666e4c0597: Verifying Checksum 13:52:24 01666e4c0597: Download complete 13:52:24 93b61091891f: Verifying Checksum 13:52:24 93b61091891f: Download complete 13:52:25 8ad3a11d3b57: Verifying Checksum 13:52:25 8ad3a11d3b57: Download complete 13:52:25 df20fa9351a1: Pull complete 13:52:25 36b3adc4ff6f: Pull complete 13:52:27 aa168da1d23b: Verifying Checksum 13:52:27 aa168da1d23b: Download complete 13:52:27 8ad3a11d3b57: Pull complete 13:52:27 46f8f816bc3b: Pull complete 13:52:28 93b61091891f: Pull complete 13:52:28 93b9cdb0e59b: Pull complete 13:52:28 5e14af77c1be: Pull complete 13:52:28 01666e4c0597: Pull complete 13:52:36 aa168da1d23b: Pull complete 13:52:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:52:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:52:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:52:36 prd-centos7-docker-4c-2g-22620 does not seem to be running inside a container 13:52:36 $ 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 13:52:39 $ docker top 203cff07295e3c1c6959a35384cba89d62310026590cc9374451e75d6ec3979f -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:40 + touch /tmp/pre-build-complete [Pipeline] sh 13:52:40 + mkdir -p /var/log/sa [Pipeline] sh 13:52:41 + ls /var/log/sa-host 13:52:41 + sadf -c /var/log/sa-host/sa23 13:52:41 file_magic: OK 13:52:41 HZ: Using current value: 100 13:52:41 file_header: OK 13:52:41 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 13:52:41 Statistics: 13:52:41 Hnuu...uuuununununu... 13:52:41 File successfully converted to sysstat format version 12.2.1 13:52:41 + sadf -c /var/log/sa-host/sa25 13:52:41 file_magic: OK 13:52:41 HZ: Using current value: 100 13:52:41 file_header: OK 13:52:41 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 13:52:41 Statistics: 13:52:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:52:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:52:42 provisioning config files... 13:52:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8472410044849714941tmp [Pipeline] { [Pipeline] echo 13:52:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:52:42 ---> create-netrc.sh [Pipeline] } 13:52:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:52:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:52:42 ---> python-tools-install.sh [Pipeline] echo 13:52:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:52:43 ---> sudo-logs.sh 13:52:43 Archiving 'sudo' log.. [Pipeline] echo 13:52:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:52:43 ---> job-cost.sh 13:52:43 lf-activate-venv: SKIPPING 13:52:43 INFO: No Stack... 13:52:44 INFO: Retrieving Pricing Info for: v1-standard-2 13:52:45 INFO: Archiving Costs [Pipeline] echo 13:52:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:52:45 ---> logs-deploy.sh 13:52:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/125 13:52:45 INFO: archiving workspace using pattern(s): 13:52:47 Archives upload complete. 13:52:47 INFO: archiving logs to Nexus