Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ed7be16d849faef73e281002eeec433bb10e1df 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2263 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 9ed7be16d849faef73e281002eeec433bb10e1df (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 Commit message: "Merge pull request #279 from cloudxxx8/issue-278" > git rev-list --no-walk 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-11T16:32:58.808Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-11T16:32:59.126Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-11T16:32:59.243Z] ========================================================= [2020-09-11T16:32:59.243Z] EdgeX Global Pipelines Version Info [2020-09-11T16:32:59.243Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-11T16:33:00.734Z] ------------------- [2020-09-11T16:33:00.735Z] stable info: [2020-09-11T16:33:00.735Z] ------------------- [2020-09-11T16:33:00.735Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-11T16:33:00.735Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-11T16:33:00.735Z] Message: update stable to v1.0.119 [2020-09-11T16:33:01.902Z] ------------------- [2020-09-11T16:33:01.902Z] experimental info: [2020-09-11T16:33:01.902Z] ------------------- [2020-09-11T16:33:01.902Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-11T16:33:01.902Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-11T16:33:01.902Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-11T16:33:02.327Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-11T16:33:02.447Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-11T16:33:02.596Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-11T16:33:02.696Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-11T16:33:02.795Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-11T16:33:02.903Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-11T16:33:03.006Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-11T16:33:03.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-11T16:33:03.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-11T16:33:03.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-11T16:33:03.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-11T16:33:03.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-11T16:33:03.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-11T16:33:03.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-11T16:33:03.933Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T16:33:04.037Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T16:33:04.140Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T16:33:04.245Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T16:33:04.351Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-11T16:33:04.448Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-11T16:33:04.544Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-11T16:33:04.641Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-11T16:33:04.743Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-11T16:33:04.840Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-11T16:33:04.948Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-11T16:33:05.046Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ed7be16d849faef73e281002eeec433bb10e1df [Pipeline] echo [2020-09-11T16:33:05.148Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ed7be1 [Pipeline] echo [2020-09-11T16:33:05.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T16:33:05.917Z] + git log --format=format:%s -1 9ed7be16d849faef73e281002eeec433bb10e1df [Pipeline] echo [2020-09-11T16:33:05.980Z] GIT_COMMIT: 9ed7be16d849faef73e281002eeec433bb10e1df, Commit Message: Merge pull request #279 from cloudxxx8/issue-278 [Pipeline] echo [2020-09-11T16:33:06.030Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:33:06.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T16:33:06.852Z] [2020-09-11T16:33:06.852Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:33:07.253Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T16:33:07.253Z] latest: Pulling from edgex-devops/git-semver [2020-09-11T16:33:07.253Z] 31603596830f: Pulling fs layer [2020-09-11T16:33:07.253Z] 2a8b12db71e7: Pulling fs layer [2020-09-11T16:33:07.253Z] 6ca5941a6612: Pulling fs layer [2020-09-11T16:33:07.253Z] ecc8261a40a4: Pulling fs layer [2020-09-11T16:33:07.253Z] ecc8261a40a4: Waiting [2020-09-11T16:33:07.253Z] 2a8b12db71e7: Verifying Checksum [2020-09-11T16:33:07.253Z] 2a8b12db71e7: Download complete [2020-09-11T16:33:07.514Z] 31603596830f: Verifying Checksum [2020-09-11T16:33:07.514Z] 31603596830f: Download complete [2020-09-11T16:33:07.514Z] 6ca5941a6612: Verifying Checksum [2020-09-11T16:33:07.514Z] 6ca5941a6612: Download complete [2020-09-11T16:33:07.778Z] ecc8261a40a4: Verifying Checksum [2020-09-11T16:33:07.778Z] ecc8261a40a4: Download complete [2020-09-11T16:33:07.778Z] 31603596830f: Pull complete [2020-09-11T16:33:08.040Z] 2a8b12db71e7: Pull complete [2020-09-11T16:33:08.999Z] 6ca5941a6612: Pull complete [2020-09-11T16:33:08.999Z] ecc8261a40a4: Pull complete [2020-09-11T16:33:08.999Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-11T16:33:08.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T16:33:08.999Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-11T16:33:09.161Z] prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container [2020-09-11T16:33:09.215Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T16:33:11.452Z] $ docker top 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T16:33:11.814Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T16:33:11.814Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T16:33:12.030Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T16:33:12.036Z] $ docker exec 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent [2020-09-11T16:33:12.207Z] SSH_AUTH_SOCK=/tmp/ssh-IWPpMAwYNSWK/agent.12 [2020-09-11T16:33:12.207Z] SSH_AGENT_PID=17 [2020-09-11T16:33:12.238Z] Running ssh-add (command line suppressed) [2020-09-11T16:33:12.358Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6473995207078634440.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6473995207078634440.key) [2020-09-11T16:33:12.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T16:33:12.795Z] + git describe --exact-match --tags HEAD [2020-09-11T16:33:12.796Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-11T16:33:12.888Z] $ docker exec --env ******** --env ******** 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent -k [2020-09-11T16:33:13.015Z] unset SSH_AUTH_SOCK; [2020-09-11T16:33:13.015Z] unset SSH_AGENT_PID; [2020-09-11T16:33:13.015Z] echo Agent pid 17 killed; [2020-09-11T16:33:13.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-11T16:33:13.232Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-11T16:33:13.232Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-11T16:33:13.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T16:33:13.332Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T16:33:13.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T16:33:13.509Z] $ docker exec 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent [2020-09-11T16:33:13.682Z] SSH_AUTH_SOCK=/tmp/ssh-t2USLLicZxmg/agent.46 [2020-09-11T16:33:13.682Z] SSH_AGENT_PID=51 [2020-09-11T16:33:13.690Z] Running ssh-add (command line suppressed) [2020-09-11T16:33:13.808Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9005057154813897978.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9005057154813897978.key) [2020-09-11T16:33:13.861Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T16:33:14.201Z] + git semver init [2020-09-11T16:33:14.201Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T16:33:14.201Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-11T16:33:14.201Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-11T16:33:14.201Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T16:33:14.201Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T16:33:14.201Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T16:33:14.201Z] # $SEMVER_BRANCH = master [2020-09-11T16:33:14.201Z] # $SEMVER_TEMP = /tmp/semver-851189182 [2020-09-11T16:33:14.201Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-11T16:33:14.776Z] # '/tmp/semver-851189182' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-11T16:33:14.776Z] # -> Force: false [2020-09-11T16:33:14.776Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-11T16:33:14.793Z] $ docker exec --env ******** --env ******** 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 ssh-agent -k [2020-09-11T16:33:14.903Z] unset SSH_AUTH_SOCK; [2020-09-11T16:33:14.903Z] unset SSH_AGENT_PID; [2020-09-11T16:33:14.903Z] echo Agent pid 51 killed; [2020-09-11T16:33:14.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T16:33:15.435Z] + git semver [Pipeline] } [2020-09-11T16:33:15.493Z] $ docker stop --time=1 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 [2020-09-11T16:33:17.030Z] $ docker rm -f 9998817280ed6c22412a69a38217da6d59d05cea3943bdb0fe3d219ba7460e28 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-11T16:33:17.833Z] Stashed 89 file(s) [Pipeline] echo [2020-09-11T16:33:17.835Z] [edgeXSemver]: initialized semver on version 0.1.78 [Pipeline] echo [2020-09-11T16:33:17.933Z] Archived original version: [0.1.78] [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-11T16:33:33.431Z] Still waiting to schedule task [2020-09-11T16:33:33.432Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-11T16:33:33.435Z] Still waiting to schedule task [2020-09-11T16:33:33.435Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-11T16:36:44.080Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2264 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-11T16:36:44.139Z] Running in /w/workspace/go-mod-core-contracts/44 [Pipeline] { [Pipeline] checkout [2020-09-11T16:36:49.513Z] using credential edgex-jenkins-ssh [2020-09-11T16:36:49.579Z] Cloning the remote Git repository [2020-09-11T16:36:49.579Z] Cloning with configured refspecs honoured and without tags [2020-09-11T16:36:49.647Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-11T16:36:49.767Z] > git init /w/workspace/go-mod-core-contracts/44 # timeout=10 [2020-09-11T16:36:49.841Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-11T16:36:49.842Z] > git --version # timeout=10 [2020-09-11T16:36:49.866Z] > git --version # 'git version 2.17.1' [2020-09-11T16:36:49.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T16:36:49.919Z] > 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-11T16:36:50.878Z] Fetching without tags [2020-09-11T16:36:51.388Z] Checking out Revision 9ed7be16d849faef73e281002eeec433bb10e1df (master) [2020-09-11T16:36:50.817Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-11T16:36:50.835Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T16:36:50.863Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-11T16:36:50.893Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-11T16:36:50.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T16:36: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-11T16:36:51.415Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T16:36:51.468Z] > git checkout -f 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 [2020-09-11T16:36:55.924Z] Commit message: "Merge pull request #279 from cloudxxx8/issue-278" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T16:36:57.221Z] ========================================================= [2020-09-11T16:36:57.221Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-11T16:36:57.221Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:36:58.548Z] + 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-11T16:36:59.547Z] Sending build context to Docker daemon 2.224MB [2020-09-11T16:36:59.547Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-11T16:36:59.547Z] Step 2/7 : FROM ${BASE} [2020-09-11T16:36:59.826Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-11T16:36:59.826Z] b538f80385f9: Pulling fs layer [2020-09-11T16:36:59.826Z] 74f711af9a0d: Pulling fs layer [2020-09-11T16:36:59.826Z] 99f96fe45779: Pulling fs layer [2020-09-11T16:36:59.826Z] fd7a069fd194: Pulling fs layer [2020-09-11T16:36:59.826Z] 66aa3694b03b: Pulling fs layer [2020-09-11T16:36:59.826Z] 170f70906a0f: Pulling fs layer [2020-09-11T16:36:59.826Z] ad7c5574e4b9: Pulling fs layer [2020-09-11T16:36:59.826Z] e772456be8f7: Pulling fs layer [2020-09-11T16:36:59.826Z] c890913d741a: Pulling fs layer [2020-09-11T16:36:59.826Z] 2480fcc9aa5a: Pulling fs layer [2020-09-11T16:36:59.826Z] 09adf4765672: Pulling fs layer [2020-09-11T16:36:59.826Z] fd7a069fd194: Waiting [2020-09-11T16:36:59.826Z] ad7c5574e4b9: Waiting [2020-09-11T16:36:59.826Z] e772456be8f7: Waiting [2020-09-11T16:36:59.826Z] 66aa3694b03b: Waiting [2020-09-11T16:36:59.826Z] 170f70906a0f: Waiting [2020-09-11T16:36:59.826Z] c890913d741a: Waiting [2020-09-11T16:36:59.826Z] 2480fcc9aa5a: Waiting [2020-09-11T16:36:59.826Z] 09adf4765672: Waiting [2020-09-11T16:36:59.826Z] 99f96fe45779: Download complete [2020-09-11T16:36:59.826Z] 74f711af9a0d: Download complete [2020-09-11T16:36:59.826Z] 66aa3694b03b: Verifying Checksum [2020-09-11T16:36:59.826Z] 66aa3694b03b: Download complete [2020-09-11T16:37:00.430Z] 170f70906a0f: Verifying Checksum [2020-09-11T16:37:00.430Z] 170f70906a0f: Download complete [2020-09-11T16:37:00.430Z] b538f80385f9: Verifying Checksum [2020-09-11T16:37:00.430Z] b538f80385f9: Download complete [2020-09-11T16:37:01.034Z] b538f80385f9: Pull complete [2020-09-11T16:37:01.640Z] 74f711af9a0d: Pull complete [2020-09-11T16:37:02.242Z] 99f96fe45779: Pull complete [2020-09-11T16:37:02.865Z] Running on prd-centos7-docker-4c-2g-2265 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-11T16:37:02.927Z] Running in /w/workspace/go-mod-core-contracts/44 [Pipeline] { [Pipeline] checkout [2020-09-11T16:37:03.240Z] ad7c5574e4b9: Verifying Checksum [2020-09-11T16:37:03.240Z] ad7c5574e4b9: Download complete [2020-09-11T16:37:03.516Z] c890913d741a: Download complete [2020-09-11T16:37:04.976Z] 2480fcc9aa5a: Verifying Checksum [2020-09-11T16:37:04.976Z] 2480fcc9aa5a: Download complete [2020-09-11T16:37:04.976Z] 09adf4765672: Verifying Checksum [2020-09-11T16:37:04.976Z] 09adf4765672: Download complete [2020-09-11T16:37:05.251Z] e772456be8f7: Download complete [2020-09-11T16:37:05.526Z] fd7a069fd194: Verifying Checksum [2020-09-11T16:37:05.526Z] fd7a069fd194: Download complete [2020-09-11T16:37:06.200Z] using credential edgex-jenkins-ssh [2020-09-11T16:37:06.278Z] Cloning the remote Git repository [2020-09-11T16:37:06.278Z] Cloning with configured refspecs honoured and without tags [2020-09-11T16:37:06.314Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-11T16:37:06.383Z] > git init /w/workspace/go-mod-core-contracts/44 # timeout=10 [2020-09-11T16:37:06.432Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-11T16:37:06.432Z] > git --version # timeout=10 [2020-09-11T16:37:06.442Z] > git --version # 'git version 2.16.5' [2020-09-11T16:37:06.442Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T16:37:06.471Z] > 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-11T16:37:07.022Z] Fetching without tags [2020-09-11T16:37:07.558Z] Checking out Revision 9ed7be16d849faef73e281002eeec433bb10e1df (master) [2020-09-11T16:37:06.995Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-11T16:37:07.006Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T16:37:07.018Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-11T16:37:07.029Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-11T16:37:07.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T16:37:07.034Z] > 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-11T16:37:07.570Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T16:37:07.576Z] > git checkout -f 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 [2020-09-11T16:37:11.288Z] Commit message: "Merge pull request #279 from cloudxxx8/issue-278" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T16:37:12.390Z] ========================================================= [2020-09-11T16:37:12.390Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-11T16:37:12.390Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:37:13.221Z] + 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-11T16:37:13.486Z] Sending build context to Docker daemon 2.224MB [2020-09-11T16:37:13.486Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-11T16:37:13.486Z] Step 2/7 : FROM ${BASE} [2020-09-11T16:37:13.749Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-11T16:37:13.749Z] df20fa9351a1: Pulling fs layer [2020-09-11T16:37:13.749Z] ed8968b2872e: Pulling fs layer [2020-09-11T16:37:13.749Z] a92cc7c5fd73: Pulling fs layer [2020-09-11T16:37:13.749Z] 2dd03ba5bac4: Pulling fs layer [2020-09-11T16:37:13.749Z] 1e091d79d1de: Pulling fs layer [2020-09-11T16:37:13.749Z] 481702a1767f: Pulling fs layer [2020-09-11T16:37:13.749Z] f64a6f60c768: Pulling fs layer [2020-09-11T16:37:13.749Z] e78d2573fc39: Pulling fs layer [2020-09-11T16:37:13.749Z] e876d2f968b6: Pulling fs layer [2020-09-11T16:37:13.749Z] ce8a83651883: Pulling fs layer [2020-09-11T16:37:13.749Z] 07967f4d0e4b: Pulling fs layer [2020-09-11T16:37:13.749Z] f64a6f60c768: Waiting [2020-09-11T16:37:13.749Z] e78d2573fc39: Waiting [2020-09-11T16:37:13.749Z] 2dd03ba5bac4: Waiting [2020-09-11T16:37:13.749Z] 1e091d79d1de: Waiting [2020-09-11T16:37:13.749Z] e876d2f968b6: Waiting [2020-09-11T16:37:13.749Z] ce8a83651883: Waiting [2020-09-11T16:37:13.749Z] 07967f4d0e4b: Waiting [2020-09-11T16:37:13.749Z] 481702a1767f: Waiting [2020-09-11T16:37:13.749Z] a92cc7c5fd73: Verifying Checksum [2020-09-11T16:37:13.749Z] a92cc7c5fd73: Download complete [2020-09-11T16:37:13.749Z] ed8968b2872e: Download complete [2020-09-11T16:37:13.749Z] 1e091d79d1de: Verifying Checksum [2020-09-11T16:37:13.749Z] 1e091d79d1de: Download complete [2020-09-11T16:37:13.749Z] df20fa9351a1: Verifying Checksum [2020-09-11T16:37:13.749Z] df20fa9351a1: Download complete [2020-09-11T16:37:14.018Z] df20fa9351a1: Pull complete [2020-09-11T16:37:14.284Z] ed8968b2872e: Pull complete [2020-09-11T16:37:14.284Z] a92cc7c5fd73: Pull complete [2020-09-11T16:37:14.866Z] 481702a1767f: Verifying Checksum [2020-09-11T16:37:14.866Z] 481702a1767f: Download complete [2020-09-11T16:37:15.814Z] f64a6f60c768: Verifying Checksum [2020-09-11T16:37:15.814Z] f64a6f60c768: Download complete [2020-09-11T16:37:15.814Z] e876d2f968b6: Verifying Checksum [2020-09-11T16:37:15.814Z] e876d2f968b6: Download complete [2020-09-11T16:37:17.210Z] ce8a83651883: Verifying Checksum [2020-09-11T16:37:17.210Z] ce8a83651883: Download complete [2020-09-11T16:37:17.210Z] 07967f4d0e4b: Verifying Checksum [2020-09-11T16:37:17.210Z] 07967f4d0e4b: Download complete [2020-09-11T16:37:17.210Z] 2dd03ba5bac4: Verifying Checksum [2020-09-11T16:37:17.210Z] 2dd03ba5bac4: Download complete [2020-09-11T16:37:17.936Z] fd7a069fd194: Pull complete [2020-09-11T16:37:17.936Z] 66aa3694b03b: Pull complete [2020-09-11T16:37:17.936Z] 170f70906a0f: Pull complete [2020-09-11T16:37:18.158Z] e78d2573fc39: Verifying Checksum [2020-09-11T16:37:18.159Z] e78d2573fc39: Download complete [2020-09-11T16:37:20.566Z] ad7c5574e4b9: Pull complete [2020-09-11T16:37:23.494Z] 2dd03ba5bac4: Pull complete [2020-09-11T16:37:23.494Z] 1e091d79d1de: Pull complete [2020-09-11T16:37:23.494Z] 481702a1767f: Pull complete [2020-09-11T16:37:25.977Z] e772456be8f7: Pull complete [2020-09-11T16:37:25.977Z] c890913d741a: Pull complete [2020-09-11T16:37:27.997Z] 2480fcc9aa5a: Pull complete [2020-09-11T16:37:28.272Z] 09adf4765672: Pull complete [2020-09-11T16:37:28.272Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-11T16:37:28.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-11T16:37:28.272Z] ---> 2248a725d1cf [2020-09-11T16:37:28.272Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-11T16:37:30.118Z] f64a6f60c768: Pull complete [2020-09-11T16:37:32.591Z] ---> Running in 7cade083ca29 [2020-09-11T16:37:32.864Z] Removing intermediate container 7cade083ca29 [2020-09-11T16:37:32.864Z] ---> 01463e3dfb13 [2020-09-11T16:37:32.864Z] Step 4/7 : RUN apk add bash [2020-09-11T16:37:32.864Z] ---> Running in f9a0875b2bc0 [2020-09-11T16:37:33.456Z] e78d2573fc39: Pull complete [2020-09-11T16:37:33.456Z] e876d2f968b6: Pull complete [2020-09-11T16:37:34.409Z] ce8a83651883: Pull complete [2020-09-11T16:37:34.672Z] 07967f4d0e4b: Pull complete [2020-09-11T16:37:34.672Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-11T16:37:34.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-11T16:37:34.672Z] ---> 5d7c900382c6 [2020-09-11T16:37:34.672Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-11T16:37:34.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T16:37:35.246Z] ---> Running in 058103680a04 [2020-09-11T16:37:35.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T16:37:35.512Z] Removing intermediate container 058103680a04 [2020-09-11T16:37:35.512Z] ---> 8db892a71600 [2020-09-11T16:37:35.512Z] Step 4/7 : RUN apk add bash [2020-09-11T16:37:35.512Z] ---> Running in c82fd8c003ff [2020-09-11T16:37:36.420Z] OK: 142 MiB in 39 packages [2020-09-11T16:37:36.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T16:37:37.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T16:37:37.401Z] Removing intermediate container f9a0875b2bc0 [2020-09-11T16:37:37.401Z] ---> bbe0bd2f49ca [2020-09-11T16:37:37.401Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-11T16:37:37.678Z] ---> Running in 1721133af18a [2020-09-11T16:37:37.954Z] Removing intermediate container 1721133af18a [2020-09-11T16:37:37.955Z] ---> 8e0ed868ed51 [2020-09-11T16:37:37.955Z] Step 6/7 : COPY go.mod . [2020-09-11T16:37:38.140Z] OK: 166 MiB in 39 packages [2020-09-11T16:37:38.718Z] Removing intermediate container c82fd8c003ff [2020-09-11T16:37:38.718Z] ---> 40e02938f928 [2020-09-11T16:37:38.718Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-11T16:37:38.718Z] ---> Running in 869a6dfaac07 [2020-09-11T16:37:38.718Z] Removing intermediate container 869a6dfaac07 [2020-09-11T16:37:38.718Z] ---> 71822ae91e06 [2020-09-11T16:37:38.718Z] Step 6/7 : COPY go.mod . [2020-09-11T16:37:38.961Z] ---> 80ccec482e4c [2020-09-11T16:37:38.961Z] Step 7/7 : RUN go mod download [2020-09-11T16:37:38.961Z] ---> Running in 78cbaeed715f [2020-09-11T16:37:38.982Z] ---> e657c85e55d0 [2020-09-11T16:37:38.982Z] Step 7/7 : RUN go mod download [2020-09-11T16:37:39.246Z] ---> Running in 0a94c5ca3603 [2020-09-11T16:37:40.641Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-11T16:37:40.641Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T16:37:40.641Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T16:37:40.641Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T16:37:40.641Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-11T16:37:40.641Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-11T16:37:40.641Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-11T16:37:40.641Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-11T16:37:40.904Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T16:37:40.904Z] go: finding github.com/google/uuid v1.1.0 [2020-09-11T16:37:40.904Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T16:37:40.904Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-11T16:37:40.904Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T16:37:40.904Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T16:37:40.904Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T16:37:40.904Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T16:37:40.904Z] go: finding golang.org/x/text v0.3.2 [2020-09-11T16:37:40.904Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-11T16:37:40.904Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-11T16:37:40.904Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T16:37:41.586Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-11T16:37:41.586Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-11T16:37:41.586Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-11T16:37:41.586Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-11T16:37:41.586Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-11T16:37:41.586Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-11T16:37:41.586Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-11T16:37:41.586Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-11T16:37:41.586Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-11T16:37:41.586Z] go: finding github.com/google/uuid v1.1.0 [2020-09-11T16:37:41.586Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-11T16:37:41.586Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-11T16:37:41.586Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-11T16:37:41.586Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-11T16:37:41.586Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-11T16:37:41.586Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-11T16:37:41.586Z] go: finding golang.org/x/text v0.3.2 [2020-09-11T16:37:41.586Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-11T16:37:41.586Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-11T16:37:41.586Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-11T16:37:49.095Z] Removing intermediate container 0a94c5ca3603 [2020-09-11T16:37:49.095Z] ---> 310f41a34b96 [2020-09-11T16:37:49.095Z] Successfully built 310f41a34b96 [2020-09-11T16:37:49.358Z] 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-11T16:37:53.998Z] Removing intermediate container 78cbaeed715f [2020-09-11T16:37:53.998Z] ---> a0639969ece7 [2020-09-11T16:37:53.998Z] Successfully built a0639969ece7 [2020-09-11T16:37:53.998Z] 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-11T16:37:56.371Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-11T16:37:56.373Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-11T16:37:56.432Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:37:56.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T16:37:56.821Z] [2020-09-11T16:37:56.821Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:37:57.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T16:37:57.172Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-11T16:37:57.172Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-11T16:37:57.172Z] 408f87550127: Pulling fs layer [2020-09-11T16:37:57.172Z] fe522b08c979: Pulling fs layer [2020-09-11T16:37:57.172Z] 221eaa008020: Pulling fs layer [2020-09-11T16:37:57.172Z] 2a4607e5d6b9: Pulling fs layer [2020-09-11T16:37:57.172Z] 8f79b27c4fd2: Pulling fs layer [2020-09-11T16:37:57.172Z] e5c8dbe1645b: Pulling fs layer [2020-09-11T16:37:57.172Z] 23e8b3b47431: Pulling fs layer [2020-09-11T16:37:57.172Z] 5c568d65a230: Pulling fs layer [2020-09-11T16:37:57.172Z] 8f79b27c4fd2: Waiting [2020-09-11T16:37:57.172Z] e5c8dbe1645b: Waiting [2020-09-11T16:37:57.172Z] 23e8b3b47431: Waiting [2020-09-11T16:37:57.172Z] 5c568d65a230: Waiting [2020-09-11T16:37:57.172Z] 2a4607e5d6b9: Waiting [2020-09-11T16:37:57.172Z] 221eaa008020: Waiting [2020-09-11T16:37:57.172Z] fe522b08c979: Download complete [2020-09-11T16:37:57.172Z] 408f87550127: Download complete [2020-09-11T16:37:57.172Z] 2a4607e5d6b9: Verifying Checksum [2020-09-11T16:37:57.172Z] 2a4607e5d6b9: Download complete [2020-09-11T16:37:57.172Z] 8f79b27c4fd2: Verifying Checksum [2020-09-11T16:37:57.172Z] 8f79b27c4fd2: Download complete [2020-09-11T16:37:57.172Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-11T16:37:57.172Z] cbdbe7a5bc2a: Download complete [2020-09-11T16:37:57.439Z] cbdbe7a5bc2a: Pull complete [2020-09-11T16:37:57.701Z] 408f87550127: Pull complete [2020-09-11T16:37:57.964Z] fe522b08c979: Pull complete [2020-09-11T16:37:58.226Z] e5c8dbe1645b: Verifying Checksum [2020-09-11T16:37:58.226Z] e5c8dbe1645b: Download complete [2020-09-11T16:37:59.177Z] 23e8b3b47431: Verifying Checksum [2020-09-11T16:37:59.762Z] 5c568d65a230: Verifying Checksum [2020-09-11T16:37:59.762Z] 5c568d65a230: Download complete [2020-09-11T16:38:00.711Z] 221eaa008020: Verifying Checksum [2020-09-11T16:38:00.711Z] 221eaa008020: Download complete [2020-09-11T16:38:06.039Z] 221eaa008020: Pull complete [2020-09-11T16:38:06.322Z] 2a4607e5d6b9: Pull complete [2020-09-11T16:38:06.322Z] 8f79b27c4fd2: Pull complete [2020-09-11T16:38:08.265Z] e5c8dbe1645b: Pull complete [2020-09-11T16:38:12.503Z] 23e8b3b47431: Pull complete [2020-09-11T16:38:13.895Z] 5c568d65a230: Pull complete [2020-09-11T16:38:13.895Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-11T16:38:13.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T16:38:13.895Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-11T16:38:14.099Z] prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container [2020-09-11T16:38:14.156Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-11T16:38:15.317Z] $ docker top 3e558593277ef16ec8d3bc61583d7a27d5cc8cb01a93865b73d5f9b5fedaa86a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T16:38:15.870Z] + snyk monitor '--org=edgex-jenkins' [2020-09-11T16:38:25.906Z] [2020-09-11T16:38:25.906Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-11T16:38:25.906Z] [2020-09-11T16:38:25.906Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/b3d20ca0-81a8-4f54-80a6-1c3f8fc82f92 [2020-09-11T16:38:25.906Z] [2020-09-11T16:38:25.906Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-11T16:38:25.906Z] [2020-09-11T16:38:25.906Z] [2020-09-11T16:38:25.906Z] Snyk CLI supports Node.js 8 and higher. [2020-09-11T16:38:25.906Z] 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-11T16:38:25.906Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-11T16:38:25.906Z] [2020-09-11T16:38:25.906Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-11T16:38:25.907Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-11T16:38:25.931Z] $ docker stop --time=1 3e558593277ef16ec8d3bc61583d7a27d5cc8cb01a93865b73d5f9b5fedaa86a [2020-09-11T16:38:28.811Z] $ docker rm -f 3e558593277ef16ec8d3bc61583d7a27d5cc8cb01a93865b73d5f9b5fedaa86a [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-11T16:38:30.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T16:38:30.502Z] . [Pipeline] withDockerContainer [2020-09-11T16:38:30.602Z] prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container [2020-09-11T16:38:30.650Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T16:38:31.343Z] $ docker top fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T16:38:31.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T16:38:31.708Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T16:38:31.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T16:38:31.937Z] $ docker exec fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c ssh-agent [2020-09-11T16:38:32.098Z] SSH_AUTH_SOCK=/tmp/ssh-N0oUhwO126hZ/agent.11 [2020-09-11T16:38:32.098Z] SSH_AGENT_PID=16 [2020-09-11T16:38:32.105Z] Running ssh-add (command line suppressed) [2020-09-11T16:38:32.227Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1740393784112246678.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1740393784112246678.key) [2020-09-11T16:38:32.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T16:38:32.621Z] + git semver tag [2020-09-11T16:38:32.621Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T16:38:32.621Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-11T16:38:32.621Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-11T16:38:32.621Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T16:38:32.621Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T16:38:32.621Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T16:38:32.621Z] # $SEMVER_BRANCH = master [2020-09-11T16:38:32.621Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-11T16:38:32.621Z] # 9ed7be16d849faef73e281002eeec433bb10e1df HEAD [2020-09-11T16:38:32.621Z] # -> Force: false [2020-09-11T16:38:32.621Z] # c9f770506b5da94b45bbb84448dc91767657ade4 refs/tags/v0.1.78 [Pipeline] } [2020-09-11T16:38:32.635Z] $ docker exec --env ******** --env ******** fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c ssh-agent -k [2020-09-11T16:38:32.749Z] unset SSH_AUTH_SOCK; [2020-09-11T16:38:32.749Z] unset SSH_AGENT_PID; [2020-09-11T16:38:32.749Z] echo Agent pid 16 killed; [2020-09-11T16:38:32.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T16:38:33.271Z] + git semver [Pipeline] } [2020-09-11T16:38:33.289Z] $ docker stop --time=1 fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c [2020-09-11T16:38:34.643Z] $ docker rm -f fab3ffaa671f485f9847ef8e3490a7a4641b6c4889b5e3bd5661857394b4e47c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:38:35.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T16:38:35.394Z] [2020-09-11T16:38:35.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:38:35.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T16:38:35.747Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-11T16:38:35.747Z] ab5ef0e58194: Pulling fs layer [2020-09-11T16:38:35.747Z] 9712f1f96733: Pulling fs layer [2020-09-11T16:38:35.747Z] 63f879dbbcfc: Pulling fs layer [2020-09-11T16:38:35.747Z] 0d9ebad4ef96: Pulling fs layer [2020-09-11T16:38:35.747Z] e9a5061849ea: Pulling fs layer [2020-09-11T16:38:35.747Z] d747dcd14b5f: Pulling fs layer [2020-09-11T16:38:35.747Z] 2de7ff778b66: Pulling fs layer [2020-09-11T16:38:35.747Z] e9a5061849ea: Waiting [2020-09-11T16:38:35.747Z] d747dcd14b5f: Waiting [2020-09-11T16:38:35.747Z] 2de7ff778b66: Waiting [2020-09-11T16:38:35.747Z] 0d9ebad4ef96: Waiting [2020-09-11T16:38:35.747Z] 9712f1f96733: Verifying Checksum [2020-09-11T16:38:35.747Z] 9712f1f96733: Download complete [2020-09-11T16:38:37.151Z] 63f879dbbcfc: Verifying Checksum [2020-09-11T16:38:37.151Z] 63f879dbbcfc: Download complete [2020-09-11T16:38:37.417Z] e9a5061849ea: Verifying Checksum [2020-09-11T16:38:37.417Z] e9a5061849ea: Download complete [2020-09-11T16:38:37.417Z] d747dcd14b5f: Verifying Checksum [2020-09-11T16:38:37.417Z] d747dcd14b5f: Download complete [2020-09-11T16:38:37.997Z] 2de7ff778b66: Verifying Checksum [2020-09-11T16:38:37.997Z] 2de7ff778b66: Download complete [2020-09-11T16:38:38.259Z] 0d9ebad4ef96: Verifying Checksum [2020-09-11T16:38:38.259Z] 0d9ebad4ef96: Download complete [2020-09-11T16:38:38.525Z] ab5ef0e58194: Download complete [2020-09-11T16:38:43.858Z] ab5ef0e58194: Pull complete [2020-09-11T16:38:43.858Z] 9712f1f96733: Pull complete [2020-09-11T16:38:45.246Z] 63f879dbbcfc: Pull complete [2020-09-11T16:38:53.425Z] 0d9ebad4ef96: Pull complete [2020-09-11T16:38:53.425Z] e9a5061849ea: Pull complete [2020-09-11T16:38:53.425Z] d747dcd14b5f: Pull complete [2020-09-11T16:38:56.736Z] 2de7ff778b66: Pull complete [2020-09-11T16:38:56.736Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-11T16:38:56.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T16:38:56.736Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-11T16:38:56.907Z] prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container [2020-09-11T16:38:56.954Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-11T16:39:00.154Z] $ docker top 828f2969c735e52d9784034185f30a378ee3f537acc1bd442a40b0e93511bb52 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-11T16:39:00.454Z] provisioning config files... [2020-09-11T16:39:00.502Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7757999511096101969tmp [2020-09-11T16:39:00.539Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5190044610252954385tmp [2020-09-11T16:39:00.593Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4755395167724093526tmp [Pipeline] { [Pipeline] echo [2020-09-11T16:39:00.685Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T16:39:00.995Z] ---> sigul-configuration.sh [2020-09-11T16:39:00.995Z] gpg: directory `/root/.gnupg' created [2020-09-11T16:39:00.995Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-11T16:39:00.995Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-11T16:39:00.995Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-11T16:39:00.995Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-11T16:39:00.995Z] gpg: CAST5 encrypted data [2020-09-11T16:39:01.257Z] gpg: encrypted with 1 passphrase [2020-09-11T16:39:01.257Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-11T16:39:01.561Z] + mkdir /home/jenkins [2020-09-11T16:39:01.561Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-11T16:39:01.862Z] + 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-11T16:39:01.874Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T16:39:02.179Z] ---> sigul-install.sh [2020-09-11T16:39:07.478Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-11T16:39:07.781Z] + git tag --list [2020-09-11T16:39:07.781Z] v0.1.78 [Pipeline] sh [2020-09-11T16:39:08.080Z] + lftools sign git-tag v0.1.78 [2020-09-11T16:39:09.470Z] Signing Git tag with Sigul... [2020-09-11T16:39:09.470Z] Signing v0.1.78 [Pipeline] echo [2020-09-11T16:39:10.426Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T16:39:10.725Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-11T16:39:10.736Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-11T16:39:10.898Z] $ docker stop --time=1 828f2969c735e52d9784034185f30a378ee3f537acc1bd442a40b0e93511bb52 [2020-09-11T16:39:13.136Z] $ docker rm -f 828f2969c735e52d9784034185f30a378ee3f537acc1bd442a40b0e93511bb52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:39:14.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T16:39:14.077Z] . [Pipeline] withDockerContainer [2020-09-11T16:39:14.179Z] prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container [2020-09-11T16:39:14.228Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T16:39:14.943Z] $ docker top d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T16:39:15.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T16:39:15.283Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T16:39:15.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T16:39:15.493Z] $ docker exec d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 ssh-agent [2020-09-11T16:39:15.664Z] SSH_AUTH_SOCK=/tmp/ssh-ar1nTQrCjmr4/agent.12 [2020-09-11T16:39:15.664Z] SSH_AGENT_PID=17 [2020-09-11T16:39:15.672Z] Running ssh-add (command line suppressed) [2020-09-11T16:39:15.799Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3902608539126301020.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3902608539126301020.key) [2020-09-11T16:39:15.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T16:39:16.194Z] + git semver bump patch [2020-09-11T16:39:16.194Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T16:39:16.194Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-11T16:39:16.194Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-11T16:39:16.194Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T16:39:16.194Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T16:39:16.194Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T16:39:16.194Z] # $SEMVER_BRANCH = master [2020-09-11T16:39:16.194Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-11T16:39:16.194Z] 0.1.79 [Pipeline] } [2020-09-11T16:39:16.206Z] $ docker exec --env ******** --env ******** d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 ssh-agent -k [2020-09-11T16:39:16.330Z] unset SSH_AUTH_SOCK; [2020-09-11T16:39:16.330Z] unset SSH_AGENT_PID; [2020-09-11T16:39:16.330Z] echo Agent pid 17 killed; [2020-09-11T16:39:16.381Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T16:39:16.871Z] + git semver [Pipeline] } [2020-09-11T16:39:16.888Z] $ docker stop --time=1 d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 [2020-09-11T16:39:18.289Z] $ docker rm -f d59631babed4b991b71e7abe54a68e2514a98c877359c917cc027b72fabc6b15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:39:18.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T16:39:18.834Z] . [Pipeline] withDockerContainer [2020-09-11T16:39:18.943Z] prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container [2020-09-11T16:39:18.986Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-11T16:39:19.602Z] $ docker top df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T16:39:19.894Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T16:39:19.894Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T16:39:20.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T16:39:20.077Z] $ docker exec df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e ssh-agent [2020-09-11T16:39:20.254Z] SSH_AUTH_SOCK=/tmp/ssh-csAKOumDV8c6/agent.11 [2020-09-11T16:39:20.254Z] SSH_AGENT_PID=17 [2020-09-11T16:39:20.262Z] Running ssh-add (command line suppressed) [2020-09-11T16:39:20.383Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_28910760083130787.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_28910760083130787.key) [2020-09-11T16:39:20.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T16:39:20.911Z] + git semver push [2020-09-11T16:39:20.911Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T16:39:20.912Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-11T16:39:20.912Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-11T16:39:20.912Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T16:39:20.912Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T16:39:20.912Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T16:39:20.912Z] # $SEMVER_BRANCH = master [2020-09-11T16:39:20.912Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-11T16:39:27.521Z] $ docker exec --env ******** --env ******** df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e ssh-agent -k [2020-09-11T16:39:27.665Z] unset SSH_AUTH_SOCK; [2020-09-11T16:39:27.665Z] unset SSH_AGENT_PID; [2020-09-11T16:39:27.665Z] echo Agent pid 17 killed; [2020-09-11T16:39:27.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T16:39:28.205Z] + git semver [Pipeline] } [2020-09-11T16:39:28.224Z] $ docker stop --time=1 df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e [2020-09-11T16:39:29.578Z] $ docker rm -f df3eefe98bba343959d41895a5b9b3c7a840e9e57f7a2ddfd2e8911042d89b2e [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-11T16:39:31.296Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T16:39:31.863Z] ---> package-listing.sh [2020-09-11T16:39:31.863Z] ++ facter osfamily [2020-09-11T16:39:31.863Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-11T16:39:31.863Z] + OS_FAMILY=redhat [2020-09-11T16:39:31.863Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-11T16:39:31.863Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-11T16:39:31.863Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-11T16:39:31.863Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-11T16:39:31.863Z] + PACKAGES=/tmp/packages_start.txt [2020-09-11T16:39:31.863Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-11T16:39:31.863Z] + PACKAGES=/tmp/packages_end.txt [2020-09-11T16:39:31.863Z] + case "${OS_FAMILY}" in [2020-09-11T16:39:31.863Z] + rpm -qa [2020-09-11T16:39:31.863Z] + sort [2020-09-11T16:39:36.086Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-11T16:39:36.087Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-11T16:39:36.087Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-11T16:39:36.087Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-11T16:39:36.087Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-11T16:39:36.087Z] + 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-11T16:39:36.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T16:39:36.566Z] [2020-09-11T16:39:36.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-11T16:39:36.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T16:39:36.919Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-11T16:39:36.919Z] df20fa9351a1: Pulling fs layer [2020-09-11T16:39:36.919Z] 36b3adc4ff6f: Pulling fs layer [2020-09-11T16:39:36.919Z] 8ad3a11d3b57: Pulling fs layer [2020-09-11T16:39:36.919Z] 46f8f816bc3b: Pulling fs layer [2020-09-11T16:39:36.919Z] 0dadc02b9964: Pulling fs layer [2020-09-11T16:39:36.919Z] ce6a7cf60c04: Pulling fs layer [2020-09-11T16:39:36.919Z] 7a184a31f384: Pulling fs layer [2020-09-11T16:39:36.919Z] 0879bd2ef858: Pulling fs layer [2020-09-11T16:39:36.919Z] ce6a7cf60c04: Waiting [2020-09-11T16:39:36.919Z] 7a184a31f384: Waiting [2020-09-11T16:39:36.919Z] 0879bd2ef858: Waiting [2020-09-11T16:39:36.919Z] 46f8f816bc3b: Waiting [2020-09-11T16:39:36.919Z] 0dadc02b9964: Waiting [2020-09-11T16:39:36.919Z] 36b3adc4ff6f: Download complete [2020-09-11T16:39:36.919Z] 46f8f816bc3b: Verifying Checksum [2020-09-11T16:39:36.919Z] 46f8f816bc3b: Download complete [2020-09-11T16:39:36.919Z] df20fa9351a1: Verifying Checksum [2020-09-11T16:39:36.919Z] df20fa9351a1: Download complete [2020-09-11T16:39:36.919Z] 0dadc02b9964: Verifying Checksum [2020-09-11T16:39:36.919Z] 0dadc02b9964: Download complete [2020-09-11T16:39:36.919Z] ce6a7cf60c04: Verifying Checksum [2020-09-11T16:39:36.919Z] ce6a7cf60c04: Download complete [2020-09-11T16:39:37.189Z] 7a184a31f384: Verifying Checksum [2020-09-11T16:39:37.189Z] 7a184a31f384: Download complete [2020-09-11T16:39:37.189Z] 8ad3a11d3b57: Verifying Checksum [2020-09-11T16:39:37.189Z] 8ad3a11d3b57: Download complete [2020-09-11T16:39:37.771Z] df20fa9351a1: Pull complete [2020-09-11T16:39:37.771Z] 0879bd2ef858: Verifying Checksum [2020-09-11T16:39:37.771Z] 0879bd2ef858: Download complete [2020-09-11T16:39:37.771Z] 36b3adc4ff6f: Pull complete [2020-09-11T16:39:38.348Z] 8ad3a11d3b57: Pull complete [2020-09-11T16:39:38.609Z] 46f8f816bc3b: Pull complete [2020-09-11T16:39:38.870Z] 0dadc02b9964: Pull complete [2020-09-11T16:39:38.870Z] ce6a7cf60c04: Pull complete [2020-09-11T16:39:39.140Z] 7a184a31f384: Pull complete [2020-09-11T16:39:41.711Z] 0879bd2ef858: Pull complete [2020-09-11T16:39:41.973Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-11T16:39:41.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T16:39:41.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-11T16:39:42.146Z] prd-centos7-docker-4c-2g-2263 does not seem to be running inside a container [2020-09-11T16:39:42.237Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-11T16:39:45.605Z] $ docker top ea48e99b672b4d54477417968d4e913abc6270bb0763d3f88cb576c19c03c787 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T16:39:46.107Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-11T16:39:46.407Z] + ls /var/log/sa-host [2020-09-11T16:39:46.407Z] + sadf -c /var/log/sa-host/sa05 [2020-09-11T16:39:46.407Z] file_magic: OK [2020-09-11T16:39:46.407Z] HZ: Using current value: 100 [2020-09-11T16:39:46.407Z] file_header: OK [2020-09-11T16:39:46.407Z] 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-11T16:39:46.407Z] Statistics: [2020-09-11T16:39:46.407Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T16:39:46.407Z] File successfully converted to sysstat format version 12.2.1 [2020-09-11T16:39:46.407Z] + sadf -c /var/log/sa-host/sa11 [2020-09-11T16:39:46.407Z] file_magic: OK [2020-09-11T16:39:46.407Z] HZ: Using current value: 100 [2020-09-11T16:39:46.407Z] file_header: OK [2020-09-11T16:39:46.407Z] 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-11T16:39:46.407Z] Statistics: [2020-09-11T16:39:46.407Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T16:39:46.407Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T16:39:46.476Z] provisioning config files... [2020-09-11T16:39:46.501Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2380083483017532159tmp [Pipeline] { [Pipeline] echo [2020-09-11T16:39:46.591Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T16:39:46.889Z] ---> create-netrc.sh [Pipeline] echo [2020-09-11T16:39:46.899Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T16:39:47.195Z] ---> logs-deploy.sh [2020-09-11T16:39:47.196Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/44 [2020-09-11T16:39:47.196Z] INFO: archiving workspace using pattern(s): [2020-09-11T16:39:48.594Z] Archives upload complete. [2020-09-11T16:39:48.594Z] INFO: archiving logs to Nexus [2020-09-11T16:39:49.540Z] ---> uname -a: [2020-09-11T16:39:49.540Z] Linux ea48e99b672b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] ---> lscpu: [2020-09-11T16:39:49.540Z] Architecture: x86_64 [2020-09-11T16:39:49.540Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-11T16:39:49.540Z] Byte Order: Little Endian [2020-09-11T16:39:49.540Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-11T16:39:49.540Z] CPU(s): 4 [2020-09-11T16:39:49.540Z] On-line CPU(s) list: 0-3 [2020-09-11T16:39:49.540Z] Thread(s) per core: 1 [2020-09-11T16:39:49.540Z] Core(s) per socket: 1 [2020-09-11T16:39:49.540Z] Socket(s): 4 [2020-09-11T16:39:49.540Z] NUMA node(s): 1 [2020-09-11T16:39:49.540Z] Vendor ID: GenuineIntel [2020-09-11T16:39:49.540Z] CPU family: 6 [2020-09-11T16:39:49.540Z] Model: 44 [2020-09-11T16:39:49.540Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-11T16:39:49.540Z] Stepping: 1 [2020-09-11T16:39:49.540Z] CPU MHz: 2933.436 [2020-09-11T16:39:49.540Z] BogoMIPS: 5866.87 [2020-09-11T16:39:49.540Z] Virtualization: VT-x [2020-09-11T16:39:49.540Z] Hypervisor vendor: KVM [2020-09-11T16:39:49.540Z] Virtualization type: full [2020-09-11T16:39:49.540Z] L1d cache: 128 KiB [2020-09-11T16:39:49.540Z] L1i cache: 128 KiB [2020-09-11T16:39:49.540Z] L2 cache: 16 MiB [2020-09-11T16:39:49.540Z] L3 cache: 64 MiB [2020-09-11T16:39:49.540Z] NUMA node0 CPU(s): 0-3 [2020-09-11T16:39:49.540Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-11T16:39:49.540Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-11T16:39:49.540Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-11T16:39:49.540Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-11T16:39:49.540Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-11T16:39:49.540Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-11T16:39:49.540Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-11T16:39:49.540Z] Vulnerability Tsx async abort: Not affected [2020-09-11T16:39:49.540Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] ---> nproc: [2020-09-11T16:39:49.540Z] 4 [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] ---> df -h: [2020-09-11T16:39:49.540Z] Filesystem Size Used Available Use% Mounted on [2020-09-11T16:39:49.540Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-11T16:39:49.540Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-11T16:39:49.540Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-11T16:39:49.540Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-11T16:39:49.540Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-11T16:39:49.540Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-11T16:39:49.540Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-11T16:39:49.540Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master [2020-09-11T16:39:49.540Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-09-11T16:39:49.540Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] ---> free -m: [2020-09-11T16:39:49.540Z] total used free shared buff/cache available [2020-09-11T16:39:49.540Z] Mem: 1837 775 115 0 946 996 [2020-09-11T16:39:49.540Z] Swap: 1023 3 1020 [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] ---> ip addr: [2020-09-11T16:39:49.540Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-11T16:39:49.540Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-11T16:39:49.540Z] inet 127.0.0.1/8 scope host lo [2020-09-11T16:39:49.540Z] valid_lft forever preferred_lft forever [2020-09-11T16:39:49.540Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-11T16:39:49.540Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-11T16:39:49.540Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-11T16:39:49.540Z] valid_lft forever preferred_lft forever [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] ---> sar -b -r -n DEV: [2020-09-11T16:39:49.540Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] 16:32:07 LINUX RESTART (4 CPU) [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] 16:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-11T16:39:49.540Z] 16:34:01 29.54 9.99 19.55 0.00 4404.00 2217.57 0.00 [2020-09-11T16:39:49.540Z] 16:35:01 1.58 0.00 1.58 0.00 0.00 27.63 0.00 [2020-09-11T16:39:49.540Z] 16:36:01 0.25 0.00 0.25 0.00 0.00 2.45 0.00 [2020-09-11T16:39:49.540Z] 16:37:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 [2020-09-11T16:39:49.540Z] 16:38:01 12.67 1.78 10.89 0.00 349.52 7645.15 0.00 [2020-09-11T16:39:49.540Z] 16:39:01 352.60 163.59 189.02 0.00 9214.05 53718.72 0.00 [2020-09-11T16:39:49.540Z] Average: 66.28 29.29 36.98 0.00 2323.11 10630.48 0.00 [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] 16:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-11T16:39:49.540Z] 16:34:01 168136 0 577664 30.70 2620 1133136 1124624 38.38 410196 1142640 24 [2020-09-11T16:39:49.540Z] 16:35:01 174152 0 571644 30.38 2620 1133140 1081016 36.89 409068 1138424 8 [2020-09-11T16:39:49.540Z] 16:36:01 172484 0 573308 30.47 2620 1133144 1081016 36.89 411372 1138416 8 [2020-09-11T16:39:49.540Z] 16:37:01 170688 0 575100 30.57 2620 1133148 1081248 36.90 416088 1135728 20 [2020-09-11T16:39:49.540Z] 16:38:01 72392 0 657060 34.92 2620 1149484 1514552 51.69 516904 1125564 104364 [2020-09-11T16:39:49.540Z] 16:39:01 137388 0 740424 39.35 1948 1001796 1237776 42.24 580072 891388 200 [2020-09-11T16:39:49.540Z] Average: 149207 0 615867 32.73 2508 1113975 1186705 40.50 457283 1095360 17437 [2020-09-11T16:39:49.540Z] [2020-09-11T16:39:49.540Z] 16:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-11T16:39:49.540Z] 16:34:01 eth0 70.75 60.62 354.28 39.22 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:34:01 docker0 4.45 3.01 0.94 10.76 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:36:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:37:01 eth0 1.02 0.35 0.32 0.20 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.540Z] 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] 16:38:01 eth0 412.37 358.84 3776.59 26.14 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] 16:39:01 vethd8a5aec 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] 16:39:01 eth0 442.77 394.87 3367.88 93.89 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] 16:39:01 docker0 17.87 16.84 1.36 121.59 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] Average: vethd8a5aec 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] Average: eth0 154.90 136.06 1252.67 26.55 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] Average: docker0 3.72 3.31 0.38 22.10 0.00 0.00 0.00 0.00 [2020-09-11T16:39:49.541Z] [2020-09-11T16:39:49.541Z] [2020-09-11T16:39:49.541Z] ---> sar -P ALL: [2020-09-11T16:39:49.541Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) [2020-09-11T16:39:49.541Z] [2020-09-11T16:39:49.541Z] 16:32:07 LINUX RESTART (4 CPU) [2020-09-11T16:39:49.541Z] [2020-09-11T16:39:49.541Z] 16:33:02 CPU %user %nice %system %iowait %steal %idle [2020-09-11T16:39:49.541Z] 16:34:01 all 2.51 0.00 1.54 0.60 0.04 95.31 [2020-09-11T16:39:49.541Z] 16:34:01 0 2.49 0.00 1.30 0.32 0.05 95.84 [2020-09-11T16:39:49.541Z] 16:34:01 1 2.26 0.00 2.25 0.71 0.03 94.74 [2020-09-11T16:39:49.541Z] 16:34:01 2 2.33 0.00 1.53 1.28 0.05 94.81 [2020-09-11T16:39:49.541Z] 16:34:01 3 2.96 0.00 1.07 0.10 0.03 95.83 [2020-09-11T16:39:49.541Z] 16:35:01 all 0.15 0.00 0.05 0.00 0.01 99.80 [2020-09-11T16:39:49.541Z] 16:35:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-11T16:39:49.541Z] 16:35:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2020-09-11T16:39:49.541Z] 16:35:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2020-09-11T16:39:49.541Z] 16:35:01 3 0.47 0.00 0.03 0.00 0.00 99.50 [2020-09-11T16:39:49.541Z] 16:36:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-09-11T16:39:49.541Z] 16:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-11T16:39:49.541Z] 16:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-11T16:39:49.541Z] 16:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-11T16:39:49.541Z] 16:36:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-09-11T16:39:49.541Z] 16:37:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-09-11T16:39:49.541Z] 16:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-11T16:39:49.541Z] 16:37:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2020-09-11T16:39:49.541Z] 16:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-11T16:39:49.541Z] 16:37:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2020-09-11T16:39:49.541Z] 16:38:01 all 1.92 0.00 1.08 0.01 0.07 96.92 [2020-09-11T16:39:49.541Z] 16:38:01 0 1.80 0.00 1.06 0.00 0.07 97.07 [2020-09-11T16:39:49.541Z] 16:38:01 1 2.04 0.00 0.92 0.00 0.08 96.95 [2020-09-11T16:39:49.541Z] 16:38:01 2 1.84 0.00 1.17 0.02 0.08 96.88 [2020-09-11T16:39:49.541Z] 16:38:01 3 1.98 0.00 1.18 0.03 0.05 96.76 [2020-09-11T16:39:49.541Z] 16:39:01 all 13.95 0.00 9.12 3.64 0.21 73.08 [2020-09-11T16:39:49.541Z] 16:39:01 0 13.95 0.00 9.15 1.28 0.21 75.41 [2020-09-11T16:39:49.541Z] 16:39:01 1 13.38 0.00 9.10 4.65 0.24 72.63 [2020-09-11T16:39:49.541Z] 16:39:01 2 14.67 0.00 10.14 4.48 0.22 70.49 [2020-09-11T16:39:49.541Z] 16:39:01 3 13.80 0.00 8.09 4.13 0.17 73.81 [2020-09-11T16:39:49.541Z] Average: all 3.08 0.00 1.94 0.70 0.06 94.23 [2020-09-11T16:39:49.541Z] Average: 0 3.00 0.00 1.89 0.26 0.06 94.80 [2020-09-11T16:39:49.541Z] Average: 1 2.92 0.00 2.04 0.88 0.06 94.10 [2020-09-11T16:39:49.541Z] Average: 2 3.10 0.00 2.12 0.94 0.06 93.78 [2020-09-11T16:39:49.541Z] Average: 3 3.33 0.00 1.71 0.70 0.04 94.23 [2020-09-11T16:39:49.541Z] [2020-09-11T16:39:49.541Z] [2020-09-11T16:39:49.541Z]