Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aa2b8c10f917c2938a24b062f2c2b0c252e10743 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43341 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 with configured refspecs honoured and without tags 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision aa2b8c10f917c2938a24b062f2c2b0c252e10743 (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/master:refs/remotes/origin/master # 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 --no-tags --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 aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 Commit message: "Merge pull request #288 from cloudxxx8/issue-287" > git rev-list --no-walk 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T16:56:55.211Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T16:56:55.481Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T16:56:55.588Z] ========================================================= [2020-09-15T16:56:55.588Z] EdgeX Global Pipelines Version Info [2020-09-15T16:56:55.588Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:56:57.019Z] ------------------- [2020-09-15T16:56:57.019Z] stable info: [2020-09-15T16:56:57.019Z] ------------------- [2020-09-15T16:56:57.019Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T16:56:57.019Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T16:56:57.019Z] Message: update stable to v1.0.119 [2020-09-15T16:56:57.964Z] ------------------- [2020-09-15T16:56:57.964Z] experimental info: [2020-09-15T16:56:57.964Z] ------------------- [2020-09-15T16:56:57.964Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T16:56:57.964Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T16:56:57.964Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T16:56:58.321Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-15T16:56:58.420Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-15T16:56:58.513Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T16:56:58.610Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T16:56:58.707Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T16:56:58.800Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-15T16:56:58.894Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T16:56:58.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-15T16:56:59.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-15T16:56:59.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T16:56:59.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T16:56:59.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-15T16:56:59.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T16:56:59.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T16:56:59.658Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T16:56:59.751Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T16:56:59.846Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T16:56:59.937Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T16:57:00.041Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-15T16:57:00.270Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T16:57:00.473Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T16:57:00.593Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T16:57:00.694Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-15T16:57:00.786Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-15T16:57:00.987Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-15T16:57:01.183Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa2b8c10f917c2938a24b062f2c2b0c252e10743 [Pipeline] echo [2020-09-15T16:57:01.280Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa2b8c1 [Pipeline] echo [2020-09-15T16:57:01.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T16:57:02.030Z] + git log --format=format:%s -1 aa2b8c10f917c2938a24b062f2c2b0c252e10743 [Pipeline] echo [2020-09-15T16:57:02.090Z] GIT_COMMIT: aa2b8c10f917c2938a24b062f2c2b0c252e10743, Commit Message: Merge pull request #288 from cloudxxx8/issue-287 [Pipeline] echo [2020-09-15T16:57:02.251Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:57:02.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:57:03.049Z] [2020-09-15T16:57:03.049Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:57:03.410Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:57:03.410Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T16:57:03.410Z] 31603596830f: Pulling fs layer [2020-09-15T16:57:03.410Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T16:57:03.410Z] 6ca5941a6612: Pulling fs layer [2020-09-15T16:57:03.410Z] ecc8261a40a4: Pulling fs layer [2020-09-15T16:57:03.410Z] ecc8261a40a4: Waiting [2020-09-15T16:57:03.410Z] 2a8b12db71e7: Download complete [2020-09-15T16:57:03.677Z] 31603596830f: Verifying Checksum [2020-09-15T16:57:03.677Z] 31603596830f: Download complete [2020-09-15T16:57:03.677Z] ecc8261a40a4: Verifying Checksum [2020-09-15T16:57:03.677Z] ecc8261a40a4: Download complete [2020-09-15T16:57:03.941Z] 31603596830f: Pull complete [2020-09-15T16:57:03.941Z] 6ca5941a6612: Verifying Checksum [2020-09-15T16:57:03.941Z] 6ca5941a6612: Download complete [2020-09-15T16:57:03.941Z] 2a8b12db71e7: Pull complete [2020-09-15T16:57:04.893Z] 6ca5941a6612: Pull complete [2020-09-15T16:57:05.154Z] ecc8261a40a4: Pull complete [2020-09-15T16:57:05.154Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T16:57:05.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:57:05.154Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T16:57:05.254Z] prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container [2020-09-15T16:57:05.299Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T16:57:07.509Z] $ docker top 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:57:07.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:57:07.928Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:57:08.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:57:08.151Z] $ docker exec 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent [2020-09-15T16:57:08.309Z] SSH_AUTH_SOCK=/tmp/ssh-u0SuscC2ljSV/agent.13 [2020-09-15T16:57:08.309Z] SSH_AGENT_PID=18 [2020-09-15T16:57:08.323Z] Running ssh-add (command line suppressed) [2020-09-15T16:57:08.449Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_40781421132358719.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_40781421132358719.key) [2020-09-15T16:57:08.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:57:08.836Z] + git describe --exact-match --tags HEAD [2020-09-15T16:57:08.836Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T16:57:08.932Z] $ docker exec --env ******** --env ******** 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent -k [2020-09-15T16:57:09.087Z] unset SSH_AUTH_SOCK; [2020-09-15T16:57:09.088Z] unset SSH_AGENT_PID; [2020-09-15T16:57:09.088Z] echo Agent pid 18 killed; [2020-09-15T16:57:09.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T16:57:09.225Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T16:57:09.225Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T16:57:09.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:57:09.325Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:57:09.498Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:57:09.503Z] $ docker exec 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent [2020-09-15T16:57:09.685Z] SSH_AUTH_SOCK=/tmp/ssh-EdXSmhKC5W1l/agent.47 [2020-09-15T16:57:09.685Z] SSH_AGENT_PID=52 [2020-09-15T16:57:09.694Z] Running ssh-add (command line suppressed) [2020-09-15T16:57:09.824Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4507443427514258025.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4507443427514258025.key) [2020-09-15T16:57:09.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:57:10.225Z] + git semver init [2020-09-15T16:57:10.225Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:57:10.225Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-15T16:57:10.225Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-15T16:57:10.225Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:57:10.225Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:57:10.225Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:57:10.225Z] # $SEMVER_BRANCH = master [2020-09-15T16:57:10.225Z] # $SEMVER_TEMP = /tmp/semver-671970589 [2020-09-15T16:57:10.225Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-15T16:57:10.799Z] # '/tmp/semver-671970589' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-15T16:57:10.799Z] # -> Force: false [2020-09-15T16:57:10.799Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-15T16:57:10.814Z] $ docker exec --env ******** --env ******** 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 ssh-agent -k [2020-09-15T16:57:10.930Z] unset SSH_AUTH_SOCK; [2020-09-15T16:57:10.931Z] unset SSH_AGENT_PID; [2020-09-15T16:57:10.931Z] echo Agent pid 52 killed; [2020-09-15T16:57:10.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:57:11.480Z] + git semver [Pipeline] } [2020-09-15T16:57:11.499Z] $ docker stop --time=1 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 [2020-09-15T16:57:13.286Z] $ docker rm -f 5d1268ecb8219086c0af4aa2441ec56357194dcbf8a50d18386f8935af6cbc35 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T16:57:14.215Z] Stashed 90 file(s) [Pipeline] echo [2020-09-15T16:57:14.218Z] [edgeXSemver]: initialized semver on version 0.1.79 [Pipeline] echo [2020-09-15T16:57:14.411Z] Archived original version: [0.1.79] [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 [2020-09-15T16:57:29.946Z] Still waiting to schedule task [2020-09-15T16:57:29.946Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T16:57:29.948Z] Still waiting to schedule task [2020-09-15T16:57:29.948Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T16:59:26.866Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43342 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-15T16:59:26.931Z] Running in /w/workspace/go-mod-core-contracts/45 [Pipeline] { [Pipeline] checkout [2020-09-15T16:59:32.038Z] using credential edgex-jenkins-ssh [2020-09-15T16:59:32.106Z] Cloning the remote Git repository [2020-09-15T16:59:32.106Z] Cloning with configured refspecs honoured and without tags [2020-09-15T16:59:32.176Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T16:59:32.284Z] > git init /w/workspace/go-mod-core-contracts/45 # timeout=10 [2020-09-15T16:59:32.352Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T16:59:32.353Z] > git --version # timeout=10 [2020-09-15T16:59:32.380Z] > git --version # 'git version 2.17.1' [2020-09-15T16:59:32.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:59:32.434Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:59:33.397Z] Fetching without tags [2020-09-15T16:59:34.009Z] Checking out Revision aa2b8c10f917c2938a24b062f2c2b0c252e10743 (master) [2020-09-15T16:59:33.347Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T16:59:33.365Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:59:33.387Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T16:59:33.417Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T16:59:33.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:59:33.429Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:59:34.053Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T16:59:34.101Z] > git checkout -f aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 [2020-09-15T16:59:38.390Z] Commit message: "Merge pull request #288 from cloudxxx8/issue-287" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T16:59:39.683Z] ========================================================= [2020-09-15T16:59:39.683Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-15T16:59:39.683Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:59:40.879Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-15T16:59:41.863Z] Sending build context to Docker daemon 2.224MB [2020-09-15T16:59:41.863Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-15T16:59:41.863Z] Step 2/7 : FROM ${BASE} [2020-09-15T16:59:42.141Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T16:59:42.141Z] b538f80385f9: Pulling fs layer [2020-09-15T16:59:42.141Z] 74f711af9a0d: Pulling fs layer [2020-09-15T16:59:42.141Z] 99f96fe45779: Pulling fs layer [2020-09-15T16:59:42.141Z] fd7a069fd194: Pulling fs layer [2020-09-15T16:59:42.141Z] 66aa3694b03b: Pulling fs layer [2020-09-15T16:59:42.141Z] 170f70906a0f: Pulling fs layer [2020-09-15T16:59:42.141Z] ad7c5574e4b9: Pulling fs layer [2020-09-15T16:59:42.141Z] e772456be8f7: Pulling fs layer [2020-09-15T16:59:42.141Z] c890913d741a: Pulling fs layer [2020-09-15T16:59:42.141Z] 2480fcc9aa5a: Pulling fs layer [2020-09-15T16:59:42.141Z] 09adf4765672: Pulling fs layer [2020-09-15T16:59:42.141Z] fd7a069fd194: Waiting [2020-09-15T16:59:42.141Z] 66aa3694b03b: Waiting [2020-09-15T16:59:42.141Z] 170f70906a0f: Waiting [2020-09-15T16:59:42.141Z] ad7c5574e4b9: Waiting [2020-09-15T16:59:42.141Z] e772456be8f7: Waiting [2020-09-15T16:59:42.141Z] c890913d741a: Waiting [2020-09-15T16:59:42.141Z] 2480fcc9aa5a: Waiting [2020-09-15T16:59:42.141Z] 09adf4765672: Waiting [2020-09-15T16:59:42.141Z] 99f96fe45779: Verifying Checksum [2020-09-15T16:59:42.141Z] 99f96fe45779: Download complete [2020-09-15T16:59:42.141Z] 74f711af9a0d: Verifying Checksum [2020-09-15T16:59:42.141Z] 74f711af9a0d: Download complete [2020-09-15T16:59:42.417Z] 66aa3694b03b: Verifying Checksum [2020-09-15T16:59:42.417Z] 66aa3694b03b: Download complete [2020-09-15T16:59:42.691Z] b538f80385f9: Verifying Checksum [2020-09-15T16:59:42.691Z] b538f80385f9: Download complete [2020-09-15T16:59:42.691Z] 170f70906a0f: Verifying Checksum [2020-09-15T16:59:42.691Z] 170f70906a0f: Download complete [2020-09-15T16:59:43.316Z] b538f80385f9: Pull complete [2020-09-15T16:59:43.925Z] 74f711af9a0d: Pull complete [2020-09-15T16:59:44.206Z] 99f96fe45779: Pull complete [2020-09-15T16:59:46.196Z] ad7c5574e4b9: Verifying Checksum [2020-09-15T16:59:46.196Z] ad7c5574e4b9: Download complete [2020-09-15T16:59:46.196Z] c890913d741a: Verifying Checksum [2020-09-15T16:59:46.196Z] c890913d741a: Download complete [2020-09-15T16:59:47.659Z] 2480fcc9aa5a: Verifying Checksum [2020-09-15T16:59:47.659Z] 2480fcc9aa5a: Download complete [2020-09-15T16:59:47.932Z] 09adf4765672: Download complete [2020-09-15T16:59:47.932Z] e772456be8f7: Download complete [2020-09-15T16:59:49.364Z] fd7a069fd194: Download complete [2020-09-15T17:00:01.817Z] fd7a069fd194: Pull complete [2020-09-15T17:00:01.817Z] 66aa3694b03b: Pull complete [2020-09-15T17:00:01.817Z] 170f70906a0f: Pull complete [2020-09-15T17:00:03.791Z] ad7c5574e4b9: Pull complete [2020-09-15T17:00:09.204Z] e772456be8f7: Pull complete [2020-09-15T17:00:09.204Z] c890913d741a: Pull complete [2020-09-15T17:00:11.193Z] 2480fcc9aa5a: Pull complete [2020-09-15T17:00:11.469Z] 09adf4765672: Pull complete [2020-09-15T17:00:11.469Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-15T17:00:11.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-15T17:00:11.469Z] ---> 2248a725d1cf [2020-09-15T17:00:11.469Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T17:00:15.782Z] ---> Running in a121d2f77c00 [2020-09-15T17:00:15.782Z] Removing intermediate container a121d2f77c00 [2020-09-15T17:00:15.782Z] ---> 3cd60de3b7a1 [2020-09-15T17:00:15.782Z] Step 4/7 : RUN apk add bash [2020-09-15T17:00:16.056Z] ---> Running in 1d33793e901d [2020-09-15T17:00:17.358Z] Running on prd-centos7-docker-4c-2g-43343 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-15T17:00:17.422Z] Running in /w/workspace/go-mod-core-contracts/45 [Pipeline] { [2020-09-15T17:00:17.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] checkout [2020-09-15T17:00:18.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T17:00:19.740Z] using credential edgex-jenkins-ssh [2020-09-15T17:00:19.800Z] Cloning the remote Git repository [2020-09-15T17:00:19.800Z] Cloning with configured refspecs honoured and without tags [2020-09-15T17:00:19.827Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T17:00:20.350Z] OK: 142 MiB in 39 packages [2020-09-15T17:00:20.530Z] Fetching without tags [2020-09-15T17:00:20.918Z] Checking out Revision aa2b8c10f917c2938a24b062f2c2b0c252e10743 (master) [2020-09-15T17:00:19.897Z] > git init /w/workspace/go-mod-core-contracts/45 # timeout=10 [2020-09-15T17:00:19.945Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T17:00:19.945Z] > git --version # timeout=10 [2020-09-15T17:00:19.951Z] > git --version # 'git version 2.16.5' [2020-09-15T17:00:19.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T17:00:19.980Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T17:00:20.505Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T17:00:20.513Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T17:00:20.524Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T17:00:20.536Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T17:00:20.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T17:00:20.541Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T17:00:20.928Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T17:00:20.933Z] > git checkout -f aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 [2020-09-15T17:00:22.351Z] Removing intermediate container 1d33793e901d [2020-09-15T17:00:22.351Z] ---> d68e8eae60f2 [2020-09-15T17:00:22.351Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T17:00:22.351Z] ---> Running in 5edcf9e0fbc9 [2020-09-15T17:00:22.351Z] Removing intermediate container 5edcf9e0fbc9 [2020-09-15T17:00:22.351Z] ---> e8fba966b038 [2020-09-15T17:00:22.351Z] Step 6/7 : COPY go.mod . [2020-09-15T17:00:22.950Z] ---> 46150ea2e3a7 [2020-09-15T17:00:22.950Z] Step 7/7 : RUN go mod download [2020-09-15T17:00:23.240Z] ---> Running in fba3959dd003 [2020-09-15T17:00:25.209Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-15T17:00:25.209Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T17:00:25.481Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T17:00:25.481Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T17:00:25.481Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T17:00:25.481Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T17:00:25.481Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T17:00:25.481Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T17:00:25.481Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T17:00:25.481Z] go: finding github.com/google/uuid v1.1.0 [2020-09-15T17:00:25.481Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T17:00:25.481Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T17:00:25.481Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T17:00:25.610Z] Commit message: "Merge pull request #288 from cloudxxx8/issue-287" [2020-09-15T17:00:25.757Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-15T17:00:25.757Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-15T17:00:25.757Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T17:00:25.757Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T17:00:25.757Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T17:00:25.757Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-15T17:00:25.757Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T17:00:26.519Z] ========================================================= [2020-09-15T17:00:26.519Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-15T17:00:26.519Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:00:27.174Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-15T17:00:27.436Z] Sending build context to Docker daemon 2.224MB [2020-09-15T17:00:27.436Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-15T17:00:27.436Z] Step 2/7 : FROM ${BASE} [2020-09-15T17:00:27.436Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T17:00:27.436Z] df20fa9351a1: Pulling fs layer [2020-09-15T17:00:27.436Z] ed8968b2872e: Pulling fs layer [2020-09-15T17:00:27.436Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T17:00:27.436Z] 2dd03ba5bac4: Pulling fs layer [2020-09-15T17:00:27.436Z] 1e091d79d1de: Pulling fs layer [2020-09-15T17:00:27.436Z] 481702a1767f: Pulling fs layer [2020-09-15T17:00:27.436Z] f64a6f60c768: Pulling fs layer [2020-09-15T17:00:27.436Z] e78d2573fc39: Pulling fs layer [2020-09-15T17:00:27.436Z] e876d2f968b6: Pulling fs layer [2020-09-15T17:00:27.436Z] ce8a83651883: Pulling fs layer [2020-09-15T17:00:27.436Z] 07967f4d0e4b: Pulling fs layer [2020-09-15T17:00:27.436Z] f64a6f60c768: Waiting [2020-09-15T17:00:27.436Z] e78d2573fc39: Waiting [2020-09-15T17:00:27.436Z] e876d2f968b6: Waiting [2020-09-15T17:00:27.436Z] ce8a83651883: Waiting [2020-09-15T17:00:27.436Z] 2dd03ba5bac4: Waiting [2020-09-15T17:00:27.436Z] 07967f4d0e4b: Waiting [2020-09-15T17:00:27.436Z] 1e091d79d1de: Waiting [2020-09-15T17:00:27.436Z] 481702a1767f: Waiting [2020-09-15T17:00:27.436Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T17:00:27.436Z] a92cc7c5fd73: Download complete [2020-09-15T17:00:27.436Z] ed8968b2872e: Verifying Checksum [2020-09-15T17:00:27.436Z] ed8968b2872e: Download complete [2020-09-15T17:00:27.710Z] 1e091d79d1de: Verifying Checksum [2020-09-15T17:00:27.710Z] 1e091d79d1de: Download complete [2020-09-15T17:00:27.710Z] 481702a1767f: Verifying Checksum [2020-09-15T17:00:27.710Z] 481702a1767f: Download complete [2020-09-15T17:00:27.972Z] df20fa9351a1: Verifying Checksum [2020-09-15T17:00:27.972Z] df20fa9351a1: Download complete [2020-09-15T17:00:28.235Z] df20fa9351a1: Pull complete [2020-09-15T17:00:28.235Z] ed8968b2872e: Pull complete [2020-09-15T17:00:28.496Z] a92cc7c5fd73: Pull complete [2020-09-15T17:00:30.422Z] f64a6f60c768: Verifying Checksum [2020-09-15T17:00:30.422Z] f64a6f60c768: Download complete [2020-09-15T17:00:30.422Z] e876d2f968b6: Verifying Checksum [2020-09-15T17:00:30.422Z] e876d2f968b6: Download complete [2020-09-15T17:00:31.381Z] ce8a83651883: Verifying Checksum [2020-09-15T17:00:31.381Z] ce8a83651883: Download complete [2020-09-15T17:00:31.381Z] 07967f4d0e4b: Verifying Checksum [2020-09-15T17:00:31.381Z] 07967f4d0e4b: Download complete [2020-09-15T17:00:31.647Z] e78d2573fc39: Verifying Checksum [2020-09-15T17:00:31.647Z] e78d2573fc39: Download complete [2020-09-15T17:00:32.227Z] 2dd03ba5bac4: Verifying Checksum [2020-09-15T17:00:32.227Z] 2dd03ba5bac4: Download complete [2020-09-15T17:00:37.560Z] 2dd03ba5bac4: Pull complete [2020-09-15T17:00:37.560Z] 1e091d79d1de: Pull complete [2020-09-15T17:00:37.560Z] 481702a1767f: Pull complete [2020-09-15T17:00:38.169Z] Removing intermediate container fba3959dd003 [2020-09-15T17:00:38.169Z] ---> 73d040841a48 [2020-09-15T17:00:38.169Z] Successfully built 73d040841a48 [2020-09-15T17:00:38.169Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } [2020-09-15T17:00:42.891Z] f64a6f60c768: Pull complete [2020-09-15T17:00:47.136Z] e78d2573fc39: Pull complete [2020-09-15T17:00:47.136Z] e876d2f968b6: Pull complete [2020-09-15T17:00:47.712Z] ce8a83651883: Pull complete [2020-09-15T17:00:47.712Z] 07967f4d0e4b: Pull complete [2020-09-15T17:00:47.712Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-15T17:00:47.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-15T17:00:47.712Z] ---> 5d7c900382c6 [2020-09-15T17:00:47.712Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T17:00:49.109Z] ---> Running in 1a6c743e1642 [2020-09-15T17:00:49.376Z] Removing intermediate container 1a6c743e1642 [2020-09-15T17:00:49.376Z] ---> 1095eab9f1f4 [2020-09-15T17:00:49.376Z] Step 4/7 : RUN apk add bash [2020-09-15T17:00:49.376Z] ---> Running in f8666aff84cf [2020-09-15T17:00:50.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T17:00:51.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T17:00:52.221Z] OK: 166 MiB in 39 packages [2020-09-15T17:00:52.485Z] Removing intermediate container f8666aff84cf [2020-09-15T17:00:52.485Z] ---> f41592a99fc2 [2020-09-15T17:00:52.485Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T17:00:52.757Z] ---> Running in e43094b083e0 [2020-09-15T17:00:52.757Z] Removing intermediate container e43094b083e0 [2020-09-15T17:00:52.757Z] ---> f06e3d12eb08 [2020-09-15T17:00:52.757Z] Step 6/7 : COPY go.mod . [2020-09-15T17:00:53.021Z] ---> 6a9ca047fc39 [2020-09-15T17:00:53.021Z] Step 7/7 : RUN go mod download [2020-09-15T17:00:53.284Z] ---> Running in 973d3e93f731 [2020-09-15T17:00:54.677Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-15T17:00:54.677Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T17:00:54.677Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T17:00:54.677Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T17:00:54.677Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T17:00:54.677Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T17:00:54.677Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T17:00:54.677Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T17:00:54.677Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T17:00:54.677Z] go: finding github.com/google/uuid v1.1.0 [2020-09-15T17:00:54.677Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T17:00:54.677Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T17:00:54.677Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T17:00:54.939Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-15T17:00:54.939Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-15T17:00:54.939Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T17:00:54.939Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T17:00:54.939Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T17:00:54.939Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-15T17:00:54.939Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-15T17:01:03.124Z] Removing intermediate container 973d3e93f731 [2020-09-15T17:01:03.124Z] ---> 169039282fbe [2020-09-15T17:01:03.124Z] Successfully built 169039282fbe [2020-09-15T17:01:03.124Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-15T17:01:05.995Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-15T17:01:05.997Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-15T17:01:06.091Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:01:06.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T17:01:06.444Z] [2020-09-15T17:01:06.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:01:06.793Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T17:01:06.793Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-15T17:01:06.793Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-15T17:01:06.793Z] 408f87550127: Pulling fs layer [2020-09-15T17:01:06.793Z] fe522b08c979: Pulling fs layer [2020-09-15T17:01:06.793Z] 221eaa008020: Pulling fs layer [2020-09-15T17:01:06.793Z] 2a4607e5d6b9: Pulling fs layer [2020-09-15T17:01:06.793Z] 8f79b27c4fd2: Pulling fs layer [2020-09-15T17:01:06.793Z] e5c8dbe1645b: Pulling fs layer [2020-09-15T17:01:06.793Z] 23e8b3b47431: Pulling fs layer [2020-09-15T17:01:06.793Z] 5c568d65a230: Pulling fs layer [2020-09-15T17:01:06.793Z] 221eaa008020: Waiting [2020-09-15T17:01:06.793Z] 2a4607e5d6b9: Waiting [2020-09-15T17:01:06.793Z] 8f79b27c4fd2: Waiting [2020-09-15T17:01:06.793Z] e5c8dbe1645b: Waiting [2020-09-15T17:01:06.793Z] 23e8b3b47431: Waiting [2020-09-15T17:01:06.793Z] 5c568d65a230: Waiting [2020-09-15T17:01:06.793Z] fe522b08c979: Verifying Checksum [2020-09-15T17:01:06.793Z] fe522b08c979: Download complete [2020-09-15T17:01:06.793Z] 408f87550127: Download complete [2020-09-15T17:01:06.793Z] 2a4607e5d6b9: Verifying Checksum [2020-09-15T17:01:06.793Z] 2a4607e5d6b9: Download complete [2020-09-15T17:01:07.056Z] 8f79b27c4fd2: Verifying Checksum [2020-09-15T17:01:07.056Z] 8f79b27c4fd2: Download complete [2020-09-15T17:01:07.056Z] cbdbe7a5bc2a: Download complete [2020-09-15T17:01:07.326Z] cbdbe7a5bc2a: Pull complete [2020-09-15T17:01:07.588Z] 408f87550127: Pull complete [2020-09-15T17:01:07.588Z] e5c8dbe1645b: Download complete [2020-09-15T17:01:07.588Z] fe522b08c979: Pull complete [2020-09-15T17:01:08.535Z] 5c568d65a230: Verifying Checksum [2020-09-15T17:01:08.535Z] 5c568d65a230: Download complete [2020-09-15T17:01:09.111Z] 23e8b3b47431: Verifying Checksum [2020-09-15T17:01:09.111Z] 23e8b3b47431: Download complete [2020-09-15T17:01:10.060Z] 221eaa008020: Verifying Checksum [2020-09-15T17:01:10.060Z] 221eaa008020: Download complete [2020-09-15T17:01:15.385Z] 221eaa008020: Pull complete [2020-09-15T17:01:15.386Z] 2a4607e5d6b9: Pull complete [2020-09-15T17:01:15.647Z] 8f79b27c4fd2: Pull complete [2020-09-15T17:01:18.320Z] e5c8dbe1645b: Pull complete [2020-09-15T17:01:21.652Z] 23e8b3b47431: Pull complete [2020-09-15T17:01:22.611Z] 5c568d65a230: Pull complete [2020-09-15T17:01:22.611Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-15T17:01:22.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T17:01:22.611Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-15T17:01:22.859Z] prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container [2020-09-15T17:01:22.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-15T17:01:23.898Z] $ docker top ce15e1ffc95eda397d65f73e1dcee1649687ba74e7b0fded357ee9d8f825c0c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T17:01:24.460Z] + snyk monitor '--org=edgex-jenkins' [2020-09-15T17:01:28.683Z] [2020-09-15T17:01:28.683Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-15T17:01:28.683Z] [2020-09-15T17:01:28.683Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/8fce54db-7fc1-4b44-be33-211ea28392ae [2020-09-15T17:01:28.683Z] [2020-09-15T17:01:28.683Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-15T17:01:28.683Z] [2020-09-15T17:01:28.683Z] [2020-09-15T17:01:28.683Z] Snyk CLI supports Node.js 8 and higher. [2020-09-15T17:01:28.684Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-15T17:01:28.684Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-15T17:01:28.684Z] [2020-09-15T17:01:28.684Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-15T17:01:28.684Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-15T17:01:28.701Z] $ docker stop --time=1 ce15e1ffc95eda397d65f73e1dcee1649687ba74e7b0fded357ee9d8f825c0c1 [2020-09-15T17:01:32.241Z] $ docker rm -f ce15e1ffc95eda397d65f73e1dcee1649687ba74e7b0fded357ee9d8f825c0c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:01:34.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T17:01:34.033Z] . [Pipeline] withDockerContainer [2020-09-15T17:01:34.129Z] prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container [2020-09-15T17:01:34.183Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T17:01:34.827Z] $ docker top 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T17:01:35.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T17:01:35.124Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T17:01:35.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T17:01:35.342Z] $ docker exec 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 ssh-agent [2020-09-15T17:01:35.510Z] SSH_AUTH_SOCK=/tmp/ssh-NtSDNd07Fy5O/agent.11 [2020-09-15T17:01:35.510Z] SSH_AGENT_PID=16 [2020-09-15T17:01:35.519Z] Running ssh-add (command line suppressed) [2020-09-15T17:01:35.659Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1309998921681919703.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1309998921681919703.key) [2020-09-15T17:01:35.708Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T17:01:36.046Z] + git semver tag [2020-09-15T17:01:36.046Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T17:01:36.046Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-15T17:01:36.046Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-15T17:01:36.046Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T17:01:36.046Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T17:01:36.046Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T17:01:36.046Z] # $SEMVER_BRANCH = master [2020-09-15T17:01:36.046Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-15T17:01:36.046Z] # aa2b8c10f917c2938a24b062f2c2b0c252e10743 HEAD [2020-09-15T17:01:36.046Z] # -> Force: false [2020-09-15T17:01:36.046Z] # 62e611b196593d31ac43fd0302bb1e8c84c2293c refs/tags/v0.1.79 [Pipeline] } [2020-09-15T17:01:36.060Z] $ docker exec --env ******** --env ******** 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 ssh-agent -k [2020-09-15T17:01:36.178Z] unset SSH_AUTH_SOCK; [2020-09-15T17:01:36.179Z] unset SSH_AGENT_PID; [2020-09-15T17:01:36.179Z] echo Agent pid 16 killed; [2020-09-15T17:01:36.232Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T17:01:36.716Z] + git semver [Pipeline] } [2020-09-15T17:01:36.741Z] $ docker stop --time=1 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 [2020-09-15T17:01:38.105Z] $ docker rm -f 92a4f7501d271c07045e896d7716b800f1105dc049ae1dabc44ee6a36aa819a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:01:38.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T17:01:38.783Z] [2020-09-15T17:01:38.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:01:39.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T17:01:39.151Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-15T17:01:39.151Z] ab5ef0e58194: Pulling fs layer [2020-09-15T17:01:39.151Z] 9712f1f96733: Pulling fs layer [2020-09-15T17:01:39.151Z] 63f879dbbcfc: Pulling fs layer [2020-09-15T17:01:39.151Z] 0d9ebad4ef96: Pulling fs layer [2020-09-15T17:01:39.151Z] e9a5061849ea: Pulling fs layer [2020-09-15T17:01:39.151Z] d747dcd14b5f: Pulling fs layer [2020-09-15T17:01:39.151Z] 2de7ff778b66: Pulling fs layer [2020-09-15T17:01:39.151Z] e9a5061849ea: Waiting [2020-09-15T17:01:39.151Z] d747dcd14b5f: Waiting [2020-09-15T17:01:39.151Z] 2de7ff778b66: Waiting [2020-09-15T17:01:39.151Z] 0d9ebad4ef96: Waiting [2020-09-15T17:01:39.151Z] 9712f1f96733: Verifying Checksum [2020-09-15T17:01:39.151Z] 9712f1f96733: Download complete [2020-09-15T17:01:41.091Z] 63f879dbbcfc: Verifying Checksum [2020-09-15T17:01:41.091Z] 63f879dbbcfc: Download complete [2020-09-15T17:01:41.091Z] e9a5061849ea: Verifying Checksum [2020-09-15T17:01:41.091Z] e9a5061849ea: Download complete [2020-09-15T17:01:41.091Z] d747dcd14b5f: Verifying Checksum [2020-09-15T17:01:41.091Z] d747dcd14b5f: Download complete [2020-09-15T17:01:41.686Z] 2de7ff778b66: Verifying Checksum [2020-09-15T17:01:41.686Z] 2de7ff778b66: Download complete [2020-09-15T17:01:42.266Z] 0d9ebad4ef96: Verifying Checksum [2020-09-15T17:01:42.266Z] 0d9ebad4ef96: Download complete [2020-09-15T17:01:42.841Z] ab5ef0e58194: Verifying Checksum [2020-09-15T17:01:42.841Z] ab5ef0e58194: Download complete [2020-09-15T17:01:47.132Z] ab5ef0e58194: Pull complete [2020-09-15T17:01:47.132Z] 9712f1f96733: Pull complete [2020-09-15T17:01:49.717Z] 63f879dbbcfc: Pull complete [2020-09-15T17:01:56.352Z] 0d9ebad4ef96: Pull complete [2020-09-15T17:01:58.279Z] e9a5061849ea: Pull complete [2020-09-15T17:01:58.549Z] d747dcd14b5f: Pull complete [2020-09-15T17:02:01.870Z] 2de7ff778b66: Pull complete [2020-09-15T17:02:01.870Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-15T17:02:01.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T17:02:01.870Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-15T17:02:02.072Z] prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container [2020-09-15T17:02:02.210Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-15T17:02:05.144Z] $ docker top 82386a84b1a50e4971a0a235305e14f1c2c13932cad8b139fe4c78b447a6018d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-15T17:02:05.409Z] provisioning config files... [2020-09-15T17:02:05.429Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6061028623379269186tmp [2020-09-15T17:02:05.465Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6028034050024186588tmp [2020-09-15T17:02:05.480Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7267654651123346256tmp [Pipeline] { [Pipeline] echo [2020-09-15T17:02:05.537Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T17:02:05.835Z] ---> sigul-configuration.sh [2020-09-15T17:02:05.835Z] gpg: directory `/root/.gnupg' created [2020-09-15T17:02:05.835Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-15T17:02:05.835Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-15T17:02:05.835Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-15T17:02:05.835Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-15T17:02:05.835Z] gpg: CAST5 encrypted data [2020-09-15T17:02:06.096Z] gpg: encrypted with 1 passphrase [2020-09-15T17:02:06.096Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-15T17:02:06.393Z] + mkdir /home/jenkins [2020-09-15T17:02:06.393Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-15T17:02:06.691Z] + 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 [2020-09-15T17:02:06.703Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T17:02:06.999Z] ---> sigul-install.sh [2020-09-15T17:02:12.310Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-15T17:02:12.609Z] + git tag --list [2020-09-15T17:02:12.609Z] v0.1.79 [Pipeline] sh [2020-09-15T17:02:12.909Z] + lftools sign git-tag v0.1.79 [2020-09-15T17:02:14.295Z] Signing Git tag with Sigul... [2020-09-15T17:02:14.295Z] Signing v0.1.79 [Pipeline] echo [2020-09-15T17:02:15.692Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T17:02:15.984Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-15T17:02:15.994Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-15T17:02:16.094Z] $ docker stop --time=1 82386a84b1a50e4971a0a235305e14f1c2c13932cad8b139fe4c78b447a6018d [2020-09-15T17:02:18.130Z] $ docker rm -f 82386a84b1a50e4971a0a235305e14f1c2c13932cad8b139fe4c78b447a6018d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:02:18.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T17:02:18.995Z] . [Pipeline] withDockerContainer [2020-09-15T17:02:19.101Z] prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container [2020-09-15T17:02:19.144Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T17:02:19.808Z] $ docker top 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T17:02:20.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T17:02:20.175Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T17:02:20.370Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T17:02:20.374Z] $ docker exec 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 ssh-agent [2020-09-15T17:02:20.557Z] SSH_AUTH_SOCK=/tmp/ssh-l8JLf7kcG0nj/agent.11 [2020-09-15T17:02:20.557Z] SSH_AGENT_PID=17 [2020-09-15T17:02:20.564Z] Running ssh-add (command line suppressed) [2020-09-15T17:02:20.695Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6180455908996112453.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6180455908996112453.key) [2020-09-15T17:02:20.745Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T17:02:21.102Z] + git semver bump patch [2020-09-15T17:02:21.102Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T17:02:21.102Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-15T17:02:21.102Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-15T17:02:21.102Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T17:02:21.102Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T17:02:21.102Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T17:02:21.102Z] # $SEMVER_BRANCH = master [2020-09-15T17:02:21.102Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-15T17:02:21.102Z] 0.1.80 [Pipeline] } [2020-09-15T17:02:21.116Z] $ docker exec --env ******** --env ******** 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 ssh-agent -k [2020-09-15T17:02:21.233Z] unset SSH_AUTH_SOCK; [2020-09-15T17:02:21.235Z] unset SSH_AGENT_PID; [2020-09-15T17:02:21.235Z] echo Agent pid 17 killed; [2020-09-15T17:02:21.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T17:02:21.797Z] + git semver [Pipeline] } [2020-09-15T17:02:21.813Z] $ docker stop --time=1 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 [2020-09-15T17:02:23.165Z] $ docker rm -f 73e098c1af76968e104d2137ccedcac481ed56c21902b7b1999110db4c0bb668 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:02:23.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T17:02:23.770Z] . [Pipeline] withDockerContainer [2020-09-15T17:02:23.864Z] prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container [2020-09-15T17:02:23.909Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T17:02:24.527Z] $ docker top 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T17:02:24.832Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T17:02:24.832Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T17:02:25.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T17:02:25.012Z] $ docker exec 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 ssh-agent [2020-09-15T17:02:25.175Z] SSH_AUTH_SOCK=/tmp/ssh-6MBLCYOUBZZT/agent.12 [2020-09-15T17:02:25.175Z] SSH_AGENT_PID=17 [2020-09-15T17:02:25.181Z] Running ssh-add (command line suppressed) [2020-09-15T17:02:25.304Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4056676520117850274.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4056676520117850274.key) [2020-09-15T17:02:25.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T17:02:25.692Z] + git semver push [2020-09-15T17:02:25.692Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T17:02:25.692Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-15T17:02:25.692Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-15T17:02:25.692Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T17:02:25.692Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T17:02:25.692Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T17:02:25.692Z] # $SEMVER_BRANCH = master [2020-09-15T17:02:25.692Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-15T17:02:32.294Z] $ docker exec --env ******** --env ******** 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 ssh-agent -k [2020-09-15T17:02:32.433Z] unset SSH_AUTH_SOCK; [2020-09-15T17:02:32.433Z] unset SSH_AGENT_PID; [2020-09-15T17:02:32.433Z] echo Agent pid 17 killed; [2020-09-15T17:02:32.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T17:02:33.025Z] + git semver [Pipeline] } [2020-09-15T17:02:33.041Z] $ docker stop --time=1 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 [2020-09-15T17:02:34.397Z] $ docker rm -f 51a7b19c2e2f2ec90c8ff4407331b5955f213eca59d2f76665cc20086bcdf3f7 [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 [2020-09-15T17:02:36.050Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T17:02:36.616Z] ---> package-listing.sh [2020-09-15T17:02:36.617Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T17:02:36.617Z] ++ facter osfamily [2020-09-15T17:02:36.617Z] + OS_FAMILY=redhat [2020-09-15T17:02:36.617Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-15T17:02:36.617Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T17:02:36.617Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T17:02:36.617Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T17:02:36.617Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T17:02:36.617Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-15T17:02:36.617Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T17:02:36.617Z] + case "${OS_FAMILY}" in [2020-09-15T17:02:36.617Z] + rpm -qa [2020-09-15T17:02:36.617Z] + sort [2020-09-15T17:02:40.836Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T17:02:40.836Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T17:02:40.836Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T17:02:40.836Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-15T17:02:40.836Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-15T17:02:40.836Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:02:41.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T17:02:41.624Z] [2020-09-15T17:02:41.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T17:02:41.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T17:02:41.982Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T17:02:41.982Z] df20fa9351a1: Pulling fs layer [2020-09-15T17:02:41.982Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T17:02:41.982Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T17:02:41.982Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T17:02:41.982Z] 0dadc02b9964: Pulling fs layer [2020-09-15T17:02:41.982Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T17:02:41.982Z] 7a184a31f384: Pulling fs layer [2020-09-15T17:02:41.982Z] 0879bd2ef858: Pulling fs layer [2020-09-15T17:02:41.982Z] 0dadc02b9964: Waiting [2020-09-15T17:02:41.982Z] 7a184a31f384: Waiting [2020-09-15T17:02:41.982Z] 0879bd2ef858: Waiting [2020-09-15T17:02:41.982Z] ce6a7cf60c04: Waiting [2020-09-15T17:02:41.982Z] 46f8f816bc3b: Waiting [2020-09-15T17:02:41.982Z] 36b3adc4ff6f: Download complete [2020-09-15T17:02:41.982Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T17:02:41.982Z] 46f8f816bc3b: Download complete [2020-09-15T17:02:41.982Z] df20fa9351a1: Verifying Checksum [2020-09-15T17:02:41.982Z] df20fa9351a1: Download complete [2020-09-15T17:02:41.982Z] ce6a7cf60c04: Download complete [2020-09-15T17:02:42.245Z] 7a184a31f384: Verifying Checksum [2020-09-15T17:02:42.245Z] 7a184a31f384: Download complete [2020-09-15T17:02:42.245Z] 0dadc02b9964: Verifying Checksum [2020-09-15T17:02:42.245Z] 0dadc02b9964: Download complete [2020-09-15T17:02:42.245Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T17:02:42.245Z] 8ad3a11d3b57: Download complete [2020-09-15T17:02:42.506Z] df20fa9351a1: Pull complete [2020-09-15T17:02:42.506Z] 36b3adc4ff6f: Pull complete [2020-09-15T17:02:42.776Z] 0879bd2ef858: Verifying Checksum [2020-09-15T17:02:42.776Z] 0879bd2ef858: Download complete [2020-09-15T17:02:43.401Z] 8ad3a11d3b57: Pull complete [2020-09-15T17:02:43.401Z] 46f8f816bc3b: Pull complete [2020-09-15T17:02:43.677Z] 0dadc02b9964: Pull complete [2020-09-15T17:02:43.677Z] ce6a7cf60c04: Pull complete [2020-09-15T17:02:43.946Z] 7a184a31f384: Pull complete [2020-09-15T17:02:46.506Z] 0879bd2ef858: Pull complete [2020-09-15T17:02:46.506Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T17:02:46.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T17:02:46.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T17:02:46.624Z] prd-centos7-docker-4c-2g-43341 does not seem to be running inside a container [2020-09-15T17:02:46.666Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T17:02:49.536Z] $ docker top 480251ec57fb064f31234f1be63ca0e612c1d06c159273f066e039482a15d639 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T17:02:50.105Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T17:02:50.399Z] + ls /var/log/sa-host [2020-09-15T17:02:50.399Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T17:02:50.399Z] file_magic: OK [2020-09-15T17:02:50.399Z] HZ: Using current value: 100 [2020-09-15T17:02:50.399Z] file_header: OK [2020-09-15T17:02:50.399Z] 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 [2020-09-15T17:02:50.399Z] Statistics: [2020-09-15T17:02:50.399Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T17:02:50.399Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T17:02:50.399Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T17:02:50.399Z] file_magic: OK [2020-09-15T17:02:50.399Z] HZ: Using current value: 100 [2020-09-15T17:02:50.399Z] file_header: OK [2020-09-15T17:02:50.399Z] 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 [2020-09-15T17:02:50.399Z] Statistics: [2020-09-15T17:02:50.399Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T17:02:50.399Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T17:02:50.523Z] provisioning config files... [2020-09-15T17:02:50.538Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4564992415909718661tmp [Pipeline] { [Pipeline] echo [2020-09-15T17:02:50.684Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T17:02:50.975Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T17:02:50.985Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T17:02:51.279Z] ---> logs-deploy.sh [2020-09-15T17:02:51.279Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/45 [2020-09-15T17:02:51.279Z] INFO: archiving workspace using pattern(s): [2020-09-15T17:02:52.664Z] Archives upload complete. [2020-09-15T17:02:52.664Z] INFO: archiving logs to Nexus