Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 55b81cd576c2e67c5a7de51c068d3f3d26919862 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1503 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 55b81cd576c2e67c5a7de51c068d3f3d26919862 (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 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 Commit message: "Merge pull request #277 from lenny-intel/xml" > git rev-list --no-walk d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-04T22:05:14.908Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-04T22:05:15.128Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-04T22:05:15.209Z] ========================================================= [2020-09-04T22:05:15.209Z] EdgeX Global Pipelines Version Info [2020-09-04T22:05:15.209Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:05:17.852Z] ------------------- [2020-09-04T22:05:17.852Z] stable info: [2020-09-04T22:05:17.852Z] ------------------- [2020-09-04T22:05:17.852Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-04T22:05:17.852Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-04T22:05:17.852Z] Message: update stable to v1.0.118 [2020-09-04T22:05:18.897Z] ------------------- [2020-09-04T22:05:18.897Z] experimental info: [2020-09-04T22:05:18.897Z] ------------------- [2020-09-04T22:05:18.897Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-04T22:05:18.897Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-04T22:05:18.897Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-04T22:05:19.211Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-04T22:05:19.340Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-04T22:05:19.412Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-04T22:05:19.488Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-04T22:05:19.561Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-04T22:05:19.635Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-04T22:05:19.722Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-04T22:05:19.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-04T22:05:19.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-04T22:05:19.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-04T22:05:20.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-04T22:05:20.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-04T22:05:20.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-04T22:05:20.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-04T22:05:20.622Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T22:05:20.765Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T22:05:20.848Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T22:05:20.978Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-04T22:05:21.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-04T22:05:21.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-04T22:05:21.403Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-04T22:05:21.492Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-04T22:05:21.585Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-04T22:05:21.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-04T22:05:21.821Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-04T22:05:21.904Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55b81cd576c2e67c5a7de51c068d3f3d26919862 [Pipeline] echo [2020-09-04T22:05:21.979Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55b81cd [Pipeline] echo [2020-09-04T22:05:22.069Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-04T22:05:22.798Z] + git log --format=format:%s -1 55b81cd576c2e67c5a7de51c068d3f3d26919862 [Pipeline] echo [2020-09-04T22:05:22.966Z] GIT_COMMIT: 55b81cd576c2e67c5a7de51c068d3f3d26919862, Commit Message: Merge pull request #277 from lenny-intel/xml [Pipeline] echo [2020-09-04T22:05:23.006Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:05:23.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T22:05:24.536Z] [2020-09-04T22:05:24.536Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:05:25.026Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T22:05:25.314Z] latest: Pulling from edgex-devops/git-semver [2020-09-04T22:05:25.314Z] 31603596830f: Pulling fs layer [2020-09-04T22:05:25.314Z] 2a8b12db71e7: Pulling fs layer [2020-09-04T22:05:25.314Z] 6ca5941a6612: Pulling fs layer [2020-09-04T22:05:25.314Z] ecc8261a40a4: Pulling fs layer [2020-09-04T22:05:25.314Z] ecc8261a40a4: Waiting [2020-09-04T22:05:25.314Z] 2a8b12db71e7: Verifying Checksum [2020-09-04T22:05:25.314Z] 2a8b12db71e7: Download complete [2020-09-04T22:05:25.583Z] 31603596830f: Download complete [2020-09-04T22:05:25.861Z] 6ca5941a6612: Verifying Checksum [2020-09-04T22:05:25.861Z] 6ca5941a6612: Download complete [2020-09-04T22:05:25.861Z] ecc8261a40a4: Verifying Checksum [2020-09-04T22:05:25.861Z] ecc8261a40a4: Download complete [2020-09-04T22:05:26.146Z] 31603596830f: Pull complete [2020-09-04T22:05:26.411Z] 2a8b12db71e7: Pull complete [2020-09-04T22:05:27.383Z] 6ca5941a6612: Pull complete [2020-09-04T22:05:27.649Z] ecc8261a40a4: Pull complete [2020-09-04T22:05:27.649Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-04T22:05:27.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T22:05:27.649Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-04T22:05:27.832Z] prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container [2020-09-04T22:05:27.975Z] $ 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-04T22:05:30.402Z] $ docker top adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-04T22:05:30.865Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T22:05:30.865Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T22:05:31.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T22:05:31.125Z] $ docker exec adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent [2020-09-04T22:05:31.326Z] SSH_AUTH_SOCK=/tmp/ssh-lX4o1Tb02abE/agent.13 [2020-09-04T22:05:31.326Z] SSH_AGENT_PID=19 [2020-09-04T22:05:31.338Z] Running ssh-add (command line suppressed) [2020-09-04T22:05:31.518Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8355436074225830824.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8355436074225830824.key) [2020-09-04T22:05:31.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T22:05:32.008Z] + git describe --exact-match --tags HEAD [2020-09-04T22:05:32.008Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-04T22:05:32.060Z] $ docker exec --env ******** --env ******** adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent -k [2020-09-04T22:05:32.297Z] unset SSH_AUTH_SOCK; [2020-09-04T22:05:32.298Z] unset SSH_AGENT_PID; [2020-09-04T22:05:32.298Z] echo Agent pid 19 killed; [2020-09-04T22:05:32.372Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-04T22:05:32.450Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-04T22:05:32.450Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-04T22:05:32.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T22:05:32.548Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T22:05:32.905Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T22:05:32.906Z] $ docker exec adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent [2020-09-04T22:05:33.281Z] SSH_AUTH_SOCK=/tmp/ssh-12JUdcCRKWcl/agent.49 [2020-09-04T22:05:33.281Z] SSH_AGENT_PID=54 [2020-09-04T22:05:33.298Z] Running ssh-add (command line suppressed) [2020-09-04T22:05:33.549Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1241730757326079990.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1241730757326079990.key) [2020-09-04T22:05:33.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T22:05:34.007Z] + git semver init [2020-09-04T22:05:34.007Z] # -> Open(): unable to determine branch for HEAD [2020-09-04T22:05:34.007Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-04T22:05:34.007Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-04T22:05:34.007Z] # $SEMVER_REMOTE_NAME = origin [2020-09-04T22:05:34.007Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-04T22:05:34.007Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-04T22:05:34.007Z] # $SEMVER_BRANCH = master [2020-09-04T22:05:34.007Z] # $SEMVER_TEMP = /tmp/semver-556564011 [2020-09-04T22:05:34.007Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-04T22:05:34.649Z] # '/tmp/semver-556564011' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-04T22:05:34.649Z] # -> Force: false [2020-09-04T22:05:34.649Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-04T22:05:34.675Z] $ docker exec --env ******** --env ******** adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent -k [2020-09-04T22:05:34.901Z] unset SSH_AUTH_SOCK; [2020-09-04T22:05:34.902Z] unset SSH_AGENT_PID; [2020-09-04T22:05:34.902Z] echo Agent pid 54 killed; [2020-09-04T22:05:34.957Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-04T22:05:35.526Z] + git semver [Pipeline] } [2020-09-04T22:05:35.582Z] $ docker stop --time=1 adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 [2020-09-04T22:05:37.075Z] $ docker rm -f adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-04T22:05:38.151Z] Stashed 86 file(s) [Pipeline] echo [2020-09-04T22:05:38.154Z] [edgeXSemver]: initialized semver on version 0.1.75 [Pipeline] echo [2020-09-04T22:05:38.244Z] Archived original version: [0.1.75] [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-04T22:05:53.602Z] Still waiting to schedule task [2020-09-04T22:05:53.602Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-04T22:05:53.603Z] Still waiting to schedule task [2020-09-04T22:05:53.603Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-04T22:08:47.635Z] Running on prd-centos7-docker-4c-2g-1505 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-04T22:08:47.681Z] Running in /w/workspace/go-mod-core-contracts/41 [Pipeline] { [Pipeline] checkout [2020-09-04T22:08:50.673Z] using credential edgex-jenkins-ssh [2020-09-04T22:08:50.729Z] Cloning the remote Git repository [2020-09-04T22:08:50.729Z] Cloning with configured refspecs honoured and without tags [2020-09-04T22:08:50.757Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-04T22:08:50.826Z] > git init /w/workspace/go-mod-core-contracts/41 # timeout=10 [2020-09-04T22:08:50.874Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-04T22:08:50.875Z] > git --version # timeout=10 [2020-09-04T22:08:50.883Z] > git --version # 'git version 2.16.5' [2020-09-04T22:08:50.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:08:50.909Z] > 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-04T22:08:51.414Z] Fetching without tags [2020-09-04T22:08:51.780Z] Checking out Revision 55b81cd576c2e67c5a7de51c068d3f3d26919862 (master) [2020-09-04T22:08:51.394Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-04T22:08:51.401Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T22:08:51.412Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-04T22:08:51.421Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-04T22:08:51.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:08:51.426Z] > 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-04T22:08:51.794Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T22:08:51.798Z] > git checkout -f 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [2020-09-04T22:08:55.421Z] Commit message: "Merge pull request #277 from lenny-intel/xml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-04T22:08:56.295Z] ========================================================= [2020-09-04T22:08:56.295Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-04T22:08:56.295Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:08:56.935Z] + 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-04T22:08:57.214Z] Sending build context to Docker daemon 2.16MB [2020-09-04T22:08:57.214Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-04T22:08:57.214Z] Step 2/7 : FROM ${BASE} [2020-09-04T22:08:57.214Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-04T22:08:57.214Z] df20fa9351a1: Pulling fs layer [2020-09-04T22:08:57.214Z] ed8968b2872e: Pulling fs layer [2020-09-04T22:08:57.214Z] a92cc7c5fd73: Pulling fs layer [2020-09-04T22:08:57.214Z] 2dd03ba5bac4: Pulling fs layer [2020-09-04T22:08:57.214Z] 1e091d79d1de: Pulling fs layer [2020-09-04T22:08:57.214Z] 481702a1767f: Pulling fs layer [2020-09-04T22:08:57.214Z] 2dd03ba5bac4: Waiting [2020-09-04T22:08:57.214Z] 1e091d79d1de: Waiting [2020-09-04T22:08:57.214Z] f64a6f60c768: Pulling fs layer [2020-09-04T22:08:57.214Z] e78d2573fc39: Pulling fs layer [2020-09-04T22:08:57.214Z] e876d2f968b6: Pulling fs layer [2020-09-04T22:08:57.214Z] ce8a83651883: Pulling fs layer [2020-09-04T22:08:57.214Z] 481702a1767f: Waiting [2020-09-04T22:08:57.214Z] 07967f4d0e4b: Pulling fs layer [2020-09-04T22:08:57.214Z] f64a6f60c768: Waiting [2020-09-04T22:08:57.214Z] e876d2f968b6: Waiting [2020-09-04T22:08:57.214Z] e78d2573fc39: Waiting [2020-09-04T22:08:57.214Z] ce8a83651883: Waiting [2020-09-04T22:08:57.214Z] 07967f4d0e4b: Waiting [2020-09-04T22:08:57.214Z] a92cc7c5fd73: Download complete [2020-09-04T22:08:57.214Z] ed8968b2872e: Verifying Checksum [2020-09-04T22:08:57.214Z] ed8968b2872e: Download complete [2020-09-04T22:08:57.214Z] 1e091d79d1de: Verifying Checksum [2020-09-04T22:08:57.214Z] 1e091d79d1de: Download complete [2020-09-04T22:08:57.479Z] 481702a1767f: Verifying Checksum [2020-09-04T22:08:57.480Z] 481702a1767f: Download complete [2020-09-04T22:08:57.480Z] df20fa9351a1: Verifying Checksum [2020-09-04T22:08:57.480Z] df20fa9351a1: Download complete [2020-09-04T22:08:57.752Z] df20fa9351a1: Pull complete [2020-09-04T22:08:57.752Z] ed8968b2872e: Pull complete [2020-09-04T22:08:58.016Z] a92cc7c5fd73: Pull complete [2020-09-04T22:08:59.410Z] f64a6f60c768: Verifying Checksum [2020-09-04T22:08:59.410Z] f64a6f60c768: Download complete [2020-09-04T22:08:59.410Z] e876d2f968b6: Download complete [2020-09-04T22:09:00.815Z] ce8a83651883: Verifying Checksum [2020-09-04T22:09:00.815Z] ce8a83651883: Download complete [2020-09-04T22:09:01.077Z] 07967f4d0e4b: Verifying Checksum [2020-09-04T22:09:01.077Z] 07967f4d0e4b: Download complete [2020-09-04T22:09:01.077Z] e78d2573fc39: Verifying Checksum [2020-09-04T22:09:01.077Z] e78d2573fc39: Download complete [2020-09-04T22:09:01.077Z] 2dd03ba5bac4: Verifying Checksum [2020-09-04T22:09:01.077Z] 2dd03ba5bac4: Download complete [2020-09-04T22:09:06.405Z] 2dd03ba5bac4: Pull complete [2020-09-04T22:09:06.666Z] 1e091d79d1de: Pull complete [2020-09-04T22:09:06.666Z] 481702a1767f: Pull complete [2020-09-04T22:09:06.718Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1504 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-04T22:09:06.765Z] Running in /w/workspace/go-mod-core-contracts/41 [Pipeline] { [Pipeline] checkout [2020-09-04T22:09:11.642Z] using credential edgex-jenkins-ssh [2020-09-04T22:09:11.704Z] Cloning the remote Git repository [2020-09-04T22:09:11.704Z] Cloning with configured refspecs honoured and without tags [2020-09-04T22:09:11.776Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-04T22:09:11.966Z] f64a6f60c768: Pull complete [2020-09-04T22:09:12.894Z] Fetching without tags [2020-09-04T22:09:11.886Z] > git init /w/workspace/go-mod-core-contracts/41 # timeout=10 [2020-09-04T22:09:11.950Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-04T22:09:11.952Z] > git --version # timeout=10 [2020-09-04T22:09:11.974Z] > git --version # 'git version 2.17.1' [2020-09-04T22:09:11.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:09:12.052Z] > 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-04T22:09:12.809Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-04T22:09:12.837Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-04T22:09:12.877Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-04T22:09:12.910Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-04T22:09:12.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-04T22:09:12.927Z] > 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-04T22:09:13.381Z] Checking out Revision 55b81cd576c2e67c5a7de51c068d3f3d26919862 (master) [2020-09-04T22:09:13.404Z] > git config core.sparsecheckout # timeout=10 [2020-09-04T22:09:13.419Z] > git checkout -f 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [2020-09-04T22:09:14.602Z] e78d2573fc39: Pull complete [2020-09-04T22:09:14.602Z] e876d2f968b6: Pull complete [2020-09-04T22:09:15.550Z] ce8a83651883: Pull complete [2020-09-04T22:09:15.813Z] 07967f4d0e4b: Pull complete [2020-09-04T22:09:15.813Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-04T22:09:15.813Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-04T22:09:15.813Z] ---> 5d7c900382c6 [2020-09-04T22:09:15.813Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-04T22:09:17.201Z] ---> Running in 0c11354d04cd [2020-09-04T22:09:17.201Z] Removing intermediate container 0c11354d04cd [2020-09-04T22:09:17.201Z] ---> 4bc91262424b [2020-09-04T22:09:17.201Z] Step 4/7 : RUN apk add bash [2020-09-04T22:09:17.201Z] ---> Running in 53535851b5f1 [2020-09-04T22:09:17.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-04T22:09:17.890Z] Commit message: "Merge pull request #277 from lenny-intel/xml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-04T22:09:18.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] echo [2020-09-04T22:09:18.960Z] ========================================================= [2020-09-04T22:09:18.960Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-04T22:09:18.960Z] ========================================================= [2020-09-04T22:09:18.981Z] OK: 166 MiB in 39 packages [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:09:19.556Z] Removing intermediate container 53535851b5f1 [2020-09-04T22:09:19.557Z] ---> 18bbb5d3ea14 [2020-09-04T22:09:19.557Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-04T22:09:19.557Z] ---> Running in baa952e605f1 [2020-09-04T22:09:19.823Z] Removing intermediate container baa952e605f1 [2020-09-04T22:09:19.823Z] ---> 2de73709805e [2020-09-04T22:09:19.823Z] Step 6/7 : COPY go.mod . [2020-09-04T22:09:20.085Z] ---> 5d4c4f22d535 [2020-09-04T22:09:20.085Z] Step 7/7 : RUN go mod download [2020-09-04T22:09:20.085Z] ---> Running in 0dffad4f031a [2020-09-04T22:09:20.135Z] + 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-04T22:09:21.125Z] Sending build context to Docker daemon 2.16MB [2020-09-04T22:09:21.125Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-04T22:09:21.125Z] Step 2/7 : FROM ${BASE} [2020-09-04T22:09:21.403Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-04T22:09:21.403Z] b538f80385f9: Pulling fs layer [2020-09-04T22:09:21.403Z] 74f711af9a0d: Pulling fs layer [2020-09-04T22:09:21.403Z] 99f96fe45779: Pulling fs layer [2020-09-04T22:09:21.403Z] fd7a069fd194: Pulling fs layer [2020-09-04T22:09:21.403Z] 66aa3694b03b: Pulling fs layer [2020-09-04T22:09:21.403Z] 170f70906a0f: Pulling fs layer [2020-09-04T22:09:21.403Z] ad7c5574e4b9: Pulling fs layer [2020-09-04T22:09:21.403Z] e772456be8f7: Pulling fs layer [2020-09-04T22:09:21.403Z] c890913d741a: Pulling fs layer [2020-09-04T22:09:21.403Z] 2480fcc9aa5a: Pulling fs layer [2020-09-04T22:09:21.403Z] 09adf4765672: Pulling fs layer [2020-09-04T22:09:21.403Z] fd7a069fd194: Waiting [2020-09-04T22:09:21.403Z] 66aa3694b03b: Waiting [2020-09-04T22:09:21.403Z] 170f70906a0f: Waiting [2020-09-04T22:09:21.403Z] ad7c5574e4b9: Waiting [2020-09-04T22:09:21.403Z] e772456be8f7: Waiting [2020-09-04T22:09:21.403Z] c890913d741a: Waiting [2020-09-04T22:09:21.403Z] 2480fcc9aa5a: Waiting [2020-09-04T22:09:21.403Z] 09adf4765672: Waiting [2020-09-04T22:09:21.403Z] 99f96fe45779: Verifying Checksum [2020-09-04T22:09:21.403Z] 99f96fe45779: Download complete [2020-09-04T22:09:21.403Z] 74f711af9a0d: Verifying Checksum [2020-09-04T22:09:21.403Z] 74f711af9a0d: Download complete [2020-09-04T22:09:21.403Z] 66aa3694b03b: Verifying Checksum [2020-09-04T22:09:21.403Z] 66aa3694b03b: Download complete [2020-09-04T22:09:21.403Z] 170f70906a0f: Verifying Checksum [2020-09-04T22:09:21.403Z] 170f70906a0f: Download complete [2020-09-04T22:09:21.403Z] b538f80385f9: Verifying Checksum [2020-09-04T22:09:21.403Z] b538f80385f9: Download complete [2020-09-04T22:09:21.474Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-04T22:09:21.735Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:09:21.735Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-04T22:09:21.735Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:09:21.735Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-04T22:09:21.736Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-04T22:09:21.736Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-04T22:09:21.736Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-04T22:09:21.736Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-04T22:09:21.736Z] go: finding github.com/google/uuid v1.1.0 [2020-09-04T22:09:21.736Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-04T22:09:21.997Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-04T22:09:21.997Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-04T22:09:21.997Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-04T22:09:21.997Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-04T22:09:21.997Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-04T22:09:21.997Z] go: finding golang.org/x/text v0.3.2 [2020-09-04T22:09:21.997Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-04T22:09:21.997Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-04T22:09:21.997Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:09:22.405Z] b538f80385f9: Pull complete [2020-09-04T22:09:22.681Z] 74f711af9a0d: Pull complete [2020-09-04T22:09:23.285Z] 99f96fe45779: Pull complete [2020-09-04T22:09:24.740Z] ad7c5574e4b9: Verifying Checksum [2020-09-04T22:09:24.740Z] ad7c5574e4b9: Download complete [2020-09-04T22:09:24.740Z] c890913d741a: Verifying Checksum [2020-09-04T22:09:24.740Z] c890913d741a: Download complete [2020-09-04T22:09:26.187Z] 2480fcc9aa5a: Verifying Checksum [2020-09-04T22:09:26.187Z] 2480fcc9aa5a: Download complete [2020-09-04T22:09:26.187Z] 09adf4765672: Download complete [2020-09-04T22:09:26.785Z] fd7a069fd194: Verifying Checksum [2020-09-04T22:09:26.785Z] fd7a069fd194: Download complete [2020-09-04T22:09:27.058Z] e772456be8f7: Verifying Checksum [2020-09-04T22:09:27.058Z] e772456be8f7: Download complete [2020-09-04T22:09:30.173Z] Removing intermediate container 0dffad4f031a [2020-09-04T22:09:30.173Z] ---> 6a9db1c06143 [2020-09-04T22:09:30.173Z] Successfully built 6a9db1c06143 [2020-09-04T22:09:30.173Z] 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] } [2020-09-04T22:09:39.476Z] fd7a069fd194: Pull complete [2020-09-04T22:09:39.476Z] 66aa3694b03b: Pull complete [2020-09-04T22:09:39.476Z] 170f70906a0f: Pull complete [2020-09-04T22:09:42.102Z] ad7c5574e4b9: Pull complete [2020-09-04T22:09:47.534Z] e772456be8f7: Pull complete [2020-09-04T22:09:47.534Z] c890913d741a: Pull complete [2020-09-04T22:09:49.539Z] 2480fcc9aa5a: Pull complete [2020-09-04T22:09:49.815Z] 09adf4765672: Pull complete [2020-09-04T22:09:49.815Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-04T22:09:49.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-04T22:09:49.815Z] ---> 2248a725d1cf [2020-09-04T22:09:49.815Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-04T22:09:54.124Z] ---> Running in 522529ad2ddd [2020-09-04T22:09:54.404Z] Removing intermediate container 522529ad2ddd [2020-09-04T22:09:54.404Z] ---> cb37abbe84bd [2020-09-04T22:09:54.404Z] Step 4/7 : RUN apk add bash [2020-09-04T22:09:54.404Z] ---> Running in 2e5760a636b0 [2020-09-04T22:09:56.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-04T22:09:56.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-04T22:09:57.561Z] OK: 142 MiB in 39 packages [2020-09-04T22:09:58.987Z] Removing intermediate container 2e5760a636b0 [2020-09-04T22:09:58.987Z] ---> 5b256ef301d6 [2020-09-04T22:09:58.987Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-04T22:09:58.987Z] ---> Running in 77559a21a369 [2020-09-04T22:09:59.610Z] Removing intermediate container 77559a21a369 [2020-09-04T22:09:59.610Z] ---> 4bf3821fac84 [2020-09-04T22:09:59.610Z] Step 6/7 : COPY go.mod . [2020-09-04T22:10:00.205Z] ---> fb9cc6a8346a [2020-09-04T22:10:00.205Z] Step 7/7 : RUN go mod download [2020-09-04T22:10:00.482Z] ---> Running in 8e52fbccd97a [2020-09-04T22:10:03.860Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-04T22:10:03.860Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-04T22:10:03.860Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-04T22:10:03.860Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-04T22:10:03.860Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-04T22:10:03.860Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-04T22:10:03.860Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-04T22:10:03.860Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-04T22:10:03.860Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-04T22:10:03.860Z] go: finding github.com/google/uuid v1.1.0 [2020-09-04T22:10:03.860Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-04T22:10:03.860Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-04T22:10:03.860Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-04T22:10:03.860Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-04T22:10:03.860Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-04T22:10:03.860Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-04T22:10:04.132Z] go: finding golang.org/x/text v0.3.2 [2020-09-04T22:10:04.132Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-04T22:10:04.132Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-04T22:10:04.132Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-04T22:10:16.536Z] Removing intermediate container 8e52fbccd97a [2020-09-04T22:10:16.536Z] ---> 8e1ae26a5055 [2020-09-04T22:10:16.536Z] Successfully built 8e1ae26a5055 [2020-09-04T22:10:16.536Z] 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] } [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-04T22:10:18.565Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-04T22:10:18.567Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-04T22:10:18.617Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:10:19.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-04T22:10:19.295Z] [2020-09-04T22:10:19.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:10:19.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-04T22:10:19.791Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-04T22:10:19.791Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-04T22:10:19.791Z] 408f87550127: Pulling fs layer [2020-09-04T22:10:19.791Z] fe522b08c979: Pulling fs layer [2020-09-04T22:10:19.791Z] 221eaa008020: Pulling fs layer [2020-09-04T22:10:19.791Z] 2a4607e5d6b9: Pulling fs layer [2020-09-04T22:10:19.791Z] 8f79b27c4fd2: Pulling fs layer [2020-09-04T22:10:19.791Z] e5c8dbe1645b: Pulling fs layer [2020-09-04T22:10:19.791Z] 23e8b3b47431: Pulling fs layer [2020-09-04T22:10:19.791Z] 5c568d65a230: Pulling fs layer [2020-09-04T22:10:19.791Z] 8f79b27c4fd2: Waiting [2020-09-04T22:10:19.791Z] e5c8dbe1645b: Waiting [2020-09-04T22:10:19.791Z] 23e8b3b47431: Waiting [2020-09-04T22:10:19.791Z] 5c568d65a230: Waiting [2020-09-04T22:10:19.791Z] 221eaa008020: Waiting [2020-09-04T22:10:19.791Z] 2a4607e5d6b9: Waiting [2020-09-04T22:10:19.791Z] fe522b08c979: Verifying Checksum [2020-09-04T22:10:19.791Z] fe522b08c979: Download complete [2020-09-04T22:10:19.791Z] 408f87550127: Download complete [2020-09-04T22:10:20.113Z] 2a4607e5d6b9: Verifying Checksum [2020-09-04T22:10:20.113Z] 2a4607e5d6b9: Download complete [2020-09-04T22:10:20.113Z] 8f79b27c4fd2: Verifying Checksum [2020-09-04T22:10:20.113Z] 8f79b27c4fd2: Download complete [2020-09-04T22:10:20.419Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-04T22:10:20.419Z] cbdbe7a5bc2a: Download complete [2020-09-04T22:10:21.064Z] cbdbe7a5bc2a: Pull complete [2020-09-04T22:10:21.380Z] 408f87550127: Pull complete [2020-09-04T22:10:21.682Z] fe522b08c979: Pull complete [2020-09-04T22:10:22.402Z] e5c8dbe1645b: Verifying Checksum [2020-09-04T22:10:22.402Z] e5c8dbe1645b: Download complete [2020-09-04T22:10:24.516Z] 5c568d65a230: Verifying Checksum [2020-09-04T22:10:24.516Z] 5c568d65a230: Download complete [2020-09-04T22:10:25.131Z] 23e8b3b47431: Verifying Checksum [2020-09-04T22:10:25.131Z] 23e8b3b47431: Download complete [2020-09-04T22:10:28.676Z] 221eaa008020: Verifying Checksum [2020-09-04T22:10:28.676Z] 221eaa008020: Download complete [2020-09-04T22:10:39.107Z] 221eaa008020: Pull complete [2020-09-04T22:10:39.107Z] 2a4607e5d6b9: Pull complete [2020-09-04T22:10:39.107Z] 8f79b27c4fd2: Pull complete [2020-09-04T22:10:41.690Z] e5c8dbe1645b: Pull complete [2020-09-04T22:10:45.083Z] 23e8b3b47431: Pull complete [2020-09-04T22:10:47.118Z] 5c568d65a230: Pull complete [2020-09-04T22:10:47.118Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-04T22:10:47.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-04T22:10:47.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-04T22:10:47.442Z] prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container [2020-09-04T22:10:47.579Z] $ 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-04T22:10:49.398Z] $ docker top 004fb985e8abb473a98cf2448e356654ad9d4320e3baf3d9072064fee22e2f2c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-04T22:10:50.020Z] + snyk monitor '--org=edgex-jenkins' [2020-09-04T22:11:00.186Z] [2020-09-04T22:11:00.186Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-04T22:11:00.186Z] [2020-09-04T22:11:00.186Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/6d1393fe-8815-4a53-a793-ed089a9c07de [2020-09-04T22:11:00.186Z] [2020-09-04T22:11:00.186Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-04T22:11:00.186Z] [2020-09-04T22:11:00.186Z] [2020-09-04T22:11:00.186Z] Snyk CLI supports Node.js 8 and higher. [2020-09-04T22:11:00.186Z] 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-04T22:11:00.186Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-04T22:11:00.186Z] [2020-09-04T22:11:00.186Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-04T22:11:00.186Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-04T22:11:00.224Z] $ docker stop --time=1 004fb985e8abb473a98cf2448e356654ad9d4320e3baf3d9072064fee22e2f2c [2020-09-04T22:11:02.996Z] $ docker rm -f 004fb985e8abb473a98cf2448e356654ad9d4320e3baf3d9072064fee22e2f2c [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-04T22:11:05.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T22:11:05.024Z] . [Pipeline] withDockerContainer [2020-09-04T22:11:05.154Z] prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container [2020-09-04T22:11:05.261Z] $ 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-04T22:11:06.144Z] $ docker top ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-04T22:11:06.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T22:11:06.418Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T22:11:06.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T22:11:06.687Z] $ docker exec ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 ssh-agent [2020-09-04T22:11:06.887Z] SSH_AUTH_SOCK=/tmp/ssh-OR9aFUConWy6/agent.13 [2020-09-04T22:11:06.887Z] SSH_AGENT_PID=19 [2020-09-04T22:11:06.896Z] Running ssh-add (command line suppressed) [2020-09-04T22:11:07.068Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2551484688079936538.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2551484688079936538.key) [2020-09-04T22:11:07.131Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T22:11:07.470Z] + git semver tag [2020-09-04T22:11:07.470Z] # -> Open(): unable to determine branch for HEAD [2020-09-04T22:11:07.470Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-04T22:11:07.470Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-04T22:11:07.470Z] # $SEMVER_REMOTE_NAME = origin [2020-09-04T22:11:07.470Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-04T22:11:07.470Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-04T22:11:07.470Z] # $SEMVER_BRANCH = master [2020-09-04T22:11:07.470Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-04T22:11:07.470Z] # 55b81cd576c2e67c5a7de51c068d3f3d26919862 HEAD [2020-09-04T22:11:07.470Z] # -> Force: false [2020-09-04T22:11:07.748Z] # 8f8961d8ebe63cff1ec55d2327bc95a6f008a1c3 refs/tags/v0.1.75 [Pipeline] } [2020-09-04T22:11:07.787Z] $ docker exec --env ******** --env ******** ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 ssh-agent -k [2020-09-04T22:11:08.028Z] unset SSH_AUTH_SOCK; [2020-09-04T22:11:08.028Z] unset SSH_AGENT_PID; [2020-09-04T22:11:08.028Z] echo Agent pid 19 killed; [2020-09-04T22:11:08.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-04T22:11:08.553Z] + git semver [Pipeline] } [2020-09-04T22:11:08.578Z] $ docker stop --time=1 ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 [2020-09-04T22:11:10.029Z] $ docker rm -f ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:11:10.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-04T22:11:10.772Z] [2020-09-04T22:11:10.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:11:11.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-04T22:11:11.256Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-04T22:11:11.256Z] ab5ef0e58194: Pulling fs layer [2020-09-04T22:11:11.256Z] 9712f1f96733: Pulling fs layer [2020-09-04T22:11:11.256Z] 63f879dbbcfc: Pulling fs layer [2020-09-04T22:11:11.256Z] 0d9ebad4ef96: Pulling fs layer [2020-09-04T22:11:11.256Z] e9a5061849ea: Pulling fs layer [2020-09-04T22:11:11.256Z] d747dcd14b5f: Pulling fs layer [2020-09-04T22:11:11.256Z] 2de7ff778b66: Pulling fs layer [2020-09-04T22:11:11.256Z] 0d9ebad4ef96: Waiting [2020-09-04T22:11:11.256Z] 2de7ff778b66: Waiting [2020-09-04T22:11:11.256Z] e9a5061849ea: Waiting [2020-09-04T22:11:11.256Z] d747dcd14b5f: Waiting [2020-09-04T22:11:11.256Z] 9712f1f96733: Verifying Checksum [2020-09-04T22:11:11.256Z] 9712f1f96733: Download complete [2020-09-04T22:11:13.923Z] 63f879dbbcfc: Verifying Checksum [2020-09-04T22:11:14.518Z] e9a5061849ea: Download complete [2020-09-04T22:11:14.518Z] d747dcd14b5f: Verifying Checksum [2020-09-04T22:11:14.518Z] d747dcd14b5f: Download complete [2020-09-04T22:11:15.498Z] 2de7ff778b66: Verifying Checksum [2020-09-04T22:11:15.498Z] 2de7ff778b66: Download complete [2020-09-04T22:11:16.513Z] 0d9ebad4ef96: Verifying Checksum [2020-09-04T22:11:16.513Z] 0d9ebad4ef96: Download complete [2020-09-04T22:11:16.807Z] ab5ef0e58194: Verifying Checksum [2020-09-04T22:11:16.807Z] ab5ef0e58194: Download complete [2020-09-04T22:11:25.460Z] ab5ef0e58194: Pull complete [2020-09-04T22:11:25.461Z] 9712f1f96733: Pull complete [2020-09-04T22:11:28.051Z] 63f879dbbcfc: Pull complete [2020-09-04T22:11:38.553Z] 0d9ebad4ef96: Pull complete [2020-09-04T22:11:38.819Z] e9a5061849ea: Pull complete [2020-09-04T22:11:39.085Z] d747dcd14b5f: Pull complete [2020-09-04T22:11:43.422Z] 2de7ff778b66: Pull complete [2020-09-04T22:11:43.422Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-04T22:11:43.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-04T22:11:43.422Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-04T22:11:43.707Z] prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container [2020-09-04T22:11:44.059Z] $ 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-04T22:11:47.192Z] $ docker top 31508ff93831f99515244426292035e1c896ec54578bef11883f1c9fe422bbea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-04T22:11:47.617Z] provisioning config files... [2020-09-04T22:11:47.655Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6558856856163871773tmp [2020-09-04T22:11:47.735Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1636185558459457177tmp [2020-09-04T22:11:47.750Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1381574880882538353tmp [Pipeline] { [Pipeline] echo [2020-09-04T22:11:47.807Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:11:48.555Z] ---> sigul-configuration.sh [2020-09-04T22:11:48.555Z] gpg: directory `/root/.gnupg' created [2020-09-04T22:11:48.555Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-04T22:11:48.555Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-04T22:11:48.556Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-04T22:11:48.556Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-04T22:11:48.556Z] gpg: CAST5 encrypted data [2020-09-04T22:11:48.817Z] gpg: encrypted with 1 passphrase [2020-09-04T22:11:48.817Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-04T22:11:49.119Z] + mkdir /home/jenkins [2020-09-04T22:11:49.119Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-04T22:11:49.424Z] + 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-04T22:11:49.435Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:11:49.743Z] ---> sigul-install.sh [2020-09-04T22:11:58.247Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-04T22:11:59.153Z] + git tag --list [2020-09-04T22:11:59.154Z] v0.1.75 [Pipeline] sh [2020-09-04T22:11:59.555Z] + lftools sign git-tag v0.1.75 [2020-09-04T22:12:01.581Z] Signing Git tag with Sigul... [2020-09-04T22:12:01.581Z] Signing v0.1.75 [Pipeline] echo [2020-09-04T22:12:02.559Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:12:03.346Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-04T22:12:03.389Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-04T22:12:03.513Z] $ docker stop --time=1 31508ff93831f99515244426292035e1c896ec54578bef11883f1c9fe422bbea [2020-09-04T22:12:05.716Z] $ docker rm -f 31508ff93831f99515244426292035e1c896ec54578bef11883f1c9fe422bbea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:12:06.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T22:12:06.547Z] . [Pipeline] withDockerContainer [2020-09-04T22:12:06.783Z] prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container [2020-09-04T22:12:06.881Z] $ 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-04T22:12:08.481Z] $ docker top b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-04T22:12:09.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T22:12:09.219Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T22:12:09.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T22:12:09.836Z] $ docker exec b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c ssh-agent [2020-09-04T22:12:10.278Z] SSH_AUTH_SOCK=/tmp/ssh-ly6lUFdfW4C9/agent.11 [2020-09-04T22:12:10.278Z] SSH_AGENT_PID=17 [2020-09-04T22:12:10.288Z] Running ssh-add (command line suppressed) [2020-09-04T22:12:10.532Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7932707262735908500.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7932707262735908500.key) [2020-09-04T22:12:10.653Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T22:12:11.391Z] + git semver bump patch [2020-09-04T22:12:11.391Z] # -> Open(): unable to determine branch for HEAD [2020-09-04T22:12:11.391Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-04T22:12:11.391Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-04T22:12:11.391Z] # $SEMVER_REMOTE_NAME = origin [2020-09-04T22:12:11.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-04T22:12:11.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-04T22:12:11.391Z] # $SEMVER_BRANCH = master [2020-09-04T22:12:11.391Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-04T22:12:11.391Z] 0.1.76 [Pipeline] } [2020-09-04T22:12:11.408Z] $ docker exec --env ******** --env ******** b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c ssh-agent -k [2020-09-04T22:12:11.692Z] unset SSH_AUTH_SOCK; [2020-09-04T22:12:11.692Z] unset SSH_AGENT_PID; [2020-09-04T22:12:11.692Z] echo Agent pid 17 killed; [2020-09-04T22:12:11.812Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-04T22:12:12.349Z] + git semver [Pipeline] } [2020-09-04T22:12:12.640Z] $ docker stop --time=1 b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c [2020-09-04T22:12:14.471Z] $ docker rm -f b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:12:15.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-04T22:12:15.061Z] . [Pipeline] withDockerContainer [2020-09-04T22:12:15.256Z] prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container [2020-09-04T22:12:15.388Z] $ 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-04T22:12:16.364Z] $ docker top 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-04T22:12:16.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-04T22:12:16.787Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-04T22:12:17.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-04T22:12:17.115Z] $ docker exec 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 ssh-agent [2020-09-04T22:12:17.388Z] SSH_AUTH_SOCK=/tmp/ssh-ZGcEf32xALzv/agent.12 [2020-09-04T22:12:17.388Z] SSH_AGENT_PID=18 [2020-09-04T22:12:17.398Z] Running ssh-add (command line suppressed) [2020-09-04T22:12:17.595Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4215445241525697140.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4215445241525697140.key) [2020-09-04T22:12:17.667Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-04T22:12:18.003Z] + git semver push [2020-09-04T22:12:18.003Z] # -> Open(): unable to determine branch for HEAD [2020-09-04T22:12:18.003Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-04T22:12:18.003Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-04T22:12:18.003Z] # $SEMVER_REMOTE_NAME = origin [2020-09-04T22:12:18.003Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-04T22:12:18.003Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-04T22:12:18.003Z] # $SEMVER_BRANCH = master [2020-09-04T22:12:18.003Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-04T22:12:24.768Z] $ docker exec --env ******** --env ******** 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 ssh-agent -k [2020-09-04T22:12:24.998Z] unset SSH_AUTH_SOCK; [2020-09-04T22:12:25.003Z] unset SSH_AGENT_PID; [2020-09-04T22:12:25.004Z] echo Agent pid 18 killed; [2020-09-04T22:12:25.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-04T22:12:25.609Z] + git semver [Pipeline] } [2020-09-04T22:12:25.641Z] $ docker stop --time=1 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 [2020-09-04T22:12:27.266Z] $ docker rm -f 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 [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-04T22:12:28.569Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:12:29.169Z] ---> package-listing.sh [2020-09-04T22:12:29.169Z] ++ facter osfamily [2020-09-04T22:12:29.169Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-04T22:12:29.448Z] + OS_FAMILY=redhat [2020-09-04T22:12:29.448Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-04T22:12:29.448Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-04T22:12:29.448Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-04T22:12:29.448Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-04T22:12:29.448Z] + PACKAGES=/tmp/packages_start.txt [2020-09-04T22:12:29.448Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-04T22:12:29.448Z] + PACKAGES=/tmp/packages_end.txt [2020-09-04T22:12:29.448Z] + case "${OS_FAMILY}" in [2020-09-04T22:12:29.448Z] + sort [2020-09-04T22:12:29.448Z] + rpm -qa [2020-09-04T22:12:33.725Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-04T22:12:33.725Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-04T22:12:33.725Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-04T22:12:33.725Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-04T22:12:33.725Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-04T22:12:33.725Z] + 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-04T22:12:34.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T22:12:34.206Z] [2020-09-04T22:12:34.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-04T22:12:34.785Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T22:12:34.785Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-04T22:12:34.785Z] df20fa9351a1: Pulling fs layer [2020-09-04T22:12:34.785Z] 36b3adc4ff6f: Pulling fs layer [2020-09-04T22:12:34.785Z] 8ad3a11d3b57: Pulling fs layer [2020-09-04T22:12:34.785Z] 46f8f816bc3b: Pulling fs layer [2020-09-04T22:12:34.785Z] 0dadc02b9964: Pulling fs layer [2020-09-04T22:12:34.785Z] ce6a7cf60c04: Pulling fs layer [2020-09-04T22:12:34.785Z] 7a184a31f384: Pulling fs layer [2020-09-04T22:12:34.785Z] 0879bd2ef858: Pulling fs layer [2020-09-04T22:12:34.785Z] ce6a7cf60c04: Waiting [2020-09-04T22:12:34.785Z] 7a184a31f384: Waiting [2020-09-04T22:12:34.785Z] 0879bd2ef858: Waiting [2020-09-04T22:12:34.785Z] 46f8f816bc3b: Waiting [2020-09-04T22:12:34.785Z] 0dadc02b9964: Waiting [2020-09-04T22:12:34.785Z] 36b3adc4ff6f: Verifying Checksum [2020-09-04T22:12:34.785Z] 36b3adc4ff6f: Download complete [2020-09-04T22:12:34.785Z] 46f8f816bc3b: Verifying Checksum [2020-09-04T22:12:34.785Z] 46f8f816bc3b: Download complete [2020-09-04T22:12:34.785Z] df20fa9351a1: Download complete [2020-09-04T22:12:34.785Z] ce6a7cf60c04: Verifying Checksum [2020-09-04T22:12:34.785Z] ce6a7cf60c04: Download complete [2020-09-04T22:12:35.052Z] 7a184a31f384: Verifying Checksum [2020-09-04T22:12:35.052Z] 7a184a31f384: Download complete [2020-09-04T22:12:35.052Z] 0dadc02b9964: Verifying Checksum [2020-09-04T22:12:35.052Z] 0dadc02b9964: Download complete [2020-09-04T22:12:35.052Z] 8ad3a11d3b57: Verifying Checksum [2020-09-04T22:12:35.052Z] 8ad3a11d3b57: Download complete [2020-09-04T22:12:35.323Z] df20fa9351a1: Pull complete [2020-09-04T22:12:35.614Z] 36b3adc4ff6f: Pull complete [2020-09-04T22:12:35.881Z] 0879bd2ef858: Download complete [2020-09-04T22:12:36.491Z] 8ad3a11d3b57: Pull complete [2020-09-04T22:12:36.769Z] 46f8f816bc3b: Pull complete [2020-09-04T22:12:37.351Z] 0dadc02b9964: Pull complete [2020-09-04T22:12:37.351Z] ce6a7cf60c04: Pull complete [2020-09-04T22:12:37.615Z] 7a184a31f384: Pull complete [2020-09-04T22:12:41.003Z] 0879bd2ef858: Pull complete [2020-09-04T22:12:41.003Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-04T22:12:41.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-04T22:12:41.003Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-04T22:12:41.327Z] prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container [2020-09-04T22:12:41.406Z] $ 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-04T22:12:44.476Z] $ docker top ce3729a3924940b3e74d2196d0c4a6b9b2afcb84c3f2b55f9691e20309e0cbcf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-04T22:12:45.123Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-04T22:12:45.489Z] + ls /var/log/sa-host [2020-09-04T22:12:45.489Z] + sadf -c /var/log/sa-host/sa04 [2020-09-04T22:12:45.489Z] file_magic: OK [2020-09-04T22:12:45.489Z] HZ: Using current value: 100 [2020-09-04T22:12:45.489Z] file_header: OK [2020-09-04T22:12:45.489Z] 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-04T22:12:45.489Z] Statistics: [2020-09-04T22:12:45.489Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-04T22:12:45.489Z] File successfully converted to sysstat format version 12.2.1 [2020-09-04T22:12:45.489Z] + sadf -c /var/log/sa-host/sa05 [2020-09-04T22:12:45.489Z] file_magic: OK [2020-09-04T22:12:45.489Z] HZ: Using current value: 100 [2020-09-04T22:12:45.489Z] file_header: OK [2020-09-04T22:12:45.489Z] 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-04T22:12:45.489Z] Statistics: [2020-09-04T22:12:45.489Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-04T22:12:45.489Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-04T22:12:45.549Z] provisioning config files... [2020-09-04T22:12:45.570Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5198706828595942408tmp [Pipeline] { [Pipeline] echo [2020-09-04T22:12:45.638Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:12:45.962Z] ---> create-netrc.sh [Pipeline] echo [2020-09-04T22:12:45.975Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-04T22:12:46.323Z] ---> logs-deploy.sh [2020-09-04T22:12:46.323Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/41 [2020-09-04T22:12:46.323Z] INFO: archiving workspace using pattern(s): [2020-09-04T22:12:48.257Z] Archives upload complete. [2020-09-04T22:12:48.257Z] INFO: archiving logs to Nexus