Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 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-core-contracts, 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.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-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-43541 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 Fetching 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 > 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 Checking out Revision 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 Commit message: "Merge pull request #286 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:23:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:23:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:23:23 ========================================================= 03:23:23 EdgeX Global Pipelines Version Info 03:23:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:23:25 ------------------- 03:23:25 stable info: 03:23:25 ------------------- 03:23:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:23:25 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 03:23:25 Message: update stable to v1.0.122 03:23:26 ------------------- 03:23:26 experimental info: 03:23:26 ------------------- 03:23:26 Commited By: **** collab-it+edgex@linuxfoundation.org 03:23:26 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 03:23:26 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:23:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 03:23:26 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 03:23:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:23:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:23:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:23:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:23:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 [Pipeline] echo 03:23:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2c8a35a [Pipeline] echo 03:23:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:23:29 + git log --format=format:%s -1 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 [Pipeline] echo 03:23:29 GIT_COMMIT: 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8, Commit Message: Merge pull request #286 from jpwhitemn/upd-go-1-15 [Pipeline] echo 03:23:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:23:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:23:31 03:23:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:23:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:23:32 latest: Pulling from edgex-devops/git-semver 03:23:32 31603596830f: Pulling fs layer 03:23:32 2a8b12db71e7: Pulling fs layer 03:23:32 6ca5941a6612: Pulling fs layer 03:23:32 ecc8261a40a4: Pulling fs layer 03:23:32 ecc8261a40a4: Waiting 03:23:32 2a8b12db71e7: Verifying Checksum 03:23:32 2a8b12db71e7: Download complete 03:23:32 31603596830f: Verifying Checksum 03:23:32 31603596830f: Download complete 03:23:32 ecc8261a40a4: Verifying Checksum 03:23:32 ecc8261a40a4: Download complete 03:23:32 31603596830f: Pull complete 03:23:33 2a8b12db71e7: Pull complete 03:23:34 6ca5941a6612: Download complete 03:23:34 6ca5941a6612: Pull complete 03:23:34 ecc8261a40a4: Pull complete 03:23:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:23:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:23:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:23:35 prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container 03:23:35 $ 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 03:23:37 $ docker top 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:23:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:23:37 [ssh-agent] Looking for ssh-agent implementation... 03:23:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:23:37 $ docker exec 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent 03:23:38 SSH_AUTH_SOCK=/tmp/ssh-wEbyaPc4xnV6/agent.11 03:23:38 SSH_AGENT_PID=16 03:23:38 Running ssh-add (command line suppressed) 03:23:38 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4664022448497750333.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4664022448497750333.key) 03:23:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:23:38 + git describe --exact-match --tags HEAD 03:23:38 fatal: No names found, cannot describe anything. [Pipeline] } 03:23:38 $ docker exec --env ******** --env ******** 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent -k 03:23:38 unset SSH_AUTH_SOCK; 03:23:38 unset SSH_AGENT_PID; 03:23:38 echo Agent pid 16 killed; 03:23:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:23:38 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:23:38 This usually means this commit has not been tagged. [Pipeline] sshagent 03:23:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:23:39 [ssh-agent] Looking for ssh-agent implementation... 03:23:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:23:39 $ docker exec 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent 03:23:39 SSH_AUTH_SOCK=/tmp/ssh-x0YEKdBERfMe/agent.44 03:23:39 SSH_AGENT_PID=49 03:23:39 Running ssh-add (command line suppressed) 03:23:39 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7300017446584692201.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7300017446584692201.key) 03:23:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:23:39 + git semver init 03:23:39 # -> Open(): unable to determine branch for HEAD 03:23:39 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:23:39 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:23:39 # $SEMVER_REMOTE_NAME = origin 03:23:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:23:39 # $SEMVER_USER_NAME = edgex-jenkins 03:23:39 # $SEMVER_BRANCH = master 03:23:39 # $SEMVER_TEMP = /tmp/semver-388965563 03:23:39 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 03:23:40 # '/tmp/semver-388965563' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 03:23:40 # -> Force: false 03:23:40 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 03:23:40 $ docker exec --env ******** --env ******** 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent -k 03:23:41 unset SSH_AUTH_SOCK; 03:23:41 unset SSH_AGENT_PID; 03:23:41 echo Agent pid 49 killed; 03:23:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:23:41 + git semver [Pipeline] } 03:23:41 $ docker stop --time=1 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 03:23:43 $ docker rm -f 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:23:44 Stashed 91 file(s) [Pipeline] echo 03:23:44 [edgeXSemver]: initialized semver on version 0.1.80 [Pipeline] echo 03:23:44 Archived original version: [0.1.80] [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 03:24:00 Still waiting to schedule task 03:24:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:24:00 Still waiting to schedule task 03:24:00 ‘prd-ubuntu18.04-docker-arm64-4c-16g-43539’ is offline 03:26:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43544 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:26:52 Running in /w/workspace/go-mod-core-contracts/46 [Pipeline] { [Pipeline] checkout 03:26:57 using credential edgex-jenkins-ssh 03:26:57 Cloning the remote Git repository 03:26:57 Cloning with configured refspecs honoured and without tags 03:26:57 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:26:57 > git init /w/workspace/go-mod-core-contracts/46 # timeout=10 03:26:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:26:57 > git --version # timeout=10 03:26:57 > git --version # 'git version 2.17.1' 03:26:57 using GIT_SSH to set credentials SSH Credentials for GitHub 03:26:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:26:58 Fetching without tags 03:26:59 Checking out Revision 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 (master) 03:26:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:26:58 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:26:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:26:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:26:58 using GIT_SSH to set credentials SSH Credentials for GitHub 03:26:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:26:59 > git config core.sparsecheckout # timeout=10 03:26:59 > git checkout -f 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 03:27:04 Commit message: "Merge pull request #286 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:27:05 ========================================================= 03:27:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:27:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:27:06 + 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 . 03:27:07 Sending build context to Docker daemon 2.243MB 03:27:07 Step 1/7 : ARG BASE=golang:1.15-alpine 03:27:07 Step 2/7 : FROM ${BASE} 03:27:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:27:07 b538f80385f9: Pulling fs layer 03:27:07 74f711af9a0d: Pulling fs layer 03:27:07 99f96fe45779: Pulling fs layer 03:27:07 8529a6b9a6be: Pulling fs layer 03:27:07 45590311c82a: Pulling fs layer 03:27:07 69ca0ff8b7b3: Pulling fs layer 03:27:07 209524e5b208: Pulling fs layer 03:27:07 8529a6b9a6be: Waiting 03:27:07 45590311c82a: Waiting 03:27:07 69ca0ff8b7b3: Waiting 03:27:07 209524e5b208: Waiting 03:27:07 99f96fe45779: Verifying Checksum 03:27:07 99f96fe45779: Download complete 03:27:07 74f711af9a0d: Verifying Checksum 03:27:07 74f711af9a0d: Download complete 03:27:07 45590311c82a: Verifying Checksum 03:27:07 45590311c82a: Download complete 03:27:08 69ca0ff8b7b3: Verifying Checksum 03:27:08 69ca0ff8b7b3: Download complete 03:27:08 b538f80385f9: Verifying Checksum 03:27:08 b538f80385f9: Download complete 03:27:09 b538f80385f9: Pull complete 03:27:10 74f711af9a0d: Pull complete 03:27:10 99f96fe45779: Pull complete 03:27:10 209524e5b208: Verifying Checksum 03:27:10 209524e5b208: Download complete 03:27:12 8529a6b9a6be: Verifying Checksum 03:27:12 8529a6b9a6be: Download complete 03:27:22 8529a6b9a6be: Pull complete 03:27:22 45590311c82a: Pull complete 03:27:23 69ca0ff8b7b3: Pull complete 03:27:27 209524e5b208: Pull complete 03:27:27 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:27:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:27:27 ---> 5bddaf1c2fca 03:27:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:27:30 ---> Running in dac0d77da3a2 03:27:30 Removing intermediate container dac0d77da3a2 03:27:30 ---> 1e3646912332 03:27:30 Step 4/7 : RUN apk add bash 03:27:30 ---> Running in 9a23529b27f0 03:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:34 OK: 142 MiB in 39 packages 03:27:35 Removing intermediate container 9a23529b27f0 03:27:35 ---> 789d8305b4f2 03:27:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:27:35 ---> Running in 14bcd528e1f7 03:27:36 Removing intermediate container 14bcd528e1f7 03:27:36 ---> c8577821769c 03:27:36 Step 6/7 : COPY go.mod . 03:27:36 ---> 2b5c027df79a 03:27:36 Step 7/7 : RUN go mod download 03:27:37 ---> Running in 65d2b238aa1a 03:27:52 Removing intermediate container 65d2b238aa1a 03:27:52 ---> 1c72ec3052e8 03:27:52 Successfully built 1c72ec3052e8 03:27:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:27:52 + docker inspect -f . ci-base-image-arm64 03:27:52 . [Pipeline] withDockerContainer 03:27:53 prd-ubuntu18.04-docker-arm64-4c-16g-43544 does not seem to be running inside a container 03:27:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/46 -v /w/workspace/go-mod-core-contracts/46:/w/workspace/go-mod-core-contracts/46:rw,z -v /w/workspace/go-mod-core-contracts/46@tmp:/w/workspace/go-mod-core-contracts/46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:27:55 $ docker top 3ad8edb5fd907232d19cb234618dd1d9fd9aca86ab45c0fc9597ba1c9368caef -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:56 + go version 03:27:56 go version go1.15.2 linux/arm64 [Pipeline] } 03:27:56 $ docker stop --time=1 3ad8edb5fd907232d19cb234618dd1d9fd9aca86ab45c0fc9597ba1c9368caef 03:27:58 $ docker rm -f 3ad8edb5fd907232d19cb234618dd1d9fd9aca86ab45c0fc9597ba1c9368caef [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] } 03:28:02 Running on prd-centos7-docker-4c-2g-43545 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 03:28:02 Running in /w/workspace/go-mod-core-contracts/46 [Pipeline] { [Pipeline] checkout 03:28:04 using credential edgex-jenkins-ssh 03:28:05 Cloning the remote Git repository 03:28:05 Cloning with configured refspecs honoured and without tags 03:28:05 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 03:28:05 > git init /w/workspace/go-mod-core-contracts/46 # timeout=10 03:28:05 Fetching without tags 03:28:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:28:05 > git --version # timeout=10 03:28:05 > git --version # 'git version 2.16.5' 03:28:05 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:28:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:28:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:28:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 03:28:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 03:28:05 using GIT_SSH to set credentials SSH Credentials for GitHub 03:28:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:28:06 Checking out Revision 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 (master) 03:28:06 > git config core.sparsecheckout # timeout=10 03:28:06 > git checkout -f 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 03:28:10 Commit message: "Merge pull request #286 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:28:11 ========================================================= 03:28:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:28:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:28:12 + 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 . 03:28:12 Sending build context to Docker daemon 2.243MB 03:28:12 Step 1/7 : ARG BASE=golang:1.15-alpine 03:28:12 Step 2/7 : FROM ${BASE} 03:28:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:28:12 df20fa9351a1: Pulling fs layer 03:28:12 ed8968b2872e: Pulling fs layer 03:28:12 a92cc7c5fd73: Pulling fs layer 03:28:12 e871e8e8d7a9: Pulling fs layer 03:28:12 e73272ec9a57: Pulling fs layer 03:28:12 1e910a182e73: Pulling fs layer 03:28:12 4e634b169226: Pulling fs layer 03:28:12 e73272ec9a57: Waiting 03:28:12 1e910a182e73: Waiting 03:28:12 4e634b169226: Waiting 03:28:12 e871e8e8d7a9: Waiting 03:28:12 a92cc7c5fd73: Download complete 03:28:12 ed8968b2872e: Verifying Checksum 03:28:12 ed8968b2872e: Download complete 03:28:12 e73272ec9a57: Download complete 03:28:13 1e910a182e73: Verifying Checksum 03:28:13 1e910a182e73: Download complete 03:28:13 df20fa9351a1: Verifying Checksum 03:28:13 df20fa9351a1: Download complete 03:28:13 df20fa9351a1: Pull complete 03:28:13 ed8968b2872e: Pull complete 03:28:13 a92cc7c5fd73: Pull complete 03:28:17 4e634b169226: Verifying Checksum 03:28:17 4e634b169226: Download complete 03:28:18 e871e8e8d7a9: Verifying Checksum 03:28:18 e871e8e8d7a9: Download complete 03:28:23 e871e8e8d7a9: Pull complete 03:28:23 e73272ec9a57: Pull complete 03:28:23 1e910a182e73: Pull complete 03:28:29 4e634b169226: Pull complete 03:28:29 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:28:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:28:29 ---> f7629b54cfaa 03:28:29 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:28:29 ---> Running in 4bcc63d24b7a 03:28:29 Removing intermediate container 4bcc63d24b7a 03:28:29 ---> 173a44bb1da0 03:28:29 Step 4/7 : RUN apk add bash 03:28:29 ---> Running in 4a3e278dce61 03:28:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:28:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:28:32 OK: 166 MiB in 39 packages 03:28:33 Removing intermediate container 4a3e278dce61 03:28:33 ---> cdf3b2867383 03:28:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 03:28:33 ---> Running in 477bd8efb9ec 03:28:33 Removing intermediate container 477bd8efb9ec 03:28:33 ---> 4b8d6b4cf338 03:28:33 Step 6/7 : COPY go.mod . 03:28:33 ---> a1bb9564539d 03:28:33 Step 7/7 : RUN go mod download 03:28:33 ---> Running in d45f8a2b48e6 03:28:43 Removing intermediate container d45f8a2b48e6 03:28:43 ---> 4ef5c916a003 03:28:43 Successfully built 4ef5c916a003 03:28:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:28:44 + docker inspect -f . ci-base-image-x86_64 03:28:44 . [Pipeline] withDockerContainer 03:28:44 prd-centos7-docker-4c-2g-43545 does not seem to be running inside a container 03:28:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/46 -v /w/workspace/go-mod-core-contracts/46:/w/workspace/go-mod-core-contracts/46:rw,z -v /w/workspace/go-mod-core-contracts/46@tmp:/w/workspace/go-mod-core-contracts/46@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 03:28:45 $ docker top 61e6a61fe3755d1833fc4db58cedc13cc84253087ae305ca6942d74fe0321de9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:28:45 + go version 03:28:45 go version go1.15.2 linux/amd64 [Pipeline] } 03:28:45 $ docker stop --time=1 61e6a61fe3755d1833fc4db58cedc13cc84253087ae305ca6942d74fe0321de9 03:28:46 $ docker rm -f 61e6a61fe3755d1833fc4db58cedc13cc84253087ae305ca6942d74fe0321de9 [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 03:28:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 03:28:49 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 03:28:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:28:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:28:50 03:28:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 03:28:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:28:50 1.317.0: Pulling from edgex-devops/edgex-snyk-go 03:28:50 cbdbe7a5bc2a: Pulling fs layer 03:28:50 408f87550127: Pulling fs layer 03:28:50 fe522b08c979: Pulling fs layer 03:28:50 221eaa008020: Pulling fs layer 03:28:50 2a4607e5d6b9: Pulling fs layer 03:28:50 8f79b27c4fd2: Pulling fs layer 03:28:50 e5c8dbe1645b: Pulling fs layer 03:28:50 23e8b3b47431: Pulling fs layer 03:28:50 5c568d65a230: Pulling fs layer 03:28:50 2a4607e5d6b9: Waiting 03:28:50 8f79b27c4fd2: Waiting 03:28:50 e5c8dbe1645b: Waiting 03:28:50 23e8b3b47431: Waiting 03:28:50 5c568d65a230: Waiting 03:28:50 221eaa008020: Waiting 03:28:50 fe522b08c979: Verifying Checksum 03:28:50 fe522b08c979: Download complete 03:28:50 408f87550127: Verifying Checksum 03:28:50 408f87550127: Download complete 03:28:50 2a4607e5d6b9: Verifying Checksum 03:28:50 2a4607e5d6b9: Download complete 03:28:50 8f79b27c4fd2: Download complete 03:28:50 cbdbe7a5bc2a: Download complete 03:28:51 cbdbe7a5bc2a: Pull complete 03:28:51 408f87550127: Pull complete 03:28:51 fe522b08c979: Pull complete 03:28:51 e5c8dbe1645b: Verifying Checksum 03:28:51 e5c8dbe1645b: Download complete 03:28:53 5c568d65a230: Verifying Checksum 03:28:53 5c568d65a230: Download complete 03:28:53 23e8b3b47431: Verifying Checksum 03:28:53 23e8b3b47431: Download complete 03:28:54 221eaa008020: Verifying Checksum 03:28:54 221eaa008020: Download complete 03:28:59 221eaa008020: Pull complete 03:28:59 2a4607e5d6b9: Pull complete 03:28:59 8f79b27c4fd2: Pull complete 03:29:02 e5c8dbe1645b: Pull complete 03:29:05 23e8b3b47431: Pull complete 03:29:06 5c568d65a230: Pull complete 03:29:06 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 03:29:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:29:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 03:29:06 prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container 03:29:06 $ 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 03:29:07 $ docker top 9161429c3816eb568ca3eccf48a7ae5c07610de0d1a1c1c893e1b867e51ed561 -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:07 + snyk monitor '--org=edgex-jenkins' 03:29:12 03:29:12 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 03:29:12 03:29:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/f7425e46-3020-41e5-9825-6ebf6b75d68b 03:29:12 03:29:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:29:12 03:29:12 03:29:12 Snyk CLI supports Node.js 8 and higher. 03:29:12 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 03:29:12 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 03:29:12 03:29:12 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 03:29:12 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 03:29:12 $ docker stop --time=1 9161429c3816eb568ca3eccf48a7ae5c07610de0d1a1c1c893e1b867e51ed561 03:29:14 $ docker rm -f 9161429c3816eb568ca3eccf48a7ae5c07610de0d1a1c1c893e1b867e51ed561 [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 03:29:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:29:16 . [Pipeline] withDockerContainer 03:29:16 prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container 03:29:16 $ 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 03:29:17 $ docker top 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:29:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:29:17 [ssh-agent] Looking for ssh-agent implementation... 03:29:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:29:17 $ docker exec 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 ssh-agent 03:29:17 SSH_AUTH_SOCK=/tmp/ssh-3Pb3ncUTu3RD/agent.11 03:29:17 SSH_AGENT_PID=16 03:29:17 Running ssh-add (command line suppressed) 03:29:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7099857763269982836.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7099857763269982836.key) 03:29:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:29:18 + git semver tag 03:29:18 # -> Open(): unable to determine branch for HEAD 03:29:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:29:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:29:18 # $SEMVER_REMOTE_NAME = origin 03:29:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:29:18 # $SEMVER_USER_NAME = edgex-jenkins 03:29:18 # $SEMVER_BRANCH = master 03:29:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 03:29:18 # 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 HEAD 03:29:18 # -> Force: false 03:29:18 # 2f47782e50a6bdcacc47a7cb48d321f1ae692ec1 refs/tags/v0.1.80 [Pipeline] } 03:29:18 $ docker exec --env ******** --env ******** 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 ssh-agent -k 03:29:18 unset SSH_AUTH_SOCK; 03:29:18 unset SSH_AGENT_PID; 03:29:18 echo Agent pid 16 killed; 03:29:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:29:19 + git semver [Pipeline] } 03:29:19 $ docker stop --time=1 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 03:29:20 $ docker rm -f 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:29:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:29:21 03:29:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:29:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:29:21 0.23.1-centos7: Pulling from edgex-lftools 03:29:21 ab5ef0e58194: Pulling fs layer 03:29:21 9712f1f96733: Pulling fs layer 03:29:21 63f879dbbcfc: Pulling fs layer 03:29:21 0d9ebad4ef96: Pulling fs layer 03:29:21 e9a5061849ea: Pulling fs layer 03:29:21 d747dcd14b5f: Pulling fs layer 03:29:21 2de7ff778b66: Pulling fs layer 03:29:21 e9a5061849ea: Waiting 03:29:21 d747dcd14b5f: Waiting 03:29:21 2de7ff778b66: Waiting 03:29:21 0d9ebad4ef96: Waiting 03:29:21 9712f1f96733: Download complete 03:29:23 63f879dbbcfc: Verifying Checksum 03:29:23 63f879dbbcfc: Download complete 03:29:23 e9a5061849ea: Verifying Checksum 03:29:23 e9a5061849ea: Download complete 03:29:23 d747dcd14b5f: Verifying Checksum 03:29:23 d747dcd14b5f: Download complete 03:29:24 2de7ff778b66: Verifying Checksum 03:29:24 2de7ff778b66: Download complete 03:29:24 0d9ebad4ef96: Verifying Checksum 03:29:24 0d9ebad4ef96: Download complete 03:29:24 ab5ef0e58194: Verifying Checksum 03:29:24 ab5ef0e58194: Download complete 03:29:27 ab5ef0e58194: Pull complete 03:29:27 9712f1f96733: Pull complete 03:29:31 63f879dbbcfc: Pull complete 03:29:37 0d9ebad4ef96: Pull complete 03:29:38 e9a5061849ea: Pull complete 03:29:38 d747dcd14b5f: Pull complete 03:29:42 2de7ff778b66: Pull complete 03:29:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:29:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:29:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:29:42 prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container 03:29:42 $ 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 03:29:45 $ docker top db4d8f71efba2ebe9ac52a6860cb0af37f149806d5c9c7086ab7505a4b3dbf06 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:29:46 provisioning config files... 03:29:46 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7903058450699027427tmp 03:29:46 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1901464542741062067tmp 03:29:46 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2725355296952528598tmp [Pipeline] { [Pipeline] echo 03:29:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:29:46 ---> sigul-configuration.sh 03:29:46 gpg: directory `/root/.gnupg' created 03:29:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:29:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:29:46 gpg: keyring `/root/.gnupg/secring.gpg' created 03:29:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:29:46 gpg: CAST5 encrypted data 03:29:46 gpg: encrypted with 1 passphrase 03:29:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:29:46 + mkdir /home/jenkins 03:29:46 + mkdir /home/jenkins/sigul [Pipeline] sh 03:29:47 + 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 03:29:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:29:47 ---> sigul-install.sh 03:29:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:29:53 + git tag --list 03:29:53 v0.1.80 [Pipeline] sh 03:29:53 + lftools sign git-tag v0.1.80 03:29:55 Signing Git tag with Sigul... 03:29:55 Signing v0.1.80 [Pipeline] echo 03:29:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:29:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:29:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:29:56 $ docker stop --time=1 db4d8f71efba2ebe9ac52a6860cb0af37f149806d5c9c7086ab7505a4b3dbf06 03:29:58 $ docker rm -f db4d8f71efba2ebe9ac52a6860cb0af37f149806d5c9c7086ab7505a4b3dbf06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:29:59 . [Pipeline] withDockerContainer 03:29:59 prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container 03:29:59 $ 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 03:30:00 $ docker top 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:30:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:30:00 [ssh-agent] Looking for ssh-agent implementation... 03:30:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:30:01 $ docker exec 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e ssh-agent 03:30:01 SSH_AUTH_SOCK=/tmp/ssh-RsEnAOuwW7Vw/agent.12 03:30:01 SSH_AGENT_PID=18 03:30:01 Running ssh-add (command line suppressed) 03:30:01 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1141174370980484551.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1141174370980484551.key) 03:30:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:30:01 + git semver bump patch 03:30:01 # -> Open(): unable to determine branch for HEAD 03:30:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:30:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:30:01 # $SEMVER_REMOTE_NAME = origin 03:30:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:30:01 # $SEMVER_USER_NAME = edgex-jenkins 03:30:01 # $SEMVER_BRANCH = master 03:30:01 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 03:30:01 0.1.81 [Pipeline] } 03:30:01 $ docker exec --env ******** --env ******** 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e ssh-agent -k 03:30:01 unset SSH_AUTH_SOCK; 03:30:01 unset SSH_AGENT_PID; 03:30:01 echo Agent pid 18 killed; 03:30:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:30:02 + git semver [Pipeline] } 03:30:02 $ docker stop --time=1 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e 03:30:04 $ docker rm -f 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:30:05 . [Pipeline] withDockerContainer 03:30:05 prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container 03:30: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 03:30:05 $ docker top 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:30:06 [ssh-agent] Looking for ssh-agent implementation... 03:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:30:06 $ docker exec 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb ssh-agent 03:30:06 SSH_AUTH_SOCK=/tmp/ssh-o25P5suokiH9/agent.12 03:30:06 SSH_AGENT_PID=17 03:30:06 Running ssh-add (command line suppressed) 03:30:06 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2305046818963602192.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2305046818963602192.key) 03:30:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:30:07 + git semver push 03:30:07 # -> Open(): unable to determine branch for HEAD 03:30:07 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 03:30:07 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 03:30:07 # $SEMVER_REMOTE_NAME = origin 03:30:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:30:07 # $SEMVER_USER_NAME = edgex-jenkins 03:30:07 # $SEMVER_BRANCH = master 03:30:07 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 03:30:13 $ docker exec --env ******** --env ******** 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb ssh-agent -k 03:30:13 unset SSH_AUTH_SOCK; 03:30:13 unset SSH_AGENT_PID; 03:30:13 echo Agent pid 17 killed; 03:30:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:30:14 + git semver [Pipeline] } 03:30:14 $ docker stop --time=1 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb 03:30:15 $ docker rm -f 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb [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 03:30:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:30:17 ---> package-listing.sh 03:30:17 ++ facter osfamily 03:30:17 ++ tr '[:upper:]' '[:lower:]' 03:30:17 + OS_FAMILY=redhat 03:30:17 + workspace=/w/workspace/dry_go-mod-core-contracts_master 03:30:17 + START_PACKAGES=/tmp/packages_start.txt 03:30:17 + END_PACKAGES=/tmp/packages_end.txt 03:30:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:30:17 + PACKAGES=/tmp/packages_start.txt 03:30:17 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 03:30:17 + PACKAGES=/tmp/packages_end.txt 03:30:17 + case "${OS_FAMILY}" in 03:30:17 + rpm -qa 03:30:17 + sort 03:30:22 + '[' -f /tmp/packages_start.txt ']' 03:30:22 + '[' -f /tmp/packages_end.txt ']' 03:30:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:30:22 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 03:30:22 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 03:30:22 + 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 03:30:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:23 03:30:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:30:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:23 alpine: Pulling from edgex-lftools-log-publisher 03:30:23 df20fa9351a1: Pulling fs layer 03:30:23 36b3adc4ff6f: Pulling fs layer 03:30:23 8ad3a11d3b57: Pulling fs layer 03:30:23 46f8f816bc3b: Pulling fs layer 03:30:23 0dadc02b9964: Pulling fs layer 03:30:23 ce6a7cf60c04: Pulling fs layer 03:30:23 7a184a31f384: Pulling fs layer 03:30:23 0879bd2ef858: Pulling fs layer 03:30:23 ce6a7cf60c04: Waiting 03:30:23 7a184a31f384: Waiting 03:30:23 46f8f816bc3b: Waiting 03:30:23 36b3adc4ff6f: Verifying Checksum 03:30:23 36b3adc4ff6f: Download complete 03:30:23 46f8f816bc3b: Download complete 03:30:23 df20fa9351a1: Verifying Checksum 03:30:23 ce6a7cf60c04: Verifying Checksum 03:30:23 ce6a7cf60c04: Download complete 03:30:23 0dadc02b9964: Verifying Checksum 03:30:23 0dadc02b9964: Download complete 03:30:23 7a184a31f384: Download complete 03:30:24 8ad3a11d3b57: Verifying Checksum 03:30:24 8ad3a11d3b57: Download complete 03:30:24 df20fa9351a1: Pull complete 03:30:24 36b3adc4ff6f: Pull complete 03:30:24 0879bd2ef858: Download complete 03:30:25 8ad3a11d3b57: Pull complete 03:30:25 46f8f816bc3b: Pull complete 03:30:25 0dadc02b9964: Pull complete 03:30:25 ce6a7cf60c04: Pull complete 03:30:25 7a184a31f384: Pull complete 03:30:28 0879bd2ef858: Pull complete 03:30:28 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 03:30:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:30:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:30:28 prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container 03:30:28 $ 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 03:30:32 $ docker top 02a6625827e376a711b5710a4e399e0dd286ec61323bf061f6a8892119a5a8e9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:32 + mkdir -p /var/log/sa [Pipeline] sh 03:30:32 + ls /var/log/sa-host 03:30:32 + sadf -c /var/log/sa-host/sa05 03:30:32 file_magic: OK 03:30:32 HZ: Using current value: 100 03:30:32 file_header: OK 03:30:32 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 03:30:32 Statistics: 03:30:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:30:32 File successfully converted to sysstat format version 12.2.1 03:30:32 + sadf -c /var/log/sa-host/sa16 03:30:32 file_magic: OK 03:30:32 HZ: Using current value: 100 03:30:32 file_header: OK 03:30:32 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 03:30:32 Statistics: 03:30:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:30:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:30:32 provisioning config files... 03:30:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config640017039225509021tmp [Pipeline] { [Pipeline] echo 03:30:33 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:30:33 ---> create-netrc.sh [Pipeline] echo 03:30:33 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:30:33 ---> logs-deploy.sh 03:30:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/46 03:30:33 INFO: archiving workspace using pattern(s): 03:30:35 Archives upload complete. 03:30:35 INFO: archiving logs to Nexus 03:30:36 ---> uname -a: 03:30:36 Linux 02a6625827e3 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:30:36 03:30:36 03:30:36 ---> lscpu: 03:30:36 Architecture: x86_64 03:30:36 CPU op-mode(s): 32-bit, 64-bit 03:30:36 Byte Order: Little Endian 03:30:36 Address sizes: 40 bits physical, 48 bits virtual 03:30:36 CPU(s): 4 03:30:36 On-line CPU(s) list: 0-3 03:30:36 Thread(s) per core: 1 03:30:36 Core(s) per socket: 1 03:30:36 Socket(s): 4 03:30:36 NUMA node(s): 1 03:30:36 Vendor ID: GenuineIntel 03:30:36 CPU family: 6 03:30:36 Model: 44 03:30:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:30:36 Stepping: 1 03:30:36 CPU MHz: 2933.396 03:30:36 BogoMIPS: 5866.79 03:30:36 Virtualization: VT-x 03:30:36 Hypervisor vendor: KVM 03:30:36 Virtualization type: full 03:30:36 L1d cache: 128 KiB 03:30:36 L1i cache: 128 KiB 03:30:36 L2 cache: 16 MiB 03:30:36 L3 cache: 64 MiB 03:30:36 NUMA node0 CPU(s): 0-3 03:30:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:30:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:30:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:30:36 Vulnerability Meltdown: Mitigation; PTI 03:30:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:30:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:30:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:30:36 Vulnerability Tsx async abort: Not affected 03:30:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:30:36 03:30:36 03:30:36 ---> nproc: 03:30:36 4 03:30:36 03:30:36 03:30:36 ---> df -h: 03:30:36 Filesystem Size Used Available Use% Mounted on 03:30:36 overlay 50.0G 8.2G 41.8G 16% / 03:30:36 tmpfs 64.0M 0 64.0M 0% /dev 03:30:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:30:36 shm 64.0M 0 64.0M 0% /dev/shm 03:30:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 03:30:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 03:30:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 03:30:36 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 03:30:36 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master 03:30:36 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp 03:30:36 03:30:36 03:30:36 ---> free -m: 03:30:36 total used free shared buff/cache available 03:30:36 Mem: 1837 795 119 0 922 978 03:30:36 Swap: 1023 2 1021 03:30:36 03:30:36 03:30:36 ---> ip addr: 03:30:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:30:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:30:36 inet 127.0.0.1/8 scope host lo 03:30:36 valid_lft forever preferred_lft forever 03:30:36 16: eth0@if17: mtu 1458 qdisc noqueue state UP 03:30:36 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:30:36 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:30:36 valid_lft forever preferred_lft forever 03:30:36 03:30:36 03:30:36 ---> sar -b -r -n DEV: 03:30:36 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 03:30:36 03:30:36 03:22:32 LINUX RESTART (4 CPU) 03:30:36 03:30:36 03:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:30:36 03:24:02 137.79 51.34 86.45 0.00 7756.95 40120.69 0.00 03:30:36 03:25:01 1.59 0.00 1.59 0.00 0.00 32.11 0.00 03:30:36 03:26:01 0.52 0.00 0.52 0.00 0.00 8.43 0.00 03:30:36 03:27:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 03:30:36 03:28:01 0.30 0.00 0.30 0.00 0.00 5.01 0.00 03:30:36 03:29:01 58.52 20.30 38.22 0.00 1415.35 19017.24 0.00 03:30:36 03:30:01 349.35 174.03 175.32 0.00 10097.34 46009.34 0.00 03:30:36 Average: 78.55 35.20 43.36 0.00 2760.53 15069.45 0.00 03:30:36 03:30:36 03:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:30:36 03:24:02 169084 0 575328 30.58 2620 1134524 1101404 37.59 401108 1150640 120 03:30:36 03:25:01 171092 0 573132 30.46 2620 1134712 1092868 37.30 402064 1148164 12 03:30:36 03:26:01 171472 0 572740 30.44 2620 1134724 1087728 37.12 403708 1146040 8 03:30:36 03:27:01 172768 0 571444 30.37 2620 1134724 1072464 36.60 404132 1145048 20 03:30:36 03:28:01 172392 0 571816 30.39 2620 1134728 1072308 36.60 410592 1139088 12 03:30:36 03:29:01 147548 0 650396 34.57 2620 1080992 1270644 43.36 452792 1086736 104968 03:30:36 03:30:01 209752 0 772980 41.08 1608 897216 1416204 48.33 643180 745480 40 03:30:36 Average: 173444 0 612548 32.56 2475 1093089 1159089 39.56 445368 1080171 15026 03:30:36 03:30:36 03:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:30:36 03:24:02 eth0 410.90 268.72 1054.67 97.94 0.00 0.00 0.00 0.00 03:30:36 03:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:24:02 docker0 5.34 3.78 0.99 10.92 0.00 0.00 0.00 0.00 03:30:36 03:25:01 eth0 7.08 3.56 5.38 0.44 0.00 0.00 0.00 0.00 03:30:36 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:26:01 eth0 1.23 0.33 0.33 0.17 0.00 0.00 0.00 0.00 03:30:36 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:27:01 eth0 0.60 0.38 0.28 0.24 0.00 0.00 0.00 0.00 03:30:36 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:28:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 03:30:36 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:29:01 eth0 415.45 378.72 3779.52 28.53 0.00 0.00 0.00 0.00 03:30:36 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:30:01 eth0 485.70 428.33 3582.44 103.27 0.00 0.00 0.00 0.00 03:30:36 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:30:01 vetha81ee33 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 03:30:01 docker0 48.35 53.28 3.05 321.62 0.00 0.00 0.00 0.00 03:30:36 Average: eth0 189.28 154.71 1206.43 33.03 0.00 0.00 0.00 0.00 03:30:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 Average: vetha81ee33 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 03:30:36 Average: docker0 7.69 8.17 0.58 47.64 0.00 0.00 0.00 0.00 03:30:36 03:30:36 03:30:36 ---> sar -P ALL: 03:30:36 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 03:30:36 03:30:36 03:22:32 LINUX RESTART (4 CPU) 03:30:36 03:30:36 03:23:01 CPU %user %nice %system %iowait %steal %idle 03:30:36 03:24:02 all 14.19 0.00 6.34 5.04 0.01 74.42 03:30:36 03:24:02 0 14.11 0.00 7.06 5.91 0.02 72.90 03:30:36 03:24:02 1 14.21 0.00 5.72 4.79 0.00 75.28 03:30:36 03:24:02 2 14.69 0.00 6.80 6.08 0.00 72.44 03:30:36 03:24:02 3 13.73 0.00 5.80 3.37 0.02 77.08 03:30:36 03:25:01 all 0.18 0.00 0.05 0.00 0.00 99.77 03:30:36 03:25:01 0 0.08 0.00 0.05 0.00 0.00 99.86 03:30:36 03:25:01 1 0.12 0.00 0.05 0.00 0.00 99.83 03:30:36 03:25:01 2 0.10 0.00 0.03 0.00 0.00 99.86 03:30:36 03:25:01 3 0.41 0.00 0.07 0.00 0.00 99.53 03:30:36 03:26:01 all 0.14 0.00 0.03 0.00 0.00 99.83 03:30:36 03:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:30:36 03:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:30:36 03:26:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:30:36 03:26:01 3 0.47 0.00 0.05 0.00 0.00 99.48 03:30:36 03:27:01 all 0.14 0.00 0.02 0.00 0.00 99.83 03:30:36 03:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:30:36 03:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:30:36 03:27:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:30:36 03:27:01 3 0.47 0.00 0.02 0.00 0.00 99.52 03:30:36 03:28:01 all 0.05 0.00 0.04 0.00 0.00 99.92 03:30:36 03:28:01 0 0.02 0.00 0.05 0.00 0.00 99.93 03:30:36 03:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:30:36 03:28:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:30:36 03:28:01 3 0.08 0.00 0.05 0.00 0.00 99.87 03:30:36 03:29:01 all 4.34 0.00 2.41 0.26 0.00 92.99 03:30:36 03:29:01 0 4.45 0.00 2.51 0.03 0.00 93.01 03:30:36 03:29:01 1 3.97 0.00 2.45 0.08 0.02 93.48 03:30:36 03:29:01 2 4.55 0.00 2.18 0.74 0.00 92.54 03:30:36 03:29:01 3 4.38 0.00 2.49 0.20 0.00 92.93 03:30:36 03:30:01 all 13.13 0.00 7.78 4.39 0.04 74.67 03:30:36 03:30:01 0 11.06 0.00 8.26 3.98 0.05 76.66 03:30:36 03:30:01 1 12.43 0.00 7.17 4.62 0.03 75.74 03:30:36 03:30:01 2 12.18 0.00 7.04 5.99 0.03 74.76 03:30:36 03:30:01 3 16.84 0.00 8.65 2.97 0.03 71.50 03:30:36 Average: all 4.57 0.00 2.37 1.38 0.01 91.67 03:30:36 Average: 0 4.23 0.00 2.55 1.41 0.01 91.80 03:30:36 Average: 1 4.39 0.00 2.20 1.35 0.01 92.06 03:30:36 Average: 2 4.50 0.00 2.30 1.82 0.01 91.37 03:30:36 Average: 3 5.17 0.00 2.43 0.93 0.01 91.47 03:30:36 03:30:36 03:30:36