Pull request #97 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from efdaa52aec100e5bd7ac79075ba37983ea3ca990+8f8a21a540ef2e4587cdc2ec77aa936f8e756367 (d3bd723f34e8b2f6232aeb55f258c0802bd64137) Running in Durability level: MAX_SURVIVABILITY 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-97/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 > git --version # 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:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable 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-app-service-configurable 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: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-977 in /w/workspace/y_app-service-configurable_PR-97 [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/app-service-configurable.git > git init /w/workspace/y_app-service-configurable_PR-97 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/97/head:refs/remotes/origin/PR-97 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 into PR head commit efdaa52aec100e5bd7ac79075ba37983ea3ca990 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/97/head:refs/remotes/origin/PR-97 # 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/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/97/head:refs/remotes/origin/PR-97 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f efdaa52aec100e5bd7ac79075ba37983ea3ca990 # 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 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 Merge succeeded, producing efdaa52aec100e5bd7ac79075ba37983ea3ca990 Checking out Revision efdaa52aec100e5bd7ac79075ba37983ea3ca990 (PR-97) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f efdaa52aec100e5bd7ac79075ba37983ea3ca990 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object be3c330340c18bb7ab85087afff7d7ed2ee420c0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:38:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:38:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:38:11 ========================================================= 22:38:11 EdgeX Global Pipelines Version Info 22:38:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:38:13 ------------------- 22:38:13 stable info: 22:38:13 ------------------- 22:38:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:38:13 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 22:38:13 Message: update stable to v1.0.99 22:38:14 ------------------- 22:38:14 experimental info: 22:38:14 ------------------- 22:38:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:38:14 Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 22:38:14 Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:38:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:38:16 22:38:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:38:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:38:17 latest: Pulling from edgex-devops/git-semver 22:38:17 31603596830f: Pulling fs layer 22:38:17 2a8b12db71e7: Pulling fs layer 22:38:17 6ca5941a6612: Pulling fs layer 22:38:17 ecc8261a40a4: Pulling fs layer 22:38:17 ecc8261a40a4: Waiting 22:38:17 2a8b12db71e7: Verifying Checksum 22:38:17 2a8b12db71e7: Download complete 22:38:17 31603596830f: Verifying Checksum 22:38:17 31603596830f: Download complete 22:38:17 6ca5941a6612: Verifying Checksum 22:38:17 6ca5941a6612: Download complete 22:38:17 ecc8261a40a4: Verifying Checksum 22:38:17 ecc8261a40a4: Download complete 22:38:17 31603596830f: Pull complete 22:38:17 2a8b12db71e7: Pull complete 22:38:18 6ca5941a6612: Pull complete 22:38:18 ecc8261a40a4: Pull complete 22:38:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:38:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:38:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:38:18 prd-centos7-docker-4c-2g-977 does not seem to be running inside a container 22:38:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_PR-97 -v /w/workspace/y_app-service-configurable_PR-97:/w/workspace/y_app-service-configurable_PR-97:rw,z -v /w/workspace/y_app-service-configurable_PR-97@tmp:/w/workspace/y_app-service-configurable_PR-97@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:38:20 $ docker top b2667942a4657b101afe855d65bbf49cf0b521f9229ed2789e1215db14b5196b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:38:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:38:21 [ssh-agent] Looking for ssh-agent implementation... 22:38:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:38:21 $ docker exec b2667942a4657b101afe855d65bbf49cf0b521f9229ed2789e1215db14b5196b ssh-agent 22:38:21 SSH_AUTH_SOCK=/tmp/ssh-k3GLVEAIdgaz/agent.11 22:38:21 SSH_AGENT_PID=16 22:38:21 Running ssh-add (command line suppressed) 22:38:21 Identity added: /w/workspace/y_app-service-configurable_PR-97@tmp/private_key_7127233543789889512.key (/w/workspace/y_app-service-configurable_PR-97@tmp/private_key_7127233543789889512.key) 22:38:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:38:22 + git describe --exact-match --tags HEAD 22:38:22 fatal: No names found, cannot describe anything. [Pipeline] } 22:38:22 $ docker exec --env ******** --env ******** b2667942a4657b101afe855d65bbf49cf0b521f9229ed2789e1215db14b5196b ssh-agent -k 22:38:22 unset SSH_AUTH_SOCK; 22:38:22 unset SSH_AGENT_PID; 22:38:22 echo Agent pid 16 killed; 22:38:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:38:22 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:38:22 This usually means this commit has not been tagged. [Pipeline] sshagent 22:38:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:38:22 [ssh-agent] Looking for ssh-agent implementation... 22:38:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:38:22 $ docker exec b2667942a4657b101afe855d65bbf49cf0b521f9229ed2789e1215db14b5196b ssh-agent 22:38:22 SSH_AUTH_SOCK=/tmp/ssh-xJzT74OTvc5e/agent.44 22:38:22 SSH_AGENT_PID=50 22:38:22 Running ssh-add (command line suppressed) 22:38:23 Identity added: /w/workspace/y_app-service-configurable_PR-97@tmp/private_key_7619832456743155491.key (/w/workspace/y_app-service-configurable_PR-97@tmp/private_key_7619832456743155491.key) 22:38:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:38:23 + git semver init 22:38:23 # -> Open(): unable to determine branch for HEAD 22:38:23 # $GIT_DIR = /w/workspace/y_app-service-configurable_PR-97/.git 22:38:23 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_PR-97 22:38:23 # $SEMVER_REMOTE_NAME = origin 22:38:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:38:23 # $SEMVER_USER_NAME = edgex-jenkins 22:38:23 # $SEMVER_BRANCH = PR-97 22:38:23 # $SEMVER_TEMP = /tmp/semver-059392613 22:38:23 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:38:23 # '/tmp/semver-059392613' -> '/w/workspace/y_app-service-configurable_PR-97/.semver' 22:38:23 # -> Force: false 22:38:23 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_PR-97/.semver [Pipeline] } 22:38:23 $ docker exec --env ******** --env ******** b2667942a4657b101afe855d65bbf49cf0b521f9229ed2789e1215db14b5196b ssh-agent -k 22:38:23 unset SSH_AUTH_SOCK; 22:38:23 unset SSH_AGENT_PID; 22:38:23 echo Agent pid 50 killed; 22:38:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:38:24 + git semver [Pipeline] } 22:38:24 $ docker stop --time=1 b2667942a4657b101afe855d65bbf49cf0b521f9229ed2789e1215db14b5196b 22:38:25 $ docker rm -f b2667942a4657b101afe855d65bbf49cf0b521f9229ed2789e1215db14b5196b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:38:26 Stashed 57 file(s) [Pipeline] echo 22:38:26 [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 22:38:42 Still waiting to schedule task 22:38:42 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-977’ 22:38:42 Still waiting to schedule task 22:38:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline 22:40:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-978 in /w/workspace/y_app-service-configurable_PR-97 [Pipeline] { [Pipeline] ws 22:40:24 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:40:25 ========================================================= 22:40:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:40:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:40:27 + 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 . 22:40:28 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/app-service-configurable/1/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:40:30 Failed in branch arm64 22:40:47 Running on prd-centos7-docker-4c-2g-980 in /w/workspace/y_app-service-configurable_PR-97 [Pipeline] { [Pipeline] ws 22:40:47 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:40:48 ========================================================= 22:40:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:40:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:40:49 + 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 . 22:40:49 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/app-service-configurable/1/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:40:51 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] } [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 22:40:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:40:54 ---> package-listing.sh 22:40:54 ++ facter osfamily 22:40:54 ++ tr '[:upper:]' '[:lower:]' 22:40:54 + OS_FAMILY=redhat 22:40:54 + workspace=/w/workspace/y_app-service-configurable_PR-97 22:40:54 + START_PACKAGES=/tmp/packages_start.txt 22:40:54 + END_PACKAGES=/tmp/packages_end.txt 22:40:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:40:54 + PACKAGES=/tmp/packages_start.txt 22:40:54 + '[' /w/workspace/y_app-service-configurable_PR-97 ']' 22:40:54 + PACKAGES=/tmp/packages_end.txt 22:40:54 + case "${OS_FAMILY}" in 22:40:54 + rpm -qa 22:40:54 + sort 22:40:57 + '[' -f /tmp/packages_start.txt ']' 22:40:57 + '[' -f /tmp/packages_end.txt ']' 22:40:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:40:57 + '[' /w/workspace/y_app-service-configurable_PR-97 ']' 22:40:57 + mkdir -p /w/workspace/y_app-service-configurable_PR-97/archives/ 22:40:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_PR-97/archives/ [Pipeline] isUnix [Pipeline] sh 22:40:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:40:58 22:40:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:40:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:40:58 alpine: Pulling from edgex-lftools-log-publisher 22:40:58 c9b1b535fdd9: Pulling fs layer 22:40:58 2cc5ad85d9ab: Pulling fs layer 22:40:58 756a868c4378: Pulling fs layer 22:40:58 444b2fc9a129: Pulling fs layer 22:40:58 ea15f1150254: Pulling fs layer 22:40:58 41b27a9f41bf: Pulling fs layer 22:40:58 28c525ee5125: Pulling fs layer 22:40:58 094b1ea09ed8: Pulling fs layer 22:40:58 138eaada9080: Pulling fs layer 22:40:58 0622d0fa9048: Pulling fs layer 22:40:58 444b2fc9a129: Waiting 22:40:58 ea15f1150254: Waiting 22:40:58 41b27a9f41bf: Waiting 22:40:58 28c525ee5125: Waiting 22:40:58 094b1ea09ed8: Waiting 22:40:58 138eaada9080: Waiting 22:40:58 0622d0fa9048: Waiting 22:40:58 2cc5ad85d9ab: Verifying Checksum 22:40:58 2cc5ad85d9ab: Download complete 22:40:58 444b2fc9a129: Verifying Checksum 22:40:58 444b2fc9a129: Download complete 22:40:58 c9b1b535fdd9: Verifying Checksum 22:40:58 c9b1b535fdd9: Download complete 22:40:58 ea15f1150254: Verifying Checksum 22:40:58 ea15f1150254: Download complete 22:40:58 28c525ee5125: Verifying Checksum 22:40:58 28c525ee5125: Download complete 22:40:58 756a868c4378: Verifying Checksum 22:40:58 756a868c4378: Download complete 22:40:58 c9b1b535fdd9: Pull complete 22:40:59 138eaada9080: Verifying Checksum 22:40:59 138eaada9080: Download complete 22:40:59 094b1ea09ed8: Verifying Checksum 22:40:59 094b1ea09ed8: Download complete 22:40:59 0622d0fa9048: Verifying Checksum 22:40:59 0622d0fa9048: Download complete 22:40:59 2cc5ad85d9ab: Pull complete 22:40:59 41b27a9f41bf: Verifying Checksum 22:40:59 41b27a9f41bf: Download complete 22:41:00 756a868c4378: Pull complete 22:41:00 444b2fc9a129: Pull complete 22:41:00 ea15f1150254: Pull complete 22:41:05 41b27a9f41bf: Pull complete 22:41:05 28c525ee5125: Pull complete 22:41:07 094b1ea09ed8: Pull complete 22:41:07 138eaada9080: Pull complete 22:41:07 0622d0fa9048: Pull complete 22:41:07 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 22:41:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:41:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:41:08 prd-centos7-docker-4c-2g-977 does not seem to be running inside a container 22:41:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/y_app-service-configurable_PR-97 -v /w/workspace/y_app-service-configurable_PR-97:/w/workspace/y_app-service-configurable_PR-97:rw,z -v /w/workspace/y_app-service-configurable_PR-97@tmp:/w/workspace/y_app-service-configurable_PR-97@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:10003/edgex-lftools-log-publisher:alpine cat 22:41:11 $ docker top c5b0a154d9106ff290544621fe8af9cf55f520ef38ac155ff9360e028909877c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:41:12 provisioning config files... 22:41:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_PR-97@tmp/config1943595148825772357tmp [Pipeline] { [Pipeline] echo 22:41:12 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:41:12 ---> create-netrc.sh [Pipeline] echo 22:41:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:41:12 ---> logs-deploy.sh 22:41:12 + ARCHIVE_ARTIFACTS= 22:41:12 + LOGS_SERVER=https://logs.edgexfoundry.org 22:41:12 + '[' https://logs.edgexfoundry.org == None ']' 22:41:12 + NEXUS_URL=https://nexus.edgexfoundry.org 22:41:12 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-97/1 22:41:12 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-97/1/ 22:41:12 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-97/1 /w/workspace/y_app-service-configurable_PR-97 22:41:14 Archives upload complete. 22:41:14 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-97/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-97/1/ 22:41:14 ---> uname -a: 22:41:14 Linux c5b0a154d910 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:41:14 22:41:14 22:41:14 ---> lscpu: 22:41:14 Architecture: x86_64 22:41:14 CPU op-mode(s): 32-bit, 64-bit 22:41:14 Byte Order: Little Endian 22:41:14 Address sizes: 40 bits physical, 48 bits virtual 22:41:14 CPU(s): 4 22:41:14 On-line CPU(s) list: 0-3 22:41:14 Thread(s) per core: 1 22:41:14 Core(s) per socket: 1 22:41:14 Socket(s): 4 22:41:14 NUMA node(s): 1 22:41:14 Vendor ID: GenuineIntel 22:41:14 CPU family: 6 22:41:14 Model: 44 22:41:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:41:14 Stepping: 1 22:41:14 CPU MHz: 2933.396 22:41:14 BogoMIPS: 5866.79 22:41:14 Virtualization: VT-x 22:41:14 Hypervisor vendor: KVM 22:41:14 Virtualization type: full 22:41:14 L1d cache: 128 KiB 22:41:14 L1i cache: 128 KiB 22:41:14 L2 cache: 16 MiB 22:41:14 L3 cache: 64 MiB 22:41:14 NUMA node0 CPU(s): 0-3 22:41:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:41:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:41:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:41:14 Vulnerability Meltdown: Mitigation; PTI 22:41:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:41:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:41:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:41:14 Vulnerability Tsx async abort: Not affected 22:41:14 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 22:41:14 22:41:14 22:41:14 ---> nproc: 22:41:14 4 22:41:14 22:41:14 22:41:14 ---> df -h: 22:41:14 Filesystem Size Used Available Use% Mounted on 22:41:14 overlay 50.0G 7.2G 42.8G 14% / 22:41:14 tmpfs 64.0M 0 64.0M 0% /dev 22:41:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:41:14 shm 64.0M 0 64.0M 0% /dev/shm 22:41:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 22:41:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 22:41:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 22:41:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 22:41:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-97 22:41:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-97@tmp 22:41:14 22:41:14 22:41:14 ---> free -m: 22:41:14 total used free shared buff/cache available 22:41:14 Mem: 1837 644 125 0 1068 1087 22:41:14 Swap: 1023 0 1023 22:41:14 22:41:14 22:41:14 ---> ip addr: 22:41:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:41:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:41:14 inet 127.0.0.1/8 scope host lo 22:41:14 valid_lft forever preferred_lft forever 22:41:14 6: eth0@if7: mtu 1458 qdisc noqueue state UP 22:41:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:41:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:41:14 valid_lft forever preferred_lft forever 22:41:14 22:41:14 22:41:14 ---> sar -b -r -n DEV: 22:41:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) 22:41:14 22:41:14 22:37:16 LINUX RESTART 22:41:14 22:41:14 22:38:01 tps rtps wtps bread/s bwrtn/s 22:41:14 22:39:01 52.44 13.49 38.95 4616.42 2700.87 22:41:14 22:40:01 1.58 0.00 1.58 0.00 30.53 22:41:14 22:41:01 58.57 46.64 11.94 4713.02 7601.17 22:41:14 Average: 37.54 20.04 17.49 3110.07 3444.61 22:41:14 22:41:14 22:38:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:41:14 22:39:01 162688 1718868 91.35 2620 1150444 1114268 38.03 402828 1155624 8 22:41:14 22:40:01 166216 1715340 91.17 2620 1150448 1092288 37.28 402352 1153080 20 22:41:14 22:41:01 65924 1815632 96.50 2620 1156648 1525340 52.06 522108 1117008 93464 22:41:14 Average: 131609 1749947 93.01 2620 1152513 1243965 42.45 442429 1141904 31164 22:41:14 22:41:14 22:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 22:41:14 22:39:01 eth0 310.49 195.34 681.11 71.06 0.00 0.00 0.00 22:41:14 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:14 22:39:01 docker0 1.90 1.80 0.43 3.14 0.00 0.00 0.00 22:41:14 22:40:01 eth0 4.23 1.82 2.99 0.12 0.00 0.00 0.00 22:41:14 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:14 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:14 22:41:01 eth0 86.06 58.69 2324.60 8.28 0.00 0.00 0.00 22:41:14 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:14 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:14 Average: eth0 133.60 85.28 1003.03 26.49 0.00 0.00 0.00 22:41:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:41:14 Average: docker0 0.63 0.60 0.14 1.05 0.00 0.00 0.00 22:41:14 22:41:14 22:41:14 ---> sar -P ALL: 22:41:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) 22:41:14 22:41:14 22:37:16 LINUX RESTART 22:41:14 22:41:14 22:38:01 CPU %user %nice %system %iowait %steal %idle 22:41:14 22:39:01 all 5.89 0.00 1.84 2.00 0.01 90.26 22:41:14 22:39:01 0 5.74 0.00 2.21 2.37 0.02 89.66 22:41:14 22:39:01 1 6.20 0.00 1.77 4.19 0.02 87.82 22:41:14 22:39:01 2 5.98 0.00 1.62 0.28 0.02 92.10 22:41:14 22:39:01 3 5.62 0.00 1.76 1.17 0.00 91.45 22:41:14 22:40:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:41:14 22:40:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:41:14 22:40:01 1 0.17 0.00 0.05 0.00 0.00 99.78 22:41:14 22:40:01 2 0.40 0.00 0.05 0.00 0.00 99.55 22:41:14 22:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:41:14 22:41:01 all 2.86 0.00 1.20 0.84 0.02 95.09 22:41:14 22:41:01 0 2.87 0.00 1.42 1.00 0.02 94.68 22:41:14 22:41:01 1 3.07 0.00 1.03 1.02 0.05 94.83 22:41:14 22:41:01 2 3.04 0.00 1.37 0.85 0.00 94.74 22:41:14 22:41:01 3 2.46 0.00 0.97 0.47 0.02 96.09 22:41:14 Average: all 2.97 0.00 1.03 0.94 0.01 95.05 22:41:14 Average: 0 2.88 0.00 1.22 1.12 0.01 94.76 22:41:14 Average: 1 3.14 0.00 0.95 1.74 0.02 94.15 22:41:14 Average: 2 3.14 0.00 1.01 0.38 0.01 95.47 22:41:14 Average: 3 2.70 0.00 0.92 0.55 0.01 95.83 22:41:14 22:41:14 22:41:14