Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2af1e7b8e68457e5f914e68515256b56f5e75c7c 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1936 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 Fetching 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 > 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 Checking out Revision 2af1e7b8e68457e5f914e68515256b56f5e75c7c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 Commit message: "Merge pull request #281 from lenny-intel/metrics" > git rev-list --no-walk 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-09T09:59:24.776Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-09T09:59:25.046Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-09T09:59:25.126Z] ========================================================= [2020-09-09T09:59:25.126Z] EdgeX Global Pipelines Version Info [2020-09-09T09:59:25.126Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-09T09:59:26.536Z] ------------------- [2020-09-09T09:59:26.536Z] stable info: [2020-09-09T09:59:26.536Z] ------------------- [2020-09-09T09:59:26.536Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-09T09:59:26.536Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-09T09:59:26.536Z] Message: update stable to v1.0.119 [2020-09-09T09:59:27.480Z] ------------------- [2020-09-09T09:59:27.480Z] experimental info: [2020-09-09T09:59:27.480Z] ------------------- [2020-09-09T09:59:27.480Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-09T09:59:27.480Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-09T09:59:27.480Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-09T09:59:27.769Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-09T09:59:27.853Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-09T09:59:27.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-09T09:59:28.004Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-09T09:59:28.086Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-09T09:59:28.173Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-09T09:59:28.248Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-09T09:59:28.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-09T09:59:28.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-09T09:59:28.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-09T09:59:28.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-09T09:59:28.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-09T09:59:28.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-09T09:59:28.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-09T09:59:28.873Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T09:59:28.955Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T09:59:29.029Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T09:59:29.134Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T09:59:29.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-09T09:59:29.298Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-09T09:59:29.374Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-09T09:59:29.449Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-09T09:59:29.524Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-09T09:59:29.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-09T09:59:29.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-09T09:59:29.758Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2af1e7b8e68457e5f914e68515256b56f5e75c7c [Pipeline] echo [2020-09-09T09:59:29.836Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2af1e7b [Pipeline] echo [2020-09-09T09:59:29.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T09:59:30.777Z] + git log --format=format:%s -1 2af1e7b8e68457e5f914e68515256b56f5e75c7c [Pipeline] echo [2020-09-09T09:59:30.834Z] GIT_COMMIT: 2af1e7b8e68457e5f914e68515256b56f5e75c7c, Commit Message: Merge pull request #281 from lenny-intel/metrics [Pipeline] echo [2020-09-09T09:59:30.874Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-09T09:59:31.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T09:59:32.015Z] [2020-09-09T09:59:32.015Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T09:59:32.355Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T09:59:32.356Z] latest: Pulling from edgex-devops/git-semver [2020-09-09T09:59:32.356Z] 31603596830f: Pulling fs layer [2020-09-09T09:59:32.356Z] 2a8b12db71e7: Pulling fs layer [2020-09-09T09:59:32.356Z] 6ca5941a6612: Pulling fs layer [2020-09-09T09:59:32.356Z] ecc8261a40a4: Pulling fs layer [2020-09-09T09:59:32.356Z] ecc8261a40a4: Waiting [2020-09-09T09:59:32.356Z] 2a8b12db71e7: Verifying Checksum [2020-09-09T09:59:32.356Z] 2a8b12db71e7: Download complete [2020-09-09T09:59:32.356Z] 31603596830f: Verifying Checksum [2020-09-09T09:59:32.356Z] 31603596830f: Download complete [2020-09-09T09:59:32.618Z] ecc8261a40a4: Verifying Checksum [2020-09-09T09:59:32.618Z] ecc8261a40a4: Download complete [2020-09-09T09:59:32.618Z] 6ca5941a6612: Verifying Checksum [2020-09-09T09:59:32.618Z] 6ca5941a6612: Download complete [2020-09-09T09:59:32.879Z] 31603596830f: Pull complete [2020-09-09T09:59:33.143Z] 2a8b12db71e7: Pull complete [2020-09-09T09:59:34.086Z] 6ca5941a6612: Pull complete [2020-09-09T09:59:34.347Z] ecc8261a40a4: Pull complete [2020-09-09T09:59:34.347Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-09T09:59:34.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T09:59:34.347Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-09T09:59:34.496Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2020-09-09T09:59:34.546Z] $ 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-09T09:59:36.833Z] $ docker top 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T09:59:37.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T09:59:37.120Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T09:59:37.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T09:59:37.333Z] $ docker exec 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent [2020-09-09T09:59:37.503Z] SSH_AUTH_SOCK=/tmp/ssh-8Rhpx7DddAqV/agent.12 [2020-09-09T09:59:37.503Z] SSH_AGENT_PID=17 [2020-09-09T09:59:37.515Z] Running ssh-add (command line suppressed) [2020-09-09T09:59:37.647Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3971685138500365350.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3971685138500365350.key) [2020-09-09T09:59:37.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T09:59:38.127Z] + git describe --exact-match --tags HEAD [2020-09-09T09:59:38.127Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-09T09:59:38.156Z] $ docker exec --env ******** --env ******** 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent -k [2020-09-09T09:59:38.273Z] unset SSH_AUTH_SOCK; [2020-09-09T09:59:38.274Z] unset SSH_AGENT_PID; [2020-09-09T09:59:38.274Z] echo Agent pid 17 killed; [2020-09-09T09:59:38.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-09T09:59:38.393Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-09T09:59:38.393Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-09T09:59:38.480Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T09:59:38.480Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T09:59:38.645Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T09:59:38.651Z] $ docker exec 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent [2020-09-09T09:59:38.805Z] SSH_AUTH_SOCK=/tmp/ssh-0oGBcPjEwrP3/agent.46 [2020-09-09T09:59:38.805Z] SSH_AGENT_PID=51 [2020-09-09T09:59:38.812Z] Running ssh-add (command line suppressed) [2020-09-09T09:59:38.930Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5671580022114400620.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5671580022114400620.key) [2020-09-09T09:59:38.974Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T09:59:39.296Z] + git semver init [2020-09-09T09:59:39.296Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T09:59:39.296Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T09:59:39.296Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T09:59:39.296Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T09:59:39.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T09:59:39.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T09:59:39.296Z] # $SEMVER_BRANCH = master [2020-09-09T09:59:39.296Z] # $SEMVER_TEMP = /tmp/semver-217941819 [2020-09-09T09:59:39.296Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-09T09:59:39.872Z] # '/tmp/semver-217941819' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-09T09:59:39.872Z] # -> Force: false [2020-09-09T09:59:39.872Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-09T09:59:39.886Z] $ docker exec --env ******** --env ******** 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d ssh-agent -k [2020-09-09T09:59:40.007Z] unset SSH_AUTH_SOCK; [2020-09-09T09:59:40.007Z] unset SSH_AGENT_PID; [2020-09-09T09:59:40.007Z] echo Agent pid 51 killed; [2020-09-09T09:59:40.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T09:59:40.521Z] + git semver [Pipeline] } [2020-09-09T09:59:40.539Z] $ docker stop --time=1 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d [2020-09-09T09:59:42.357Z] $ docker rm -f 9d4d098b71e982155973f4f9eef11cb8ede12baa53532c30717a21fc6742209d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-09T09:59:43.126Z] Stashed 87 file(s) [Pipeline] echo [2020-09-09T09:59:43.129Z] [edgeXSemver]: initialized semver on version 0.1.76 [Pipeline] echo [2020-09-09T09:59:43.206Z] Archived original version: [0.1.76] [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-09T09:59:58.585Z] Still waiting to schedule task [2020-09-09T09:59:58.585Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-09T09:59:58.589Z] Still waiting to schedule task [2020-09-09T09:59:58.589Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-09T10:02:39.923Z] Running on prd-centos7-docker-4c-2g-1938 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-09T10:02:39.971Z] Running in /w/workspace/go-mod-core-contracts/42 [Pipeline] { [Pipeline] checkout [2020-09-09T10:02:42.241Z] using credential edgex-jenkins-ssh [2020-09-09T10:02:42.293Z] Cloning the remote Git repository [2020-09-09T10:02:42.293Z] Cloning with configured refspecs honoured and without tags [2020-09-09T10:02:42.326Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T10:02:42.393Z] > git init /w/workspace/go-mod-core-contracts/42 # timeout=10 [2020-09-09T10:02:43.114Z] Fetching without tags [2020-09-09T10:02:43.512Z] Checking out Revision 2af1e7b8e68457e5f914e68515256b56f5e75c7c (master) [2020-09-09T10:02:42.442Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T10:02:42.442Z] > git --version # timeout=10 [2020-09-09T10:02:42.452Z] > git --version # 'git version 2.16.5' [2020-09-09T10:02:42.453Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T10:02:42.508Z] > 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-09T10:02:43.089Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T10:02:43.096Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T10:02:43.108Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T10:02:43.120Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T10:02:43.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T10:02:43.124Z] > 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-09T10:02:43.526Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T10:02:43.533Z] > git checkout -f 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 [2020-09-09T10:02:47.191Z] Commit message: "Merge pull request #281 from lenny-intel/metrics" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T10:02:47.999Z] ========================================================= [2020-09-09T10:02:47.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-09T10:02:47.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:02:48.656Z] + 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-09T10:02:48.917Z] Sending build context to Docker daemon 2.171MB [2020-09-09T10:02:48.917Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-09T10:02:48.917Z] Step 2/7 : FROM ${BASE} [2020-09-09T10:02:49.181Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-09T10:02:49.181Z] df20fa9351a1: Pulling fs layer [2020-09-09T10:02:49.181Z] ed8968b2872e: Pulling fs layer [2020-09-09T10:02:49.181Z] a92cc7c5fd73: Pulling fs layer [2020-09-09T10:02:49.181Z] 2dd03ba5bac4: Pulling fs layer [2020-09-09T10:02:49.181Z] 1e091d79d1de: Pulling fs layer [2020-09-09T10:02:49.181Z] 481702a1767f: Pulling fs layer [2020-09-09T10:02:49.181Z] f64a6f60c768: Pulling fs layer [2020-09-09T10:02:49.181Z] e78d2573fc39: Pulling fs layer [2020-09-09T10:02:49.181Z] e876d2f968b6: Pulling fs layer [2020-09-09T10:02:49.181Z] ce8a83651883: Pulling fs layer [2020-09-09T10:02:49.181Z] 07967f4d0e4b: Pulling fs layer [2020-09-09T10:02:49.181Z] 2dd03ba5bac4: Waiting [2020-09-09T10:02:49.181Z] 1e091d79d1de: Waiting [2020-09-09T10:02:49.181Z] 481702a1767f: Waiting [2020-09-09T10:02:49.181Z] f64a6f60c768: Waiting [2020-09-09T10:02:49.181Z] e78d2573fc39: Waiting [2020-09-09T10:02:49.181Z] e876d2f968b6: Waiting [2020-09-09T10:02:49.181Z] ce8a83651883: Waiting [2020-09-09T10:02:49.181Z] 07967f4d0e4b: Waiting [2020-09-09T10:02:49.181Z] a92cc7c5fd73: Verifying Checksum [2020-09-09T10:02:49.181Z] a92cc7c5fd73: Download complete [2020-09-09T10:02:49.181Z] ed8968b2872e: Verifying Checksum [2020-09-09T10:02:49.181Z] 1e091d79d1de: Verifying Checksum [2020-09-09T10:02:49.181Z] 1e091d79d1de: Download complete [2020-09-09T10:02:49.181Z] 481702a1767f: Verifying Checksum [2020-09-09T10:02:49.181Z] 481702a1767f: Download complete [2020-09-09T10:02:49.181Z] df20fa9351a1: Verifying Checksum [2020-09-09T10:02:49.181Z] df20fa9351a1: Download complete [2020-09-09T10:02:49.446Z] df20fa9351a1: Pull complete [2020-09-09T10:02:49.709Z] ed8968b2872e: Pull complete [2020-09-09T10:02:49.971Z] a92cc7c5fd73: Pull complete [2020-09-09T10:02:51.902Z] f64a6f60c768: Verifying Checksum [2020-09-09T10:02:51.902Z] f64a6f60c768: Download complete [2020-09-09T10:02:51.902Z] e876d2f968b6: Verifying Checksum [2020-09-09T10:02:51.902Z] e876d2f968b6: Download complete [2020-09-09T10:02:53.306Z] e78d2573fc39: Verifying Checksum [2020-09-09T10:02:53.306Z] e78d2573fc39: Download complete [2020-09-09T10:02:53.306Z] ce8a83651883: Verifying Checksum [2020-09-09T10:02:53.306Z] ce8a83651883: Download complete [2020-09-09T10:02:53.306Z] 07967f4d0e4b: Verifying Checksum [2020-09-09T10:02:53.306Z] 07967f4d0e4b: Download complete [2020-09-09T10:02:53.882Z] 2dd03ba5bac4: Verifying Checksum [2020-09-09T10:02:53.882Z] 2dd03ba5bac4: Download complete [2020-09-09T10:02:59.248Z] 2dd03ba5bac4: Pull complete [2020-09-09T10:02:59.512Z] 1e091d79d1de: Pull complete [2020-09-09T10:02:59.512Z] 481702a1767f: Pull complete [2020-09-09T10:03:07.697Z] f64a6f60c768: Pull complete [2020-09-09T10:03:11.035Z] e78d2573fc39: Pull complete [2020-09-09T10:03:11.298Z] e876d2f968b6: Pull complete [2020-09-09T10:03:13.220Z] ce8a83651883: Pull complete [2020-09-09T10:03:13.220Z] 07967f4d0e4b: Pull complete [2020-09-09T10:03:13.220Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-09T10:03:13.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-09T10:03:13.220Z] ---> 5d7c900382c6 [2020-09-09T10:03:13.220Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-09T10:03:13.792Z] ---> Running in 91d8c49828a2 [2020-09-09T10:03:14.058Z] Removing intermediate container 91d8c49828a2 [2020-09-09T10:03:14.058Z] ---> 62289730aa1a [2020-09-09T10:03:14.058Z] Step 4/7 : RUN apk add bash [2020-09-09T10:03:14.058Z] ---> Running in a3cfba5dc86c [2020-09-09T10:03:15.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T10:03:15.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T10:03:16.526Z] OK: 166 MiB in 39 packages [2020-09-09T10:03:16.730Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1937 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [2020-09-09T10:03:16.788Z] Removing intermediate container a3cfba5dc86c [2020-09-09T10:03:16.788Z] ---> 0a99fd8c787d [2020-09-09T10:03:16.788Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [Pipeline] ws [2020-09-09T10:03:16.791Z] Running in /w/workspace/go-mod-core-contracts/42 [Pipeline] { [Pipeline] checkout [2020-09-09T10:03:17.054Z] ---> Running in cef7c98ed8e3 [2020-09-09T10:03:17.054Z] Removing intermediate container cef7c98ed8e3 [2020-09-09T10:03:17.054Z] ---> 19c161e5c2b3 [2020-09-09T10:03:17.054Z] Step 6/7 : COPY go.mod . [2020-09-09T10:03:17.317Z] ---> 2088446d8073 [2020-09-09T10:03:17.317Z] Step 7/7 : RUN go mod download [2020-09-09T10:03:17.317Z] ---> Running in 6bcead470b31 [2020-09-09T10:03:18.706Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-09T10:03:18.706Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T10:03:18.706Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T10:03:18.706Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T10:03:18.706Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T10:03:18.706Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T10:03:18.706Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T10:03:18.706Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T10:03:18.706Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T10:03:18.972Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T10:03:18.972Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T10:03:18.972Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T10:03:18.972Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T10:03:18.972Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T10:03:18.972Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T10:03:18.972Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T10:03:18.972Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T10:03:18.972Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T10:03:18.972Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T10:03:18.972Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T10:03:21.744Z] using credential edgex-jenkins-ssh [2020-09-09T10:03:21.801Z] Cloning the remote Git repository [2020-09-09T10:03:21.801Z] Cloning with configured refspecs honoured and without tags [2020-09-09T10:03:21.880Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T10:03:21.985Z] > git init /w/workspace/go-mod-core-contracts/42 # timeout=10 [2020-09-09T10:03:22.043Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T10:03:22.044Z] > git --version # timeout=10 [2020-09-09T10:03:23.013Z] Fetching without tags [2020-09-09T10:03:22.068Z] > git --version # 'git version 2.17.1' [2020-09-09T10:03:22.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T10:03:22.118Z] > 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-09T10:03:22.951Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T10:03:22.978Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T10:03:23.006Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T10:03:23.038Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T10:03:23.039Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T10:03:23.050Z] > 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-09T10:03:23.502Z] Checking out Revision 2af1e7b8e68457e5f914e68515256b56f5e75c7c (master) [2020-09-09T10:03:23.534Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T10:03:23.556Z] > git checkout -f 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 [2020-09-09T10:03:27.137Z] Removing intermediate container 6bcead470b31 [2020-09-09T10:03:27.137Z] ---> b4b078100a2e [2020-09-09T10:03:27.137Z] Successfully built b4b078100a2e [2020-09-09T10:03:27.137Z] 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] } [2020-09-09T10:03:28.191Z] Commit message: "Merge pull request #281 from lenny-intel/metrics" [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T10:03:29.379Z] ========================================================= [2020-09-09T10:03:29.380Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-09T10:03:29.380Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:03:30.540Z] + 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-09T10:03:31.526Z] Sending build context to Docker daemon 2.171MB [2020-09-09T10:03:31.526Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-09T10:03:31.526Z] Step 2/7 : FROM ${BASE} [2020-09-09T10:03:31.803Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-09T10:03:31.803Z] b538f80385f9: Pulling fs layer [2020-09-09T10:03:31.803Z] 74f711af9a0d: Pulling fs layer [2020-09-09T10:03:31.803Z] 99f96fe45779: Pulling fs layer [2020-09-09T10:03:31.803Z] fd7a069fd194: Pulling fs layer [2020-09-09T10:03:31.803Z] 66aa3694b03b: Pulling fs layer [2020-09-09T10:03:31.803Z] 170f70906a0f: Pulling fs layer [2020-09-09T10:03:31.803Z] ad7c5574e4b9: Pulling fs layer [2020-09-09T10:03:31.803Z] e772456be8f7: Pulling fs layer [2020-09-09T10:03:31.803Z] c890913d741a: Pulling fs layer [2020-09-09T10:03:31.803Z] 2480fcc9aa5a: Pulling fs layer [2020-09-09T10:03:31.803Z] 09adf4765672: Pulling fs layer [2020-09-09T10:03:31.803Z] fd7a069fd194: Waiting [2020-09-09T10:03:31.803Z] 66aa3694b03b: Waiting [2020-09-09T10:03:31.803Z] 170f70906a0f: Waiting [2020-09-09T10:03:31.803Z] ad7c5574e4b9: Waiting [2020-09-09T10:03:31.803Z] e772456be8f7: Waiting [2020-09-09T10:03:31.803Z] c890913d741a: Waiting [2020-09-09T10:03:31.803Z] 2480fcc9aa5a: Waiting [2020-09-09T10:03:31.803Z] 09adf4765672: Waiting [2020-09-09T10:03:31.803Z] 99f96fe45779: Verifying Checksum [2020-09-09T10:03:31.803Z] 99f96fe45779: Download complete [2020-09-09T10:03:32.086Z] 74f711af9a0d: Verifying Checksum [2020-09-09T10:03:32.086Z] 74f711af9a0d: Download complete [2020-09-09T10:03:32.086Z] 66aa3694b03b: Download complete [2020-09-09T10:03:32.086Z] 170f70906a0f: Verifying Checksum [2020-09-09T10:03:32.086Z] 170f70906a0f: Download complete [2020-09-09T10:03:32.086Z] b538f80385f9: Verifying Checksum [2020-09-09T10:03:32.687Z] b538f80385f9: Pull complete [2020-09-09T10:03:33.288Z] 74f711af9a0d: Pull complete [2020-09-09T10:03:33.893Z] 99f96fe45779: Pull complete [2020-09-09T10:03:34.883Z] ad7c5574e4b9: Verifying Checksum [2020-09-09T10:03:34.883Z] ad7c5574e4b9: Download complete [2020-09-09T10:03:34.883Z] c890913d741a: Verifying Checksum [2020-09-09T10:03:34.883Z] c890913d741a: Download complete [2020-09-09T10:03:36.329Z] 2480fcc9aa5a: Verifying Checksum [2020-09-09T10:03:36.329Z] 2480fcc9aa5a: Download complete [2020-09-09T10:03:36.605Z] 09adf4765672: Verifying Checksum [2020-09-09T10:03:36.605Z] 09adf4765672: Download complete [2020-09-09T10:03:36.605Z] e772456be8f7: Verifying Checksum [2020-09-09T10:03:36.605Z] e772456be8f7: Download complete [2020-09-09T10:03:38.044Z] fd7a069fd194: Verifying Checksum [2020-09-09T10:03:38.044Z] fd7a069fd194: Download complete [2020-09-09T10:03:50.445Z] fd7a069fd194: Pull complete [2020-09-09T10:03:50.445Z] 66aa3694b03b: Pull complete [2020-09-09T10:03:50.445Z] 170f70906a0f: Pull complete [2020-09-09T10:03:53.836Z] ad7c5574e4b9: Pull complete [2020-09-09T10:03:58.151Z] e772456be8f7: Pull complete [2020-09-09T10:03:58.426Z] c890913d741a: Pull complete [2020-09-09T10:04:01.079Z] 2480fcc9aa5a: Pull complete [2020-09-09T10:04:01.354Z] 09adf4765672: Pull complete [2020-09-09T10:04:01.354Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-09T10:04:01.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-09T10:04:01.354Z] ---> 2248a725d1cf [2020-09-09T10:04:01.354Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-09T10:04:05.658Z] ---> Running in a693aaa7d6a7 [2020-09-09T10:04:06.264Z] Removing intermediate container a693aaa7d6a7 [2020-09-09T10:04:06.264Z] ---> b83a05e30523 [2020-09-09T10:04:06.264Z] Step 4/7 : RUN apk add bash [2020-09-09T10:04:06.264Z] ---> Running in 5a0968a20c51 [2020-09-09T10:04:07.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T10:04:08.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T10:04:09.638Z] OK: 142 MiB in 39 packages [2020-09-09T10:04:10.621Z] Removing intermediate container 5a0968a20c51 [2020-09-09T10:04:10.621Z] ---> ac9ada5ef0c6 [2020-09-09T10:04:10.621Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-09T10:04:10.893Z] ---> Running in bfe64a69f7a0 [2020-09-09T10:04:11.493Z] Removing intermediate container bfe64a69f7a0 [2020-09-09T10:04:11.493Z] ---> fbf5005ae75e [2020-09-09T10:04:11.493Z] Step 6/7 : COPY go.mod . [2020-09-09T10:04:12.098Z] ---> 36f7d4a8b272 [2020-09-09T10:04:12.098Z] Step 7/7 : RUN go mod download [2020-09-09T10:04:12.098Z] ---> Running in 398f55c95b91 [2020-09-09T10:04:14.711Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-09T10:04:14.711Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T10:04:14.711Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T10:04:14.711Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T10:04:14.711Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T10:04:14.711Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T10:04:14.711Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T10:04:14.711Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T10:04:14.711Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T10:04:14.711Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T10:04:14.711Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T10:04:14.711Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T10:04:14.711Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T10:04:14.711Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T10:04:14.711Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T10:04:14.711Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T10:04:14.711Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T10:04:14.991Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T10:04:14.991Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T10:04:14.991Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T10:04:27.407Z] Removing intermediate container 398f55c95b91 [2020-09-09T10:04:27.407Z] ---> 414c45735cdc [2020-09-09T10:04:27.407Z] Successfully built 414c45735cdc [2020-09-09T10:04:27.407Z] 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-09T10:04:29.473Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-09T10:04:29.474Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-09T10:04:29.523Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:04:29.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T10:04:29.877Z] [2020-09-09T10:04:29.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:04:30.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T10:04:30.226Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-09T10:04:30.226Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-09T10:04:30.226Z] 408f87550127: Pulling fs layer [2020-09-09T10:04:30.226Z] fe522b08c979: Pulling fs layer [2020-09-09T10:04:30.226Z] 221eaa008020: Pulling fs layer [2020-09-09T10:04:30.226Z] 2a4607e5d6b9: Pulling fs layer [2020-09-09T10:04:30.226Z] 8f79b27c4fd2: Pulling fs layer [2020-09-09T10:04:30.226Z] e5c8dbe1645b: Pulling fs layer [2020-09-09T10:04:30.226Z] 23e8b3b47431: Pulling fs layer [2020-09-09T10:04:30.226Z] 5c568d65a230: Pulling fs layer [2020-09-09T10:04:30.226Z] 221eaa008020: Waiting [2020-09-09T10:04:30.226Z] 2a4607e5d6b9: Waiting [2020-09-09T10:04:30.226Z] 8f79b27c4fd2: Waiting [2020-09-09T10:04:30.226Z] e5c8dbe1645b: Waiting [2020-09-09T10:04:30.226Z] 23e8b3b47431: Waiting [2020-09-09T10:04:30.226Z] 5c568d65a230: Waiting [2020-09-09T10:04:30.226Z] fe522b08c979: Download complete [2020-09-09T10:04:30.226Z] 408f87550127: Download complete [2020-09-09T10:04:30.226Z] 2a4607e5d6b9: Verifying Checksum [2020-09-09T10:04:30.226Z] 2a4607e5d6b9: Download complete [2020-09-09T10:04:30.226Z] 8f79b27c4fd2: Verifying Checksum [2020-09-09T10:04:30.226Z] 8f79b27c4fd2: Download complete [2020-09-09T10:04:30.226Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-09T10:04:30.226Z] cbdbe7a5bc2a: Download complete [2020-09-09T10:04:30.802Z] cbdbe7a5bc2a: Pull complete [2020-09-09T10:04:30.802Z] 408f87550127: Pull complete [2020-09-09T10:04:31.064Z] e5c8dbe1645b: Verifying Checksum [2020-09-09T10:04:31.064Z] e5c8dbe1645b: Download complete [2020-09-09T10:04:31.064Z] fe522b08c979: Pull complete [2020-09-09T10:04:32.459Z] 23e8b3b47431: Verifying Checksum [2020-09-09T10:04:32.459Z] 23e8b3b47431: Download complete [2020-09-09T10:04:32.459Z] 5c568d65a230: Verifying Checksum [2020-09-09T10:04:32.459Z] 5c568d65a230: Download complete [2020-09-09T10:04:33.856Z] 221eaa008020: Download complete [2020-09-09T10:04:39.178Z] 221eaa008020: Pull complete [2020-09-09T10:04:39.178Z] 2a4607e5d6b9: Pull complete [2020-09-09T10:04:39.178Z] 8f79b27c4fd2: Pull complete [2020-09-09T10:04:41.114Z] e5c8dbe1645b: Pull complete [2020-09-09T10:04:44.451Z] 23e8b3b47431: Pull complete [2020-09-09T10:04:45.863Z] 5c568d65a230: Pull complete [2020-09-09T10:04:45.863Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-09T10:04:45.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T10:04:45.863Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-09T10:04:46.068Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2020-09-09T10:04:46.118Z] $ 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-09T10:04:47.511Z] $ docker top 23109193728f8e18bf3491c538bf83bb8fdb4a572bfe70e1839fcd19984a9399 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T10:04:48.034Z] + snyk monitor '--org=edgex-jenkins' [2020-09-09T10:04:58.071Z] [2020-09-09T10:04:58.071Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-09T10:04:58.071Z] [2020-09-09T10:04:58.071Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/a44daad3-b228-40a9-8764-2973c9c646ab [2020-09-09T10:04:58.071Z] [2020-09-09T10:04:58.071Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-09T10:04:58.071Z] [2020-09-09T10:04:58.071Z] [2020-09-09T10:04:58.071Z] Snyk CLI supports Node.js 8 and higher. [2020-09-09T10:04:58.071Z] 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-09T10:04:58.071Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-09T10:04:58.071Z] [2020-09-09T10:04:58.071Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-09T10:04:58.071Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-09T10:04:58.086Z] $ docker stop --time=1 23109193728f8e18bf3491c538bf83bb8fdb4a572bfe70e1839fcd19984a9399 [2020-09-09T10:05:00.723Z] $ docker rm -f 23109193728f8e18bf3491c538bf83bb8fdb4a572bfe70e1839fcd19984a9399 [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-09T10:05:02.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T10:05:02.368Z] . [Pipeline] withDockerContainer [2020-09-09T10:05:02.463Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2020-09-09T10:05:02.507Z] $ 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-09T10:05:03.252Z] $ docker top 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T10:05:03.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T10:05:03.521Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T10:05:03.754Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T10:05:03.760Z] $ docker exec 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 ssh-agent [2020-09-09T10:05:03.928Z] SSH_AUTH_SOCK=/tmp/ssh-IySb9bkAS4pn/agent.11 [2020-09-09T10:05:03.928Z] SSH_AGENT_PID=17 [2020-09-09T10:05:03.935Z] Running ssh-add (command line suppressed) [2020-09-09T10:05:04.060Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4017061226580030473.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4017061226580030473.key) [2020-09-09T10:05:04.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T10:05:04.453Z] + git semver tag [2020-09-09T10:05:04.453Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T10:05:04.453Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T10:05:04.453Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T10:05:04.453Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T10:05:04.453Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T10:05:04.453Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T10:05:04.453Z] # $SEMVER_BRANCH = master [2020-09-09T10:05:04.453Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-09T10:05:04.453Z] # 2af1e7b8e68457e5f914e68515256b56f5e75c7c HEAD [2020-09-09T10:05:04.453Z] # -> Force: false [2020-09-09T10:05:04.453Z] # 4e6b54ceed29cff38259aebaa888c41ef007c4d7 refs/tags/v0.1.76 [Pipeline] } [2020-09-09T10:05:04.470Z] $ docker exec --env ******** --env ******** 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 ssh-agent -k [2020-09-09T10:05:04.586Z] unset SSH_AUTH_SOCK; [2020-09-09T10:05:04.586Z] unset SSH_AGENT_PID; [2020-09-09T10:05:04.586Z] echo Agent pid 17 killed; [2020-09-09T10:05:04.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T10:05:05.063Z] + git semver [Pipeline] } [2020-09-09T10:05:05.079Z] $ docker stop --time=1 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 [2020-09-09T10:05:06.405Z] $ docker rm -f 22077aa440303b1148f11761a2350a8fac59ea8bbc2f92054b9c7229128a9a31 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:05:06.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T10:05:06.998Z] [2020-09-09T10:05:06.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:05:07.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T10:05:07.337Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-09T10:05:07.337Z] ab5ef0e58194: Pulling fs layer [2020-09-09T10:05:07.337Z] 9712f1f96733: Pulling fs layer [2020-09-09T10:05:07.337Z] 63f879dbbcfc: Pulling fs layer [2020-09-09T10:05:07.337Z] 0d9ebad4ef96: Pulling fs layer [2020-09-09T10:05:07.337Z] e9a5061849ea: Pulling fs layer [2020-09-09T10:05:07.337Z] d747dcd14b5f: Pulling fs layer [2020-09-09T10:05:07.337Z] 2de7ff778b66: Pulling fs layer [2020-09-09T10:05:07.337Z] e9a5061849ea: Waiting [2020-09-09T10:05:07.337Z] d747dcd14b5f: Waiting [2020-09-09T10:05:07.337Z] 2de7ff778b66: Waiting [2020-09-09T10:05:07.337Z] 0d9ebad4ef96: Waiting [2020-09-09T10:05:07.337Z] 9712f1f96733: Verifying Checksum [2020-09-09T10:05:07.337Z] 9712f1f96733: Download complete [2020-09-09T10:05:09.262Z] 63f879dbbcfc: Verifying Checksum [2020-09-09T10:05:09.262Z] 63f879dbbcfc: Download complete [2020-09-09T10:05:09.835Z] e9a5061849ea: Verifying Checksum [2020-09-09T10:05:09.835Z] e9a5061849ea: Download complete [2020-09-09T10:05:09.835Z] 0d9ebad4ef96: Verifying Checksum [2020-09-09T10:05:09.835Z] 0d9ebad4ef96: Download complete [2020-09-09T10:05:09.835Z] d747dcd14b5f: Verifying Checksum [2020-09-09T10:05:09.835Z] d747dcd14b5f: Download complete [2020-09-09T10:05:10.413Z] 2de7ff778b66: Verifying Checksum [2020-09-09T10:05:10.413Z] 2de7ff778b66: Download complete [2020-09-09T10:05:10.413Z] ab5ef0e58194: Verifying Checksum [2020-09-09T10:05:10.413Z] ab5ef0e58194: Download complete [2020-09-09T10:05:14.647Z] ab5ef0e58194: Pull complete [2020-09-09T10:05:14.647Z] 9712f1f96733: Pull complete [2020-09-09T10:05:17.199Z] 63f879dbbcfc: Pull complete [2020-09-09T10:05:22.534Z] 0d9ebad4ef96: Pull complete [2020-09-09T10:05:24.453Z] e9a5061849ea: Pull complete [2020-09-09T10:05:24.453Z] d747dcd14b5f: Pull complete [2020-09-09T10:05:28.669Z] 2de7ff778b66: Pull complete [2020-09-09T10:05:28.669Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-09T10:05:28.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T10:05:28.669Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-09T10:05:28.859Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2020-09-09T10:05:29.006Z] $ 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-09T10:05:32.424Z] $ docker top 7d77f9b0837210f51641f381e1194ca4f52a43726e78e49d4daac32f4a76c99d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-09T10:05:32.741Z] provisioning config files... [2020-09-09T10:05:32.764Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3694274107528213985tmp [2020-09-09T10:05:32.829Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4083326296319394639tmp [2020-09-09T10:05:32.844Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1525873759911679671tmp [Pipeline] { [Pipeline] echo [2020-09-09T10:05:32.899Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T10:05:33.198Z] ---> sigul-configuration.sh [2020-09-09T10:05:33.198Z] gpg: directory `/root/.gnupg' created [2020-09-09T10:05:33.198Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-09T10:05:33.198Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-09T10:05:33.198Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-09T10:05:33.198Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-09T10:05:33.198Z] gpg: CAST5 encrypted data [2020-09-09T10:05:33.459Z] gpg: encrypted with 1 passphrase [2020-09-09T10:05:33.459Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-09T10:05:33.759Z] + mkdir /home/jenkins [2020-09-09T10:05:33.759Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-09T10:05:34.057Z] + 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-09T10:05:34.067Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T10:05:34.361Z] ---> sigul-install.sh [2020-09-09T10:05:40.959Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-09T10:05:41.254Z] + git tag --list [2020-09-09T10:05:41.255Z] v0.1.76 [Pipeline] sh [2020-09-09T10:05:41.551Z] + lftools sign git-tag v0.1.76 [2020-09-09T10:05:42.940Z] Signing Git tag with Sigul... [2020-09-09T10:05:42.940Z] Signing v0.1.76 [Pipeline] echo [2020-09-09T10:05:44.339Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T10:05:44.631Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-09T10:05:44.640Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-09T10:05:44.736Z] $ docker stop --time=1 7d77f9b0837210f51641f381e1194ca4f52a43726e78e49d4daac32f4a76c99d [2020-09-09T10:05:46.783Z] $ docker rm -f 7d77f9b0837210f51641f381e1194ca4f52a43726e78e49d4daac32f4a76c99d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:05:47.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T10:05:47.576Z] . [Pipeline] withDockerContainer [2020-09-09T10:05:47.676Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2020-09-09T10:05:47.721Z] $ 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-09T10:05:48.552Z] $ docker top 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T10:05:48.892Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T10:05:48.892Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T10:05:49.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T10:05:49.110Z] $ docker exec 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd ssh-agent [2020-09-09T10:05:49.278Z] SSH_AUTH_SOCK=/tmp/ssh-vDfzVX80Q9GQ/agent.12 [2020-09-09T10:05:49.278Z] SSH_AGENT_PID=17 [2020-09-09T10:05:49.287Z] Running ssh-add (command line suppressed) [2020-09-09T10:05:49.415Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_804656999771132749.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_804656999771132749.key) [2020-09-09T10:05:49.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T10:05:49.806Z] + git semver bump patch [2020-09-09T10:05:49.806Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T10:05:49.806Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T10:05:49.806Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T10:05:49.806Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T10:05:49.806Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T10:05:49.806Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T10:05:49.806Z] # $SEMVER_BRANCH = master [2020-09-09T10:05:49.806Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-09T10:05:49.806Z] 0.1.77 [Pipeline] } [2020-09-09T10:05:49.819Z] $ docker exec --env ******** --env ******** 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd ssh-agent -k [2020-09-09T10:05:49.936Z] unset SSH_AUTH_SOCK; [2020-09-09T10:05:49.937Z] unset SSH_AGENT_PID; [2020-09-09T10:05:49.937Z] echo Agent pid 17 killed; [2020-09-09T10:05:49.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T10:05:50.457Z] + git semver [Pipeline] } [2020-09-09T10:05:50.475Z] $ docker stop --time=1 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd [2020-09-09T10:05:51.829Z] $ docker rm -f 35e9d56d87991c471f02a4603d3c818d456d86e764de1bd0b24a380ec157f3fd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:05:52.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T10:05:52.343Z] . [Pipeline] withDockerContainer [2020-09-09T10:05:52.438Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2020-09-09T10:05:52.484Z] $ 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-09T10:05:53.150Z] $ docker top 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T10:05:53.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T10:05:53.413Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T10:05:53.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T10:05:53.599Z] $ docker exec 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d ssh-agent [2020-09-09T10:05:53.770Z] SSH_AUTH_SOCK=/tmp/ssh-CoqGVY96pRxa/agent.12 [2020-09-09T10:05:53.770Z] SSH_AGENT_PID=18 [2020-09-09T10:05:53.777Z] Running ssh-add (command line suppressed) [2020-09-09T10:05:53.902Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6734995832115348120.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6734995832115348120.key) [2020-09-09T10:05:53.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T10:05:54.282Z] + git semver push [2020-09-09T10:05:54.282Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T10:05:54.282Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T10:05:54.282Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T10:05:54.282Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T10:05:54.282Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T10:05:54.282Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T10:05:54.282Z] # $SEMVER_BRANCH = master [2020-09-09T10:05:54.282Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-09T10:06:00.906Z] $ docker exec --env ******** --env ******** 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d ssh-agent -k [2020-09-09T10:06:01.030Z] unset SSH_AUTH_SOCK; [2020-09-09T10:06:01.030Z] unset SSH_AGENT_PID; [2020-09-09T10:06:01.030Z] echo Agent pid 18 killed; [2020-09-09T10:06:01.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T10:06:01.557Z] + git semver [Pipeline] } [2020-09-09T10:06:01.576Z] $ docker stop --time=1 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d [2020-09-09T10:06:02.945Z] $ docker rm -f 7e3cac3199cad536fa308ba012a13ddd8e0e58bf326b914b0c04f9ff924eb59d [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-09T10:06:04.209Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T10:06:04.774Z] ---> package-listing.sh [2020-09-09T10:06:04.775Z] ++ facter osfamily [2020-09-09T10:06:04.775Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-09T10:06:04.775Z] + OS_FAMILY=redhat [2020-09-09T10:06:04.775Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-09T10:06:04.775Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-09T10:06:04.775Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-09T10:06:04.775Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-09T10:06:04.775Z] + PACKAGES=/tmp/packages_start.txt [2020-09-09T10:06:04.775Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-09T10:06:04.775Z] + PACKAGES=/tmp/packages_end.txt [2020-09-09T10:06:04.775Z] + case "${OS_FAMILY}" in [2020-09-09T10:06:04.775Z] + rpm -qa [2020-09-09T10:06:04.775Z] + sort [2020-09-09T10:06:09.003Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-09T10:06:09.003Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-09T10:06:09.003Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-09T10:06:09.003Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-09T10:06:09.003Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-09T10:06:09.003Z] + 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-09T10:06:09.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T10:06:09.889Z] [2020-09-09T10:06:09.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-09T10:06:10.233Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T10:06:10.233Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-09T10:06:10.233Z] df20fa9351a1: Pulling fs layer [2020-09-09T10:06:10.233Z] 36b3adc4ff6f: Pulling fs layer [2020-09-09T10:06:10.233Z] 8ad3a11d3b57: Pulling fs layer [2020-09-09T10:06:10.233Z] 46f8f816bc3b: Pulling fs layer [2020-09-09T10:06:10.233Z] 0dadc02b9964: Pulling fs layer [2020-09-09T10:06:10.233Z] ce6a7cf60c04: Pulling fs layer [2020-09-09T10:06:10.233Z] 7a184a31f384: Pulling fs layer [2020-09-09T10:06:10.233Z] 0879bd2ef858: Pulling fs layer [2020-09-09T10:06:10.233Z] 0dadc02b9964: Waiting [2020-09-09T10:06:10.233Z] ce6a7cf60c04: Waiting [2020-09-09T10:06:10.233Z] 7a184a31f384: Waiting [2020-09-09T10:06:10.233Z] 46f8f816bc3b: Waiting [2020-09-09T10:06:10.233Z] 0879bd2ef858: Waiting [2020-09-09T10:06:10.233Z] 36b3adc4ff6f: Verifying Checksum [2020-09-09T10:06:10.233Z] 36b3adc4ff6f: Download complete [2020-09-09T10:06:10.233Z] 46f8f816bc3b: Verifying Checksum [2020-09-09T10:06:10.233Z] 46f8f816bc3b: Download complete [2020-09-09T10:06:10.233Z] 0dadc02b9964: Verifying Checksum [2020-09-09T10:06:10.233Z] 0dadc02b9964: Download complete [2020-09-09T10:06:10.500Z] ce6a7cf60c04: Verifying Checksum [2020-09-09T10:06:10.500Z] ce6a7cf60c04: Download complete [2020-09-09T10:06:10.500Z] 7a184a31f384: Verifying Checksum [2020-09-09T10:06:10.500Z] 7a184a31f384: Download complete [2020-09-09T10:06:10.500Z] df20fa9351a1: Verifying Checksum [2020-09-09T10:06:10.500Z] df20fa9351a1: Download complete [2020-09-09T10:06:10.769Z] df20fa9351a1: Pull complete [2020-09-09T10:06:11.034Z] 8ad3a11d3b57: Verifying Checksum [2020-09-09T10:06:11.034Z] 8ad3a11d3b57: Download complete [2020-09-09T10:06:11.034Z] 36b3adc4ff6f: Pull complete [2020-09-09T10:06:11.300Z] 0879bd2ef858: Verifying Checksum [2020-09-09T10:06:11.300Z] 0879bd2ef858: Download complete [2020-09-09T10:06:11.561Z] 8ad3a11d3b57: Pull complete [2020-09-09T10:06:11.909Z] 46f8f816bc3b: Pull complete [2020-09-09T10:06:12.180Z] 0dadc02b9964: Pull complete [2020-09-09T10:06:12.180Z] ce6a7cf60c04: Pull complete [2020-09-09T10:06:12.458Z] 7a184a31f384: Pull complete [2020-09-09T10:06:15.034Z] 0879bd2ef858: Pull complete [2020-09-09T10:06:15.034Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-09T10:06:15.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T10:06:15.034Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-09T10:06:15.147Z] prd-centos7-docker-4c-2g-1936 does not seem to be running inside a container [2020-09-09T10:06:15.192Z] $ 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-09T10:06:18.161Z] $ docker top 36a976c9d7319999810f62fe52d99fdc4cd78726f6a483653af1071744f14c6a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T10:06:18.654Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-09T10:06:18.951Z] + ls /var/log/sa-host [2020-09-09T10:06:18.952Z] + sadf -c /var/log/sa-host/sa05 [2020-09-09T10:06:18.952Z] file_magic: OK [2020-09-09T10:06:18.952Z] HZ: Using current value: 100 [2020-09-09T10:06:18.952Z] file_header: OK [2020-09-09T10:06:18.952Z] 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-09T10:06:18.952Z] Statistics: [2020-09-09T10:06:18.952Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T10:06:18.952Z] File successfully converted to sysstat format version 12.2.1 [2020-09-09T10:06:18.952Z] + sadf -c /var/log/sa-host/sa09 [2020-09-09T10:06:18.952Z] file_magic: OK [2020-09-09T10:06:18.952Z] HZ: Using current value: 100 [2020-09-09T10:06:18.952Z] file_header: OK [2020-09-09T10:06:18.952Z] 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-09T10:06:18.952Z] Statistics: [2020-09-09T10:06:18.952Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T10:06:18.952Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T10:06:19.009Z] provisioning config files... [2020-09-09T10:06:19.023Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1165590824947834155tmp [Pipeline] { [Pipeline] echo [2020-09-09T10:06:19.093Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T10:06:19.385Z] ---> create-netrc.sh [Pipeline] echo [2020-09-09T10:06:19.395Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T10:06:19.686Z] ---> logs-deploy.sh [2020-09-09T10:06:19.686Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/42 [2020-09-09T10:06:19.686Z] INFO: archiving workspace using pattern(s): [2020-09-09T10:06:21.074Z] Archives upload complete. [2020-09-09T10:06:21.074Z] INFO: archiving logs to Nexus