Pull request #2700 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/edgex-go Obtained Jenkinsfile from 923d059cc8379dc5fcea13cf59575a375ff61e84+fd3e495558a59368951799953e1d9626d078e64b (e5b5a30c53c71c01272d04bb6f3d88182dd06177) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-765’ Running on prd-centos7-docker-4c-2g-770 in /w/workspace/edgexfoundry_edgex-go_PR-2700 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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/2700/head:refs/remotes/origin/PR-2700 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fd3e495558a59368951799953e1d9626d078e64b into PR head commit 923d059cc8379dc5fcea13cf59575a375ff61e84 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2700/head:refs/remotes/origin/PR-2700 # 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/2700/head:refs/remotes/origin/PR-2700 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 923d059cc8379dc5fcea13cf59575a375ff61e84 # timeout=10 Merge succeeded, producing 923d059cc8379dc5fcea13cf59575a375ff61e84 Checking out Revision 923d059cc8379dc5fcea13cf59575a375ff61e84 (PR-2700) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fd3e495558a59368951799953e1d9626d078e64b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 923d059cc8379dc5fcea13cf59575a375ff61e84 # timeout=10 Commit message: "feat(core-data): implement Get Event by Id V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:18:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:18:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:18:41 ========================================================= 04:18:41 EdgeX Global Pipelines Version Info 04:18:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 05176d78906d08b901add04033ec4abe919c6cdb # timeout=10 04:18:42 ------------------- 04:18:42 stable info: 04:18:42 ------------------- 04:18:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:18:42 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 04:18:42 Message: update stable to v1.0.122 04:18:43 ------------------- 04:18:43 experimental info: 04:18:43 ------------------- 04:18:43 Commited By: **** collab-it+edgex@linuxfoundation.org 04:18:43 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 04:18:43 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:18:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:18:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:18:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:18:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:18:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2700 [Pipeline] echo 04:18:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2700 [Pipeline] echo 04:18:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2700 [Pipeline] echo 04:18:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 923d059cc8379dc5fcea13cf59575a375ff61e84 [Pipeline] echo 04:18:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 923d059 [Pipeline] echo 04:18:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 04:18:47 ++ 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 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/core-command/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo core-command,cmd/core-command/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/core-data/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo core-data,cmd/core-data/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/core-metadata/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo core-metadata,cmd/core-metadata/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/security-proxy-setup/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/security-secrets-setup/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/support-logging/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo support-logging,cmd/support-logging/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/support-notifications/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo support-notifications,cmd/support-notifications/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/support-scheduler/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:18:47 + for file in '`ls cmd/**/Dockerfile`' 04:18:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:18:47 ++ cut -d/ -f2 04:18:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:18:47 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 04:18:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:48 04:18:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:18:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:48 latest: Pulling from edgex-devops/git-semver 04:18:48 31603596830f: Pulling fs layer 04:18:48 2a8b12db71e7: Pulling fs layer 04:18:48 6ca5941a6612: Pulling fs layer 04:18:48 ecc8261a40a4: Pulling fs layer 04:18:48 ecc8261a40a4: Waiting 04:18:48 2a8b12db71e7: Verifying Checksum 04:18:48 2a8b12db71e7: Download complete 04:18:49 31603596830f: Download complete 04:18:49 ecc8261a40a4: Verifying Checksum 04:18:49 ecc8261a40a4: Download complete 04:18:49 6ca5941a6612: Verifying Checksum 04:18:49 6ca5941a6612: Download complete 04:18:49 31603596830f: Pull complete 04:18:49 2a8b12db71e7: Pull complete 04:18:50 6ca5941a6612: Pull complete 04:18:50 ecc8261a40a4: Pull complete 04:18:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:18:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:18:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:18:50 prd-centos7-docker-4c-2g-770 does not seem to be running inside a container 04:18:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:18:52 $ docker top 825aaa6dd32da7f9d049cfabda0ceff7b5c9ef14a0421c09e3a3ed562cb5c643 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:18:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:18:53 [ssh-agent] Looking for ssh-agent implementation... 04:18:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:18:53 $ docker exec 825aaa6dd32da7f9d049cfabda0ceff7b5c9ef14a0421c09e3a3ed562cb5c643 ssh-agent 04:18:53 SSH_AUTH_SOCK=/tmp/ssh-w1IrSXHtYttw/agent.11 04:18:53 SSH_AGENT_PID=17 04:18:53 Running ssh-add (command line suppressed) 04:18:53 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2845055153935326397.key (/w/workspace/edgex-go/5@tmp/private_key_2845055153935326397.key) 04:18:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:18:54 + git describe --exact-match --tags HEAD 04:18:54 fatal: No names found, cannot describe anything. [Pipeline] } 04:18:54 $ docker exec --env ******** --env ******** 825aaa6dd32da7f9d049cfabda0ceff7b5c9ef14a0421c09e3a3ed562cb5c643 ssh-agent -k 04:18:54 unset SSH_AUTH_SOCK; 04:18:54 unset SSH_AGENT_PID; 04:18:54 echo Agent pid 17 killed; 04:18:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:18:54 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:18:54 This usually means this commit has not been tagged. [Pipeline] sshagent 04:18:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:18:54 [ssh-agent] Looking for ssh-agent implementation... 04:18:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:18:54 $ docker exec 825aaa6dd32da7f9d049cfabda0ceff7b5c9ef14a0421c09e3a3ed562cb5c643 ssh-agent 04:18:54 SSH_AUTH_SOCK=/tmp/ssh-LcLCK8q9TaQy/agent.46 04:18:54 SSH_AGENT_PID=51 04:18:54 Running ssh-add (command line suppressed) 04:18:55 Identity added: /w/workspace/edgex-go/5@tmp/private_key_6773541042412232422.key (/w/workspace/edgex-go/5@tmp/private_key_6773541042412232422.key) 04:18:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:18:55 + git semver init 04:18:55 # -> Open(): unable to determine branch for HEAD 04:18:55 # $GIT_DIR = /w/workspace/edgex-go/5/.git 04:18:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 04:18:55 # $SEMVER_REMOTE_NAME = origin 04:18:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:18:55 # $SEMVER_USER_NAME = edgex-jenkins 04:18:55 # $SEMVER_BRANCH = PR-2700 04:18:55 # $SEMVER_TEMP = /tmp/semver-944775991 04:18:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:19:17 # '/tmp/semver-944775991' -> '/w/workspace/edgex-go/5/.semver' 04:19:17 # -> Force: false 04:19:17 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 04:19:17 $ docker exec --env ******** --env ******** 825aaa6dd32da7f9d049cfabda0ceff7b5c9ef14a0421c09e3a3ed562cb5c643 ssh-agent -k 04:19:17 unset SSH_AUTH_SOCK; 04:19:17 unset SSH_AGENT_PID; 04:19:17 echo Agent pid 51 killed; 04:19:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:19:18 + git semver [Pipeline] } 04:19:18 $ docker stop --time=1 825aaa6dd32da7f9d049cfabda0ceff7b5c9ef14a0421c09e3a3ed562cb5c643 04:19:19 $ docker rm -f 825aaa6dd32da7f9d049cfabda0ceff7b5c9ef14a0421c09e3a3ed562cb5c643 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:19:32 Stashed 50 file(s) [Pipeline] echo 04:19:32 [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 04:19:33 ========================================================= 04:19:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:19:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:19:33 + 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 . 04:19:36 Sending build context to Docker daemon 323.2MB 04:19:36 Step 1/7 : ARG BASE=golang:1.15-alpine 04:19:36 Step 2/7 : FROM ${BASE} 04:19:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:19:36 df20fa9351a1: Pulling fs layer 04:19:36 ed8968b2872e: Pulling fs layer 04:19:36 a92cc7c5fd73: Pulling fs layer 04:19:36 e871e8e8d7a9: Pulling fs layer 04:19:36 e73272ec9a57: Pulling fs layer 04:19:36 1e910a182e73: Pulling fs layer 04:19:36 4e634b169226: Pulling fs layer 04:19:36 e871e8e8d7a9: Waiting 04:19:36 e73272ec9a57: Waiting 04:19:36 1e910a182e73: Waiting 04:19:36 4e634b169226: Waiting 04:19:36 a92cc7c5fd73: Verifying Checksum 04:19:36 a92cc7c5fd73: Download complete 04:19:36 ed8968b2872e: Verifying Checksum 04:19:36 ed8968b2872e: Download complete 04:19:36 e73272ec9a57: Verifying Checksum 04:19:36 e73272ec9a57: Download complete 04:19:36 1e910a182e73: Verifying Checksum 04:19:36 1e910a182e73: Download complete 04:19:36 df20fa9351a1: Verifying Checksum 04:19:36 df20fa9351a1: Download complete 04:19:36 df20fa9351a1: Pull complete 04:19:37 ed8968b2872e: Pull complete 04:19:37 a92cc7c5fd73: Pull complete 04:19:39 4e634b169226: Verifying Checksum 04:19:39 4e634b169226: Download complete 04:19:39 e871e8e8d7a9: Verifying Checksum 04:19:39 e871e8e8d7a9: Download complete 04:19:44 e871e8e8d7a9: Pull complete 04:19:44 e73272ec9a57: Pull complete 04:19:44 1e910a182e73: Pull complete 04:19:48 Still waiting to schedule task 04:19:48 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-767’ 04:19:51 4e634b169226: Pull complete 04:19:51 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 04:19:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:19:51 ---> f7629b54cfaa 04:19:51 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 04:19:51 ---> Running in 09463dc1a244 04:19:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:19:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:19:55 (1/12) Installing libmagic (5.38-r0) 04:19:55 (2/12) Installing file (5.38-r0) 04:19:55 (3/12) Installing libc-dev (0.7.2-r3) 04:19:55 (4/12) Installing g++ (9.3.0-r2) 04:19:59 (5/12) Installing fortify-headers (1.1-r0) 04:19:59 (6/12) Installing patch (2.7.6-r6) 04:19:59 (7/12) Installing build-base (0.5-r2) 04:19:59 (8/12) Installing libsodium (1.0.18-r0) 04:20:00 (9/12) Installing pkgconf (1.7.2-r0) 04:20:00 (10/12) Installing libsodium-dev (1.0.18-r0) 04:20:00 (11/12) Installing libzmq (4.3.3-r0) 04:20:00 (12/12) Installing zeromq-dev (4.3.3-r0) 04:20:00 Executing busybox-1.31.1-r16.trigger 04:20:00 OK: 233 MiB in 51 packages 04:20:03 Removing intermediate container 09463dc1a244 04:20:03 ---> 649dd8943d07 04:20:03 Step 4/7 : WORKDIR /edgex-go 04:20:03 ---> Running in dd5b0139e664 04:20:04 Removing intermediate container dd5b0139e664 04:20:04 ---> 34a98b1f50c3 04:20:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:20:04 latest: Pulling from library/docker 04:20:04 df20fa9351a1: Already exists 04:20:04 25ad7478873d: Pulling fs layer 04:20:04 4684f6177b5d: Pulling fs layer 04:20:04 8ba584e970af: Pulling fs layer 04:20:04 3cdc74d2b06d: Pulling fs layer 04:20:04 4cf5a0d07c1f: Pulling fs layer 04:20:04 fca0ccc462d5: Pulling fs layer 04:20:04 3cdc74d2b06d: Waiting 04:20:04 4cf5a0d07c1f: Waiting 04:20:04 fca0ccc462d5: Waiting 04:20:04 4684f6177b5d: Verifying Checksum 04:20:04 4684f6177b5d: Download complete 04:20:04 25ad7478873d: Verifying Checksum 04:20:04 25ad7478873d: Download complete 04:20:05 25ad7478873d: Pull complete 04:20:05 4cf5a0d07c1f: Verifying Checksum 04:20:05 4cf5a0d07c1f: Download complete 04:20:05 3cdc74d2b06d: Verifying Checksum 04:20:05 3cdc74d2b06d: Download complete 04:20:05 4684f6177b5d: Pull complete 04:20:05 fca0ccc462d5: Verifying Checksum 04:20:05 fca0ccc462d5: Download complete 04:20:06 8ba584e970af: Verifying Checksum 04:20:06 8ba584e970af: Download complete 04:20:08 8ba584e970af: Pull complete 04:20:08 3cdc74d2b06d: Pull complete 04:20:08 4cf5a0d07c1f: Pull complete 04:20:08 fca0ccc462d5: Pull complete 04:20:08 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 04:20:08 Status: Downloaded newer image for docker:latest 04:20:10 ---> 961f714c8bf9 04:20:10 Step 6/7 : COPY go.mod . 04:20:10 ---> 1399fc34259d 04:20:10 Step 7/7 : RUN go mod download 04:20:10 ---> Running in 1daa6cf517fb 04:20:12 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.81: reading github.com/edgexfoundry/go-mod-core-contracts/go.mod at revision v0.1.81: unknown revision v0.1.81 04:20:13 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [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] } 04:20:15 Failed in branch amd64 04:22:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-771 in /w/workspace/edgexfoundry_edgex-go_PR-2700 [Pipeline] { [Pipeline] ws 04:22:41 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 04:22:46 using credential edgex-jenkins-ssh 04:22:46 Cloning the remote Git repository 04:22:46 Cloning with configured refspecs honoured and without tags 04:22:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:22:46 > git init /w/workspace/edgex-go/5 # timeout=10 04:22:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:22:46 > git --version # timeout=10 04:22:46 > git --version # 'git version 2.17.1' 04:22:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:22:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2700/head:refs/remotes/origin/PR-2700 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:23:03 Fetching without tags 04:23:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:23:03 > git config --add remote.origin.fetch +refs/pull/2700/head:refs/remotes/origin/PR-2700 # timeout=10 04:23:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:23:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:23:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:23:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:23:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2700/head:refs/remotes/origin/PR-2700 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:23:03 Merging remotes/origin/master commit fd3e495558a59368951799953e1d9626d078e64b into PR head commit 923d059cc8379dc5fcea13cf59575a375ff61e84 04:23:04 Merge succeeded, producing 923d059cc8379dc5fcea13cf59575a375ff61e84 04:23:04 Checking out Revision 923d059cc8379dc5fcea13cf59575a375ff61e84 (PR-2700) 04:23:03 > git config core.sparsecheckout # timeout=10 04:23:03 > git checkout -f 923d059cc8379dc5fcea13cf59575a375ff61e84 # timeout=10 04:23:04 > git remote # timeout=10 04:23:04 > git config --get remote.origin.url # timeout=10 04:23:04 using GIT_SSH to set credentials SSH Credentials for GitHub 04:23:04 > git merge fd3e495558a59368951799953e1d9626d078e64b # timeout=10 04:23:04 > git rev-parse HEAD^{commit} # timeout=10 04:23:04 > git config core.sparsecheckout # timeout=10 04:23:04 > git checkout -f 923d059cc8379dc5fcea13cf59575a375ff61e84 # timeout=10 04:23:08 Commit message: "feat(core-data): implement Get Event by Id V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:23:21 ========================================================= 04:23:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:23:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:23:22 + 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 . 04:23:27 Sending build context to Docker daemon 323.2MB 04:23:27 Step 1/7 : ARG BASE=golang:1.15-alpine 04:23:27 Step 2/7 : FROM ${BASE} 04:23:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:23:27 b538f80385f9: Pulling fs layer 04:23:27 74f711af9a0d: Pulling fs layer 04:23:27 99f96fe45779: Pulling fs layer 04:23:27 8529a6b9a6be: Pulling fs layer 04:23:27 45590311c82a: Pulling fs layer 04:23:27 69ca0ff8b7b3: Pulling fs layer 04:23:27 209524e5b208: Pulling fs layer 04:23:27 45590311c82a: Waiting 04:23:27 8529a6b9a6be: Waiting 04:23:27 209524e5b208: Waiting 04:23:27 99f96fe45779: Download complete 04:23:27 74f711af9a0d: Verifying Checksum 04:23:27 74f711af9a0d: Download complete 04:23:27 45590311c82a: Verifying Checksum 04:23:27 45590311c82a: Download complete 04:23:27 69ca0ff8b7b3: Download complete 04:23:27 b538f80385f9: Verifying Checksum 04:23:27 b538f80385f9: Download complete 04:23:28 b538f80385f9: Pull complete 04:23:29 74f711af9a0d: Pull complete 04:23:29 99f96fe45779: Pull complete 04:23:30 209524e5b208: Verifying Checksum 04:23:30 209524e5b208: Download complete 04:23:31 8529a6b9a6be: Verifying Checksum 04:23:31 8529a6b9a6be: Download complete 04:23:42 8529a6b9a6be: Pull complete 04:23:42 45590311c82a: Pull complete 04:23:42 69ca0ff8b7b3: Pull complete 04:23:45 209524e5b208: Pull complete 04:23:45 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 04:23:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:23:45 ---> 5bddaf1c2fca 04:23:45 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 04:23:49 ---> Running in c8f7a5e36dcf 04:23:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:23:52 (1/12) Installing libmagic (5.38-r0) 04:23:52 (2/12) Installing file (5.38-r0) 04:23:52 (3/12) Installing libc-dev (0.7.2-r3) 04:23:52 (4/12) Installing g++ (9.3.0-r2) 04:23:58 (5/12) Installing fortify-headers (1.1-r0) 04:23:58 (6/12) Installing patch (2.7.6-r6) 04:23:58 (7/12) Installing build-base (0.5-r2) 04:23:58 (8/12) Installing libsodium (1.0.18-r0) 04:23:58 (9/12) Installing pkgconf (1.7.2-r0) 04:23:58 (10/12) Installing libsodium-dev (1.0.18-r0) 04:23:58 (11/12) Installing libzmq (4.3.3-r0) 04:23:58 (12/12) Installing zeromq-dev (4.3.3-r0) 04:23:58 Executing busybox-1.31.1-r16.trigger 04:23:58 OK: 217 MiB in 51 packages 04:24:03 Removing intermediate container c8f7a5e36dcf 04:24:03 ---> a3988ddcd987 04:24:03 Step 4/7 : WORKDIR /edgex-go 04:24:03 ---> Running in dd9d52a17b66 04:24:03 Removing intermediate container dd9d52a17b66 04:24:03 ---> 3e7b40adabb6 04:24:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 04:24:03 latest: Pulling from library/docker 04:24:04 b538f80385f9: Already exists 04:24:04 259a493cd78d: Pulling fs layer 04:24:04 b8e66b5100f5: Pulling fs layer 04:24:04 7f8258a56ab6: Pulling fs layer 04:24:04 75a0a0ebb566: Pulling fs layer 04:24:04 4a2c62f0a2a3: Pulling fs layer 04:24:04 294320357d30: Pulling fs layer 04:24:04 4a2c62f0a2a3: Waiting 04:24:04 75a0a0ebb566: Waiting 04:24:04 294320357d30: Waiting 04:24:04 b8e66b5100f5: Download complete 04:24:04 259a493cd78d: Verifying Checksum 04:24:04 259a493cd78d: Download complete 04:24:04 75a0a0ebb566: Verifying Checksum 04:24:04 75a0a0ebb566: Download complete 04:24:04 4a2c62f0a2a3: Verifying Checksum 04:24:04 4a2c62f0a2a3: Download complete 04:24:04 294320357d30: Verifying Checksum 04:24:05 259a493cd78d: Pull complete 04:24:05 b8e66b5100f5: Pull complete 04:24:05 7f8258a56ab6: Verifying Checksum 04:24:05 7f8258a56ab6: Download complete 04:24:09 7f8258a56ab6: Pull complete 04:24:09 75a0a0ebb566: Pull complete 04:24:09 4a2c62f0a2a3: Pull complete 04:24:09 294320357d30: Pull complete 04:24:09 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 04:24:09 Status: Downloaded newer image for docker:latest 04:24:13 ---> be587b1c020c 04:24:13 Step 6/7 : COPY go.mod . 04:24:13 ---> d8885c860d6f 04:24:13 Step 7/7 : RUN go mod download 04:24:13 ---> Running in b8fb57f0ce9a 04:24:17 go: github.com/edgexfoundry/go-mod-core-contracts@v0.1.81: reading github.com/edgexfoundry/go-mod-core-contracts/go.mod at revision v0.1.81: unknown revision v0.1.81 04:24:17 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [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] } 04:24:19 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 04:24:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:24:22 ---> package-listing.sh 04:24:22 ++ facter osfamily 04:24:22 ++ tr '[:upper:]' '[:lower:]' 04:24:22 + OS_FAMILY=redhat 04:24:22 + workspace=/w/workspace/edgex-go/5 04:24:22 + START_PACKAGES=/tmp/packages_start.txt 04:24:22 + END_PACKAGES=/tmp/packages_end.txt 04:24:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:24:22 + PACKAGES=/tmp/packages_start.txt 04:24:22 + '[' /w/workspace/edgex-go/5 ']' 04:24:22 + PACKAGES=/tmp/packages_end.txt 04:24:22 + case "${OS_FAMILY}" in 04:24:22 + rpm -qa 04:24:22 + sort 04:24:26 + '[' -f /tmp/packages_start.txt ']' 04:24:26 + '[' -f /tmp/packages_end.txt ']' 04:24:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:24:26 + '[' /w/workspace/edgex-go/5 ']' 04:24:26 + mkdir -p /w/workspace/edgex-go/5/archives/ 04:24:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh 04:24:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:24:27 04:24:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:24:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:24:27 alpine: Pulling from edgex-lftools-log-publisher 04:24:27 df20fa9351a1: Already exists 04:24:27 36b3adc4ff6f: Pulling fs layer 04:24:27 8ad3a11d3b57: Pulling fs layer 04:24:27 46f8f816bc3b: Pulling fs layer 04:24:27 0dadc02b9964: Pulling fs layer 04:24:27 ce6a7cf60c04: Pulling fs layer 04:24:27 7a184a31f384: Pulling fs layer 04:24:27 0879bd2ef858: Pulling fs layer 04:24:27 ce6a7cf60c04: Waiting 04:24:27 0dadc02b9964: Waiting 04:24:27 7a184a31f384: Waiting 04:24:27 0879bd2ef858: Waiting 04:24:27 46f8f816bc3b: Verifying Checksum 04:24:27 46f8f816bc3b: Download complete 04:24:27 36b3adc4ff6f: Download complete 04:24:27 ce6a7cf60c04: Verifying Checksum 04:24:27 ce6a7cf60c04: Download complete 04:24:27 7a184a31f384: Verifying Checksum 04:24:27 7a184a31f384: Download complete 04:24:27 0dadc02b9964: Verifying Checksum 04:24:27 0dadc02b9964: Download complete 04:24:27 36b3adc4ff6f: Pull complete 04:24:27 8ad3a11d3b57: Verifying Checksum 04:24:27 8ad3a11d3b57: Download complete 04:24:28 0879bd2ef858: Verifying Checksum 04:24:28 0879bd2ef858: Download complete 04:24:29 8ad3a11d3b57: Pull complete 04:24:29 46f8f816bc3b: Pull complete 04:24:29 0dadc02b9964: Pull complete 04:24:29 ce6a7cf60c04: Pull complete 04:24:29 7a184a31f384: Pull complete 04:24:32 0879bd2ef858: Pull complete 04:24:32 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 04:24:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:24:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:24:33 prd-centos7-docker-4c-2g-770 does not seem to be running inside a container 04:24:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:24:36 $ docker top 5dab489028593f7c99562cc0f5a5fc4cb92ec7c346bbb7adcb7e96811a58ceca -eo pid,comm [Pipeline] { [Pipeline] sh 04:24:37 + mkdir -p /var/log/sa [Pipeline] sh 04:24:37 + ls /var/log/sa-host 04:24:37 + sadf -c /var/log/sa-host/sa05 04:24:37 file_magic: OK 04:24:37 HZ: Using current value: 100 04:24:37 file_header: OK 04:24:37 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 04:24:37 Statistics: 04:24:37 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:24:37 File successfully converted to sysstat format version 12.2.1 04:24:37 + sadf -c /var/log/sa-host/sa22 04:24:37 file_magic: OK 04:24:37 HZ: Using current value: 100 04:24:37 file_header: OK 04:24:37 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 04:24:37 Statistics: 04:24:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:24:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:24:37 provisioning config files... 04:24:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5870772334831441253tmp [Pipeline] { [Pipeline] echo 04:24:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:24:37 ---> create-netrc.sh [Pipeline] echo 04:24:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:24:38 ---> logs-deploy.sh 04:24:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2700/5 04:24:38 INFO: archiving workspace using pattern(s): 04:24:39 Archives upload complete. 04:24:39 INFO: archiving logs to Nexus