Pull request #89 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 0191627eb163bb7153ecb6046a813697784f0ac1+67958688c4147c38308205c15ae89f805505b5c7 (062eedd753d70dbaf6fcb1cc4c9eb557d66e63f0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go, goVersion:1.13] ========================================================= [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: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 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-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-563’ is offline Running on prd-centos7-docker-4c-2g-70 in /w/workspace/xfoundry_device-virtual-go_PR-89 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/xfoundry_device-virtual-go_PR-89 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Fetching without tags Merging remotes/origin/master commit 67958688c4147c38308205c15ae89f805505b5c7 into PR head commit 0191627eb163bb7153ecb6046a813697784f0ac1 Merge succeeded, producing 0191627eb163bb7153ecb6046a813697784f0ac1 Checking out Revision 0191627eb163bb7153ecb6046a813697784f0ac1 (PR-89) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/89/head:refs/remotes/origin/PR-89 # 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/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0191627eb163bb7153ecb6046a813697784f0ac1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 67958688c4147c38308205c15ae89f805505b5c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0191627eb163bb7153ecb6046a813697784f0ac1 # timeout=10 Commit message: "Support read operation of binary resource" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-11T08:55:39.476Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk e1d0d5e1f8a4373b0f55bdbab3e3722ee8eb9820 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-11T08:55:41.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-11T08:55:41.730Z] [2020-03-11T08:55:41.730Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-11T08:55:42.089Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-11T08:55:42.089Z] latest: Pulling from edgex-devops/git-semver [2020-03-11T08:55:42.089Z] 9123ac7c32f7: Pulling fs layer [2020-03-11T08:55:42.089Z] b8cc5d1170e3: Pulling fs layer [2020-03-11T08:55:42.089Z] 2924cbbf6a41: Pulling fs layer [2020-03-11T08:55:42.089Z] 93b08a4f1073: Pulling fs layer [2020-03-11T08:55:42.089Z] 93b08a4f1073: Waiting [2020-03-11T08:55:42.089Z] b8cc5d1170e3: Verifying Checksum [2020-03-11T08:55:42.089Z] b8cc5d1170e3: Download complete [2020-03-11T08:55:42.352Z] 9123ac7c32f7: Verifying Checksum [2020-03-11T08:55:42.352Z] 9123ac7c32f7: Download complete [2020-03-11T08:55:42.352Z] 93b08a4f1073: Verifying Checksum [2020-03-11T08:55:42.352Z] 93b08a4f1073: Download complete [2020-03-11T08:55:42.352Z] 2924cbbf6a41: Verifying Checksum [2020-03-11T08:55:42.352Z] 2924cbbf6a41: Download complete [2020-03-11T08:55:42.611Z] 9123ac7c32f7: Pull complete [2020-03-11T08:55:42.611Z] b8cc5d1170e3: Pull complete [2020-03-11T08:55:43.554Z] 2924cbbf6a41: Pull complete [2020-03-11T08:55:43.814Z] 93b08a4f1073: Pull complete [2020-03-11T08:55:43.814Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-11T08:55:43.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-11T08:55:43.953Z] prd-centos7-docker-4c-2g-70 does not seem to be running inside a container [2020-03-11T08:55:44.007Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-virtual-go_PR-89 -v /w/workspace/xfoundry_device-virtual-go_PR-89:/w/workspace/xfoundry_device-virtual-go_PR-89:rw,z -v /w/workspace/xfoundry_device-virtual-go_PR-89@tmp:/w/workspace/xfoundry_device-virtual-go_PR-89@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-03-11T08:55:44.650Z] $ docker top dcf96112702b2beffa6631fe2e803b4040347e5481c516f7719edca60b0e5b38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-11T08:55:44.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-11T08:55:44.904Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-11T08:55:45.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-11T08:55:45.120Z] $ docker exec dcf96112702b2beffa6631fe2e803b4040347e5481c516f7719edca60b0e5b38 ssh-agent [2020-03-11T08:55:45.312Z] SSH_AUTH_SOCK=/tmp/ssh-NZAKJUOaQknc/agent.14 [2020-03-11T08:55:45.312Z] SSH_AGENT_PID=21 [2020-03-11T08:55:45.321Z] Running ssh-add (command line suppressed) [2020-03-11T08:55:45.457Z] Identity added: /w/workspace/xfoundry_device-virtual-go_PR-89@tmp/private_key_4811350351835670647.key (/w/workspace/xfoundry_device-virtual-go_PR-89@tmp/private_key_4811350351835670647.key) [2020-03-11T08:55:45.511Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-11T08:55:45.844Z] + git describe --exact-match --tags HEAD [2020-03-11T08:55:45.844Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-11T08:55:45.882Z] $ docker exec --env ******** --env ******** dcf96112702b2beffa6631fe2e803b4040347e5481c516f7719edca60b0e5b38 ssh-agent -k [2020-03-11T08:55:46.019Z] unset SSH_AUTH_SOCK; [2020-03-11T08:55:46.019Z] unset SSH_AGENT_PID; [2020-03-11T08:55:46.019Z] echo Agent pid 21 killed; [2020-03-11T08:55:46.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-11T08:55:46.134Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-11T08:55:46.134Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-11T08:55:46.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-11T08:55:46.213Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-11T08:55:46.390Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-11T08:55:46.392Z] $ docker exec dcf96112702b2beffa6631fe2e803b4040347e5481c516f7719edca60b0e5b38 ssh-agent [2020-03-11T08:55:46.577Z] SSH_AUTH_SOCK=/tmp/ssh-p79FldCVly10/agent.56 [2020-03-11T08:55:46.577Z] SSH_AGENT_PID=63 [2020-03-11T08:55:46.583Z] Running ssh-add (command line suppressed) [2020-03-11T08:55:46.718Z] Identity added: /w/workspace/xfoundry_device-virtual-go_PR-89@tmp/private_key_1584043567909750900.key (/w/workspace/xfoundry_device-virtual-go_PR-89@tmp/private_key_1584043567909750900.key) [2020-03-11T08:55:46.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-11T08:55:47.088Z] + git semver init [2020-03-11T08:55:47.088Z] # -> Open(): unable to determine branch for HEAD [2020-03-11T08:55:47.088Z] # $GIT_DIR = /w/workspace/xfoundry_device-virtual-go_PR-89/.git [2020-03-11T08:55:47.088Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-virtual-go_PR-89 [2020-03-11T08:55:47.088Z] # $SEMVER_REMOTE_NAME = origin [2020-03-11T08:55:47.088Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-11T08:55:47.088Z] # $SEMVER_USER_NAME = jenkins [2020-03-11T08:55:47.088Z] # $SEMVER_BRANCH = PR-89 [2020-03-11T08:55:47.088Z] # $SEMVER_TEMP = /tmp/semver-874589499 [2020-03-11T08:55:47.088Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-03-11T08:55:47.348Z] # '/tmp/semver-874589499' -> '/w/workspace/xfoundry_device-virtual-go_PR-89/.semver' [2020-03-11T08:55:47.348Z] # -> Force: false [2020-03-11T08:55:47.606Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-virtual-go_PR-89/.semver [Pipeline] } [2020-03-11T08:55:47.618Z] $ docker exec --env ******** --env ******** dcf96112702b2beffa6631fe2e803b4040347e5481c516f7719edca60b0e5b38 ssh-agent -k [2020-03-11T08:55:47.751Z] unset SSH_AUTH_SOCK; [2020-03-11T08:55:47.751Z] unset SSH_AGENT_PID; [2020-03-11T08:55:47.751Z] echo Agent pid 63 killed; [2020-03-11T08:55:47.788Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-11T08:55:48.211Z] + git semver [Pipeline] } [2020-03-11T08:55:48.223Z] $ docker stop --time=1 dcf96112702b2beffa6631fe2e803b4040347e5481c516f7719edca60b0e5b38 [2020-03-11T08:55:49.552Z] $ docker rm -f dcf96112702b2beffa6631fe2e803b4040347e5481c516f7719edca60b0e5b38 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-11T08:55:50.234Z] Stashed 22 file(s) [Pipeline] echo [2020-03-11T08:55:50.236Z] [edgeXSemver] initialized semver on version 0.0.0 [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-03-11T08:56:05.476Z] Still waiting to schedule task [2020-03-11T08:56:05.476Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-11T08:56:05.477Z] Still waiting to schedule task [2020-03-11T08:56:05.477Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-11T08:57:51.880Z] Running on prd-centos7-docker-4c-2g-72 in /w/workspace/xfoundry_device-virtual-go_PR-89 [Pipeline] { [Pipeline] ws [2020-03-11T08:57:51.980Z] Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout [2020-03-11T08:57:52.151Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-71 in /w/workspace/xfoundry_device-virtual-go_PR-89 [Pipeline] { [Pipeline] ws [2020-03-11T08:57:52.188Z] Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout [2020-03-11T08:57:54.379Z] using credential edgex-jenkins-ssh [2020-03-11T08:57:54.419Z] Cloning the remote Git repository [2020-03-11T08:57:54.419Z] Cloning with configured refspecs honoured and without tags [2020-03-11T08:57:54.438Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-03-11T08:57:54.471Z] > git init /w/workspace/device-virtual-go/4 # timeout=10 [2020-03-11T08:57:54.512Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-11T08:57:54.512Z] > git --version # timeout=10 [2020-03-11T08:57:54.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T08:57:55.040Z] Fetching without tags [2020-03-11T08:57:55.392Z] Merging remotes/origin/master commit 67958688c4147c38308205c15ae89f805505b5c7 into PR head commit 0191627eb163bb7153ecb6046a813697784f0ac1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-11T08:57:55.640Z] Failed in branch amd64 [2020-03-11T08:57:54.549Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T08:57:55.007Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-11T08:57:55.012Z] > git config --add remote.origin.fetch +refs/pull/89/head:refs/remotes/origin/PR-89 # timeout=10 [2020-03-11T08:57:55.019Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T08:57:55.030Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-11T08:57:55.041Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-11T08:57:55.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T08:57:55.045Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T08:57:55.394Z] > git config core.sparsecheckout # timeout=10 [2020-03-11T08:57:55.400Z] > git checkout -f 0191627eb163bb7153ecb6046a813697784f0ac1 # timeout=10 [2020-03-11T08:57:59.117Z] using credential edgex-jenkins-ssh [2020-03-11T08:57:59.173Z] Cloning the remote Git repository [2020-03-11T08:57:59.174Z] Cloning with configured refspecs honoured and without tags [2020-03-11T08:57:59.284Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-03-11T08:57:59.390Z] > git init /w/workspace/device-virtual-go/4 # timeout=10 [2020-03-11T08:57:59.489Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-11T08:57:59.490Z] > git --version # timeout=10 [2020-03-11T08:57:59.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T08:57:59.589Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T08:58:00.373Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-11T08:58:00.404Z] > git config --add remote.origin.fetch +refs/pull/89/head:refs/remotes/origin/PR-89 # timeout=10 [2020-03-11T08:58:00.513Z] Fetching without tags [2020-03-11T08:58:01.031Z] Merging remotes/origin/master commit 67958688c4147c38308205c15ae89f805505b5c7 into PR head commit 0191627eb163bb7153ecb6046a813697784f0ac1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-11T08:58:01.381Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [2020-03-11T08:58:00.437Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T08:58:00.489Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-03-11T08:58:00.545Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-03-11T08:58:00.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T08:58:00.562Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/89/head:refs/remotes/origin/PR-89 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T08:58:01.067Z] > git config core.sparsecheckout # timeout=10 [2020-03-11T08:58:01.103Z] > git checkout -f 0191627eb163bb7153ecb6046a813697784f0ac1 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-11T08:58:02.728Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-11T08:58:03.035Z] ---> package-listing.sh [2020-03-11T08:58:03.035Z] ++ facter osfamily [2020-03-11T08:58:03.035Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-11T08:58:03.035Z] + OS_FAMILY=redhat [2020-03-11T08:58:03.035Z] + workspace=/w/workspace/xfoundry_device-virtual-go_PR-89 [2020-03-11T08:58:03.035Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-11T08:58:03.035Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-11T08:58:03.035Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-11T08:58:03.035Z] + PACKAGES=/tmp/packages_start.txt [2020-03-11T08:58:03.035Z] + '[' /w/workspace/xfoundry_device-virtual-go_PR-89 ']' [2020-03-11T08:58:03.035Z] + PACKAGES=/tmp/packages_end.txt [2020-03-11T08:58:03.035Z] + case "${OS_FAMILY}" in [2020-03-11T08:58:03.035Z] + rpm -qa [2020-03-11T08:58:03.035Z] + sort [2020-03-11T08:58:07.250Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-11T08:58:07.250Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-11T08:58:07.250Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-11T08:58:07.250Z] + '[' /w/workspace/xfoundry_device-virtual-go_PR-89 ']' [2020-03-11T08:58:07.250Z] + mkdir -p /w/workspace/xfoundry_device-virtual-go_PR-89/archives/ [2020-03-11T08:58:07.250Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-virtual-go_PR-89/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-11T08:58:07.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-11T08:58:07.703Z] [2020-03-11T08:58:07.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-11T08:58:08.039Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-11T08:58:08.039Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-11T08:58:08.039Z] c9b1b535fdd9: Pulling fs layer [2020-03-11T08:58:08.039Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-11T08:58:08.039Z] 756a868c4378: Pulling fs layer [2020-03-11T08:58:08.039Z] 444b2fc9a129: Pulling fs layer [2020-03-11T08:58:08.039Z] ea15f1150254: Pulling fs layer [2020-03-11T08:58:08.039Z] 41b27a9f41bf: Pulling fs layer [2020-03-11T08:58:08.039Z] 28c525ee5125: Pulling fs layer [2020-03-11T08:58:08.039Z] 094b1ea09ed8: Pulling fs layer [2020-03-11T08:58:08.039Z] 138eaada9080: Pulling fs layer [2020-03-11T08:58:08.039Z] 0622d0fa9048: Pulling fs layer [2020-03-11T08:58:08.039Z] 444b2fc9a129: Waiting [2020-03-11T08:58:08.039Z] ea15f1150254: Waiting [2020-03-11T08:58:08.039Z] 41b27a9f41bf: Waiting [2020-03-11T08:58:08.039Z] 094b1ea09ed8: Waiting [2020-03-11T08:58:08.039Z] 138eaada9080: Waiting [2020-03-11T08:58:08.039Z] 0622d0fa9048: Waiting [2020-03-11T08:58:08.039Z] 2cc5ad85d9ab: Download complete [2020-03-11T08:58:08.039Z] 444b2fc9a129: Verifying Checksum [2020-03-11T08:58:08.039Z] 444b2fc9a129: Download complete [2020-03-11T08:58:08.039Z] c9b1b535fdd9: Verifying Checksum [2020-03-11T08:58:08.313Z] ea15f1150254: Verifying Checksum [2020-03-11T08:58:08.313Z] ea15f1150254: Download complete [2020-03-11T08:58:08.313Z] 28c525ee5125: Verifying Checksum [2020-03-11T08:58:08.313Z] 28c525ee5125: Download complete [2020-03-11T08:58:08.580Z] 756a868c4378: Verifying Checksum [2020-03-11T08:58:08.580Z] 756a868c4378: Download complete [2020-03-11T08:58:08.580Z] 138eaada9080: Verifying Checksum [2020-03-11T08:58:08.580Z] 138eaada9080: Download complete [2020-03-11T08:58:08.580Z] c9b1b535fdd9: Pull complete [2020-03-11T08:58:08.580Z] 094b1ea09ed8: Verifying Checksum [2020-03-11T08:58:08.580Z] 094b1ea09ed8: Download complete [2020-03-11T08:58:08.851Z] 0622d0fa9048: Verifying Checksum [2020-03-11T08:58:08.851Z] 0622d0fa9048: Download complete [2020-03-11T08:58:08.851Z] 2cc5ad85d9ab: Pull complete [2020-03-11T08:58:09.429Z] 41b27a9f41bf: Verifying Checksum [2020-03-11T08:58:09.429Z] 41b27a9f41bf: Download complete [2020-03-11T08:58:10.366Z] 756a868c4378: Pull complete [2020-03-11T08:58:10.366Z] 444b2fc9a129: Pull complete [2020-03-11T08:58:10.936Z] ea15f1150254: Pull complete [2020-03-11T08:58:14.234Z] 41b27a9f41bf: Pull complete [2020-03-11T08:58:14.234Z] 28c525ee5125: Pull complete [2020-03-11T08:58:16.148Z] 094b1ea09ed8: Pull complete [2020-03-11T08:58:16.407Z] 138eaada9080: Pull complete [2020-03-11T08:58:16.666Z] 0622d0fa9048: Pull complete [2020-03-11T08:58:16.666Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-11T08:58:16.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-11T08:58:16.827Z] prd-centos7-docker-4c-2g-70 does not seem to be running inside a container [2020-03-11T08:58:16.868Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-virtual-go_PR-89 -v /w/workspace/xfoundry_device-virtual-go_PR-89:/w/workspace/xfoundry_device-virtual-go_PR-89:rw,z -v /w/workspace/xfoundry_device-virtual-go_PR-89@tmp:/w/workspace/xfoundry_device-virtual-go_PR-89@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:10003/edgex-lftools-log-publisher:alpine cat [2020-03-11T08:58:17.444Z] $ docker top a38c8f72941c34e7168b5f9d995a1c053be8eeeddd8aecb98cc281a90bb82975 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-11T08:58:17.652Z] provisioning config files... [2020-03-11T08:58:17.669Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-virtual-go_PR-89@tmp/config2935734327602854199tmp [Pipeline] { [Pipeline] echo [2020-03-11T08:58:17.738Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-11T08:58:18.034Z] ---> create-netrc.sh [Pipeline] echo [2020-03-11T08:58:18.042Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-11T08:58:18.344Z] ---> logs-deploy.sh [2020-03-11T08:58:18.344Z] + ARCHIVE_ARTIFACTS= [2020-03-11T08:58:18.344Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-11T08:58:18.344Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-11T08:58:18.344Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-11T08:58:18.344Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-89/4 [2020-03-11T08:58:18.344Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-89/4/ [2020-03-11T08:58:18.344Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-89/4 /w/workspace/xfoundry_device-virtual-go_PR-89 [2020-03-11T08:58:19.729Z] Archives upload complete. [2020-03-11T08:58:19.729Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-89/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/PR-89/4/ [2020-03-11T08:58:20.301Z] ---> uname -a: [2020-03-11T08:58:20.301Z] Linux a38c8f72941c 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-11T08:58:20.301Z] [2020-03-11T08:58:20.301Z] [2020-03-11T08:58:20.301Z] ---> lscpu: [2020-03-11T08:58:20.301Z] Architecture: x86_64 [2020-03-11T08:58:20.301Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-11T08:58:20.301Z] Byte Order: Little Endian [2020-03-11T08:58:20.301Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-11T08:58:20.301Z] CPU(s): 4 [2020-03-11T08:58:20.301Z] On-line CPU(s) list: 0-3 [2020-03-11T08:58:20.301Z] Thread(s) per core: 1 [2020-03-11T08:58:20.301Z] Core(s) per socket: 1 [2020-03-11T08:58:20.301Z] Socket(s): 4 [2020-03-11T08:58:20.301Z] NUMA node(s): 1 [2020-03-11T08:58:20.301Z] Vendor ID: GenuineIntel [2020-03-11T08:58:20.301Z] CPU family: 6 [2020-03-11T08:58:20.301Z] Model: 44 [2020-03-11T08:58:20.301Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-11T08:58:20.301Z] Stepping: 1 [2020-03-11T08:58:20.301Z] CPU MHz: 2933.438 [2020-03-11T08:58:20.301Z] BogoMIPS: 5866.87 [2020-03-11T08:58:20.301Z] Virtualization: VT-x [2020-03-11T08:58:20.301Z] Hypervisor vendor: KVM [2020-03-11T08:58:20.301Z] Virtualization type: full [2020-03-11T08:58:20.301Z] L1d cache: 128 KiB [2020-03-11T08:58:20.301Z] L1i cache: 128 KiB [2020-03-11T08:58:20.301Z] L2 cache: 16 MiB [2020-03-11T08:58:20.301Z] L3 cache: 64 MiB [2020-03-11T08:58:20.301Z] NUMA node0 CPU(s): 0-3 [2020-03-11T08:58:20.301Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-11T08:58:20.301Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-11T08:58:20.301Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-11T08:58:20.301Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-11T08:58:20.301Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-11T08:58:20.301Z] 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-03-11T08:58:20.301Z] [2020-03-11T08:58:20.301Z] [2020-03-11T08:58:20.301Z] ---> nproc: [2020-03-11T08:58:20.301Z] 4 [2020-03-11T08:58:20.301Z] [2020-03-11T08:58:20.301Z]