jpwhitemn commented: recheck 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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 2d354a17b6f0e490d868d73a7dd0b15201f2286a+57974a27473083c1c6a10cb9f7b41893fbb07c00 (31fdd1e13e11ca5a71a6b1bd722251ba4b39caca) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 26a2d0761a2efda4215483e42b68dbac15e3db92 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 26a2d0761a2efda4215483e42b68dbac15e3db92 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 26a2d0761a2efda4215483e42b68dbac15e3db92 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 26a2d0761a2efda4215483e42b68dbac15e3db92 # timeout=10 Commit message: "Merge pull request #243 from ernestojeda/go-version-log" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . 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/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2239 in /w/workspace/edgexfoundry_edgex-go_PR-2686 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 57974a27473083c1c6a10cb9f7b41893fbb07c00 into PR head commit 2d354a17b6f0e490d868d73a7dd0b15201f2286a Merge succeeded, producing fbde41567ec5578fae9084f00ad954f340223294 Checking out Revision fbde41567ec5578fae9084f00ad954f340223294 (PR-2686) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2686/head:refs/remotes/origin/PR-2686 # 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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d354a17b6f0e490d868d73a7dd0b15201f2286a # 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 57974a27473083c1c6a10cb9f7b41893fbb07c00 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbde41567ec5578fae9084f00ad954f340223294 # timeout=10 Commit message: "Merge commit '57974a27473083c1c6a10cb9f7b41893fbb07c00' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:53:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:53:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:53:35 ========================================================= 14:53:35 EdgeX Global Pipelines Version Info 14:53:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c7a1252201646ca58a8e436427f20bc27b0cc62a # timeout=10 14:53:36 ------------------- 14:53:36 stable info: 14:53:36 ------------------- 14:53:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:53:36 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 14:53:36 Message: update stable to v1.0.121 14:53:37 ------------------- 14:53:37 experimental info: 14:53:37 ------------------- 14:53:37 Commited By: **** collab-it+edgex@linuxfoundation.org 14:53:37 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 14:53:37 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:53:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:53:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:53:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:53:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:53:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:53:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:53:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:53:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:53:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:53:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:53:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:53:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:53:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2686 [Pipeline] echo 14:53:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2686 [Pipeline] echo 14:53:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2686 [Pipeline] echo 14:53:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fbde41567ec5578fae9084f00ad954f340223294 [Pipeline] echo 14:53:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fbde415 [Pipeline] echo 14:53:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 14:53:41 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/core-command/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo core-command,cmd/core-command/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/core-data/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo core-data,cmd/core-data/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/core-metadata/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo core-metadata,cmd/core-metadata/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/security-proxy-setup/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/security-secrets-setup/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/support-logging/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo support-logging,cmd/support-logging/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/support-notifications/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo support-notifications,cmd/support-notifications/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/support-scheduler/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:53:41 + for file in '`ls cmd/**/Dockerfile`' 14:53:41 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:53:41 ++ cut -d/ -f2 14:53:41 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:53:41 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:53:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:53:43 14:53:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:53:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:53:43 latest: Pulling from edgex-devops/git-semver 14:53:43 31603596830f: Pulling fs layer 14:53:43 2a8b12db71e7: Pulling fs layer 14:53:43 6ca5941a6612: Pulling fs layer 14:53:43 ecc8261a40a4: Pulling fs layer 14:53:43 ecc8261a40a4: Waiting 14:53:43 2a8b12db71e7: Verifying Checksum 14:53:43 2a8b12db71e7: Download complete 14:53:44 31603596830f: Download complete 14:53:44 ecc8261a40a4: Verifying Checksum 14:53:44 ecc8261a40a4: Download complete 14:53:44 6ca5941a6612: Verifying Checksum 14:53:44 6ca5941a6612: Download complete 14:53:44 31603596830f: Pull complete 14:53:44 2a8b12db71e7: Pull complete 14:53:45 6ca5941a6612: Pull complete 14:53:45 ecc8261a40a4: Pull complete 14:53:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:53:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:53:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:53:45 prd-centos7-docker-4c-2g-2239 does not seem to be running inside a container 14:53:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:53:48 $ docker top cc8b3e5ec7ab5b7d2d1ae277f709fc51bcbb4cc01c73425c86ed4cbdde37db04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:53:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:53:48 [ssh-agent] Looking for ssh-agent implementation... 14:53:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:53:48 $ docker exec cc8b3e5ec7ab5b7d2d1ae277f709fc51bcbb4cc01c73425c86ed4cbdde37db04 ssh-agent 14:53:48 SSH_AUTH_SOCK=/tmp/ssh-NSAfdACJ6cdk/agent.11 14:53:48 SSH_AGENT_PID=16 14:53:49 Running ssh-add (command line suppressed) 14:53:49 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5198184317370361465.key (/w/workspace/edgex-go/2@tmp/private_key_5198184317370361465.key) 14:53:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:53:49 + git describe --exact-match --tags HEAD 14:53:49 fatal: No names found, cannot describe anything. [Pipeline] } 14:53:49 $ docker exec --env ******** --env ******** cc8b3e5ec7ab5b7d2d1ae277f709fc51bcbb4cc01c73425c86ed4cbdde37db04 ssh-agent -k 14:53:49 unset SSH_AUTH_SOCK; 14:53:49 unset SSH_AGENT_PID; 14:53:49 echo Agent pid 16 killed; 14:53:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:53:49 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 14:53:49 This usually means this commit has not been tagged. [Pipeline] sshagent 14:53:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:53:49 [ssh-agent] Looking for ssh-agent implementation... 14:53:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:53:50 $ docker exec cc8b3e5ec7ab5b7d2d1ae277f709fc51bcbb4cc01c73425c86ed4cbdde37db04 ssh-agent 14:53:50 SSH_AUTH_SOCK=/tmp/ssh-3ojUw04HBpai/agent.44 14:53:50 SSH_AGENT_PID=49 14:53:50 Running ssh-add (command line suppressed) 14:53:50 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4770158846166639455.key (/w/workspace/edgex-go/2@tmp/private_key_4770158846166639455.key) 14:53:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:53:50 + git semver init 14:53:50 # -> Open(): unable to determine branch for HEAD 14:53:50 # $GIT_DIR = /w/workspace/edgex-go/2/.git 14:53:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 14:53:50 # $SEMVER_REMOTE_NAME = origin 14:53:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:53:50 # $SEMVER_USER_NAME = edgex-jenkins 14:53:50 # $SEMVER_BRANCH = PR-2686 14:53:50 # $SEMVER_TEMP = /tmp/semver-421840221 14:53:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:54:09 # '/tmp/semver-421840221' -> '/w/workspace/edgex-go/2/.semver' 14:54:09 # -> Force: false 14:54:09 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 14:54:09 $ docker exec --env ******** --env ******** cc8b3e5ec7ab5b7d2d1ae277f709fc51bcbb4cc01c73425c86ed4cbdde37db04 ssh-agent -k 14:54:09 unset SSH_AUTH_SOCK; 14:54:09 unset SSH_AGENT_PID; 14:54:09 echo Agent pid 49 killed; 14:54:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:54:09 + git semver [Pipeline] } 14:54:09 $ docker stop --time=1 cc8b3e5ec7ab5b7d2d1ae277f709fc51bcbb4cc01c73425c86ed4cbdde37db04 14:54:11 $ docker rm -f cc8b3e5ec7ab5b7d2d1ae277f709fc51bcbb4cc01c73425c86ed4cbdde37db04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 14:54:25 Stashed 44 file(s) [Pipeline] echo 14:54:25 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 14:54:25 ========================================================= 14:54:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:54:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:54:26 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:54:29 Sending build context to Docker daemon 323.2MB 14:54:29 Step 1/7 : ARG BASE=golang:1.15.2-alpine 14:54:29 Step 2/7 : FROM ${BASE} 14:54:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:54:29 df20fa9351a1: Pulling fs layer 14:54:29 ed8968b2872e: Pulling fs layer 14:54:29 a92cc7c5fd73: Pulling fs layer 14:54:29 e871e8e8d7a9: Pulling fs layer 14:54:29 e73272ec9a57: Pulling fs layer 14:54:29 1e910a182e73: Pulling fs layer 14:54:29 4e634b169226: Pulling fs layer 14:54:29 e73272ec9a57: Waiting 14:54:29 1e910a182e73: Waiting 14:54:29 4e634b169226: Waiting 14:54:29 e871e8e8d7a9: Waiting 14:54:29 a92cc7c5fd73: Verifying Checksum 14:54:29 a92cc7c5fd73: Download complete 14:54:29 ed8968b2872e: Download complete 14:54:29 e73272ec9a57: Verifying Checksum 14:54:29 e73272ec9a57: Download complete 14:54:29 1e910a182e73: Verifying Checksum 14:54:29 1e910a182e73: Download complete 14:54:29 df20fa9351a1: Verifying Checksum 14:54:29 df20fa9351a1: Download complete 14:54:29 df20fa9351a1: Pull complete 14:54:30 ed8968b2872e: Pull complete 14:54:30 a92cc7c5fd73: Pull complete 14:54:31 4e634b169226: Verifying Checksum 14:54:31 4e634b169226: Download complete 14:54:31 e871e8e8d7a9: Verifying Checksum 14:54:31 e871e8e8d7a9: Download complete 14:54:37 e871e8e8d7a9: Pull complete 14:54:37 e73272ec9a57: Pull complete 14:54:37 1e910a182e73: Pull complete 14:54:40 Still waiting to schedule task 14:54:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:54:42 4e634b169226: Pull complete 14:54:42 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 14:54:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:54:42 ---> f7629b54cfaa 14:54:42 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:54:42 ---> Running in 524f0f823fee 14:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:54:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:54:44 (1/12) Installing libmagic (5.38-r0) 14:54:44 (2/12) Installing file (5.38-r0) 14:54:44 (3/12) Installing libc-dev (0.7.2-r3) 14:54:44 (4/12) Installing g++ (9.3.0-r2) 14:54:49 (5/12) Installing fortify-headers (1.1-r0) 14:54:49 (6/12) Installing patch (2.7.6-r6) 14:54:49 (7/12) Installing build-base (0.5-r2) 14:54:49 (8/12) Installing libsodium (1.0.18-r0) 14:54:49 (9/12) Installing pkgconf (1.7.2-r0) 14:54:49 (10/12) Installing libsodium-dev (1.0.18-r0) 14:54:49 (11/12) Installing libzmq (4.3.3-r0) 14:54:49 (12/12) Installing zeromq-dev (4.3.3-r0) 14:54:49 Executing busybox-1.31.1-r16.trigger 14:54:49 OK: 233 MiB in 51 packages 14:54:52 Removing intermediate container 524f0f823fee 14:54:52 ---> 9b71c788633b 14:54:52 Step 4/7 : WORKDIR /edgex-go 14:54:52 ---> Running in 2634f05718bb 14:54:53 Removing intermediate container 2634f05718bb 14:54:53 ---> 01d7e60500d8 14:54:53 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:54:53 latest: Pulling from library/docker 14:54:53 df20fa9351a1: Already exists 14:54:53 25ad7478873d: Pulling fs layer 14:54:53 4684f6177b5d: Pulling fs layer 14:54:53 46e300cec669: Pulling fs layer 14:54:53 63038576ad94: Pulling fs layer 14:54:53 0fdb76c4706c: Pulling fs layer 14:54:53 cb7edeffdfd5: Pulling fs layer 14:54:53 63038576ad94: Waiting 14:54:53 0fdb76c4706c: Waiting 14:54:53 cb7edeffdfd5: Waiting 14:54:53 4684f6177b5d: Verifying Checksum 14:54:53 4684f6177b5d: Download complete 14:54:53 25ad7478873d: Download complete 14:54:53 63038576ad94: Verifying Checksum 14:54:53 63038576ad94: Download complete 14:54:53 0fdb76c4706c: Verifying Checksum 14:54:53 0fdb76c4706c: Download complete 14:54:53 cb7edeffdfd5: Verifying Checksum 14:54:53 cb7edeffdfd5: Download complete 14:54:53 25ad7478873d: Pull complete 14:54:54 4684f6177b5d: Pull complete 14:54:54 46e300cec669: Verifying Checksum 14:54:54 46e300cec669: Download complete 14:54:57 46e300cec669: Pull complete 14:54:57 63038576ad94: Pull complete 14:54:57 0fdb76c4706c: Pull complete 14:54:57 cb7edeffdfd5: Pull complete 14:54:57 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:54:57 Status: Downloaded newer image for docker:latest 14:54:58 ---> 4410fff23fdd 14:54:58 Step 6/7 : COPY go.mod . 14:54:58 ---> 95e8042939de 14:54:58 Step 7/7 : RUN go mod download 14:54:58 ---> Running in b0151c8796a2 14:55:21 Removing intermediate container b0151c8796a2 14:55:21 ---> 23eff32fcad6 14:55:21 Successfully built 23eff32fcad6 14:55:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] sh 14:55:21 + go version 14:55:21 /w/workspace/edgex-go/2@tmp/durable-70a25853/script.sh: line 1: go: command not found [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] // stage [Pipeline] } 14:55:22 Failed in branch amd64 14:56:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2240 in /w/workspace/edgexfoundry_edgex-go_PR-2686 [Pipeline] { [Pipeline] ws 14:56:33 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 14:56:38 using credential edgex-jenkins-ssh 14:56:38 Cloning the remote Git repository 14:56:38 Cloning with configured refspecs honoured and without tags 14:56:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:56:38 > git init /w/workspace/edgex-go/2 # timeout=10 14:56:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:56:38 > git --version # timeout=10 14:56:38 > git --version # 'git version 2.17.1' 14:56:38 using GIT_SSH to set credentials SSH Credentials for GitHub 14:56:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:56:53 Fetching without tags 14:56:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:56:53 > git config --add remote.origin.fetch +refs/pull/2686/head:refs/remotes/origin/PR-2686 # timeout=10 14:56:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 14:56:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:56:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:56:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:56:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:56:54 Merging remotes/origin/master commit 57974a27473083c1c6a10cb9f7b41893fbb07c00 into PR head commit 2d354a17b6f0e490d868d73a7dd0b15201f2286a 14:56:54 Merge succeeded, producing fc0f282fa5879a8df8cbe189bf4da0100523c5f3 14:56:54 Checking out Revision fc0f282fa5879a8df8cbe189bf4da0100523c5f3 (PR-2686) 14:56:54 > git config core.sparsecheckout # timeout=10 14:56:54 > git checkout -f 2d354a17b6f0e490d868d73a7dd0b15201f2286a # timeout=10 14:56:54 > git remote # timeout=10 14:56:54 > git config --get remote.origin.url # timeout=10 14:56:54 using GIT_SSH to set credentials SSH Credentials for GitHub 14:56:54 > git merge 57974a27473083c1c6a10cb9f7b41893fbb07c00 # timeout=10 14:56:54 > git rev-parse HEAD^{commit} # timeout=10 14:56:54 > git config core.sparsecheckout # timeout=10 14:56:54 > git checkout -f fc0f282fa5879a8df8cbe189bf4da0100523c5f3 # timeout=10 14:56:59 Commit message: "Merge commit '57974a27473083c1c6a10cb9f7b41893fbb07c00' into HEAD" 14:56:59 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 14:56:59 > git rev-list --no-walk c7a1252201646ca58a8e436427f20bc27b0cc62a # timeout=10 [Pipeline] echo 14:57:10 ========================================================= 14:57:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:57:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:57:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 14:57:16 Sending build context to Docker daemon 323.2MB 14:57:16 Step 1/7 : ARG BASE=golang:1.15.2-alpine 14:57:16 Step 2/7 : FROM ${BASE} 14:57:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:57:16 b538f80385f9: Pulling fs layer 14:57:16 74f711af9a0d: Pulling fs layer 14:57:16 99f96fe45779: Pulling fs layer 14:57:16 8529a6b9a6be: Pulling fs layer 14:57:16 45590311c82a: Pulling fs layer 14:57:16 69ca0ff8b7b3: Pulling fs layer 14:57:16 209524e5b208: Pulling fs layer 14:57:16 8529a6b9a6be: Waiting 14:57:16 45590311c82a: Waiting 14:57:16 69ca0ff8b7b3: Waiting 14:57:16 209524e5b208: Waiting 14:57:16 99f96fe45779: Verifying Checksum 14:57:16 99f96fe45779: Download complete 14:57:16 74f711af9a0d: Verifying Checksum 14:57:16 74f711af9a0d: Download complete 14:57:16 45590311c82a: Verifying Checksum 14:57:16 45590311c82a: Download complete 14:57:16 69ca0ff8b7b3: Verifying Checksum 14:57:16 69ca0ff8b7b3: Download complete 14:57:16 b538f80385f9: Verifying Checksum 14:57:16 b538f80385f9: Download complete 14:57:17 b538f80385f9: Pull complete 14:57:18 74f711af9a0d: Pull complete 14:57:18 99f96fe45779: Pull complete 14:57:18 209524e5b208: Verifying Checksum 14:57:18 209524e5b208: Download complete 14:57:20 8529a6b9a6be: Verifying Checksum 14:57:20 8529a6b9a6be: Download complete 14:57:32 8529a6b9a6be: Pull complete 14:57:32 45590311c82a: Pull complete 14:57:32 69ca0ff8b7b3: Pull complete 14:57:35 209524e5b208: Pull complete 14:57:35 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 14:57:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:57:35 ---> 5bddaf1c2fca 14:57:35 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:57:39 ---> Running in af5c2ac9aa0f 14:57:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:57:41 (1/12) Installing libmagic (5.38-r0) 14:57:42 (2/12) Installing file (5.38-r0) 14:57:42 (3/12) Installing libc-dev (0.7.2-r3) 14:57:42 (4/12) Installing g++ (9.3.0-r2) 14:57:46 (5/12) Installing fortify-headers (1.1-r0) 14:57:46 (6/12) Installing patch (2.7.6-r6) 14:57:46 (7/12) Installing build-base (0.5-r2) 14:57:46 (8/12) Installing libsodium (1.0.18-r0) 14:57:47 (9/12) Installing pkgconf (1.7.2-r0) 14:57:47 (10/12) Installing libsodium-dev (1.0.18-r0) 14:57:47 (11/12) Installing libzmq (4.3.3-r0) 14:57:47 (12/12) Installing zeromq-dev (4.3.3-r0) 14:57:47 Executing busybox-1.31.1-r16.trigger 14:57:47 OK: 217 MiB in 51 packages 14:57:51 Removing intermediate container af5c2ac9aa0f 14:57:51 ---> 36f9c1bdab45 14:57:51 Step 4/7 : WORKDIR /edgex-go 14:57:51 ---> Running in 8df22fd136a8 14:57:51 Removing intermediate container 8df22fd136a8 14:57:51 ---> bf7943aa479a 14:57:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 14:57:52 latest: Pulling from library/docker 14:57:52 b538f80385f9: Already exists 14:57:52 259a493cd78d: Pulling fs layer 14:57:52 b8e66b5100f5: Pulling fs layer 14:57:52 39dc9c94d07c: Pulling fs layer 14:57:52 551b823b3b82: Pulling fs layer 14:57:52 3c52a74df98c: Pulling fs layer 14:57:52 6c9b121b6998: Pulling fs layer 14:57:52 551b823b3b82: Waiting 14:57:52 3c52a74df98c: Waiting 14:57:52 6c9b121b6998: Waiting 14:57:52 b8e66b5100f5: Verifying Checksum 14:57:52 b8e66b5100f5: Download complete 14:57:52 259a493cd78d: Verifying Checksum 14:57:52 259a493cd78d: Download complete 14:57:52 551b823b3b82: Verifying Checksum 14:57:52 551b823b3b82: Download complete 14:57:52 3c52a74df98c: Verifying Checksum 14:57:52 3c52a74df98c: Download complete 14:57:52 6c9b121b6998: Verifying Checksum 14:57:52 6c9b121b6998: Download complete 14:57:53 259a493cd78d: Pull complete 14:57:53 b8e66b5100f5: Pull complete 14:57:53 39dc9c94d07c: Download complete 14:57:57 39dc9c94d07c: Pull complete 14:57:57 551b823b3b82: Pull complete 14:57:57 3c52a74df98c: Pull complete 14:57:58 6c9b121b6998: Pull complete 14:57:58 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 14:57:58 Status: Downloaded newer image for docker:latest 14:58:01 ---> d7bd169d20da 14:58:01 Step 6/7 : COPY go.mod . 14:58:01 ---> 36655f60d630 14:58:01 Step 7/7 : RUN go mod download 14:58:02 ---> Running in ad822bb4077d 14:58:28 Removing intermediate container ad822bb4077d 14:58:28 ---> 811476ce4a2f 14:58:28 Successfully built 811476ce4a2f 14:58:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh 14:58:29 + go version 14:58:29 /w/workspace/edgex-go/2@tmp/durable-634bcdbb/script.sh: 1: /w/workspace/edgex-go/2@tmp/durable-634bcdbb/script.sh: go: not found [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:58:31 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" 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 14:58:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:58:34 ---> package-listing.sh 14:58:34 ++ tr '[:upper:]' '[:lower:]' 14:58:34 ++ facter osfamily 14:58:34 + OS_FAMILY=redhat 14:58:34 + workspace=/w/workspace/edgex-go/2 14:58:34 + START_PACKAGES=/tmp/packages_start.txt 14:58:34 + END_PACKAGES=/tmp/packages_end.txt 14:58:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:58:34 + PACKAGES=/tmp/packages_start.txt 14:58:34 + '[' /w/workspace/edgex-go/2 ']' 14:58:34 + PACKAGES=/tmp/packages_end.txt 14:58:34 + case "${OS_FAMILY}" in 14:58:34 + rpm -qa 14:58:34 + sort 14:58:38 + '[' -f /tmp/packages_start.txt ']' 14:58:38 + '[' -f /tmp/packages_end.txt ']' 14:58:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:58:38 + '[' /w/workspace/edgex-go/2 ']' 14:58:38 + mkdir -p /w/workspace/edgex-go/2/archives/ 14:58:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh 14:58:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:58:39 14:58:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:58:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:58:40 alpine: Pulling from edgex-lftools-log-publisher 14:58:40 df20fa9351a1: Already exists 14:58:40 36b3adc4ff6f: Pulling fs layer 14:58:40 8ad3a11d3b57: Pulling fs layer 14:58:40 46f8f816bc3b: Pulling fs layer 14:58:40 0dadc02b9964: Pulling fs layer 14:58:40 ce6a7cf60c04: Pulling fs layer 14:58:40 7a184a31f384: Pulling fs layer 14:58:40 0879bd2ef858: Pulling fs layer 14:58:40 0dadc02b9964: Waiting 14:58:40 ce6a7cf60c04: Waiting 14:58:40 7a184a31f384: Waiting 14:58:40 0879bd2ef858: Waiting 14:58:40 46f8f816bc3b: Verifying Checksum 14:58:40 46f8f816bc3b: Download complete 14:58:40 36b3adc4ff6f: Download complete 14:58:40 ce6a7cf60c04: Verifying Checksum 14:58:40 ce6a7cf60c04: Download complete 14:58:40 7a184a31f384: Verifying Checksum 14:58:40 7a184a31f384: Download complete 14:58:40 0dadc02b9964: Verifying Checksum 14:58:40 0dadc02b9964: Download complete 14:58:40 36b3adc4ff6f: Pull complete 14:58:40 8ad3a11d3b57: Verifying Checksum 14:58:40 8ad3a11d3b57: Download complete 14:58:40 0879bd2ef858: Verifying Checksum 14:58:40 0879bd2ef858: Download complete 14:58:41 8ad3a11d3b57: Pull complete 14:58:41 46f8f816bc3b: Pull complete 14:58:41 0dadc02b9964: Pull complete 14:58:41 ce6a7cf60c04: Pull complete 14:58:41 7a184a31f384: Pull complete 14:58:45 0879bd2ef858: Pull complete 14:58:45 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 14:58:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:58:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:58:46 prd-centos7-docker-4c-2g-2239 does not seem to be running inside a container 14:58:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:58:49 $ docker top 4e64cee7e3dae0fee973b621d6e665f880339208353bd474245fc583ba446477 -eo pid,comm [Pipeline] { [Pipeline] sh 14:58:50 + mkdir -p /var/log/sa [Pipeline] sh 14:58:50 + ls /var/log/sa-host 14:58:50 + sadf -c /var/log/sa-host/sa05 14:58:50 file_magic: OK 14:58:50 HZ: Using current value: 100 14:58:50 file_header: OK 14:58:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:58:50 Statistics: 14:58:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:58:50 File successfully converted to sysstat format version 12.2.1 14:58:50 + sadf -c /var/log/sa-host/sa11 14:58:50 file_magic: OK 14:58:50 HZ: Using current value: 100 14:58:50 file_header: OK 14:58:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:58:50 Statistics: 14:58:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:58:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:58:50 provisioning config files... 14:58:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2708139842392546230tmp [Pipeline] { [Pipeline] echo 14:58:50 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:58:51 ---> create-netrc.sh [Pipeline] echo 14:58:51 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:58:51 ---> logs-deploy.sh 14:58:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2686/2 14:58:51 INFO: archiving workspace using pattern(s): 14:58:52 Archives upload complete. 14:58:52 INFO: archiving logs to Nexus 14:58:53 ---> uname -a: 14:58:53 Linux 4e64cee7e3da 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 14:58:53 14:58:53 14:58:53 ---> lscpu: 14:58:53 Architecture: x86_64 14:58:53 CPU op-mode(s): 32-bit, 64-bit 14:58:53 Byte Order: Little Endian 14:58:53 Address sizes: 40 bits physical, 48 bits virtual 14:58:53 CPU(s): 4 14:58:53 On-line CPU(s) list: 0-3 14:58:53 Thread(s) per core: 1 14:58:53 Core(s) per socket: 1 14:58:53 Socket(s): 4 14:58:53 NUMA node(s): 1 14:58:53 Vendor ID: GenuineIntel 14:58:53 CPU family: 6 14:58:53 Model: 44 14:58:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:58:53 Stepping: 1 14:58:53 CPU MHz: 2933.396 14:58:53 BogoMIPS: 5866.79 14:58:53 Virtualization: VT-x 14:58:53 Hypervisor vendor: KVM 14:58:53 Virtualization type: full 14:58:53 L1d cache: 128 KiB 14:58:53 L1i cache: 128 KiB 14:58:53 L2 cache: 16 MiB 14:58:53 L3 cache: 64 MiB 14:58:53 NUMA node0 CPU(s): 0-3 14:58:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:58:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:58:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:58:53 Vulnerability Meltdown: Mitigation; PTI 14:58:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:58:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:58:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:58:53 Vulnerability Tsx async abort: Not affected 14:58:53 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 14:58:53 14:58:53 14:58:53 ---> nproc: 14:58:53 4 14:58:53 14:58:53 14:58:53 ---> df -h: 14:58:53 Filesystem Size Used Available Use% Mounted on 14:58:53 overlay 50.0G 8.2G 41.8G 16% / 14:58:53 tmpfs 64.0M 0 64.0M 0% /dev 14:58:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:58:53 shm 64.0M 0 64.0M 0% /dev/shm 14:58:53 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 14:58:53 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 14:58:53 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 14:58:53 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 14:58:53 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgex-go/2@tmp 14:58:53 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgex-go/2 14:58:53 14:58:53 14:58:53 ---> free -m: 14:58:53 total used free shared buff/cache available 14:58:53 Mem: 1837 708 121 0 1007 1035 14:58:53 Swap: 1023 2 1021 14:58:53 14:58:53 14:58:53 ---> ip addr: 14:58:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:58:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:58:53 inet 127.0.0.1/8 scope host lo 14:58:53 valid_lft forever preferred_lft forever 14:58:53 10: eth0@if11: mtu 1458 qdisc noqueue state UP 14:58:53 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 14:58:53 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 14:58:53 valid_lft forever preferred_lft forever 14:58:53 14:58:53 14:58:53 ---> sar -b -r -n DEV: 14:58:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 14:58:53 14:58:53 14:52:32 LINUX RESTART (4 CPU) 14:58:53 14:58:53 14:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:58:53 14:54:01 100.92 37.61 63.31 0.00 7702.18 15630.69 0.00 14:58:53 14:55:01 210.03 70.80 139.23 0.00 5941.56 56297.95 0.00 14:58:53 14:56:01 104.29 11.09 93.21 0.00 535.77 13298.92 0.00 14:58:53 14:57:01 0.38 0.05 0.33 0.00 4.40 6.43 0.00 14:58:53 14:58:01 0.33 0.00 0.33 0.00 0.00 6.26 0.00 14:58:53 Average: 83.22 23.92 59.30 0.00 2837.89 17054.71 0.00 14:58:53 14:58:53 14:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:58:53 14:54:01 71860 0 742628 39.47 2620 1064448 1463200 49.94 678060 970072 68 14:58:53 14:55:01 132048 0 675284 35.89 1492 1072732 1527156 52.12 649632 901956 1092 14:58:53 14:56:01 359984 0 644624 34.26 1492 875456 1089788 37.19 533268 765296 20 14:58:53 14:57:01 362088 0 642400 34.14 1492 875576 1067328 36.43 533464 763608 20 14:58:53 14:58:01 362324 0 642160 34.13 1492 875580 1061040 36.21 534432 762444 8 14:58:53 Average: 257661 0 669419 35.58 1718 952758 1241702 42.38 585771 832675 242 14:58:53 14:58:53 14:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:58:53 14:54:01 eth0 1516.08 1363.44 6294.91 185.92 0.00 0.00 0.00 0.00 14:58:53 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 14:54:01 vethbab34b7 791.75 641.04 76.25 2650.82 0.00 0.00 0.00 0.00 14:58:53 14:54:01 docker0 791.75 640.91 65.42 2650.81 0.00 0.00 0.00 0.00 14:58:53 14:55:01 eth0 1505.24 1029.48 4456.33 2775.34 0.00 0.00 0.00 0.00 14:58:53 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 14:55:01 veth8bfc5cc 18.49 20.58 1.78 13.96 0.00 0.00 0.00 0.00 14:58:53 14:55:01 docker0 85.42 98.59 5.31 375.10 0.00 0.00 0.00 0.00 14:58:53 14:56:01 eth0 101.02 91.19 467.42 10.13 0.00 0.00 0.00 0.00 14:58:53 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 14:56:01 docker0 88.61 95.56 7.06 463.24 0.00 0.00 0.00 0.00 14:58:53 14:57:01 eth0 0.67 0.55 0.50 0.19 0.00 0.00 0.00 0.00 14:58:53 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 14:58:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 14:58:53 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 Average: eth0 624.87 497.14 2244.70 594.61 0.00 0.00 0.00 0.00 14:58:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:58:53 Average: docker0 193.22 167.06 15.56 698.04 0.00 0.00 0.00 0.00 14:58:53 14:58:53 14:58:53 ---> sar -P ALL: 14:58:53 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 14:58:53 14:58:53 14:52:32 LINUX RESTART (4 CPU) 14:58:53 14:58:53 14:53:01 CPU %user %nice %system %iowait %steal %idle 14:58:53 14:54:01 all 18.98 0.00 7.78 3.86 0.03 69.36 14:58:53 14:54:01 0 17.98 0.00 11.12 1.57 0.03 69.30 14:58:53 14:54:01 1 19.55 0.00 5.14 4.83 0.03 70.44 14:58:53 14:54:01 2 19.01 0.00 6.85 5.94 0.02 68.19 14:58:53 14:54:01 3 19.37 0.00 8.05 3.06 0.02 69.50 14:58:53 14:55:01 all 18.04 0.00 8.34 2.57 0.03 71.02 14:58:53 14:55:01 0 31.93 0.00 9.90 2.25 0.02 55.90 14:58:53 14:55:01 1 13.09 0.00 7.80 2.99 0.05 76.07 14:58:53 14:55:01 2 14.67 0.00 7.91 3.09 0.03 74.30 14:58:53 14:55:01 3 12.46 0.00 7.73 1.96 0.02 77.82 14:58:53 14:56:01 all 3.37 0.00 3.05 3.77 0.03 89.78 14:58:53 14:56:01 0 3.16 0.00 3.40 4.02 0.05 89.37 14:58:53 14:56:01 1 3.36 0.00 2.95 1.87 0.02 91.80 14:58:53 14:56:01 2 3.38 0.00 2.73 5.54 0.02 88.34 14:58:53 14:56:01 3 3.57 0.00 3.15 3.65 0.02 89.61 14:58:53 14:57:01 all 0.17 0.00 0.03 0.00 0.00 99.80 14:58:53 14:57:01 0 0.12 0.00 0.05 0.00 0.00 99.83 14:58:53 14:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:58:53 14:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 14:58:53 14:57:01 3 0.48 0.00 0.03 0.00 0.00 99.48 14:58:53 14:58:01 all 0.17 0.00 0.05 0.00 0.00 99.79 14:58:53 14:58:01 0 0.05 0.00 0.07 0.00 0.00 99.88 14:58:53 14:58:01 1 0.00 0.00 0.03 0.00 0.00 99.97 14:58:53 14:58:01 2 0.07 0.00 0.07 0.00 0.00 99.87 14:58:53 14:58:01 3 0.55 0.00 0.02 0.00 0.00 99.43 14:58:53 Average: all 8.08 0.00 3.82 2.03 0.02 86.06 14:58:53 Average: 0 10.53 0.00 4.86 1.56 0.02 83.03 14:58:53 Average: 1 7.16 0.00 3.17 1.93 0.02 87.72 14:58:53 Average: 2 7.39 0.00 3.49 2.90 0.01 86.20 14:58:53 Average: 3 7.23 0.00 3.77 1.73 0.01 87.27 14:58:53 14:58:53 14:58:53