Pull request #27 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca1a90024e3d3fca85a13dd3fd878016eb1e1c29+b106d00ae92e946d2103bc6c1464522635373c7b (b2bebe4c011c92b66d0d121e4c08a4e5e7a02648) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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:device-rest-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-rest-go-settings PROJECT: device-rest-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-rest-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/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4189 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # 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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 Merge succeeded, producing 6cd080d4ef210ed05295b34cae3765f2aaae7cf9 Checking out Revision 6cd080d4ef210ed05295b34cae3765f2aaae7cf9 (PR-27) > git config core.sparsecheckout # timeout=10 > git checkout -f ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 # 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 b106d00ae92e946d2103bc6c1464522635373c7b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cd080d4ef210ed05295b34cae3765f2aaae7cf9 # timeout=10 Commit message: "Merge commit 'b106d00ae92e946d2103bc6c1464522635373c7b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:35:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:35:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 211448c824968b5a705ab85d9bd1fa2393a65460 # timeout=10 [Pipeline] echo 20:35:50 ========================================================= 20:35:50 EdgeX Global Pipelines Version Info 20:35:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:35:52 ------------------- 20:35:52 stable info: 20:35:52 ------------------- 20:35:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:35:52 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 20:35:52 Message: update stable to v1.0.89 20:35:52 ------------------- 20:35:52 experimental info: 20:35:52 ------------------- 20:35:52 Commited By: **** collab-it+edgex@linuxfoundation.org 20:35:52 Commit SHA: aa323fb5dfebb31640c35badf05a5a9beff52318 20:35:52 Message: update experimental to v1.0.90 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:35:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:54 20:35:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:35:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:54 latest: Pulling from edgex-devops/git-semver 20:35:54 9123ac7c32f7: Pulling fs layer 20:35:54 b8cc5d1170e3: Pulling fs layer 20:35:54 2924cbbf6a41: Pulling fs layer 20:35:54 93b08a4f1073: Pulling fs layer 20:35:54 93b08a4f1073: Waiting 20:35:54 b8cc5d1170e3: Verifying Checksum 20:35:54 b8cc5d1170e3: Download complete 20:35:54 9123ac7c32f7: Verifying Checksum 20:35:54 9123ac7c32f7: Download complete 20:35:54 93b08a4f1073: Verifying Checksum 20:35:54 93b08a4f1073: Download complete 20:35:54 2924cbbf6a41: Verifying Checksum 20:35:54 2924cbbf6a41: Download complete 20:35:55 9123ac7c32f7: Pull complete 20:35:55 b8cc5d1170e3: Pull complete 20:35:55 2924cbbf6a41: Pull complete 20:35:56 93b08a4f1073: Pull complete 20:35:56 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 20:35:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:35:56 prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container 20:35:56 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@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 20:35:58 $ docker top 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:58 [ssh-agent] Looking for ssh-agent implementation... 20:35:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:58 $ docker exec 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent 20:35:58 SSH_AUTH_SOCK=/tmp/ssh-cqUuqLdBpFwl/agent.12 20:35:58 SSH_AGENT_PID=17 20:35:58 Running ssh-add (command line suppressed) 20:35:59 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_7661978269591774840.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_7661978269591774840.key) 20:35:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:59 + git describe --exact-match --tags HEAD 20:35:59 fatal: No names found, cannot describe anything. [Pipeline] } 20:35:59 $ docker exec --env ******** --env ******** 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent -k 20:35:59 unset SSH_AUTH_SOCK; 20:35:59 unset SSH_AGENT_PID; 20:35:59 echo Agent pid 17 killed; 20:35:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:35:59 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:35:59 This usually means this commit has not been tagged. [Pipeline] sshagent 20:35:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:59 [ssh-agent] Looking for ssh-agent implementation... 20:35:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:59 $ docker exec 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent 20:36:00 SSH_AUTH_SOCK=/tmp/ssh-AX9BGnzzvGU7/agent.46 20:36:00 SSH_AGENT_PID=51 20:36:00 Running ssh-add (command line suppressed) 20:36:00 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_183093680740502886.key (/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/private_key_183093680740502886.key) 20:36:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:00 + git semver init 20:36:00 # -> Open(): unable to determine branch for HEAD 20:36:00 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.git 20:36:00 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-27 20:36:00 # $SEMVER_REMOTE_NAME = origin 20:36:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:00 # $SEMVER_USER_NAME = edgex-jenkins 20:36:00 # $SEMVER_BRANCH = PR-27 20:36:00 # $SEMVER_TEMP = /tmp/semver-265512130 20:36:00 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 20:36:01 # '/tmp/semver-265512130' -> '/w/workspace/dgexfoundry_device-rest-go_PR-27/.semver' 20:36:01 # -> Force: false 20:36:01 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-27/.semver [Pipeline] } 20:36:01 $ docker exec --env ******** --env ******** 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 ssh-agent -k 20:36:01 unset SSH_AUTH_SOCK; 20:36:01 unset SSH_AGENT_PID; 20:36:01 echo Agent pid 51 killed; 20:36:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:02 + git semver [Pipeline] } 20:36:02 $ docker stop --time=1 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 20:36:03 $ docker rm -f 13b5dd47a9d9d71e076779e6165ba8d1e3441de204fcdac2d63f8b59af283a56 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:36:05 Stashed 24 file(s) [Pipeline] echo 20:36:05 [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 20:36:20 Still waiting to schedule task 20:36:20 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4189’ 20:36:20 Still waiting to schedule task 20:36:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:37:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4190 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 20:37:56 Running in /w/workspace/device-rest-go/6 [Pipeline] { [Pipeline] checkout 20:38:01 using credential edgex-jenkins-ssh 20:38:01 Cloning the remote Git repository 20:38:01 Cloning with configured refspecs honoured and without tags 20:38:01 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:38:01 > git init /w/workspace/device-rest-go/6 # timeout=10 20:38:01 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:38:01 > git --version # timeout=10 20:38:01 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:38:03 Fetching without tags 20:38:03 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:38:03 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 20:38:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:38:03 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:38:03 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:38:03 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:38:04 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:38:04 Failed in branch arm64 20:38:04 > git config core.sparsecheckout # timeout=10 20:38:04 > git checkout -f ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 # timeout=10 20:38:11 Running on prd-centos7-docker-4c-2g-4191 in /w/workspace/dgexfoundry_device-rest-go_PR-27 [Pipeline] { [Pipeline] ws 20:38:11 Running in /w/workspace/device-rest-go/6 [Pipeline] { [Pipeline] checkout 20:38:13 using credential edgex-jenkins-ssh 20:38:13 Cloning the remote Git repository 20:38:13 Cloning with configured refspecs honoured and without tags 20:38:13 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:38:13 > git init /w/workspace/device-rest-go/6 # timeout=10 20:38:13 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:38:13 > git --version # timeout=10 20:38:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:38:15 Fetching without tags 20:38:16 Merging remotes/origin/master commit b106d00ae92e946d2103bc6c1464522635373c7b into PR head commit ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:38:16 Failed in branch amd64 [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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } 20:38:15 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:38:15 > git config --add remote.origin.fetch +refs/pull/27/head:refs/remotes/origin/PR-27 # timeout=10 20:38:15 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:38:15 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:38:15 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:38:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/27/head:refs/remotes/origin/PR-27 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:38:15 > git config core.sparsecheckout # timeout=10 20:38:16 > git checkout -f ca1a90024e3d3fca85a13dd3fd878016eb1e1c29 # timeout=10 [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 20:38:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:38:17 ---> package-listing.sh 20:38:17 ++ facter osfamily 20:38:17 ++ tr '[:upper:]' '[:lower:]' 20:38:17 + OS_FAMILY=redhat 20:38:17 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-27 20:38:17 + START_PACKAGES=/tmp/packages_start.txt 20:38:17 + END_PACKAGES=/tmp/packages_end.txt 20:38:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:38:17 + PACKAGES=/tmp/packages_start.txt 20:38:17 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 20:38:17 + PACKAGES=/tmp/packages_end.txt 20:38:17 + case "${OS_FAMILY}" in 20:38:17 + rpm -qa 20:38:17 + sort 20:38:22 + '[' -f /tmp/packages_start.txt ']' 20:38:22 + '[' -f /tmp/packages_end.txt ']' 20:38:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:38:22 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-27 ']' 20:38:22 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ 20:38:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-27/archives/ [Pipeline] isUnix [Pipeline] sh 20:38:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:22 20:38:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:38:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:23 alpine: Pulling from edgex-lftools-log-publisher 20:38:23 c9b1b535fdd9: Pulling fs layer 20:38:23 2cc5ad85d9ab: Pulling fs layer 20:38:23 756a868c4378: Pulling fs layer 20:38:23 444b2fc9a129: Pulling fs layer 20:38:23 ea15f1150254: Pulling fs layer 20:38:23 41b27a9f41bf: Pulling fs layer 20:38:23 28c525ee5125: Pulling fs layer 20:38:23 094b1ea09ed8: Pulling fs layer 20:38:23 138eaada9080: Pulling fs layer 20:38:23 0622d0fa9048: Pulling fs layer 20:38:23 28c525ee5125: Waiting 20:38:23 094b1ea09ed8: Waiting 20:38:23 138eaada9080: Waiting 20:38:23 444b2fc9a129: Waiting 20:38:23 0622d0fa9048: Waiting 20:38:23 ea15f1150254: Waiting 20:38:23 41b27a9f41bf: Waiting 20:38:23 2cc5ad85d9ab: Download complete 20:38:23 444b2fc9a129: Verifying Checksum 20:38:23 444b2fc9a129: Download complete 20:38:23 c9b1b535fdd9: Verifying Checksum 20:38:23 c9b1b535fdd9: Download complete 20:38:23 ea15f1150254: Verifying Checksum 20:38:23 ea15f1150254: Download complete 20:38:23 28c525ee5125: Verifying Checksum 20:38:23 28c525ee5125: Download complete 20:38:23 756a868c4378: Verifying Checksum 20:38:23 756a868c4378: Download complete 20:38:23 c9b1b535fdd9: Pull complete 20:38:24 138eaada9080: Verifying Checksum 20:38:24 138eaada9080: Download complete 20:38:24 0622d0fa9048: Verifying Checksum 20:38:24 0622d0fa9048: Download complete 20:38:24 094b1ea09ed8: Verifying Checksum 20:38:24 094b1ea09ed8: Download complete 20:38:24 2cc5ad85d9ab: Pull complete 20:38:24 41b27a9f41bf: Verifying Checksum 20:38:24 41b27a9f41bf: Download complete 20:38:25 756a868c4378: Pull complete 20:38:25 444b2fc9a129: Pull complete 20:38:26 ea15f1150254: Pull complete 20:38:30 41b27a9f41bf: Pull complete 20:38:30 28c525ee5125: Pull complete 20:38:32 094b1ea09ed8: Pull complete 20:38:33 138eaada9080: Pull complete 20:38:33 0622d0fa9048: Pull complete 20:38:33 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:38:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:38:33 prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container 20:38:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-rest-go_PR-27 -v /w/workspace/dgexfoundry_device-rest-go_PR-27:/w/workspace/dgexfoundry_device-rest-go_PR-27:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:38:36 $ docker top eb147e17a5818538e850dcf48c710f563c4af4faf338e678dc2ccd7e2d940a42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:36 provisioning config files... 20:38:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-27@tmp/config7692681961781460871tmp [Pipeline] { [Pipeline] echo 20:38:36 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:38:37 ---> create-netrc.sh [Pipeline] echo 20:38:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:38:37 ---> logs-deploy.sh 20:38:37 + ARCHIVE_ARTIFACTS= 20:38:37 + LOGS_SERVER=https://logs.edgexfoundry.org 20:38:37 + '[' https://logs.edgexfoundry.org == None ']' 20:38:37 + NEXUS_URL=https://nexus.edgexfoundry.org 20:38:37 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/6 20:38:37 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/6/ 20:38:37 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/6 /w/workspace/dgexfoundry_device-rest-go_PR-27 20:38:38 Archives upload complete. 20:38:38 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-27/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-rest-go/job/PR-27/6/ 20:38:39 ---> uname -a: 20:38:39 Linux eb147e17a581 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:38:39 20:38:39 20:38:39 ---> lscpu: 20:38:39 Architecture: x86_64 20:38:39 CPU op-mode(s): 32-bit, 64-bit 20:38:39 Byte Order: Little Endian 20:38:39 Address sizes: 40 bits physical, 48 bits virtual 20:38:39 CPU(s): 4 20:38:39 On-line CPU(s) list: 0-3 20:38:39 Thread(s) per core: 1 20:38:39 Core(s) per socket: 1 20:38:39 Socket(s): 4 20:38:39 NUMA node(s): 1 20:38:39 Vendor ID: GenuineIntel 20:38:39 CPU family: 6 20:38:39 Model: 44 20:38:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:38:39 Stepping: 1 20:38:39 CPU MHz: 2933.438 20:38:39 BogoMIPS: 5866.87 20:38:39 Virtualization: VT-x 20:38:39 Hypervisor vendor: KVM 20:38:39 Virtualization type: full 20:38:39 L1d cache: 128 KiB 20:38:39 L1i cache: 128 KiB 20:38:39 L2 cache: 16 MiB 20:38:39 L3 cache: 64 MiB 20:38:39 NUMA node0 CPU(s): 0-3 20:38:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:38:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:38:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:38:39 Vulnerability Meltdown: Mitigation; PTI 20:38:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:38:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:38:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:38:39 Vulnerability Tsx async abort: Not affected 20:38:39 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 20:38:39 20:38:39 20:38:39 ---> nproc: 20:38:39 4 20:38:39 20:38:39 20:38:39 ---> df -h: 20:38:39 Filesystem Size Used Available Use% Mounted on 20:38:39 overlay 50.0G 7.3G 42.7G 15% / 20:38:39 tmpfs 64.0M 0 64.0M 0% /dev 20:38:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:38:39 shm 64.0M 0 64.0M 0% /dev/shm 20:38:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 20:38:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 20:38:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 20:38:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa 20:38:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-27 20:38:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-27@tmp 20:38:39 20:38:39 20:38:39 ---> free -m: 20:38:39 total used free shared buff/cache available 20:38:39 Mem: 1837 657 109 0 1070 1074 20:38:39 Swap: 1023 1 1022 20:38:39 20:38:39 20:38:39 ---> ip addr: 20:38:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:38:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:38:39 inet 127.0.0.1/8 scope host lo 20:38:39 valid_lft forever preferred_lft forever 20:38:39 6: eth0@if7: mtu 1458 qdisc noqueue state UP 20:38:39 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:38:39 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:38:39 valid_lft forever preferred_lft forever 20:38:39 20:38:39 20:38:39 ---> sar -b -r -n DEV: 20:38:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) 20:38:39 20:38:39 20:35:04 LINUX RESTART 20:38:39 20:38:39 20:36:01 tps rtps wtps bread/s bwrtn/s 20:38:39 20:37:01 6.36 1.12 5.24 39.16 639.46 20:38:39 20:38:01 1.63 0.00 1.63 0.00 31.76 20:38:39 Average: 4.00 0.56 3.44 19.58 335.63 20:38:39 20:38:39 20:36:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:38:39 20:37:01 147768 1733788 92.15 2620 1152320 1114152 38.02 439240 1134292 20 20:38:39 20:38:01 153304 1728252 91.85 2620 1152324 1073596 36.64 439284 1129920 16 20:38:39 Average: 150536 1731020 92.00 2620 1152322 1093874 37.33 439262 1132106 18 20:38:39 20:38:39 20:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 20:38:39 20:37:01 eth0 58.57 37.66 19.93 156.68 0.00 0.00 0.00 20:38:39 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:39 20:37:01 docker0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 20:38:39 20:38:01 eth0 1.15 0.30 0.34 0.16 0.00 0.00 0.00 20:38:39 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:39 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:39 Average: eth0 29.86 18.98 10.14 78.43 0.00 0.00 0.00 20:38:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:38:39 Average: docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 20:38:39 20:38:39 20:38:39 ---> sar -P ALL: 20:38:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 06/23/20 _x86_64_ (4 CPU) 20:38:39 20:38:39 20:35:04 LINUX RESTART 20:38:39 20:38:39 20:36:01 CPU %user %nice %system %iowait %steal %idle 20:38:39 20:37:01 all 1.67 0.00 0.39 0.19 0.00 97.75 20:38:39 20:37:01 0 1.67 0.00 0.38 0.07 0.00 97.88 20:38:39 20:37:01 1 1.87 0.00 0.37 0.48 0.00 97.28 20:38:39 20:37:01 2 1.65 0.00 0.43 0.00 0.00 97.91 20:38:39 20:37:01 3 1.50 0.00 0.35 0.22 0.00 97.93 20:38:39 20:38:01 all 0.15 0.00 0.05 0.00 0.00 99.80 20:38:39 20:38:01 0 0.03 0.00 0.05 0.00 0.00 99.92 20:38:39 20:38:01 1 0.50 0.00 0.10 0.00 0.00 99.40 20:38:39 20:38:01 2 0.07 0.00 0.03 0.00 0.00 99.90 20:38:39 20:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:38:39 Average: all 0.91 0.00 0.22 0.10 0.00 98.77 20:38:39 Average: 0 0.85 0.00 0.22 0.03 0.00 98.90 20:38:39 Average: 1 1.18 0.00 0.23 0.24 0.00 98.34 20:38:39 Average: 2 0.86 0.00 0.23 0.00 0.00 98.91 20:38:39 Average: 3 0.77 0.00 0.19 0.11 0.00 98.93 20:38:39 20:38:39 20:38:39