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