Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 55b81cd576c2e67c5a7de51c068d3f3d26919862 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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-core-contracts, goVersion:1.13, 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-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts 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-1503 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 55b81cd576c2e67c5a7de51c068d3f3d26919862 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 Commit message: "Merge pull request #277 from lenny-intel/xml" > git rev-list --no-walk d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:05:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:05:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:05:15 ========================================================= 22:05:15 EdgeX Global Pipelines Version Info 22:05:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:05:17 ------------------- 22:05:17 stable info: 22:05:17 ------------------- 22:05:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:05:17 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 22:05:17 Message: update stable to v1.0.118 22:05:18 ------------------- 22:05:18 experimental info: 22:05:18 ------------------- 22:05:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:05:18 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 22:05:18 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:05:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:05:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55b81cd576c2e67c5a7de51c068d3f3d26919862 [Pipeline] echo 22:05:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55b81cd [Pipeline] echo 22:05:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:05:22 + git log --format=format:%s -1 55b81cd576c2e67c5a7de51c068d3f3d26919862 [Pipeline] echo 22:05:22 GIT_COMMIT: 55b81cd576c2e67c5a7de51c068d3f3d26919862, Commit Message: Merge pull request #277 from lenny-intel/xml [Pipeline] echo 22:05:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:05:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:05:24 22:05:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:05:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:05:25 latest: Pulling from edgex-devops/git-semver 22:05:25 31603596830f: Pulling fs layer 22:05:25 2a8b12db71e7: Pulling fs layer 22:05:25 6ca5941a6612: Pulling fs layer 22:05:25 ecc8261a40a4: Pulling fs layer 22:05:25 ecc8261a40a4: Waiting 22:05:25 2a8b12db71e7: Verifying Checksum 22:05:25 2a8b12db71e7: Download complete 22:05:25 31603596830f: Download complete 22:05:25 6ca5941a6612: Verifying Checksum 22:05:25 6ca5941a6612: Download complete 22:05:25 ecc8261a40a4: Verifying Checksum 22:05:25 ecc8261a40a4: Download complete 22:05:26 31603596830f: Pull complete 22:05:26 2a8b12db71e7: Pull complete 22:05:27 6ca5941a6612: Pull complete 22:05:27 ecc8261a40a4: Pull complete 22:05:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:05:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:05:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:05:27 prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container 22:05:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:05:30 $ docker top adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:05:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:05:30 [ssh-agent] Looking for ssh-agent implementation... 22:05:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:05:31 $ docker exec adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent 22:05:31 SSH_AUTH_SOCK=/tmp/ssh-lX4o1Tb02abE/agent.13 22:05:31 SSH_AGENT_PID=19 22:05:31 Running ssh-add (command line suppressed) 22:05:31 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8355436074225830824.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8355436074225830824.key) 22:05:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:05:32 + git describe --exact-match --tags HEAD 22:05:32 fatal: No names found, cannot describe anything. [Pipeline] } 22:05:32 $ docker exec --env ******** --env ******** adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent -k 22:05:32 unset SSH_AUTH_SOCK; 22:05:32 unset SSH_AGENT_PID; 22:05:32 echo Agent pid 19 killed; 22:05:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:05:32 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:05:32 This usually means this commit has not been tagged. [Pipeline] sshagent 22:05:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:05:32 [ssh-agent] Looking for ssh-agent implementation... 22:05:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:05:32 $ docker exec adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent 22:05:33 SSH_AUTH_SOCK=/tmp/ssh-12JUdcCRKWcl/agent.49 22:05:33 SSH_AGENT_PID=54 22:05:33 Running ssh-add (command line suppressed) 22:05:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1241730757326079990.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1241730757326079990.key) 22:05:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:05:34 + git semver init 22:05:34 # -> Open(): unable to determine branch for HEAD 22:05:34 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 22:05:34 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 22:05:34 # $SEMVER_REMOTE_NAME = origin 22:05:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:05:34 # $SEMVER_USER_NAME = edgex-jenkins 22:05:34 # $SEMVER_BRANCH = master 22:05:34 # $SEMVER_TEMP = /tmp/semver-556564011 22:05:34 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 22:05:34 # '/tmp/semver-556564011' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 22:05:34 # -> Force: false 22:05:34 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 22:05:34 $ docker exec --env ******** --env ******** adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 ssh-agent -k 22:05:34 unset SSH_AUTH_SOCK; 22:05:34 unset SSH_AGENT_PID; 22:05:34 echo Agent pid 54 killed; 22:05:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:05:35 + git semver [Pipeline] } 22:05:35 $ docker stop --time=1 adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 22:05:37 $ docker rm -f adfe0115b0f4f553f013d2c7be8906beec38196c74415cff4399497ab29df476 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:05:38 Stashed 86 file(s) [Pipeline] echo 22:05:38 [edgeXSemver]: initialized semver on version 0.1.75 [Pipeline] echo 22:05:38 Archived original version: [0.1.75] [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:05:53 Still waiting to schedule task 22:05:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:05:53 Still waiting to schedule task 22:05:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:08:47 Running on prd-centos7-docker-4c-2g-1505 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 22:08:47 Running in /w/workspace/go-mod-core-contracts/41 [Pipeline] { [Pipeline] checkout 22:08:50 using credential edgex-jenkins-ssh 22:08:50 Cloning the remote Git repository 22:08:50 Cloning with configured refspecs honoured and without tags 22:08:50 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 22:08:50 > git init /w/workspace/go-mod-core-contracts/41 # timeout=10 22:08:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 22:08:50 > git --version # timeout=10 22:08:50 > git --version # 'git version 2.16.5' 22:08:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:08:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:08:51 Fetching without tags 22:08:51 Checking out Revision 55b81cd576c2e67c5a7de51c068d3f3d26919862 (master) 22:08:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 22:08:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:08:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 22:08:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 22:08:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:08:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:08:51 > git config core.sparsecheckout # timeout=10 22:08:51 > git checkout -f 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 22:08:55 Commit message: "Merge pull request #277 from lenny-intel/xml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:08:56 ========================================================= 22:08:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:08:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:08:56 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 22:08:57 Sending build context to Docker daemon 2.16MB 22:08:57 Step 1/7 : ARG BASE=golang:1.13-alpine 22:08:57 Step 2/7 : FROM ${BASE} 22:08:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 22:08:57 df20fa9351a1: Pulling fs layer 22:08:57 ed8968b2872e: Pulling fs layer 22:08:57 a92cc7c5fd73: Pulling fs layer 22:08:57 2dd03ba5bac4: Pulling fs layer 22:08:57 1e091d79d1de: Pulling fs layer 22:08:57 481702a1767f: Pulling fs layer 22:08:57 2dd03ba5bac4: Waiting 22:08:57 1e091d79d1de: Waiting 22:08:57 f64a6f60c768: Pulling fs layer 22:08:57 e78d2573fc39: Pulling fs layer 22:08:57 e876d2f968b6: Pulling fs layer 22:08:57 ce8a83651883: Pulling fs layer 22:08:57 481702a1767f: Waiting 22:08:57 07967f4d0e4b: Pulling fs layer 22:08:57 f64a6f60c768: Waiting 22:08:57 e876d2f968b6: Waiting 22:08:57 e78d2573fc39: Waiting 22:08:57 ce8a83651883: Waiting 22:08:57 07967f4d0e4b: Waiting 22:08:57 a92cc7c5fd73: Download complete 22:08:57 ed8968b2872e: Verifying Checksum 22:08:57 ed8968b2872e: Download complete 22:08:57 1e091d79d1de: Verifying Checksum 22:08:57 1e091d79d1de: Download complete 22:08:57 481702a1767f: Verifying Checksum 22:08:57 481702a1767f: Download complete 22:08:57 df20fa9351a1: Verifying Checksum 22:08:57 df20fa9351a1: Download complete 22:08:57 df20fa9351a1: Pull complete 22:08:57 ed8968b2872e: Pull complete 22:08:58 a92cc7c5fd73: Pull complete 22:08:59 f64a6f60c768: Verifying Checksum 22:08:59 f64a6f60c768: Download complete 22:08:59 e876d2f968b6: Download complete 22:09:00 ce8a83651883: Verifying Checksum 22:09:00 ce8a83651883: Download complete 22:09:01 07967f4d0e4b: Verifying Checksum 22:09:01 07967f4d0e4b: Download complete 22:09:01 e78d2573fc39: Verifying Checksum 22:09:01 e78d2573fc39: Download complete 22:09:01 2dd03ba5bac4: Verifying Checksum 22:09:01 2dd03ba5bac4: Download complete 22:09:06 2dd03ba5bac4: Pull complete 22:09:06 1e091d79d1de: Pull complete 22:09:06 481702a1767f: Pull complete 22:09:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1504 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 22:09:06 Running in /w/workspace/go-mod-core-contracts/41 [Pipeline] { [Pipeline] checkout 22:09:11 using credential edgex-jenkins-ssh 22:09:11 Cloning the remote Git repository 22:09:11 Cloning with configured refspecs honoured and without tags 22:09:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 22:09:11 f64a6f60c768: Pull complete 22:09:12 Fetching without tags 22:09:11 > git init /w/workspace/go-mod-core-contracts/41 # timeout=10 22:09:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 22:09:11 > git --version # timeout=10 22:09:11 > git --version # 'git version 2.17.1' 22:09:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:09:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:09:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 22:09:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:09:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 22:09:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 22:09:12 using GIT_SSH to set credentials SSH Credentials for GitHub 22:09:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:09:13 Checking out Revision 55b81cd576c2e67c5a7de51c068d3f3d26919862 (master) 22:09:13 > git config core.sparsecheckout # timeout=10 22:09:13 > git checkout -f 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 22:09:14 e78d2573fc39: Pull complete 22:09:14 e876d2f968b6: Pull complete 22:09:15 ce8a83651883: Pull complete 22:09:15 07967f4d0e4b: Pull complete 22:09:15 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 22:09:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 22:09:15 ---> 5d7c900382c6 22:09:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:09:17 ---> Running in 0c11354d04cd 22:09:17 Removing intermediate container 0c11354d04cd 22:09:17 ---> 4bc91262424b 22:09:17 Step 4/7 : RUN apk add bash 22:09:17 ---> Running in 53535851b5f1 22:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:17 Commit message: "Merge pull request #277 from lenny-intel/xml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 22:09:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] echo 22:09:18 ========================================================= 22:09:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:09:18 ========================================================= 22:09:18 OK: 166 MiB in 39 packages [Pipeline] isUnix [Pipeline] sh 22:09:19 Removing intermediate container 53535851b5f1 22:09:19 ---> 18bbb5d3ea14 22:09:19 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:09:19 ---> Running in baa952e605f1 22:09:19 Removing intermediate container baa952e605f1 22:09:19 ---> 2de73709805e 22:09:19 Step 6/7 : COPY go.mod . 22:09:20 ---> 5d4c4f22d535 22:09:20 Step 7/7 : RUN go mod download 22:09:20 ---> Running in 0dffad4f031a 22:09:20 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 22:09:21 Sending build context to Docker daemon 2.16MB 22:09:21 Step 1/7 : ARG BASE=golang:1.13-alpine 22:09:21 Step 2/7 : FROM ${BASE} 22:09:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:09:21 b538f80385f9: Pulling fs layer 22:09:21 74f711af9a0d: Pulling fs layer 22:09:21 99f96fe45779: Pulling fs layer 22:09:21 fd7a069fd194: Pulling fs layer 22:09:21 66aa3694b03b: Pulling fs layer 22:09:21 170f70906a0f: Pulling fs layer 22:09:21 ad7c5574e4b9: Pulling fs layer 22:09:21 e772456be8f7: Pulling fs layer 22:09:21 c890913d741a: Pulling fs layer 22:09:21 2480fcc9aa5a: Pulling fs layer 22:09:21 09adf4765672: Pulling fs layer 22:09:21 fd7a069fd194: Waiting 22:09:21 66aa3694b03b: Waiting 22:09:21 170f70906a0f: Waiting 22:09:21 ad7c5574e4b9: Waiting 22:09:21 e772456be8f7: Waiting 22:09:21 c890913d741a: Waiting 22:09:21 2480fcc9aa5a: Waiting 22:09:21 09adf4765672: Waiting 22:09:21 99f96fe45779: Verifying Checksum 22:09:21 99f96fe45779: Download complete 22:09:21 74f711af9a0d: Verifying Checksum 22:09:21 74f711af9a0d: Download complete 22:09:21 66aa3694b03b: Verifying Checksum 22:09:21 66aa3694b03b: Download complete 22:09:21 170f70906a0f: Verifying Checksum 22:09:21 170f70906a0f: Download complete 22:09:21 b538f80385f9: Verifying Checksum 22:09:21 b538f80385f9: Download complete 22:09:21 go: finding github.com/davecgh/go-spew v1.1.0 22:09:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:09:21 go: finding github.com/go-kit/kit v0.8.0 22:09:21 go: finding github.com/go-logfmt/logfmt v0.4.0 22:09:21 go: finding github.com/go-playground/assert/v2 v2.0.1 22:09:21 go: finding github.com/go-playground/locales v0.13.0 22:09:21 go: finding github.com/go-playground/universal-translator v0.17.0 22:09:21 go: finding github.com/go-playground/validator/v10 v10.3.0 22:09:21 go: finding github.com/go-stack/stack v1.8.0 22:09:21 go: finding github.com/google/uuid v1.1.0 22:09:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:09:21 go: finding github.com/leodido/go-urn v1.2.0 22:09:21 go: finding github.com/pmezard/go-difflib v1.0.0 22:09:21 go: finding github.com/stretchr/objx v0.1.0 22:09:21 go: finding github.com/stretchr/testify v1.5.1 22:09:21 go: finding github.com/x448/float16 v0.8.4 22:09:21 go: finding golang.org/x/text v0.3.2 22:09:21 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:09:21 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:09:21 go: finding gopkg.in/yaml.v2 v2.2.8 22:09:22 b538f80385f9: Pull complete 22:09:22 74f711af9a0d: Pull complete 22:09:23 99f96fe45779: Pull complete 22:09:24 ad7c5574e4b9: Verifying Checksum 22:09:24 ad7c5574e4b9: Download complete 22:09:24 c890913d741a: Verifying Checksum 22:09:24 c890913d741a: Download complete 22:09:26 2480fcc9aa5a: Verifying Checksum 22:09:26 2480fcc9aa5a: Download complete 22:09:26 09adf4765672: Download complete 22:09:26 fd7a069fd194: Verifying Checksum 22:09:26 fd7a069fd194: Download complete 22:09:27 e772456be8f7: Verifying Checksum 22:09:27 e772456be8f7: Download complete 22:09:30 Removing intermediate container 0dffad4f031a 22:09:30 ---> 6a9db1c06143 22:09:30 Successfully built 6a9db1c06143 22:09:30 Successfully tagged ci-base-image-x86_64:latest [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:09:39 fd7a069fd194: Pull complete 22:09:39 66aa3694b03b: Pull complete 22:09:39 170f70906a0f: Pull complete 22:09:42 ad7c5574e4b9: Pull complete 22:09:47 e772456be8f7: Pull complete 22:09:47 c890913d741a: Pull complete 22:09:49 2480fcc9aa5a: Pull complete 22:09:49 09adf4765672: Pull complete 22:09:49 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 22:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 22:09:49 ---> 2248a725d1cf 22:09:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:09:54 ---> Running in 522529ad2ddd 22:09:54 Removing intermediate container 522529ad2ddd 22:09:54 ---> cb37abbe84bd 22:09:54 Step 4/7 : RUN apk add bash 22:09:54 ---> Running in 2e5760a636b0 22:09:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:57 OK: 142 MiB in 39 packages 22:09:58 Removing intermediate container 2e5760a636b0 22:09:58 ---> 5b256ef301d6 22:09:58 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:09:58 ---> Running in 77559a21a369 22:09:59 Removing intermediate container 77559a21a369 22:09:59 ---> 4bf3821fac84 22:09:59 Step 6/7 : COPY go.mod . 22:10:00 ---> fb9cc6a8346a 22:10:00 Step 7/7 : RUN go mod download 22:10:00 ---> Running in 8e52fbccd97a 22:10:03 go: finding github.com/davecgh/go-spew v1.1.0 22:10:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:10:03 go: finding github.com/go-kit/kit v0.8.0 22:10:03 go: finding github.com/go-logfmt/logfmt v0.4.0 22:10:03 go: finding github.com/go-playground/assert/v2 v2.0.1 22:10:03 go: finding github.com/go-playground/locales v0.13.0 22:10:03 go: finding github.com/go-playground/universal-translator v0.17.0 22:10:03 go: finding github.com/go-playground/validator/v10 v10.3.0 22:10:03 go: finding github.com/go-stack/stack v1.8.0 22:10:03 go: finding github.com/google/uuid v1.1.0 22:10:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:10:03 go: finding github.com/leodido/go-urn v1.2.0 22:10:03 go: finding github.com/pmezard/go-difflib v1.0.0 22:10:03 go: finding github.com/stretchr/objx v0.1.0 22:10:03 go: finding github.com/stretchr/testify v1.5.1 22:10:03 go: finding github.com/x448/float16 v0.8.4 22:10:04 go: finding golang.org/x/text v0.3.2 22:10:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:10:04 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 22:10:04 go: finding gopkg.in/yaml.v2 v2.2.8 22:10:16 Removing intermediate container 8e52fbccd97a 22:10:16 ---> 8e1ae26a5055 22:10:16 Successfully built 8e1ae26a5055 22:10:16 Successfully tagged ci-base-image-arm64:latest [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:10:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:10:18 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:10:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:10:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:10:19 22:10:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:10:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:10:19 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:10:19 cbdbe7a5bc2a: Pulling fs layer 22:10:19 408f87550127: Pulling fs layer 22:10:19 fe522b08c979: Pulling fs layer 22:10:19 221eaa008020: Pulling fs layer 22:10:19 2a4607e5d6b9: Pulling fs layer 22:10:19 8f79b27c4fd2: Pulling fs layer 22:10:19 e5c8dbe1645b: Pulling fs layer 22:10:19 23e8b3b47431: Pulling fs layer 22:10:19 5c568d65a230: Pulling fs layer 22:10:19 8f79b27c4fd2: Waiting 22:10:19 e5c8dbe1645b: Waiting 22:10:19 23e8b3b47431: Waiting 22:10:19 5c568d65a230: Waiting 22:10:19 221eaa008020: Waiting 22:10:19 2a4607e5d6b9: Waiting 22:10:19 fe522b08c979: Verifying Checksum 22:10:19 fe522b08c979: Download complete 22:10:19 408f87550127: Download complete 22:10:20 2a4607e5d6b9: Verifying Checksum 22:10:20 2a4607e5d6b9: Download complete 22:10:20 8f79b27c4fd2: Verifying Checksum 22:10:20 8f79b27c4fd2: Download complete 22:10:20 cbdbe7a5bc2a: Verifying Checksum 22:10:20 cbdbe7a5bc2a: Download complete 22:10:21 cbdbe7a5bc2a: Pull complete 22:10:21 408f87550127: Pull complete 22:10:21 fe522b08c979: Pull complete 22:10:22 e5c8dbe1645b: Verifying Checksum 22:10:22 e5c8dbe1645b: Download complete 22:10:24 5c568d65a230: Verifying Checksum 22:10:24 5c568d65a230: Download complete 22:10:25 23e8b3b47431: Verifying Checksum 22:10:25 23e8b3b47431: Download complete 22:10:28 221eaa008020: Verifying Checksum 22:10:28 221eaa008020: Download complete 22:10:39 221eaa008020: Pull complete 22:10:39 2a4607e5d6b9: Pull complete 22:10:39 8f79b27c4fd2: Pull complete 22:10:41 e5c8dbe1645b: Pull complete 22:10:45 23e8b3b47431: Pull complete 22:10:47 5c568d65a230: Pull complete 22:10:47 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:10:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:10:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:10:47 prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container 22:10:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:10:49 $ docker top 004fb985e8abb473a98cf2448e356654ad9d4320e3baf3d9072064fee22e2f2c -eo pid,comm [Pipeline] { [Pipeline] sh 22:10:50 + snyk monitor '--org=edgex-jenkins' 22:11:00 22:11:00 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 22:11:00 22:11:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/6d1393fe-8815-4a53-a793-ed089a9c07de 22:11:00 22:11:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:11:00 22:11:00 22:11:00 Snyk CLI supports Node.js 8 and higher. 22:11:00 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:11:00 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:11:00 22:11:00 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:11:00 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:11:00 $ docker stop --time=1 004fb985e8abb473a98cf2448e356654ad9d4320e3baf3d9072064fee22e2f2c 22:11:02 $ docker rm -f 004fb985e8abb473a98cf2448e356654ad9d4320e3baf3d9072064fee22e2f2c [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:11:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:11:05 . [Pipeline] withDockerContainer 22:11:05 prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container 22:11:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:11:06 $ docker top ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:11:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:11:06 [ssh-agent] Looking for ssh-agent implementation... 22:11:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:11:06 $ docker exec ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 ssh-agent 22:11:06 SSH_AUTH_SOCK=/tmp/ssh-OR9aFUConWy6/agent.13 22:11:06 SSH_AGENT_PID=19 22:11:06 Running ssh-add (command line suppressed) 22:11:07 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2551484688079936538.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2551484688079936538.key) 22:11:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:11:07 + git semver tag 22:11:07 # -> Open(): unable to determine branch for HEAD 22:11:07 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 22:11:07 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 22:11:07 # $SEMVER_REMOTE_NAME = origin 22:11:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:11:07 # $SEMVER_USER_NAME = edgex-jenkins 22:11:07 # $SEMVER_BRANCH = master 22:11:07 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 22:11:07 # 55b81cd576c2e67c5a7de51c068d3f3d26919862 HEAD 22:11:07 # -> Force: false 22:11:07 # 8f8961d8ebe63cff1ec55d2327bc95a6f008a1c3 refs/tags/v0.1.75 [Pipeline] } 22:11:07 $ docker exec --env ******** --env ******** ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 ssh-agent -k 22:11:08 unset SSH_AUTH_SOCK; 22:11:08 unset SSH_AGENT_PID; 22:11:08 echo Agent pid 19 killed; 22:11:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:11:08 + git semver [Pipeline] } 22:11:08 $ docker stop --time=1 ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 22:11:10 $ docker rm -f ed9c601fe6f4e3c533357bd56e77ea43cfb53a836d91dd2051eff074915b3010 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:11:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:11:10 22:11:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:11:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:11:11 0.23.1-centos7: Pulling from edgex-lftools 22:11:11 ab5ef0e58194: Pulling fs layer 22:11:11 9712f1f96733: Pulling fs layer 22:11:11 63f879dbbcfc: Pulling fs layer 22:11:11 0d9ebad4ef96: Pulling fs layer 22:11:11 e9a5061849ea: Pulling fs layer 22:11:11 d747dcd14b5f: Pulling fs layer 22:11:11 2de7ff778b66: Pulling fs layer 22:11:11 0d9ebad4ef96: Waiting 22:11:11 2de7ff778b66: Waiting 22:11:11 e9a5061849ea: Waiting 22:11:11 d747dcd14b5f: Waiting 22:11:11 9712f1f96733: Verifying Checksum 22:11:11 9712f1f96733: Download complete 22:11:13 63f879dbbcfc: Verifying Checksum 22:11:14 e9a5061849ea: Download complete 22:11:14 d747dcd14b5f: Verifying Checksum 22:11:14 d747dcd14b5f: Download complete 22:11:15 2de7ff778b66: Verifying Checksum 22:11:15 2de7ff778b66: Download complete 22:11:16 0d9ebad4ef96: Verifying Checksum 22:11:16 0d9ebad4ef96: Download complete 22:11:16 ab5ef0e58194: Verifying Checksum 22:11:16 ab5ef0e58194: Download complete 22:11:25 ab5ef0e58194: Pull complete 22:11:25 9712f1f96733: Pull complete 22:11:28 63f879dbbcfc: Pull complete 22:11:38 0d9ebad4ef96: Pull complete 22:11:38 e9a5061849ea: Pull complete 22:11:39 d747dcd14b5f: Pull complete 22:11:43 2de7ff778b66: Pull complete 22:11:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:11:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:11:43 prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container 22:11:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:11:47 $ docker top 31508ff93831f99515244426292035e1c896ec54578bef11883f1c9fe422bbea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:11:47 provisioning config files... 22:11:47 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6558856856163871773tmp 22:11:47 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1636185558459457177tmp 22:11:47 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1381574880882538353tmp [Pipeline] { [Pipeline] echo 22:11:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:11:48 ---> sigul-configuration.sh 22:11:48 gpg: directory `/root/.gnupg' created 22:11:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:11:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:11:48 gpg: keyring `/root/.gnupg/secring.gpg' created 22:11:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:11:48 gpg: CAST5 encrypted data 22:11:48 gpg: encrypted with 1 passphrase 22:11:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:11:49 + mkdir /home/jenkins 22:11:49 + mkdir /home/jenkins/sigul [Pipeline] sh 22:11:49 + 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:11:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:11:49 ---> sigul-install.sh 22:11:58 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:11:59 + git tag --list 22:11:59 v0.1.75 [Pipeline] sh 22:11:59 + lftools sign git-tag v0.1.75 22:12:01 Signing Git tag with Sigul... 22:12:01 Signing v0.1.75 [Pipeline] echo 22:12:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:12:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:12:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:12:03 $ docker stop --time=1 31508ff93831f99515244426292035e1c896ec54578bef11883f1c9fe422bbea 22:12:05 $ docker rm -f 31508ff93831f99515244426292035e1c896ec54578bef11883f1c9fe422bbea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:12:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:12:06 . [Pipeline] withDockerContainer 22:12:06 prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container 22:12:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:12:08 $ docker top b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:12:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:09 [ssh-agent] Looking for ssh-agent implementation... 22:12:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:09 $ docker exec b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c ssh-agent 22:12:10 SSH_AUTH_SOCK=/tmp/ssh-ly6lUFdfW4C9/agent.11 22:12:10 SSH_AGENT_PID=17 22:12:10 Running ssh-add (command line suppressed) 22:12:10 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7932707262735908500.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7932707262735908500.key) 22:12:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:11 + git semver bump patch 22:12:11 # -> Open(): unable to determine branch for HEAD 22:12:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 22:12:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 22:12:11 # $SEMVER_REMOTE_NAME = origin 22:12:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:12:11 # $SEMVER_USER_NAME = edgex-jenkins 22:12:11 # $SEMVER_BRANCH = master 22:12:11 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 22:12:11 0.1.76 [Pipeline] } 22:12:11 $ docker exec --env ******** --env ******** b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c ssh-agent -k 22:12:11 unset SSH_AUTH_SOCK; 22:12:11 unset SSH_AGENT_PID; 22:12:11 echo Agent pid 17 killed; 22:12:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:12 + git semver [Pipeline] } 22:12:12 $ docker stop --time=1 b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c 22:12:14 $ docker rm -f b348146db6624eb73cbe91b94040d02350d4b5f04306d77e34eabe50421c9b1c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:12:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:12:15 . [Pipeline] withDockerContainer 22:12:15 prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container 22:12:15 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:12:16 $ docker top 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:12:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:16 [ssh-agent] Looking for ssh-agent implementation... 22:12:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:17 $ docker exec 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 ssh-agent 22:12:17 SSH_AUTH_SOCK=/tmp/ssh-ZGcEf32xALzv/agent.12 22:12:17 SSH_AGENT_PID=18 22:12:17 Running ssh-add (command line suppressed) 22:12:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4215445241525697140.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4215445241525697140.key) 22:12:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:18 + git semver push 22:12:18 # -> Open(): unable to determine branch for HEAD 22:12:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 22:12:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 22:12:18 # $SEMVER_REMOTE_NAME = origin 22:12:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:12:18 # $SEMVER_USER_NAME = edgex-jenkins 22:12:18 # $SEMVER_BRANCH = master 22:12:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 22:12:24 $ docker exec --env ******** --env ******** 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 ssh-agent -k 22:12:24 unset SSH_AUTH_SOCK; 22:12:25 unset SSH_AGENT_PID; 22:12:25 echo Agent pid 18 killed; 22:12:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:25 + git semver [Pipeline] } 22:12:25 $ docker stop --time=1 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 22:12:27 $ docker rm -f 4e51363eb6daf351b1c7600f77ef490407a8b4e1cc2f5cfd2bfa641bbe55d1b1 [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:12:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:12:29 ---> package-listing.sh 22:12:29 ++ facter osfamily 22:12:29 ++ tr '[:upper:]' '[:lower:]' 22:12:29 + OS_FAMILY=redhat 22:12:29 + workspace=/w/workspace/dry_go-mod-core-contracts_master 22:12:29 + START_PACKAGES=/tmp/packages_start.txt 22:12:29 + END_PACKAGES=/tmp/packages_end.txt 22:12:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:12:29 + PACKAGES=/tmp/packages_start.txt 22:12:29 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 22:12:29 + PACKAGES=/tmp/packages_end.txt 22:12:29 + case "${OS_FAMILY}" in 22:12:29 + sort 22:12:29 + rpm -qa 22:12:33 + '[' -f /tmp/packages_start.txt ']' 22:12:33 + '[' -f /tmp/packages_end.txt ']' 22:12:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:12:33 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 22:12:33 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 22:12:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh 22:12:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:12:34 22:12:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:12:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:12:34 alpine: Pulling from edgex-lftools-log-publisher 22:12:34 df20fa9351a1: Pulling fs layer 22:12:34 36b3adc4ff6f: Pulling fs layer 22:12:34 8ad3a11d3b57: Pulling fs layer 22:12:34 46f8f816bc3b: Pulling fs layer 22:12:34 0dadc02b9964: Pulling fs layer 22:12:34 ce6a7cf60c04: Pulling fs layer 22:12:34 7a184a31f384: Pulling fs layer 22:12:34 0879bd2ef858: Pulling fs layer 22:12:34 ce6a7cf60c04: Waiting 22:12:34 7a184a31f384: Waiting 22:12:34 0879bd2ef858: Waiting 22:12:34 46f8f816bc3b: Waiting 22:12:34 0dadc02b9964: Waiting 22:12:34 36b3adc4ff6f: Verifying Checksum 22:12:34 36b3adc4ff6f: Download complete 22:12:34 46f8f816bc3b: Verifying Checksum 22:12:34 46f8f816bc3b: Download complete 22:12:34 df20fa9351a1: Download complete 22:12:34 ce6a7cf60c04: Verifying Checksum 22:12:34 ce6a7cf60c04: Download complete 22:12:35 7a184a31f384: Verifying Checksum 22:12:35 7a184a31f384: Download complete 22:12:35 0dadc02b9964: Verifying Checksum 22:12:35 0dadc02b9964: Download complete 22:12:35 8ad3a11d3b57: Verifying Checksum 22:12:35 8ad3a11d3b57: Download complete 22:12:35 df20fa9351a1: Pull complete 22:12:35 36b3adc4ff6f: Pull complete 22:12:35 0879bd2ef858: Download complete 22:12:36 8ad3a11d3b57: Pull complete 22:12:36 46f8f816bc3b: Pull complete 22:12:37 0dadc02b9964: Pull complete 22:12:37 ce6a7cf60c04: Pull complete 22:12:37 7a184a31f384: Pull complete 22:12:41 0879bd2ef858: Pull complete 22:12:41 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:12:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:12:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:12:41 prd-centos7-docker-4c-2g-1503 does not seem to be running inside a container 22:12:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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:12:44 $ docker top ce3729a3924940b3e74d2196d0c4a6b9b2afcb84c3f2b55f9691e20309e0cbcf -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:45 + mkdir -p /var/log/sa [Pipeline] sh 22:12:45 + ls /var/log/sa-host 22:12:45 + sadf -c /var/log/sa-host/sa04 22:12:45 file_magic: OK 22:12:45 HZ: Using current value: 100 22:12:45 file_header: OK 22:12:45 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:12:45 Statistics: 22:12:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:12:45 File successfully converted to sysstat format version 12.2.1 22:12:45 + sadf -c /var/log/sa-host/sa05 22:12:45 file_magic: OK 22:12:45 HZ: Using current value: 100 22:12:45 file_header: OK 22:12:45 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:12:45 Statistics: 22:12:45 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:12:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:12:45 provisioning config files... 22:12:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5198706828595942408tmp [Pipeline] { [Pipeline] echo 22:12:45 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:12:45 ---> create-netrc.sh [Pipeline] echo 22:12:45 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:12:46 ---> logs-deploy.sh 22:12:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/41 22:12:46 INFO: archiving workspace using pattern(s): 22:12:48 Archives upload complete. 22:12:48 INFO: archiving logs to Nexus