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