Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43103de098cdcbb78cf067fd19afda48c0e0d939 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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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 ‘prd-centos7-docker-4c-2g-10’ is offline; ‘prd-centos7-docker-4c-2g-5’ is offline; ‘prd-centos7-docker-4c-2g-7’ is offline Running on prd-centos7-docker-4c-2g-11 in /w/workspace/gexfoundry_go-mod-secrets_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 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching without tags Checking out Revision 43103de098cdcbb78cf067fd19afda48c0e0d939 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 Commit message: "Merge pull request #57 from lenny-intel/path" > git rev-list --no-walk 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:20:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:20:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:20:55 ========================================================= 21:20:55 EdgeX Global Pipelines Version Info 21:20:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:20:57 ------------------- 21:20:57 stable info: 21:20:57 ------------------- 21:20:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:20:57 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:20:57 Message: update stable to v1.0.122 21:20:58 ------------------- 21:20:58 experimental info: 21:20:58 ------------------- 21:20:58 Commited By: **** collab-it+edgex@linuxfoundation.org 21:20:58 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:20:58 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:21:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43103de098cdcbb78cf067fd19afda48c0e0d939 [Pipeline] echo 21:21:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43103de [Pipeline] echo 21:21:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:02 + git log --format=format:%s -1 43103de098cdcbb78cf067fd19afda48c0e0d939 [Pipeline] echo 21:21:02 GIT_COMMIT: 43103de098cdcbb78cf067fd19afda48c0e0d939, Commit Message: Merge pull request #57 from lenny-intel/path [Pipeline] echo 21:21:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:21:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:03 21:21:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:21:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:03 latest: Pulling from edgex-devops/git-semver 21:21:03 31603596830f: Pulling fs layer 21:21:03 2a8b12db71e7: Pulling fs layer 21:21:03 6ca5941a6612: Pulling fs layer 21:21:03 ecc8261a40a4: Pulling fs layer 21:21:03 ecc8261a40a4: Waiting 21:21:03 2a8b12db71e7: Download complete 21:21:04 31603596830f: Verifying Checksum 21:21:04 31603596830f: Download complete 21:21:04 ecc8261a40a4: Verifying Checksum 21:21:04 ecc8261a40a4: Download complete 21:21:04 6ca5941a6612: Verifying Checksum 21:21:04 6ca5941a6612: Download complete 21:21:04 31603596830f: Pull complete 21:21:04 2a8b12db71e7: Pull complete 21:21:05 6ca5941a6612: Pull complete 21:21:05 ecc8261a40a4: Pull complete 21:21:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:21:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:21:05 prd-centos7-docker-4c-2g-11 does not seem to be running inside a container 21:21:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:21:07 $ docker top e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:21:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:07 [ssh-agent] Looking for ssh-agent implementation... 21:21:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:08 $ docker exec e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent 21:21:08 SSH_AUTH_SOCK=/tmp/ssh-CD2S1bE00vHj/agent.11 21:21:08 SSH_AGENT_PID=16 21:21:08 Running ssh-add (command line suppressed) 21:21:08 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4684718921581214904.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4684718921581214904.key) 21:21:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:08 + git describe --exact-match --tags HEAD 21:21:08 fatal: No names found, cannot describe anything. [Pipeline] } 21:21:08 $ docker exec --env ******** --env ******** e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent -k 21:21:08 unset SSH_AUTH_SOCK; 21:21:08 unset SSH_AGENT_PID; 21:21:08 echo Agent pid 16 killed; 21:21:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:21:09 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:21:09 This usually means this commit has not been tagged. [Pipeline] sshagent 21:21:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:09 [ssh-agent] Looking for ssh-agent implementation... 21:21:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:09 $ docker exec e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent 21:21:09 SSH_AUTH_SOCK=/tmp/ssh-t05ybk4L6TYY/agent.45 21:21:09 SSH_AGENT_PID=50 21:21:09 Running ssh-add (command line suppressed) 21:21:09 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3753815818680337451.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3753815818680337451.key) 21:21:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:09 + git semver init 21:21:09 # -> Open(): unable to determine branch for HEAD 21:21:09 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:21:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:21:09 # $SEMVER_REMOTE_NAME = origin 21:21:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:21:09 # $SEMVER_USER_NAME = edgex-jenkins 21:21:09 # $SEMVER_BRANCH = master 21:21:09 # $SEMVER_TEMP = /tmp/semver-849412299 21:21:09 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 21:21:10 # '/tmp/semver-849412299' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 21:21:10 # -> Force: false 21:21:10 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 21:21:10 $ docker exec --env ******** --env ******** e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent -k 21:21:10 unset SSH_AUTH_SOCK; 21:21:10 unset SSH_AGENT_PID; 21:21:10 echo Agent pid 50 killed; 21:21:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:10 + git semver [Pipeline] } 21:21:10 $ docker stop --time=1 e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 21:21:12 $ docker rm -f e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:21:13 Stashed 30 file(s) [Pipeline] echo 21:21:13 [edgeXSemver]: initialized semver on version 0.0.21 [Pipeline] echo 21:21:13 Archived original version: [0.0.21] [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 21:21:28 Still waiting to schedule task 21:21:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:21:28 Still waiting to schedule task 21:21:28 ‘prd-ubuntu18.04-docker-arm64-4c-16g-9’ is offline 21:22:47 Running on prd-centos7-docker-4c-2g-15 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:22:47 Running in /w/workspace/go-mod-secrets/11 [Pipeline] { [Pipeline] checkout 21:22:51 using credential edgex-jenkins-ssh 21:22:51 Cloning the remote Git repository 21:22:51 Cloning with configured refspecs honoured and without tags 21:22:52 Fetching without tags 21:22:51 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:22:51 > git init /w/workspace/go-mod-secrets/11 # timeout=10 21:22:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:22:51 > git --version # timeout=10 21:22:51 > git --version # 'git version 2.16.5' 21:22:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:22:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:22:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:22:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:22:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:22:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:22:52 using GIT_SSH to set credentials SSH Credentials for GitHub 21:22:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:22:52 Checking out Revision 43103de098cdcbb78cf067fd19afda48c0e0d939 (master) 21:22:52 > git config core.sparsecheckout # timeout=10 21:22:52 > git checkout -f 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 21:22:56 Commit message: "Merge pull request #57 from lenny-intel/path" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:22:57 ========================================================= 21:22:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:22:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:22:58 + 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 . 21:22:58 Sending build context to Docker daemon 524.8kB 21:22:58 Step 1/7 : ARG BASE=golang:1.15-alpine 21:22:58 Step 2/7 : FROM ${BASE} 21:22:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:22:58 df20fa9351a1: Pulling fs layer 21:22:58 ed8968b2872e: Pulling fs layer 21:22:58 a92cc7c5fd73: Pulling fs layer 21:22:58 e871e8e8d7a9: Pulling fs layer 21:22:58 e73272ec9a57: Pulling fs layer 21:22:58 1e910a182e73: Pulling fs layer 21:22:58 4e634b169226: Pulling fs layer 21:22:58 e871e8e8d7a9: Waiting 21:22:58 e73272ec9a57: Waiting 21:22:58 1e910a182e73: Waiting 21:22:58 a92cc7c5fd73: Verifying Checksum 21:22:58 a92cc7c5fd73: Download complete 21:22:58 ed8968b2872e: Verifying Checksum 21:22:58 ed8968b2872e: Download complete 21:22:58 e73272ec9a57: Verifying Checksum 21:22:58 e73272ec9a57: Download complete 21:22:58 1e910a182e73: Verifying Checksum 21:22:58 1e910a182e73: Download complete 21:22:58 df20fa9351a1: Verifying Checksum 21:22:58 df20fa9351a1: Download complete 21:22:58 df20fa9351a1: Pull complete 21:22:58 ed8968b2872e: Pull complete 21:22:58 a92cc7c5fd73: Pull complete 21:23:00 4e634b169226: Verifying Checksum 21:23:00 4e634b169226: Download complete 21:23:01 e871e8e8d7a9: Verifying Checksum 21:23:01 e871e8e8d7a9: Download complete 21:23:07 e871e8e8d7a9: Pull complete 21:23:07 e73272ec9a57: Pull complete 21:23:07 1e910a182e73: Pull complete 21:23:13 4e634b169226: Pull complete 21:23:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:23:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:23:13 ---> f7629b54cfaa 21:23:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:23:13 ---> Running in 09dcd5c6decb 21:23:13 Removing intermediate container 09dcd5c6decb 21:23:13 ---> d4144f42ed38 21:23:13 Step 4/7 : RUN apk add --update bash 21:23:13 ---> Running in 5207c73ac4a4 21:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:15 OK: 166 MiB in 39 packages 21:23:15 Removing intermediate container 5207c73ac4a4 21:23:15 ---> 012dbfeca95d 21:23:15 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:23:16 ---> Running in f64e4796857d 21:23:16 Removing intermediate container f64e4796857d 21:23:16 ---> 7f055ad7ac77 21:23:16 Step 6/7 : COPY go.mod . 21:23:16 ---> bc356f55cd57 21:23:16 Step 7/7 : RUN go mod download 21:23:16 ---> Running in ef30d4f33075 21:23:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:23:27 Running in /w/workspace/go-mod-secrets/11 [Pipeline] { [Pipeline] checkout 21:23:28 Removing intermediate container ef30d4f33075 21:23:28 ---> 21c0a9c69d9e 21:23:28 Successfully built 21c0a9c69d9e 21:23:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:23:29 + docker inspect -f . ci-base-image-x86_64 21:23:29 . [Pipeline] withDockerContainer 21:23:29 prd-centos7-docker-4c-2g-15 does not seem to be running inside a container 21:23:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/11 -v /w/workspace/go-mod-secrets/11:/w/workspace/go-mod-secrets/11:rw,z -v /w/workspace/go-mod-secrets/11@tmp:/w/workspace/go-mod-secrets/11@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-x86_64 cat 21:23:30 $ docker top cb1827b158c3d85f3bd60ca9f197b3dd9b91bd830aa6f32eeb11641f63f9f90d -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:30 + go version 21:23:30 go version go1.15.2 linux/amd64 [Pipeline] } 21:23:30 $ docker stop --time=1 cb1827b158c3d85f3bd60ca9f197b3dd9b91bd830aa6f32eeb11641f63f9f90d 21:23:32 $ docker rm -f cb1827b158c3d85f3bd60ca9f197b3dd9b91bd830aa6f32eeb11641f63f9f90d [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 21:23:33 using credential edgex-jenkins-ssh [Pipeline] } [Pipeline] // ws 21:23:33 Cloning the remote Git repository 21:23:33 Cloning with configured refspecs honoured and without tags [Pipeline] } [Pipeline] // node [Pipeline] } 21:23:34 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [Pipeline] // stage [Pipeline] } 21:23:35 Fetching without tags 21:23:34 > git init /w/workspace/go-mod-secrets/11 # timeout=10 21:23:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:23:34 > git --version # timeout=10 21:23:34 > git --version # 'git version 2.17.1' 21:23:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:23:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:23:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:23:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:23:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:23:35 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:23:35 Checking out Revision 43103de098cdcbb78cf067fd19afda48c0e0d939 (master) 21:23:35 > git config core.sparsecheckout # timeout=10 21:23:35 > git checkout -f 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 21:23:40 Commit message: "Merge pull request #57 from lenny-intel/path" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:23:41 ========================================================= 21:23:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:23:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:23:42 + 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 . 21:23:43 Sending build context to Docker daemon 524.8kB 21:23:43 Step 1/7 : ARG BASE=golang:1.15-alpine 21:23:43 Step 2/7 : FROM ${BASE} 21:23:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:23:43 b538f80385f9: Pulling fs layer 21:23:43 74f711af9a0d: Pulling fs layer 21:23:43 99f96fe45779: Pulling fs layer 21:23:43 8529a6b9a6be: Pulling fs layer 21:23:43 45590311c82a: Pulling fs layer 21:23:43 69ca0ff8b7b3: Pulling fs layer 21:23:43 209524e5b208: Pulling fs layer 21:23:43 45590311c82a: Waiting 21:23:43 69ca0ff8b7b3: Waiting 21:23:43 209524e5b208: Waiting 21:23:43 8529a6b9a6be: Waiting 21:23:43 99f96fe45779: Verifying Checksum 21:23:43 99f96fe45779: Download complete 21:23:43 74f711af9a0d: Verifying Checksum 21:23:43 74f711af9a0d: Download complete 21:23:43 45590311c82a: Verifying Checksum 21:23:43 45590311c82a: Download complete 21:23:43 69ca0ff8b7b3: Verifying Checksum 21:23:43 69ca0ff8b7b3: Download complete 21:23:43 b538f80385f9: Verifying Checksum 21:23:45 b538f80385f9: Pull complete 21:23:45 74f711af9a0d: Pull complete 21:23:45 99f96fe45779: Pull complete 21:23:46 209524e5b208: Verifying Checksum 21:23:46 209524e5b208: Download complete 21:23:48 8529a6b9a6be: Verifying Checksum 21:23:48 8529a6b9a6be: Download complete 21:24:01 8529a6b9a6be: Pull complete 21:24:01 45590311c82a: Pull complete 21:24:01 69ca0ff8b7b3: Pull complete 21:24:03 209524e5b208: Pull complete 21:24:03 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:24:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:24:03 ---> 5bddaf1c2fca 21:24:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:24:06 ---> Running in 315327affb97 21:24:06 Removing intermediate container 315327affb97 21:24:06 ---> 051b1469990e 21:24:06 Step 4/7 : RUN apk add --update bash 21:24:06 ---> Running in 23dca24d4e48 21:24:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:24:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:24:10 OK: 142 MiB in 39 packages 21:24:12 Removing intermediate container 23dca24d4e48 21:24:12 ---> c37ea2b59641 21:24:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:24:12 ---> Running in 81d866bd7a99 21:24:12 Removing intermediate container 81d866bd7a99 21:24:12 ---> dc0d995401f0 21:24:12 Step 6/7 : COPY go.mod . 21:24:13 ---> e4453c6b6fae 21:24:13 Step 7/7 : RUN go mod download 21:24:13 ---> Running in 50f3e36943b0 21:24:28 Removing intermediate container 50f3e36943b0 21:24:28 ---> 91c93d29cb50 21:24:28 Successfully built 91c93d29cb50 21:24:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:24:29 + docker inspect -f . ci-base-image-arm64 21:24:29 . [Pipeline] withDockerContainer 21:24:29 prd-ubuntu18.04-docker-arm64-4c-16g-14 does not seem to be running inside a container 21:24:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/11 -v /w/workspace/go-mod-secrets/11:/w/workspace/go-mod-secrets/11:rw,z -v /w/workspace/go-mod-secrets/11@tmp:/w/workspace/go-mod-secrets/11@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 21:24:31 $ docker top b7ce6bd6be4c7740268e3bf283ff945704915048ff31142a87e479c7f2cf65ca -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:32 + go version 21:24:32 go version go1.15.2 linux/arm64 [Pipeline] } 21:24:33 $ docker stop --time=1 b7ce6bd6be4c7740268e3bf283ff945704915048ff31142a87e479c7f2cf65ca 21:24:34 $ docker rm -f b7ce6bd6be4c7740268e3bf283ff945704915048ff31142a87e479c7f2cf65ca [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 21:24:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:24:40 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:24:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:24:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:24:41 21:24:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:24:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:24:41 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:24:41 cbdbe7a5bc2a: Pulling fs layer 21:24:41 408f87550127: Pulling fs layer 21:24:41 fe522b08c979: Pulling fs layer 21:24:41 221eaa008020: Pulling fs layer 21:24:41 2a4607e5d6b9: Pulling fs layer 21:24:41 8f79b27c4fd2: Pulling fs layer 21:24:41 e5c8dbe1645b: Pulling fs layer 21:24:41 23e8b3b47431: Pulling fs layer 21:24:41 5c568d65a230: Pulling fs layer 21:24:41 8f79b27c4fd2: Waiting 21:24:41 e5c8dbe1645b: Waiting 21:24:41 23e8b3b47431: Waiting 21:24:41 5c568d65a230: Waiting 21:24:41 221eaa008020: Waiting 21:24:41 2a4607e5d6b9: Waiting 21:24:41 fe522b08c979: Verifying Checksum 21:24:41 fe522b08c979: Download complete 21:24:41 408f87550127: Verifying Checksum 21:24:41 408f87550127: Download complete 21:24:41 2a4607e5d6b9: Verifying Checksum 21:24:41 2a4607e5d6b9: Download complete 21:24:41 8f79b27c4fd2: Verifying Checksum 21:24:41 8f79b27c4fd2: Download complete 21:24:41 cbdbe7a5bc2a: Download complete 21:24:42 cbdbe7a5bc2a: Pull complete 21:24:42 408f87550127: Pull complete 21:24:42 fe522b08c979: Pull complete 21:24:43 e5c8dbe1645b: Verifying Checksum 21:24:43 e5c8dbe1645b: Download complete 21:24:44 23e8b3b47431: Verifying Checksum 21:24:44 23e8b3b47431: Download complete 21:24:44 5c568d65a230: Verifying Checksum 21:24:44 5c568d65a230: Download complete 21:24:46 221eaa008020: Verifying Checksum 21:24:46 221eaa008020: Download complete 21:24:51 221eaa008020: Pull complete 21:24:51 2a4607e5d6b9: Pull complete 21:24:51 8f79b27c4fd2: Pull complete 21:24:53 e5c8dbe1645b: Pull complete 21:24:56 23e8b3b47431: Pull complete 21:24:56 5c568d65a230: Pull complete 21:24:56 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:24:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:24:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:24:57 prd-centos7-docker-4c-2g-11 does not seem to be running inside a container 21:24:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_go-mod-secrets_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:24:58 $ docker top 288a15e065bc40dd7c1b9a8d20d00aa654ed083acc969ac588e8a9e3f705e276 -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:58 + snyk monitor '--org=edgex-jenkins' 21:25:03 21:25:03 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 21:25:03 21:25:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/8b3d9fad-b642-4f01-8b46-c07a6a6938d8 21:25:03 21:25:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:25:03 21:25:03 21:25:03 Snyk CLI supports Node.js 8 and higher. 21:25:03 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 21:25:03 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 21:25:03 21:25:03 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 21:25:03 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 21:25:03 $ docker stop --time=1 288a15e065bc40dd7c1b9a8d20d00aa654ed083acc969ac588e8a9e3f705e276 21:25:05 $ docker rm -f 288a15e065bc40dd7c1b9a8d20d00aa654ed083acc969ac588e8a9e3f705e276 [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 21:25:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:25:07 . [Pipeline] withDockerContainer 21:25:07 prd-centos7-docker-4c-2g-11 does not seem to be running inside a container 21:25:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:25:08 $ docker top 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:25:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:25:08 [ssh-agent] Looking for ssh-agent implementation... 21:25:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:25:08 $ docker exec 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 ssh-agent 21:25:08 SSH_AUTH_SOCK=/tmp/ssh-V9LKu94JbCiK/agent.11 21:25:08 SSH_AGENT_PID=17 21:25:08 Running ssh-add (command line suppressed) 21:25:08 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4292151715844494445.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4292151715844494445.key) 21:25:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:25:09 + git semver tag 21:25:09 # -> Open(): unable to determine branch for HEAD 21:25:09 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:25:09 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:25:09 # $SEMVER_REMOTE_NAME = origin 21:25:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:25:09 # $SEMVER_USER_NAME = edgex-jenkins 21:25:09 # $SEMVER_BRANCH = master 21:25:09 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:25:09 # 43103de098cdcbb78cf067fd19afda48c0e0d939 HEAD 21:25:09 # -> Force: false 21:25:09 # 7e94296fc38a31418c98036641a740f048023612 refs/tags/v0.0.21 [Pipeline] } 21:25:09 $ docker exec --env ******** --env ******** 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 ssh-agent -k 21:25:09 unset SSH_AUTH_SOCK; 21:25:09 unset SSH_AGENT_PID; 21:25:09 echo Agent pid 17 killed; 21:25:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:25:09 + git semver [Pipeline] } 21:25:09 $ docker stop --time=1 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 21:25:11 $ docker rm -f 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:25:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:25:12 21:25:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:25:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:25:12 0.23.1-centos7: Pulling from edgex-lftools 21:25:12 ab5ef0e58194: Pulling fs layer 21:25:12 9712f1f96733: Pulling fs layer 21:25:12 63f879dbbcfc: Pulling fs layer 21:25:12 0d9ebad4ef96: Pulling fs layer 21:25:12 e9a5061849ea: Pulling fs layer 21:25:12 d747dcd14b5f: Pulling fs layer 21:25:12 2de7ff778b66: Pulling fs layer 21:25:12 0d9ebad4ef96: Waiting 21:25:12 e9a5061849ea: Waiting 21:25:12 2de7ff778b66: Waiting 21:25:12 d747dcd14b5f: Waiting 21:25:12 9712f1f96733: Verifying Checksum 21:25:12 9712f1f96733: Download complete 21:25:15 63f879dbbcfc: Verifying Checksum 21:25:15 63f879dbbcfc: Download complete 21:25:15 e9a5061849ea: Verifying Checksum 21:25:15 e9a5061849ea: Download complete 21:25:15 d747dcd14b5f: Verifying Checksum 21:25:15 d747dcd14b5f: Download complete 21:25:15 2de7ff778b66: Verifying Checksum 21:25:15 2de7ff778b66: Download complete 21:25:15 0d9ebad4ef96: Verifying Checksum 21:25:15 0d9ebad4ef96: Download complete 21:25:15 ab5ef0e58194: Verifying Checksum 21:25:15 ab5ef0e58194: Download complete 21:25:19 ab5ef0e58194: Pull complete 21:25:19 9712f1f96733: Pull complete 21:25:22 63f879dbbcfc: Pull complete 21:25:28 0d9ebad4ef96: Pull complete 21:25:30 e9a5061849ea: Pull complete 21:25:30 d747dcd14b5f: Pull complete 21:25:32 2de7ff778b66: Pull complete 21:25:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:25:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:25:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:25:33 prd-centos7-docker-4c-2g-11 does not seem to be running inside a container 21:25:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:25:37 $ docker top f7c726d70809e86304147f857de6bc4dc8b0d0ee3051dc6b61ca52142f891d92 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:25:37 provisioning config files... 21:25:37 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1137515460742919056tmp 21:25:37 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8113846443860573928tmp 21:25:37 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2312645907402691000tmp [Pipeline] { [Pipeline] echo 21:25:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:25:37 ---> sigul-configuration.sh 21:25:37 gpg: directory `/root/.gnupg' created 21:25:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:25:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:25:37 gpg: keyring `/root/.gnupg/secring.gpg' created 21:25:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:25:37 gpg: CAST5 encrypted data 21:25:38 gpg: encrypted with 1 passphrase 21:25:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:25:38 + mkdir /home/jenkins 21:25:38 + mkdir /home/jenkins/sigul [Pipeline] sh 21:25:38 + 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 21:25:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:25:39 ---> sigul-install.sh 21:25:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:25:44 + git tag --list 21:25:44 v0.0.21 [Pipeline] sh 21:25:44 + lftools sign git-tag v0.0.21 21:25:46 Signing Git tag with Sigul... 21:25:46 Signing v0.0.21 [Pipeline] echo 21:25:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:25:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:25:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:25:47 $ docker stop --time=1 f7c726d70809e86304147f857de6bc4dc8b0d0ee3051dc6b61ca52142f891d92 21:25:49 $ docker rm -f f7c726d70809e86304147f857de6bc4dc8b0d0ee3051dc6b61ca52142f891d92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:25:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:25:50 . [Pipeline] withDockerContainer 21:25:50 prd-centos7-docker-4c-2g-11 does not seem to be running inside a container 21:25:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:25:51 $ docker top 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:25:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:25:51 [ssh-agent] Looking for ssh-agent implementation... 21:25:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:25:52 $ docker exec 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 ssh-agent 21:25:52 SSH_AUTH_SOCK=/tmp/ssh-nxPEBziUmper/agent.11 21:25:52 SSH_AGENT_PID=16 21:25:52 Running ssh-add (command line suppressed) 21:25:52 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1764848727079070293.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1764848727079070293.key) 21:25:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:25:52 + git semver bump patch 21:25:52 # -> Open(): unable to determine branch for HEAD 21:25:52 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:25:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:25:52 # $SEMVER_REMOTE_NAME = origin 21:25:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:25:52 # $SEMVER_USER_NAME = edgex-jenkins 21:25:52 # $SEMVER_BRANCH = master 21:25:52 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:25:52 0.0.22 [Pipeline] } 21:25:52 $ docker exec --env ******** --env ******** 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 ssh-agent -k 21:25:52 unset SSH_AUTH_SOCK; 21:25:52 unset SSH_AGENT_PID; 21:25:52 echo Agent pid 16 killed; 21:25:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:25:53 + git semver [Pipeline] } 21:25:53 $ docker stop --time=1 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 21:25:54 $ docker rm -f 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:25:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:25:55 . [Pipeline] withDockerContainer 21:25:55 prd-centos7-docker-4c-2g-11 does not seem to be running inside a container 21:25:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:25:55 $ docker top cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:25:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:25:56 [ssh-agent] Looking for ssh-agent implementation... 21:25:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:25:56 $ docker exec cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb ssh-agent 21:25:56 SSH_AUTH_SOCK=/tmp/ssh-5XO3i1FXmuTn/agent.11 21:25:56 SSH_AGENT_PID=16 21:25:56 Running ssh-add (command line suppressed) 21:25:56 Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5681909524525258892.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5681909524525258892.key) 21:25:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:25:57 + git semver push 21:25:57 # -> Open(): unable to determine branch for HEAD 21:25:57 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:25:57 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:25:57 # $SEMVER_REMOTE_NAME = origin 21:25:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:25:57 # $SEMVER_USER_NAME = edgex-jenkins 21:25:57 # $SEMVER_BRANCH = master 21:25:57 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 21:26:03 $ docker exec --env ******** --env ******** cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb ssh-agent -k 21:26:03 unset SSH_AUTH_SOCK; 21:26:03 unset SSH_AGENT_PID; 21:26:03 echo Agent pid 16 killed; 21:26:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:26:04 + git semver [Pipeline] } 21:26:04 $ docker stop --time=1 cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb 21:26:06 $ docker rm -f cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb [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 21:26:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:26:08 ---> package-listing.sh 21:26:08 ++ facter osfamily 21:26:08 ++ tr '[:upper:]' '[:lower:]' 21:26:08 + OS_FAMILY=redhat 21:26:08 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 21:26:08 + START_PACKAGES=/tmp/packages_start.txt 21:26:08 + END_PACKAGES=/tmp/packages_end.txt 21:26:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:26:08 + PACKAGES=/tmp/packages_start.txt 21:26:08 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:26:08 + PACKAGES=/tmp/packages_end.txt 21:26:08 + case "${OS_FAMILY}" in 21:26:08 + rpm -qa 21:26:08 + sort 21:26:12 + '[' -f /tmp/packages_start.txt ']' 21:26:12 + '[' -f /tmp/packages_end.txt ']' 21:26:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:26:12 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:26:12 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 21:26:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] isUnix [Pipeline] sh 21:26:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:13 21:26:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:26:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:13 alpine: Pulling from edgex-lftools-log-publisher 21:26:13 df20fa9351a1: Pulling fs layer 21:26:13 36b3adc4ff6f: Pulling fs layer 21:26:13 8ad3a11d3b57: Pulling fs layer 21:26:13 46f8f816bc3b: Pulling fs layer 21:26:13 0dadc02b9964: Pulling fs layer 21:26:13 ce6a7cf60c04: Pulling fs layer 21:26:13 7a184a31f384: Pulling fs layer 21:26:13 0879bd2ef858: Pulling fs layer 21:26:13 ce6a7cf60c04: Waiting 21:26:13 46f8f816bc3b: Waiting 21:26:13 0dadc02b9964: Waiting 21:26:13 7a184a31f384: Waiting 21:26:13 36b3adc4ff6f: Verifying Checksum 21:26:13 36b3adc4ff6f: Download complete 21:26:13 46f8f816bc3b: Verifying Checksum 21:26:13 46f8f816bc3b: Download complete 21:26:13 df20fa9351a1: Verifying Checksum 21:26:13 df20fa9351a1: Download complete 21:26:13 ce6a7cf60c04: Verifying Checksum 21:26:13 ce6a7cf60c04: Download complete 21:26:13 7a184a31f384: Verifying Checksum 21:26:13 7a184a31f384: Download complete 21:26:13 df20fa9351a1: Pull complete 21:26:13 8ad3a11d3b57: Verifying Checksum 21:26:13 8ad3a11d3b57: Download complete 21:26:13 0dadc02b9964: Verifying Checksum 21:26:13 0dadc02b9964: Download complete 21:26:13 36b3adc4ff6f: Pull complete 21:26:14 0879bd2ef858: Verifying Checksum 21:26:14 0879bd2ef858: Download complete 21:26:14 8ad3a11d3b57: Pull complete 21:26:14 46f8f816bc3b: Pull complete 21:26:15 0dadc02b9964: Pull complete 21:26:15 ce6a7cf60c04: Pull complete 21:26:15 7a184a31f384: Pull complete 21:26:18 0879bd2ef858: Pull complete 21:26:18 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:26:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:26:18 prd-centos7-docker-4c-2g-11 does not seem to be running inside a container 21:26:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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 21:26:21 $ docker top b3482983a3cb06bff832acc1be38c1d4cf041f71c1458e3557c5a743c8ed6722 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:22 + mkdir -p /var/log/sa [Pipeline] sh 21:26:22 + ls /var/log/sa-host 21:26:22 + sadf -c /var/log/sa-host/sa05 21:26:22 file_magic: OK 21:26:22 HZ: Using current value: 100 21:26:22 file_header: OK 21:26:22 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 21:26:22 Statistics: 21:26:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:26:22 File successfully converted to sysstat format version 12.2.1 21:26:22 + sadf -c /var/log/sa-host/sa16 21:26:22 file_magic: OK 21:26:22 HZ: Using current value: 100 21:26:22 file_header: OK 21:26:22 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 21:26:22 Statistics: 21:26:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:26:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:26:22 provisioning config files... 21:26:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config982771410890708005tmp [Pipeline] { [Pipeline] echo 21:26:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:26:22 ---> create-netrc.sh [Pipeline] echo 21:26:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:26:23 ---> logs-deploy.sh 21:26:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/11 21:26:23 INFO: archiving workspace using pattern(s): 21:26:24 Archives upload complete. 21:26:24 INFO: archiving logs to Nexus