Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 912bafda15eb2b65f59c90ee688a8c24ad2447e6 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43439 in /w/workspace/xfoundry_go-mod-messaging_master [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # 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/go-mod-messaging.git # timeout=10 Checking out Revision 912bafda15eb2b65f59c90ee688a8c24ad2447e6 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 912bafda15eb2b65f59c90ee688a8c24ad2447e6 # timeout=10 Commit message: "Merge pull request #59 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk bcb78af5f8eafd924cf61f28d1097c57f4e87501 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:32:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:32:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:32:34 ========================================================= 22:32:34 EdgeX Global Pipelines Version Info 22:32:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:32:35 ------------------- 22:32:35 stable info: 22:32:35 ------------------- 22:32:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:32:35 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:32:35 Message: update stable to v1.0.122 22:32:36 ------------------- 22:32:36 experimental info: 22:32:36 ------------------- 22:32:36 Commited By: **** collab-it+edgex@linuxfoundation.org 22:32:36 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:32:36 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:32:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 22:32:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:32:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:32:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:32:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:32:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 912bafda15eb2b65f59c90ee688a8c24ad2447e6 [Pipeline] echo 22:32:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 912bafd [Pipeline] echo 22:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:32:40 + git log --format=format:%s -1 912bafda15eb2b65f59c90ee688a8c24ad2447e6 [Pipeline] echo 22:32:40 GIT_COMMIT: 912bafda15eb2b65f59c90ee688a8c24ad2447e6, Commit Message: Merge pull request #59 from jpwhitemn/upd-go-1-15 [Pipeline] echo 22:32:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:32:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:41 22:32:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:32:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:41 latest: Pulling from edgex-devops/git-semver 22:32:41 31603596830f: Pulling fs layer 22:32:41 2a8b12db71e7: Pulling fs layer 22:32:41 6ca5941a6612: Pulling fs layer 22:32:41 ecc8261a40a4: Pulling fs layer 22:32:41 ecc8261a40a4: Waiting 22:32:41 2a8b12db71e7: Verifying Checksum 22:32:41 2a8b12db71e7: Download complete 22:32:41 31603596830f: Verifying Checksum 22:32:41 31603596830f: Download complete 22:32:41 ecc8261a40a4: Verifying Checksum 22:32:41 ecc8261a40a4: Download complete 22:32:41 6ca5941a6612: Verifying Checksum 22:32:41 6ca5941a6612: Download complete 22:32:41 31603596830f: Pull complete 22:32:41 2a8b12db71e7: Pull complete 22:32:42 6ca5941a6612: Pull complete 22:32:42 ecc8261a40a4: Pull complete 22:32:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:32:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:32:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:32:42 prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container 22:32:43 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:32:44 $ docker top a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:32:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:45 [ssh-agent] Looking for ssh-agent implementation... 22:32:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:45 $ docker exec a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent 22:32:45 SSH_AUTH_SOCK=/tmp/ssh-YDSCimkVqBSK/agent.11 22:32:45 SSH_AGENT_PID=16 22:32:45 Running ssh-add (command line suppressed) 22:32:45 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7617605036983960491.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7617605036983960491.key) 22:32:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:46 + git describe --exact-match --tags HEAD 22:32:46 fatal: No names found, cannot describe anything. [Pipeline] } 22:32:46 $ docker exec --env ******** --env ******** a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent -k 22:32:46 unset SSH_AUTH_SOCK; 22:32:46 unset SSH_AGENT_PID; 22:32:46 echo Agent pid 16 killed; 22:32:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:32:46 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:32:46 This usually means this commit has not been tagged. [Pipeline] sshagent 22:32:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:32:46 [ssh-agent] Looking for ssh-agent implementation... 22:32:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:32:46 $ docker exec a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent 22:32:46 SSH_AUTH_SOCK=/tmp/ssh-v4EHudKCOoNC/agent.46 22:32:46 SSH_AGENT_PID=51 22:32:46 Running ssh-add (command line suppressed) 22:32:46 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6599945562435422887.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6599945562435422887.key) 22:32:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:32:47 + git semver init 22:32:47 # -> Open(): unable to determine branch for HEAD 22:32:47 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 22:32:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 22:32:47 # $SEMVER_REMOTE_NAME = origin 22:32:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:32:47 # $SEMVER_USER_NAME = edgex-jenkins 22:32:47 # $SEMVER_BRANCH = master 22:32:47 # $SEMVER_TEMP = /tmp/semver-845208610 22:32:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP 22:32:47 # '/tmp/semver-845208610' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' 22:32:47 # -> Force: false 22:32:47 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 22:32:47 $ docker exec --env ******** --env ******** a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent -k 22:32:48 unset SSH_AUTH_SOCK; 22:32:48 unset SSH_AGENT_PID; 22:32:48 echo Agent pid 51 killed; 22:32:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:32:48 + git semver [Pipeline] } 22:32:48 $ docker stop --time=1 a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e 22:32:49 $ docker rm -f a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:32:50 Stashed 32 file(s) [Pipeline] echo 22:32:50 [edgeXSemver]: initialized semver on version 0.1.22 [Pipeline] echo 22:32:50 Archived original version: [0.1.22] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:33:06 Still waiting to schedule task 22:33:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:33:06 Still waiting to schedule task 22:33:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:34:40 Running on prd-centos7-docker-4c-2g-43441 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 22:34:40 Running in /w/workspace/go-mod-messaging/12 [Pipeline] { [Pipeline] checkout 22:34:43 using credential edgex-jenkins-ssh 22:34:43 Cloning the remote Git repository 22:34:43 Cloning with configured refspecs honoured and without tags 22:34:43 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 22:34:43 > git init /w/workspace/go-mod-messaging/12 # timeout=10 22:34:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 22:34:43 > git --version # timeout=10 22:34:43 > git --version # 'git version 2.16.5' 22:34:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:45 Fetching without tags 22:34:45 Checking out Revision 912bafda15eb2b65f59c90ee688a8c24ad2447e6 (master) 22:34:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 22:34:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 22:34:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 22:34:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:45 > git config core.sparsecheckout # timeout=10 22:34:45 > git checkout -f 912bafda15eb2b65f59c90ee688a8c24ad2447e6 # timeout=10 22:34:49 Commit message: "Merge pull request #59 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:34:49 ========================================================= 22:34:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:34:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:34:50 + 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 . 22:34:51 Sending build context to Docker daemon 576.5kB 22:34:51 Step 1/7 : ARG BASE=golang:1.15-alpine 22:34:51 Step 2/7 : FROM ${BASE} 22:34:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:34:51 df20fa9351a1: Pulling fs layer 22:34:51 ed8968b2872e: Pulling fs layer 22:34:51 a92cc7c5fd73: Pulling fs layer 22:34:51 e871e8e8d7a9: Pulling fs layer 22:34:51 e73272ec9a57: Pulling fs layer 22:34:51 1e910a182e73: Pulling fs layer 22:34:51 4e634b169226: Pulling fs layer 22:34:51 e73272ec9a57: Waiting 22:34:51 1e910a182e73: Waiting 22:34:51 4e634b169226: Waiting 22:34:51 e871e8e8d7a9: Waiting 22:34:51 a92cc7c5fd73: Download complete 22:34:51 ed8968b2872e: Verifying Checksum 22:34:51 ed8968b2872e: Download complete 22:34:51 e73272ec9a57: Download complete 22:34:51 1e910a182e73: Verifying Checksum 22:34:51 1e910a182e73: Download complete 22:34:51 df20fa9351a1: Verifying Checksum 22:34:51 df20fa9351a1: Download complete 22:34:52 df20fa9351a1: Pull complete 22:34:52 ed8968b2872e: Pull complete 22:34:52 a92cc7c5fd73: Pull complete 22:34:53 4e634b169226: Verifying Checksum 22:34:53 4e634b169226: Download complete 22:34:53 e871e8e8d7a9: Verifying Checksum 22:34:53 e871e8e8d7a9: Download complete 22:34:59 e871e8e8d7a9: Pull complete 22:34:59 e73272ec9a57: Pull complete 22:34:59 1e910a182e73: Pull complete 22:35:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43440 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws 22:35:00 Running in /w/workspace/go-mod-messaging/12 [Pipeline] { [Pipeline] checkout 22:35:04 4e634b169226: Pull complete 22:35:04 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:35:04 ---> f7629b54cfaa 22:35:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:35:04 ---> Running in a31db6ead0d0 22:35:04 Removing intermediate container a31db6ead0d0 22:35:04 ---> 145de148e594 22:35:04 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 22:35:04 ---> Running in c8b6f6f3e1a4 22:35:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:35:05 using credential edgex-jenkins-ssh 22:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:35:05 Cloning the remote Git repository 22:35:05 Cloning with configured refspecs honoured and without tags 22:35:06 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 22:35:06 (1/5) Installing libsodium (1.0.18-r0) 22:35:06 (2/5) Installing libzmq (4.3.3-r0) 22:35:06 (3/5) Installing pkgconf (1.7.2-r0) 22:35:06 (4/5) Installing libsodium-dev (1.0.18-r0) 22:35:06 (5/5) Installing zeromq-dev (4.3.3-r0) 22:35:06 Executing busybox-1.31.1-r16.trigger 22:35:06 OK: 167 MiB in 44 packages 22:35:07 Fetching without tags 22:35:06 > git init /w/workspace/go-mod-messaging/12 # timeout=10 22:35:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 22:35:06 > git --version # timeout=10 22:35:06 > git --version # 'git version 2.17.1' 22:35:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:35:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:06 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 22:35:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 22:35:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 22:35:07 using GIT_SSH to set credentials SSH Credentials for GitHub 22:35:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:07 Removing intermediate container c8b6f6f3e1a4 22:35:07 ---> 890a4c5bb515 22:35:07 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:35:07 ---> Running in 2c793cc443bd 22:35:07 Checking out Revision 912bafda15eb2b65f59c90ee688a8c24ad2447e6 (master) 22:35:07 Removing intermediate container 2c793cc443bd 22:35:07 ---> 7ae99c5cf2c3 22:35:07 Step 6/7 : COPY go.mod . 22:35:07 ---> 1411d550380c 22:35:07 Step 7/7 : RUN go mod download 22:35:07 ---> Running in 34fa1ac16fec 22:35:07 > git config core.sparsecheckout # timeout=10 22:35:07 > git checkout -f 912bafda15eb2b65f59c90ee688a8c24ad2447e6 # timeout=10 22:35:11 Commit message: "Merge pull request #59 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:35:13 ========================================================= 22:35:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:35:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:35:14 + 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 . 22:35:15 Sending build context to Docker daemon 576.5kB 22:35:15 Step 1/7 : ARG BASE=golang:1.15-alpine 22:35:15 Step 2/7 : FROM ${BASE} 22:35:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:35:15 b538f80385f9: Pulling fs layer 22:35:15 74f711af9a0d: Pulling fs layer 22:35:15 99f96fe45779: Pulling fs layer 22:35:15 8529a6b9a6be: Pulling fs layer 22:35:15 45590311c82a: Pulling fs layer 22:35:15 69ca0ff8b7b3: Pulling fs layer 22:35:15 209524e5b208: Pulling fs layer 22:35:15 45590311c82a: Waiting 22:35:15 69ca0ff8b7b3: Waiting 22:35:15 8529a6b9a6be: Waiting 22:35:15 209524e5b208: Waiting 22:35:15 99f96fe45779: Verifying Checksum 22:35:15 99f96fe45779: Download complete 22:35:15 74f711af9a0d: Verifying Checksum 22:35:15 74f711af9a0d: Download complete 22:35:15 45590311c82a: Verifying Checksum 22:35:15 45590311c82a: Download complete 22:35:15 69ca0ff8b7b3: Verifying Checksum 22:35:15 69ca0ff8b7b3: Download complete 22:35:15 b538f80385f9: Verifying Checksum 22:35:15 b538f80385f9: Download complete 22:35:16 b538f80385f9: Pull complete 22:35:17 74f711af9a0d: Pull complete 22:35:17 99f96fe45779: Pull complete 22:35:17 209524e5b208: Verifying Checksum 22:35:17 209524e5b208: Download complete 22:35:19 8529a6b9a6be: Verifying Checksum 22:35:19 8529a6b9a6be: Download complete 22:35:20 Removing intermediate container 34fa1ac16fec 22:35:20 ---> 47bf812d1805 22:35:20 Successfully built 47bf812d1805 22:35:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:35:20 + docker inspect -f . ci-base-image-x86_64 22:35:20 . [Pipeline] withDockerContainer 22:35:20 prd-centos7-docker-4c-2g-43441 does not seem to be running inside a container 22:35:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/12 -v /w/workspace/go-mod-messaging/12:/w/workspace/go-mod-messaging/12:rw,z -v /w/workspace/go-mod-messaging/12@tmp:/w/workspace/go-mod-messaging/12@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 ******** ci-base-image-x86_64 cat 22:35:21 $ docker top dee9f143be482bf998dae01ed5a70ab54fd5c104a09ca0a5bd0f6ad53d960048 -eo pid,comm [Pipeline] { [Pipeline] sh 22:35:21 + go version 22:35:21 go version go1.15.2 linux/amd64 [Pipeline] } 22:35:21 $ docker stop --time=1 dee9f143be482bf998dae01ed5a70ab54fd5c104a09ca0a5bd0f6ad53d960048 22:35:23 $ docker rm -f dee9f143be482bf998dae01ed5a70ab54fd5c104a09ca0a5bd0f6ad53d960048 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:35:31 8529a6b9a6be: Pull complete 22:35:31 45590311c82a: Pull complete 22:35:31 69ca0ff8b7b3: Pull complete 22:35:34 209524e5b208: Pull complete 22:35:34 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:35:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:35:34 ---> 5bddaf1c2fca 22:35:34 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:35:36 ---> Running in 77f057da2e1e 22:35:37 Removing intermediate container 77f057da2e1e 22:35:37 ---> 11c26f304923 22:35:37 Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash 22:35:37 ---> Running in 59b20c5a730a 22:35:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:40 (1/5) Installing libsodium (1.0.18-r0) 22:35:40 (2/5) Installing libzmq (4.3.3-r0) 22:35:40 (3/5) Installing pkgconf (1.7.2-r0) 22:35:40 (4/5) Installing libsodium-dev (1.0.18-r0) 22:35:40 (5/5) Installing zeromq-dev (4.3.3-r0) 22:35:41 Executing busybox-1.31.1-r16.trigger 22:35:41 OK: 144 MiB in 44 packages 22:35:42 Removing intermediate container 59b20c5a730a 22:35:42 ---> 33ec51317996 22:35:42 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:35:42 ---> Running in ee43b0a3cca1 22:35:43 Removing intermediate container ee43b0a3cca1 22:35:43 ---> 520e37e0c78d 22:35:43 Step 6/7 : COPY go.mod . 22:35:43 ---> 3e32ff3e2630 22:35:43 Step 7/7 : RUN go mod download 22:35:43 ---> Running in 480109c66217 22:35:59 Removing intermediate container 480109c66217 22:35:59 ---> 1dac493b82ba 22:35:59 Successfully built 1dac493b82ba 22:35:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:35:59 + docker inspect -f . ci-base-image-arm64 22:35:59 . [Pipeline] withDockerContainer 22:35:59 prd-ubuntu18.04-docker-arm64-4c-16g-43440 does not seem to be running inside a container 22:35:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/12 -v /w/workspace/go-mod-messaging/12:/w/workspace/go-mod-messaging/12:rw,z -v /w/workspace/go-mod-messaging/12@tmp:/w/workspace/go-mod-messaging/12@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 ******** ci-base-image-arm64 cat 22:36:01 $ docker top 5f47958d0b44e9e9859431093e37e447f3d00889c98864f28cba57d144ebf1c8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:36:03 + go version 22:36:03 go version go1.15.2 linux/arm64 [Pipeline] } 22:36:03 $ docker stop --time=1 5f47958d0b44e9e9859431093e37e447f3d00889c98864f28cba57d144ebf1c8 22:36:05 $ docker rm -f 5f47958d0b44e9e9859431093e37e447f3d00889c98864f28cba57d144ebf1c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:36:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:36:08 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:36:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:36:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:36:08 22:36:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:36:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:36:09 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:36:09 cbdbe7a5bc2a: Pulling fs layer 22:36:09 408f87550127: Pulling fs layer 22:36:09 fe522b08c979: Pulling fs layer 22:36:09 221eaa008020: Pulling fs layer 22:36:09 2a4607e5d6b9: Pulling fs layer 22:36:09 8f79b27c4fd2: Pulling fs layer 22:36:09 e5c8dbe1645b: Pulling fs layer 22:36:09 23e8b3b47431: Pulling fs layer 22:36:09 5c568d65a230: Pulling fs layer 22:36:09 221eaa008020: Waiting 22:36:09 2a4607e5d6b9: Waiting 22:36:09 e5c8dbe1645b: Waiting 22:36:09 8f79b27c4fd2: Waiting 22:36:09 23e8b3b47431: Waiting 22:36:09 5c568d65a230: Waiting 22:36:09 fe522b08c979: Verifying Checksum 22:36:09 fe522b08c979: Download complete 22:36:09 408f87550127: Download complete 22:36:09 2a4607e5d6b9: Verifying Checksum 22:36:09 2a4607e5d6b9: Download complete 22:36:09 8f79b27c4fd2: Verifying Checksum 22:36:09 8f79b27c4fd2: Download complete 22:36:09 cbdbe7a5bc2a: Download complete 22:36:09 cbdbe7a5bc2a: Pull complete 22:36:09 408f87550127: Pull complete 22:36:09 fe522b08c979: Pull complete 22:36:10 e5c8dbe1645b: Verifying Checksum 22:36:10 e5c8dbe1645b: Download complete 22:36:10 23e8b3b47431: Verifying Checksum 22:36:10 23e8b3b47431: Download complete 22:36:11 5c568d65a230: Verifying Checksum 22:36:11 5c568d65a230: Download complete 22:36:12 221eaa008020: Verifying Checksum 22:36:12 221eaa008020: Download complete 22:36:17 221eaa008020: Pull complete 22:36:17 2a4607e5d6b9: Pull complete 22:36:17 8f79b27c4fd2: Pull complete 22:36:20 e5c8dbe1645b: Pull complete 22:36:22 23e8b3b47431: Pull complete 22:36:23 5c568d65a230: Pull complete 22:36:23 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:36:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:36:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:36:24 prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container 22:36:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-messaging_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 22:36:25 $ docker top 4697b48312c554d7e70a9299eb2ba5e86a597bedd6c5adaec3705974a1fbd05f -eo pid,comm [Pipeline] { [Pipeline] sh 22:36:25 + snyk monitor '--org=edgex-jenkins' 22:36:31 22:36:31 Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging)... 22:36:31 22:36:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/521e7d8c-394a-48a0-a414-7334c8829e90 22:36:31 22:36:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:36:31 22:36:32 22:36:32 Snyk CLI supports Node.js 8 and higher. 22:36:32 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:36:32 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:36:32 22:36:32 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:36:32 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:36:32 $ docker stop --time=1 4697b48312c554d7e70a9299eb2ba5e86a597bedd6c5adaec3705974a1fbd05f 22:36:34 $ docker rm -f 4697b48312c554d7e70a9299eb2ba5e86a597bedd6c5adaec3705974a1fbd05f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 22:36:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:36:35 . [Pipeline] withDockerContainer 22:36:36 prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container 22:36:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:36:36 $ docker top 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:36:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:36:37 [ssh-agent] Looking for ssh-agent implementation... 22:36:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:36:37 $ docker exec 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 ssh-agent 22:36:37 SSH_AUTH_SOCK=/tmp/ssh-4P4JBLR4TO5I/agent.12 22:36:37 SSH_AGENT_PID=18 22:36:37 Running ssh-add (command line suppressed) 22:36:37 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_237232975415332227.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_237232975415332227.key) 22:36:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:36:38 + git semver tag 22:36:38 # -> Open(): unable to determine branch for HEAD 22:36:38 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 22:36:38 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 22:36:38 # $SEMVER_REMOTE_NAME = origin 22:36:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:36:38 # $SEMVER_USER_NAME = edgex-jenkins 22:36:38 # $SEMVER_BRANCH = master 22:36:38 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 22:36:38 # 912bafda15eb2b65f59c90ee688a8c24ad2447e6 HEAD 22:36:38 # -> Force: false 22:36:38 # 2fd5228878ab8ce3d39752b5ed2a78458bfe65ab refs/tags/v0.1.22 [Pipeline] } 22:36:38 $ docker exec --env ******** --env ******** 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 ssh-agent -k 22:36:38 unset SSH_AUTH_SOCK; 22:36:38 unset SSH_AGENT_PID; 22:36:38 echo Agent pid 18 killed; 22:36:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:36:38 + git semver [Pipeline] } 22:36:38 $ docker stop --time=1 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 22:36:40 $ docker rm -f 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:36:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:36:40 22:36:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:36:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:36:41 0.23.1-centos7: Pulling from edgex-lftools 22:36:41 ab5ef0e58194: Pulling fs layer 22:36:41 9712f1f96733: Pulling fs layer 22:36:41 63f879dbbcfc: Pulling fs layer 22:36:41 0d9ebad4ef96: Pulling fs layer 22:36:41 e9a5061849ea: Pulling fs layer 22:36:41 d747dcd14b5f: Pulling fs layer 22:36:41 2de7ff778b66: Pulling fs layer 22:36:41 e9a5061849ea: Waiting 22:36:41 d747dcd14b5f: Waiting 22:36:41 2de7ff778b66: Waiting 22:36:41 0d9ebad4ef96: Waiting 22:36:41 9712f1f96733: Verifying Checksum 22:36:41 9712f1f96733: Download complete 22:36:42 63f879dbbcfc: Verifying Checksum 22:36:42 63f879dbbcfc: Download complete 22:36:42 e9a5061849ea: Verifying Checksum 22:36:42 e9a5061849ea: Download complete 22:36:42 d747dcd14b5f: Verifying Checksum 22:36:42 d747dcd14b5f: Download complete 22:36:42 2de7ff778b66: Verifying Checksum 22:36:42 2de7ff778b66: Download complete 22:36:43 0d9ebad4ef96: Verifying Checksum 22:36:43 0d9ebad4ef96: Download complete 22:36:43 ab5ef0e58194: Verifying Checksum 22:36:43 ab5ef0e58194: Download complete 22:36:47 ab5ef0e58194: Pull complete 22:36:47 9712f1f96733: Pull complete 22:36:50 63f879dbbcfc: Pull complete 22:36:55 0d9ebad4ef96: Pull complete 22:36:57 e9a5061849ea: Pull complete 22:36:57 d747dcd14b5f: Pull complete 22:37:01 2de7ff778b66: Pull complete 22:37:01 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:37:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:37:01 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:37:01 prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container 22:37:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:37:05 $ docker top 3688d8ad1fb996238a3df2fddc99e030948b226b076b015d992b2d779726f043 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:37:05 provisioning config files... 22:37:05 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5599053954965105731tmp 22:37:05 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4051517456445975407tmp 22:37:05 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4612136549685979487tmp [Pipeline] { [Pipeline] echo 22:37:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:37:06 ---> sigul-configuration.sh 22:37:06 gpg: directory `/root/.gnupg' created 22:37:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:37:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:37:06 gpg: keyring `/root/.gnupg/secring.gpg' created 22:37:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:37:06 gpg: CAST5 encrypted data 22:37:06 gpg: encrypted with 1 passphrase 22:37:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:37:06 + mkdir /home/jenkins 22:37:06 + mkdir /home/jenkins/sigul [Pipeline] sh 22:37:06 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:37:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:37:07 ---> sigul-install.sh 22:37:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:37:12 + git tag --list 22:37:12 v0.1.22 [Pipeline] sh 22:37:13 + lftools sign git-tag v0.1.22 22:37:14 Signing Git tag with Sigul... 22:37:14 Signing v0.1.22 [Pipeline] echo 22:37:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:37:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:37:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:37:15 $ docker stop --time=1 3688d8ad1fb996238a3df2fddc99e030948b226b076b015d992b2d779726f043 22:37:17 $ docker rm -f 3688d8ad1fb996238a3df2fddc99e030948b226b076b015d992b2d779726f043 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:37:18 . [Pipeline] withDockerContainer 22:37:18 prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container 22:37:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:37:19 $ docker top 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:37:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:37:19 [ssh-agent] Looking for ssh-agent implementation... 22:37:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:37:19 $ docker exec 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 ssh-agent 22:37:20 SSH_AUTH_SOCK=/tmp/ssh-ULKJLzAATIP8/agent.12 22:37:20 SSH_AGENT_PID=17 22:37:20 Running ssh-add (command line suppressed) 22:37:20 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3242261222741949032.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3242261222741949032.key) 22:37:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:37:20 + git semver bump patch 22:37:20 # -> Open(): unable to determine branch for HEAD 22:37:20 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 22:37:20 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 22:37:20 # $SEMVER_REMOTE_NAME = origin 22:37:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:37:20 # $SEMVER_USER_NAME = edgex-jenkins 22:37:20 # $SEMVER_BRANCH = master 22:37:20 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver 22:37:20 0.1.23 [Pipeline] } 22:37:20 $ docker exec --env ******** --env ******** 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 ssh-agent -k 22:37:20 unset SSH_AUTH_SOCK; 22:37:20 unset SSH_AGENT_PID; 22:37:20 echo Agent pid 17 killed; 22:37:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:37:21 + git semver [Pipeline] } 22:37:21 $ docker stop --time=1 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 22:37:22 $ docker rm -f 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:37:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:37:23 . [Pipeline] withDockerContainer 22:37:23 prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container 22:37:23 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:37:23 $ docker top 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:37:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:37:24 [ssh-agent] Looking for ssh-agent implementation... 22:37:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:37:24 $ docker exec 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 ssh-agent 22:37:24 SSH_AUTH_SOCK=/tmp/ssh-7LyhiZ1ytuqY/agent.11 22:37:24 SSH_AGENT_PID=16 22:37:24 Running ssh-add (command line suppressed) 22:37:24 Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4217738149158617798.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4217738149158617798.key) 22:37:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:37:25 + git semver push 22:37:25 # -> Open(): unable to determine branch for HEAD 22:37:25 # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git 22:37:25 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master 22:37:25 # $SEMVER_REMOTE_NAME = origin 22:37:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:37:25 # $SEMVER_USER_NAME = edgex-jenkins 22:37:25 # $SEMVER_BRANCH = master 22:37:25 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } 22:37:31 $ docker exec --env ******** --env ******** 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 ssh-agent -k 22:37:31 unset SSH_AUTH_SOCK; 22:37:31 unset SSH_AGENT_PID; 22:37:31 echo Agent pid 16 killed; 22:37:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:37:32 + git semver [Pipeline] } 22:37:32 $ docker stop --time=1 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 22:37:33 $ docker rm -f 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:37:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:37:35 ---> package-listing.sh 22:37:35 ++ facter osfamily 22:37:35 ++ tr '[:upper:]' '[:lower:]' 22:37:35 + OS_FAMILY=redhat 22:37:35 + workspace=/w/workspace/xfoundry_go-mod-messaging_master 22:37:35 + START_PACKAGES=/tmp/packages_start.txt 22:37:35 + END_PACKAGES=/tmp/packages_end.txt 22:37:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:37:35 + PACKAGES=/tmp/packages_start.txt 22:37:35 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 22:37:35 + PACKAGES=/tmp/packages_end.txt 22:37:35 + case "${OS_FAMILY}" in 22:37:35 + rpm -qa 22:37:35 + sort 22:37:40 + '[' -f /tmp/packages_start.txt ']' 22:37:40 + '[' -f /tmp/packages_end.txt ']' 22:37:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:37:40 + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' 22:37:40 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ 22:37:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] isUnix [Pipeline] sh 22:37:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:40 22:37:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:37:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:41 alpine: Pulling from edgex-lftools-log-publisher 22:37:41 df20fa9351a1: Pulling fs layer 22:37:41 36b3adc4ff6f: Pulling fs layer 22:37:41 8ad3a11d3b57: Pulling fs layer 22:37:41 46f8f816bc3b: Pulling fs layer 22:37:41 0dadc02b9964: Pulling fs layer 22:37:41 ce6a7cf60c04: Pulling fs layer 22:37:41 7a184a31f384: Pulling fs layer 22:37:41 0879bd2ef858: Pulling fs layer 22:37:41 0dadc02b9964: Waiting 22:37:41 7a184a31f384: Waiting 22:37:41 0879bd2ef858: Waiting 22:37:41 ce6a7cf60c04: Waiting 22:37:41 46f8f816bc3b: Waiting 22:37:41 36b3adc4ff6f: Verifying Checksum 22:37:41 36b3adc4ff6f: Download complete 22:37:41 46f8f816bc3b: Verifying Checksum 22:37:41 46f8f816bc3b: Download complete 22:37:41 df20fa9351a1: Verifying Checksum 22:37:41 df20fa9351a1: Download complete 22:37:41 ce6a7cf60c04: Verifying Checksum 22:37:41 ce6a7cf60c04: Download complete 22:37:41 7a184a31f384: Download complete 22:37:41 0dadc02b9964: Verifying Checksum 22:37:41 0dadc02b9964: Download complete 22:37:41 df20fa9351a1: Pull complete 22:37:41 8ad3a11d3b57: Verifying Checksum 22:37:41 8ad3a11d3b57: Download complete 22:37:41 36b3adc4ff6f: Pull complete 22:37:41 0879bd2ef858: Verifying Checksum 22:37:41 0879bd2ef858: Download complete 22:37:42 8ad3a11d3b57: Pull complete 22:37:42 46f8f816bc3b: Pull complete 22:37:42 0dadc02b9964: Pull complete 22:37:42 ce6a7cf60c04: Pull complete 22:37:43 7a184a31f384: Pull complete 22:37:45 0879bd2ef858: Pull complete 22:37:45 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:37:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:37:45 prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container 22:37:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:37:48 $ docker top 69c154a11efc77f7ac05b6d080b4471884de8d223826390b3cda2a3d9dd604bf -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:49 + mkdir -p /var/log/sa [Pipeline] sh 22:37:49 + ls /var/log/sa-host 22:37:49 + sadf -c /var/log/sa-host/sa05 22:37:49 file_magic: OK 22:37:49 HZ: Using current value: 100 22:37:49 file_header: OK 22:37:49 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 22:37:49 Statistics: 22:37:49 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:37:49 File successfully converted to sysstat format version 12.2.1 22:37:49 + sadf -c /var/log/sa-host/sa15 22:37:49 file_magic: OK 22:37:49 HZ: Using current value: 100 22:37:49 file_header: OK 22:37:49 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 22:37:49 Statistics: 22:37:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:37:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:37:49 provisioning config files... 22:37:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config761485811858161763tmp [Pipeline] { [Pipeline] echo 22:37:50 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:37:50 ---> create-netrc.sh [Pipeline] echo 22:37:50 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:37:50 ---> logs-deploy.sh 22:37:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/12 22:37:50 INFO: archiving workspace using pattern(s): 22:37:52 Archives upload complete. 22:37:52 INFO: archiving logs to Nexus