Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d36960e62c123c887cc476429b66e97243ab9e9 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-43617 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git Fetching without tags > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4d36960e62c123c887cc476429b66e97243ab9e9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 Commit message: "Merge pull request #90 from lenny-intel/go-mod" > git rev-list --no-walk 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:14:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:14:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:14:06 ========================================================= 17:14:06 EdgeX Global Pipelines Version Info 17:14:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:14:08 ------------------- 17:14:08 stable info: 17:14:08 ------------------- 17:14:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:14:08 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 17:14:08 Message: update stable to v1.0.122 17:14:09 ------------------- 17:14:09 experimental info: 17:14:09 ------------------- 17:14:09 Commited By: **** collab-it+edgex@linuxfoundation.org 17:14:09 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 17:14:09 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:14:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 17:14:09 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 17:14:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:14:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:14:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:14:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:14:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:14:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:14:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 17:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:14:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:14:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:14:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:14:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:14:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d36960e62c123c887cc476429b66e97243ab9e9 [Pipeline] echo 17:14:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d36960 [Pipeline] echo 17:14:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:14:13 + git log --format=format:%s -1 4d36960e62c123c887cc476429b66e97243ab9e9 [Pipeline] echo 17:14:14 GIT_COMMIT: 4d36960e62c123c887cc476429b66e97243ab9e9, Commit Message: Merge pull request #90 from lenny-intel/go-mod [Pipeline] echo 17:14:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:14:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:15 17:14:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:14:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:15 latest: Pulling from edgex-devops/git-semver 17:14:15 31603596830f: Pulling fs layer 17:14:15 2a8b12db71e7: Pulling fs layer 17:14:15 6ca5941a6612: Pulling fs layer 17:14:15 ecc8261a40a4: Pulling fs layer 17:14:15 ecc8261a40a4: Waiting 17:14:15 2a8b12db71e7: Verifying Checksum 17:14:15 2a8b12db71e7: Download complete 17:14:15 31603596830f: Verifying Checksum 17:14:15 31603596830f: Download complete 17:14:15 ecc8261a40a4: Verifying Checksum 17:14:15 ecc8261a40a4: Download complete 17:14:15 6ca5941a6612: Verifying Checksum 17:14:15 6ca5941a6612: Download complete 17:14:16 31603596830f: Pull complete 17:14:16 2a8b12db71e7: Pull complete 17:14:16 6ca5941a6612: Pull complete 17:14:16 ecc8261a40a4: Pull complete 17:14:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:14:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:14:17 prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container 17:14:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 17:14:18 $ docker top 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:14:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:14:19 [ssh-agent] Looking for ssh-agent implementation... 17:14:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:14:19 $ docker exec 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent 17:14:19 SSH_AUTH_SOCK=/tmp/ssh-52dg6LET1Fxj/agent.13 17:14:19 SSH_AGENT_PID=18 17:14:19 Running ssh-add (command line suppressed) 17:14:19 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4124672243838678760.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4124672243838678760.key) 17:14:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:14:20 + git describe --exact-match --tags HEAD 17:14:20 fatal: No names found, cannot describe anything. [Pipeline] } 17:14:20 $ docker exec --env ******** --env ******** 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent -k 17:14:20 unset SSH_AUTH_SOCK; 17:14:20 unset SSH_AGENT_PID; 17:14:20 echo Agent pid 18 killed; 17:14:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:14:20 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:14:20 This usually means this commit has not been tagged. [Pipeline] sshagent 17:14:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:14:20 [ssh-agent] Looking for ssh-agent implementation... 17:14:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:14:20 $ docker exec 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent 17:14:21 SSH_AUTH_SOCK=/tmp/ssh-6cezRtjDdvn1/agent.48 17:14:21 SSH_AGENT_PID=53 17:14:21 Running ssh-add (command line suppressed) 17:14:21 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9145360680368876531.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9145360680368876531.key) 17:14:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:14:21 + git semver init 17:14:21 # -> Open(): unable to determine branch for HEAD 17:14:21 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:14:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:14:21 # $SEMVER_REMOTE_NAME = origin 17:14:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:14:21 # $SEMVER_USER_NAME = edgex-jenkins 17:14:21 # $SEMVER_BRANCH = master 17:14:21 # $SEMVER_TEMP = /tmp/semver-487308091 17:14:21 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 17:14:21 # '/tmp/semver-487308091' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 17:14:21 # -> Force: false 17:14:21 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:14:21 $ docker exec --env ******** --env ******** 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent -k 17:14:22 unset SSH_AUTH_SOCK; 17:14:22 unset SSH_AGENT_PID; 17:14:22 echo Agent pid 53 killed; 17:14:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:14:22 + git semver [Pipeline] } 17:14:22 $ docker stop --time=1 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb 17:14:24 $ docker rm -f 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:14:24 Stashed 47 file(s) [Pipeline] echo 17:14:24 [edgeXSemver]: initialized semver on version 0.0.39 [Pipeline] echo 17:14:24 Archived original version: [0.0.39] [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 17:14:40 Still waiting to schedule task 17:14:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:14:40 Still waiting to schedule task 17:14:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:16:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43618 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 17:16:38 Running in /w/workspace/go-mod-bootstrap/41 [Pipeline] { [Pipeline] checkout 17:16:44 using credential edgex-jenkins-ssh 17:16:44 Cloning the remote Git repository 17:16:44 Cloning with configured refspecs honoured and without tags 17:16:44 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:16:44 > git init /w/workspace/go-mod-bootstrap/41 # timeout=10 17:16:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:16:44 > git --version # timeout=10 17:16:44 > git --version # 'git version 2.17.1' 17:16:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:45 Fetching without tags 17:16:45 Checking out Revision 4d36960e62c123c887cc476429b66e97243ab9e9 (master) 17:16:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:16:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:16:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:16:45 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:45 > git config core.sparsecheckout # timeout=10 17:16:45 > git checkout -f 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 17:16:50 Commit message: "Merge pull request #90 from lenny-intel/go-mod" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:16:51 ========================================================= 17:16:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:16:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:16:52 + 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 . 17:16:53 Sending build context to Docker daemon 652.3kB 17:16:53 Step 1/8 : ARG BASE=golang:1.15-alpine 17:16:53 Step 2/8 : FROM ${BASE} 17:16:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:16:53 b538f80385f9: Pulling fs layer 17:16:53 74f711af9a0d: Pulling fs layer 17:16:53 99f96fe45779: Pulling fs layer 17:16:53 8529a6b9a6be: Pulling fs layer 17:16:53 45590311c82a: Pulling fs layer 17:16:53 69ca0ff8b7b3: Pulling fs layer 17:16:53 209524e5b208: Pulling fs layer 17:16:53 8529a6b9a6be: Waiting 17:16:53 45590311c82a: Waiting 17:16:53 69ca0ff8b7b3: Waiting 17:16:53 209524e5b208: Waiting 17:16:53 99f96fe45779: Verifying Checksum 17:16:53 99f96fe45779: Download complete 17:16:53 74f711af9a0d: Verifying Checksum 17:16:53 74f711af9a0d: Download complete 17:16:53 45590311c82a: Verifying Checksum 17:16:53 45590311c82a: Download complete 17:16:53 69ca0ff8b7b3: Verifying Checksum 17:16:53 69ca0ff8b7b3: Download complete 17:16:53 b538f80385f9: Verifying Checksum 17:16:53 b538f80385f9: Download complete 17:16:54 b538f80385f9: Pull complete 17:16:54 74f711af9a0d: Pull complete 17:16:55 99f96fe45779: Pull complete 17:16:56 209524e5b208: Verifying Checksum 17:16:56 209524e5b208: Download complete 17:16:57 8529a6b9a6be: Verifying Checksum 17:16:57 8529a6b9a6be: Download complete 17:17:07 8529a6b9a6be: Pull complete 17:17:07 45590311c82a: Pull complete 17:17:07 69ca0ff8b7b3: Pull complete 17:17:12 209524e5b208: Pull complete 17:17:12 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:17:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:17:12 ---> 5bddaf1c2fca 17:17:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:17:14 ---> Running in 89c39abf6d8f 17:17:14 Removing intermediate container 89c39abf6d8f 17:17:14 ---> c68313c93846 17:17:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:14 ---> Running in 6a24d70bc55b 17:17:17 Removing intermediate container 6a24d70bc55b 17:17:17 ---> f51126666ad3 17:17:17 Step 5/8 : RUN apk add --update --no-cache git make 17:17:17 ---> Running in 7af34ddd86c6 17:17:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:20 OK: 142 MiB in 39 packages 17:17:21 Removing intermediate container 7af34ddd86c6 17:17:21 ---> 338b6aa21642 17:17:21 Step 6/8 : WORKDIR /build 17:17:21 ---> Running in 94626a738446 17:17:21 Removing intermediate container 94626a738446 17:17:21 ---> e6445a2ad9b8 17:17:21 Step 7/8 : COPY go.mod . 17:17:22 Running on prd-centos7-docker-4c-2g-43619 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { 17:17:22 ---> 9a90d462bbb1 17:17:22 Step 8/8 : RUN go mod download [Pipeline] ws 17:17:22 Running in /w/workspace/go-mod-bootstrap/41 [Pipeline] { [Pipeline] checkout 17:17:22 ---> Running in d7df70300502 17:17:25 using credential edgex-jenkins-ssh 17:17:25 Cloning the remote Git repository 17:17:25 Cloning with configured refspecs honoured and without tags 17:17:25 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 17:17:25 > git init /w/workspace/go-mod-bootstrap/41 # timeout=10 17:17:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:17:25 > git --version # timeout=10 17:17:25 > git --version # 'git version 2.16.5' 17:17:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:17:26 Fetching without tags 17:17:26 Checking out Revision 4d36960e62c123c887cc476429b66e97243ab9e9 (master) 17:17:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:17:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:17:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 17:17:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 17:17:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:17:26 > git config core.sparsecheckout # timeout=10 17:17:26 > git checkout -f 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 17:17:30 Commit message: "Merge pull request #90 from lenny-intel/go-mod" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:17:31 ========================================================= 17:17:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:17:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:17:31 + 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 . 17:17:32 Sending build context to Docker daemon 652.3kB 17:17:32 Step 1/8 : ARG BASE=golang:1.15-alpine 17:17:32 Step 2/8 : FROM ${BASE} 17:17:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:17:32 df20fa9351a1: Pulling fs layer 17:17:32 ed8968b2872e: Pulling fs layer 17:17:32 a92cc7c5fd73: Pulling fs layer 17:17:32 e871e8e8d7a9: Pulling fs layer 17:17:32 e73272ec9a57: Pulling fs layer 17:17:32 1e910a182e73: Pulling fs layer 17:17:32 4e634b169226: Pulling fs layer 17:17:32 e871e8e8d7a9: Waiting 17:17:32 4e634b169226: Waiting 17:17:32 1e910a182e73: Waiting 17:17:32 a92cc7c5fd73: Verifying Checksum 17:17:32 a92cc7c5fd73: Download complete 17:17:32 ed8968b2872e: Verifying Checksum 17:17:32 ed8968b2872e: Download complete 17:17:32 e73272ec9a57: Verifying Checksum 17:17:32 e73272ec9a57: Download complete 17:17:32 df20fa9351a1: Download complete 17:17:32 1e910a182e73: Verifying Checksum 17:17:32 1e910a182e73: Download complete 17:17:32 df20fa9351a1: Pull complete 17:17:32 ed8968b2872e: Pull complete 17:17:32 a92cc7c5fd73: Pull complete 17:17:34 4e634b169226: Verifying Checksum 17:17:34 4e634b169226: Download complete 17:17:34 e871e8e8d7a9: Verifying Checksum 17:17:34 e871e8e8d7a9: Download complete 17:17:39 e871e8e8d7a9: Pull complete 17:17:39 e73272ec9a57: Pull complete 17:17:39 1e910a182e73: Pull complete 17:17:45 Removing intermediate container d7df70300502 17:17:45 ---> 9e818d3fd087 17:17:45 Successfully built 9e818d3fd087 17:17:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:17:45 4e634b169226: Pull complete 17:17:45 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:17:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:17:45 ---> f7629b54cfaa 17:17:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:17:45 ---> Running in 9f26afaaf3c7 17:17:45 Removing intermediate container 9f26afaaf3c7 17:17:45 ---> 8531b276587e 17:17:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:45 ---> Running in c6622fac0598 17:17:45 + docker inspect -f . ci-base-image-arm64 17:17:45 . [Pipeline] withDockerContainer 17:17:45 prd-ubuntu18.04-docker-arm64-4c-16g-43618 does not seem to be running inside a container 17:17:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/41 -v /w/workspace/go-mod-bootstrap/41:/w/workspace/go-mod-bootstrap/41:rw,z -v /w/workspace/go-mod-bootstrap/41@tmp:/w/workspace/go-mod-bootstrap/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:17:46 Removing intermediate container c6622fac0598 17:17:46 ---> 6c9f4d406880 17:17:46 Step 5/8 : RUN apk add --update --no-cache git make 17:17:46 ---> Running in 5947a6268fa5 17:17:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:17:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:17:47 $ docker top 377246f45df57f228f68ff675fa420343704674ce610733cd1c7db8a01322bdc -eo pid,comm 17:17:47 OK: 166 MiB in 39 packages [Pipeline] { [Pipeline] sh 17:17:48 Removing intermediate container 5947a6268fa5 17:17:48 ---> 46810ba4f54e 17:17:48 Step 6/8 : WORKDIR /build 17:17:48 ---> Running in 98dd96e229dd 17:17:48 Removing intermediate container 98dd96e229dd 17:17:48 ---> 30dff8776831 17:17:48 Step 7/8 : COPY go.mod . 17:17:48 ---> eac8ea206afd 17:17:48 Step 8/8 : RUN go mod download 17:17:48 ---> Running in 7155fc07c0da 17:17:49 + go version 17:17:49 go version go1.15.2 linux/arm64 [Pipeline] } 17:17:49 $ docker stop --time=1 377246f45df57f228f68ff675fa420343704674ce610733cd1c7db8a01322bdc 17:17:51 $ docker rm -f 377246f45df57f228f68ff675fa420343704674ce610733cd1c7db8a01322bdc [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] } 17:18:06 Removing intermediate container 7155fc07c0da 17:18:06 ---> ddac00ddef09 17:18:06 Successfully built ddac00ddef09 17:18:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:18:07 + docker inspect -f . ci-base-image-x86_64 17:18:07 . [Pipeline] withDockerContainer 17:18:07 prd-centos7-docker-4c-2g-43619 does not seem to be running inside a container 17:18:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/41 -v /w/workspace/go-mod-bootstrap/41:/w/workspace/go-mod-bootstrap/41:rw,z -v /w/workspace/go-mod-bootstrap/41@tmp:/w/workspace/go-mod-bootstrap/41@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 17:18:08 $ docker top 6186c2085544090471f80fc5930e74ee0e9f442ef177a0ccc26113d0b95de4e4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:18:08 + go version 17:18:08 go version go1.15.2 linux/amd64 [Pipeline] } 17:18:08 $ docker stop --time=1 6186c2085544090471f80fc5930e74ee0e9f442ef177a0ccc26113d0b95de4e4 17:18:10 $ docker rm -f 6186c2085544090471f80fc5930e74ee0e9f442ef177a0ccc26113d0b95de4e4 [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 17:18:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:18:13 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:18:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:18:13 17:18:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:18:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:18:14 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:18:14 cbdbe7a5bc2a: Pulling fs layer 17:18:14 408f87550127: Pulling fs layer 17:18:14 fe522b08c979: Pulling fs layer 17:18:14 221eaa008020: Pulling fs layer 17:18:14 2a4607e5d6b9: Pulling fs layer 17:18:14 8f79b27c4fd2: Pulling fs layer 17:18:14 e5c8dbe1645b: Pulling fs layer 17:18:14 23e8b3b47431: Pulling fs layer 17:18:14 5c568d65a230: Pulling fs layer 17:18:14 8f79b27c4fd2: Waiting 17:18:14 e5c8dbe1645b: Waiting 17:18:14 23e8b3b47431: Waiting 17:18:14 5c568d65a230: Waiting 17:18:14 221eaa008020: Waiting 17:18:14 2a4607e5d6b9: Waiting 17:18:14 fe522b08c979: Download complete 17:18:14 408f87550127: Verifying Checksum 17:18:14 408f87550127: Download complete 17:18:14 2a4607e5d6b9: Verifying Checksum 17:18:14 2a4607e5d6b9: Download complete 17:18:14 8f79b27c4fd2: Verifying Checksum 17:18:14 8f79b27c4fd2: Download complete 17:18:14 cbdbe7a5bc2a: Verifying Checksum 17:18:14 cbdbe7a5bc2a: Download complete 17:18:14 cbdbe7a5bc2a: Pull complete 17:18:14 408f87550127: Pull complete 17:18:14 fe522b08c979: Pull complete 17:18:15 e5c8dbe1645b: Download complete 17:18:16 23e8b3b47431: Verifying Checksum 17:18:16 23e8b3b47431: Download complete 17:18:16 5c568d65a230: Verifying Checksum 17:18:16 5c568d65a230: Download complete 17:18:17 221eaa008020: Verifying Checksum 17:18:17 221eaa008020: Download complete 17:18:22 221eaa008020: Pull complete 17:18:22 2a4607e5d6b9: Pull complete 17:18:22 8f79b27c4fd2: Pull complete 17:18:24 e5c8dbe1645b: Pull complete 17:18:28 23e8b3b47431: Pull complete 17:18:29 5c568d65a230: Pull complete 17:18:29 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:18:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:18:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:18:29 prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container 17:18:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 17:18:30 $ docker top be2936b0df1ae94607f7facae5194dc87fd5cb148fd3dadf3ed815fe99acce5a -eo pid,comm [Pipeline] { [Pipeline] sh 17:18:31 + snyk monitor '--org=edgex-jenkins' 17:18:39 17:18:39 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 17:18:39 17:18:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/44571cdf-2f82-4aae-b926-68ca06b2921e 17:18:39 17:18:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:18:39 17:18:39 17:18:39 Snyk CLI supports Node.js 8 and higher. 17:18:39 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 17:18:39 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 17:18:39 17:18:39 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 17:18:39 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 17:18:39 $ docker stop --time=1 be2936b0df1ae94607f7facae5194dc87fd5cb148fd3dadf3ed815fe99acce5a 17:18:41 $ docker rm -f be2936b0df1ae94607f7facae5194dc87fd5cb148fd3dadf3ed815fe99acce5a [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 17:18:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:18:43 . [Pipeline] withDockerContainer 17:18:43 prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container 17:18:43 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 17:18:44 $ docker top 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:18:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:18:44 [ssh-agent] Looking for ssh-agent implementation... 17:18:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:18:44 $ docker exec 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb ssh-agent 17:18:44 SSH_AUTH_SOCK=/tmp/ssh-5Jpzy5m8PawA/agent.11 17:18:44 SSH_AGENT_PID=16 17:18:44 Running ssh-add (command line suppressed) 17:18:44 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3455761969198563750.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3455761969198563750.key) 17:18:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:18:45 + git semver tag 17:18:45 # -> Open(): unable to determine branch for HEAD 17:18:45 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:18:45 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:18:45 # $SEMVER_REMOTE_NAME = origin 17:18:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:18:45 # $SEMVER_USER_NAME = edgex-jenkins 17:18:45 # $SEMVER_BRANCH = master 17:18:45 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:18:45 # 4d36960e62c123c887cc476429b66e97243ab9e9 HEAD 17:18:45 # -> Force: false 17:18:45 # 4d45526a0281aa75f2eff111926b4e56b9686509 refs/tags/v0.0.39 [Pipeline] } 17:18:45 $ docker exec --env ******** --env ******** 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb ssh-agent -k 17:18:45 unset SSH_AUTH_SOCK; 17:18:45 unset SSH_AGENT_PID; 17:18:45 echo Agent pid 16 killed; 17:18:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:18:45 + git semver [Pipeline] } 17:18:45 $ docker stop --time=1 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb 17:18:47 $ docker rm -f 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:18:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:18:47 17:18:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:18:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:18:48 0.23.1-centos7: Pulling from edgex-lftools 17:18:48 ab5ef0e58194: Pulling fs layer 17:18:48 9712f1f96733: Pulling fs layer 17:18:48 63f879dbbcfc: Pulling fs layer 17:18:48 0d9ebad4ef96: Pulling fs layer 17:18:48 e9a5061849ea: Pulling fs layer 17:18:48 d747dcd14b5f: Pulling fs layer 17:18:48 2de7ff778b66: Pulling fs layer 17:18:48 e9a5061849ea: Waiting 17:18:48 2de7ff778b66: Waiting 17:18:48 d747dcd14b5f: Waiting 17:18:48 0d9ebad4ef96: Waiting 17:18:48 9712f1f96733: Download complete 17:18:50 63f879dbbcfc: Verifying Checksum 17:18:50 63f879dbbcfc: Download complete 17:18:50 e9a5061849ea: Verifying Checksum 17:18:50 e9a5061849ea: Download complete 17:18:50 d747dcd14b5f: Verifying Checksum 17:18:50 d747dcd14b5f: Download complete 17:18:50 2de7ff778b66: Verifying Checksum 17:18:50 2de7ff778b66: Download complete 17:18:51 0d9ebad4ef96: Verifying Checksum 17:18:51 0d9ebad4ef96: Download complete 17:18:51 ab5ef0e58194: Verifying Checksum 17:18:51 ab5ef0e58194: Download complete 17:18:55 ab5ef0e58194: Pull complete 17:18:55 9712f1f96733: Pull complete 17:18:58 63f879dbbcfc: Pull complete 17:19:04 0d9ebad4ef96: Pull complete 17:19:05 e9a5061849ea: Pull complete 17:19:06 d747dcd14b5f: Pull complete 17:19:08 2de7ff778b66: Pull complete 17:19:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:19:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:19:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:19:08 prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container 17:19:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 17:19:12 $ docker top 6d085c6b3cc415ca90b1a40ae4fbc32b250e53de699d727281c7a03e7fe62165 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:19:12 provisioning config files... 17:19:12 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6131853203152578151tmp 17:19:12 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5501478348608179840tmp 17:19:12 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config889285149003452156tmp [Pipeline] { [Pipeline] echo 17:19:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:19:13 ---> sigul-configuration.sh 17:19:13 gpg: directory `/root/.gnupg' created 17:19:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:19:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:19:13 gpg: keyring `/root/.gnupg/secring.gpg' created 17:19:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:19:13 gpg: CAST5 encrypted data 17:19:13 gpg: encrypted with 1 passphrase 17:19:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:19:13 + mkdir /home/jenkins 17:19:13 + mkdir /home/jenkins/sigul [Pipeline] sh 17:19:14 + 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 17:19:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:19:14 ---> sigul-install.sh 17:19:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:19:21 + git tag --list 17:19:21 v0.0.39 [Pipeline] sh 17:19:21 + lftools sign git-tag v0.0.39 17:19:22 Signing Git tag with Sigul... 17:19:22 Signing v0.0.39 [Pipeline] echo 17:19:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:19:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:19:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:19:24 $ docker stop --time=1 6d085c6b3cc415ca90b1a40ae4fbc32b250e53de699d727281c7a03e7fe62165 17:19:26 $ docker rm -f 6d085c6b3cc415ca90b1a40ae4fbc32b250e53de699d727281c7a03e7fe62165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:19:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:19:27 . [Pipeline] withDockerContainer 17:19:27 prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container 17:19:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 17:19:27 $ docker top d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:19:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:19:28 [ssh-agent] Looking for ssh-agent implementation... 17:19:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:19:28 $ docker exec d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 ssh-agent 17:19:28 SSH_AUTH_SOCK=/tmp/ssh-elvVyPRNhX30/agent.11 17:19:28 SSH_AGENT_PID=17 17:19:28 Running ssh-add (command line suppressed) 17:19:28 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_224450853697186170.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_224450853697186170.key) 17:19:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:19:29 + git semver bump patch 17:19:29 # -> Open(): unable to determine branch for HEAD 17:19:29 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:19:29 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:19:29 # $SEMVER_REMOTE_NAME = origin 17:19:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:19:29 # $SEMVER_USER_NAME = edgex-jenkins 17:19:29 # $SEMVER_BRANCH = master 17:19:29 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 17:19:29 0.0.40 [Pipeline] } 17:19:29 $ docker exec --env ******** --env ******** d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 ssh-agent -k 17:19:29 unset SSH_AUTH_SOCK; 17:19:29 unset SSH_AGENT_PID; 17:19:29 echo Agent pid 17 killed; 17:19:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:19:29 + git semver [Pipeline] } 17:19:29 $ docker stop --time=1 d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 17:19:31 $ docker rm -f d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:19:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:19:31 . [Pipeline] withDockerContainer 17:19:31 prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container 17:19:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 17:19:32 $ docker top cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:19:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:19:32 [ssh-agent] Looking for ssh-agent implementation... 17:19:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:19:32 $ docker exec cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 ssh-agent 17:19:33 SSH_AUTH_SOCK=/tmp/ssh-WM8xOK13O6cC/agent.12 17:19:33 SSH_AGENT_PID=17 17:19:33 Running ssh-add (command line suppressed) 17:19:33 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3663198727814301415.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3663198727814301415.key) 17:19:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:19:33 + git semver push 17:19:33 # -> Open(): unable to determine branch for HEAD 17:19:33 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 17:19:33 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 17:19:33 # $SEMVER_REMOTE_NAME = origin 17:19:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:19:33 # $SEMVER_USER_NAME = edgex-jenkins 17:19:33 # $SEMVER_BRANCH = master 17:19:33 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 17:19:40 $ docker exec --env ******** --env ******** cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 ssh-agent -k 17:19:40 unset SSH_AUTH_SOCK; 17:19:40 unset SSH_AGENT_PID; 17:19:40 echo Agent pid 17 killed; 17:19:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:19:40 + git semver [Pipeline] } 17:19:40 $ docker stop --time=1 cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 17:19:42 $ docker rm -f cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 [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 17:19:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:19:44 ---> package-listing.sh 17:19:44 ++ facter osfamily 17:19:44 ++ tr '[:upper:]' '[:lower:]' 17:19:44 + OS_FAMILY=redhat 17:19:44 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 17:19:44 + START_PACKAGES=/tmp/packages_start.txt 17:19:44 + END_PACKAGES=/tmp/packages_end.txt 17:19:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:19:44 + PACKAGES=/tmp/packages_start.txt 17:19:44 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:19:44 + PACKAGES=/tmp/packages_end.txt 17:19:44 + case "${OS_FAMILY}" in 17:19:44 + rpm -qa 17:19:44 + sort 17:19:48 + '[' -f /tmp/packages_start.txt ']' 17:19:48 + '[' -f /tmp/packages_end.txt ']' 17:19:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:19:48 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 17:19:48 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 17:19:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] isUnix [Pipeline] sh 17:19:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:19:49 17:19:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:19:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:19:50 alpine: Pulling from edgex-lftools-log-publisher 17:19:50 df20fa9351a1: Pulling fs layer 17:19:50 36b3adc4ff6f: Pulling fs layer 17:19:50 8ad3a11d3b57: Pulling fs layer 17:19:50 46f8f816bc3b: Pulling fs layer 17:19:50 0dadc02b9964: Pulling fs layer 17:19:50 ce6a7cf60c04: Pulling fs layer 17:19:50 7a184a31f384: Pulling fs layer 17:19:50 0879bd2ef858: Pulling fs layer 17:19:50 46f8f816bc3b: Waiting 17:19:50 ce6a7cf60c04: Waiting 17:19:50 7a184a31f384: Waiting 17:19:50 0dadc02b9964: Waiting 17:19:50 0879bd2ef858: Waiting 17:19:50 36b3adc4ff6f: Verifying Checksum 17:19:50 36b3adc4ff6f: Download complete 17:19:50 46f8f816bc3b: Verifying Checksum 17:19:50 46f8f816bc3b: Download complete 17:19:50 df20fa9351a1: Download complete 17:19:50 ce6a7cf60c04: Verifying Checksum 17:19:50 ce6a7cf60c04: Download complete 17:19:50 7a184a31f384: Verifying Checksum 17:19:50 7a184a31f384: Download complete 17:19:50 0dadc02b9964: Verifying Checksum 17:19:50 0dadc02b9964: Download complete 17:19:50 8ad3a11d3b57: Verifying Checksum 17:19:50 8ad3a11d3b57: Download complete 17:19:50 df20fa9351a1: Pull complete 17:19:50 36b3adc4ff6f: Pull complete 17:19:51 0879bd2ef858: Verifying Checksum 17:19:51 0879bd2ef858: Download complete 17:19:51 8ad3a11d3b57: Pull complete 17:19:51 46f8f816bc3b: Pull complete 17:19:51 0dadc02b9964: Pull complete 17:19:51 ce6a7cf60c04: Pull complete 17:19:52 7a184a31f384: Pull complete 17:19:54 0879bd2ef858: Pull complete 17:19:54 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 17:19:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:19:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:19:54 prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container 17:19:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 17:19:58 $ docker top daf51b06ea68f8fba622d8c25bdef562e50399a19cf99569075a6df59da660ef -eo pid,comm [Pipeline] { [Pipeline] sh 17:19:58 + mkdir -p /var/log/sa [Pipeline] sh 17:19:58 + ls /var/log/sa-host 17:19:58 + sadf -c /var/log/sa-host/sa05 17:19:58 file_magic: OK 17:19:58 HZ: Using current value: 100 17:19:58 file_header: OK 17:19:58 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 17:19:58 Statistics: 17:19:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:19:58 File successfully converted to sysstat format version 12.2.1 17:19:58 + sadf -c /var/log/sa-host/sa16 17:19:58 file_magic: OK 17:19:58 HZ: Using current value: 100 17:19:58 file_header: OK 17:19:58 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 17:19:58 Statistics: 17:19:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:19:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:19:58 provisioning config files... 17:19:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5463406231915019595tmp [Pipeline] { [Pipeline] echo 17:19:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:19:59 ---> create-netrc.sh [Pipeline] echo 17:19:59 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:19:59 ---> logs-deploy.sh 17:19:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/41 17:19:59 INFO: archiving workspace using pattern(s): 17:20:01 Archives upload complete. 17:20:01 INFO: archiving logs to Nexus 17:20:01 ---> uname -a: 17:20:01 Linux daf51b06ea68 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:20:01 17:20:01 17:20:01 ---> lscpu: 17:20:01 Architecture: x86_64 17:20:01 CPU op-mode(s): 32-bit, 64-bit 17:20:01 Byte Order: Little Endian 17:20:01 Address sizes: 40 bits physical, 48 bits virtual 17:20:01 CPU(s): 4 17:20:01 On-line CPU(s) list: 0-3 17:20:01 Thread(s) per core: 1 17:20:01 Core(s) per socket: 1 17:20:01 Socket(s): 4 17:20:01 NUMA node(s): 1 17:20:01 Vendor ID: GenuineIntel 17:20:01 CPU family: 6 17:20:01 Model: 44 17:20:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:20:01 Stepping: 1 17:20:01 CPU MHz: 2933.442 17:20:01 BogoMIPS: 5866.88 17:20:01 Virtualization: VT-x 17:20:01 Hypervisor vendor: KVM 17:20:01 Virtualization type: full 17:20:01 L1d cache: 128 KiB 17:20:01 L1i cache: 128 KiB 17:20:01 L2 cache: 16 MiB 17:20:01 L3 cache: 64 MiB 17:20:01 NUMA node0 CPU(s): 0-3 17:20:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:20:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:20:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:20:01 Vulnerability Meltdown: Mitigation; PTI 17:20:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:20:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:20:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:20:01 Vulnerability Tsx async abort: Not affected 17:20:01 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 17:20:01 17:20:01 17:20:01 ---> nproc: 17:20:01 4 17:20:01 17:20:01 17:20:01 ---> df -h: 17:20:01 Filesystem Size Used Available Use% Mounted on 17:20:01 overlay 50.0G 8.2G 41.8G 16% / 17:20:01 tmpfs 64.0M 0 64.0M 0% /dev 17:20:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:20:01 shm 64.0M 0 64.0M 0% /dev/shm 17:20:01 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 17:20:01 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 17:20:01 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 17:20:01 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 17:20:01 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-bootstrap_master 17:20:01 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 17:20:01 17:20:01 17:20:01 ---> free -m: 17:20:01 total used free shared buff/cache available 17:20:01 Mem: 1837 781 112 0 943 990 17:20:01 Swap: 1023 2 1021 17:20:01 17:20:01 17:20:01 ---> ip addr: 17:20:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:20:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:20:01 inet 127.0.0.1/8 scope host lo 17:20:01 valid_lft forever preferred_lft forever 17:20:01 16: eth0@if17: mtu 1458 qdisc noqueue state UP 17:20:01 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 17:20:01 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 17:20:01 valid_lft forever preferred_lft forever 17:20:01 17:20:01 17:20:01 ---> sar -b -r -n DEV: 17:20:01 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) 17:20:01 17:20:01 17:13:15 LINUX RESTART (4 CPU) 17:20:01 17:20:01 17:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:20:01 17:15:01 43.93 11.66 32.27 0.00 4441.10 2482.60 0.00 17:20:01 17:16:01 1.63 0.00 1.63 0.00 0.00 31.69 0.00 17:20:01 17:17:02 0.23 0.00 0.23 0.00 0.00 3.38 0.00 17:20:01 17:18:01 0.19 0.00 0.19 0.00 0.00 2.05 0.00 17:20:01 17:19:01 285.41 130.46 154.95 0.00 7276.93 50421.74 0.00 17:20:01 Average: 66.55 28.54 38.01 0.00 2352.66 10632.71 0.00 17:20:01 17:20:01 17:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:20:01 17:15:01 186312 0 554768 29.48 2620 1137856 1112312 37.96 392640 1142516 12 17:20:01 17:16:01 191320 0 549756 29.22 2620 1137860 1080096 36.86 392248 1139096 20 17:20:01 17:17:02 190796 0 550268 29.25 2620 1137872 1080204 36.87 393020 1139096 8 17:20:01 17:18:01 189896 0 551168 29.29 2620 1137872 1080216 36.87 394784 1138448 8 17:20:01 17:19:01 75384 0 732588 38.94 2560 1071024 1505472 51.38 635664 928388 99856 17:20:01 Average: 166742 0 587710 31.24 2608 1124497 1171660 39.99 441671 1097509 19981 17:20:01 17:20:01 17:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:20:01 17:15:01 eth0 160.15 117.20 463.01 41.73 0.00 0.00 0.00 0.00 17:20:01 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:15:01 docker0 1.73 1.38 0.39 3.16 0.00 0.00 0.00 0.00 17:20:01 17:16:01 eth0 4.10 1.73 3.06 0.12 0.00 0.00 0.00 0.00 17:20:01 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:17:02 eth0 0.87 0.32 0.31 0.20 0.00 0.00 0.00 0.00 17:20:01 17:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:18:01 eth0 0.54 0.44 0.30 0.18 0.00 0.00 0.00 0.00 17:20:01 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:19:01 eth0 861.42 783.91 7036.72 68.43 0.00 0.00 0.00 0.00 17:20:01 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 17:19:01 docker0 18.98 17.77 1.93 43.48 0.00 0.00 0.00 0.00 17:20:01 Average: eth0 206.25 181.46 1506.95 22.22 0.00 0.00 0.00 0.00 17:20:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:20:01 Average: docker0 4.16 3.85 0.47 9.37 0.00 0.00 0.00 0.00 17:20:01 17:20:01 17:20:01 ---> sar -P ALL: 17:20:01 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) 17:20:01 17:20:01 17:13:15 LINUX RESTART (4 CPU) 17:20:01 17:20:01 17:14:01 CPU %user %nice %system %iowait %steal %idle 17:20:01 17:15:01 all 3.06 0.00 1.56 1.39 0.02 93.98 17:20:01 17:15:01 0 3.22 0.00 1.77 0.22 0.02 94.78 17:20:01 17:15:01 1 2.83 0.00 1.24 0.57 0.02 95.35 17:20:01 17:15:01 2 3.04 0.00 2.06 4.70 0.02 90.19 17:20:01 17:15:01 3 3.15 0.00 1.17 0.07 0.02 95.60 17:20:01 17:16:01 all 0.18 0.00 0.03 0.00 0.00 99.79 17:20:01 17:16:01 0 0.07 0.00 0.05 0.00 0.00 99.88 17:20:01 17:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 17:20:01 17:16:01 2 0.42 0.00 0.03 0.00 0.00 99.55 17:20:01 17:16:01 3 0.18 0.00 0.02 0.00 0.00 99.80 17:20:01 17:17:02 all 0.16 0.00 0.02 0.00 0.00 99.82 17:20:01 17:17:02 0 0.55 0.00 0.03 0.00 0.00 99.42 17:20:01 17:17:02 1 0.05 0.00 0.02 0.00 0.00 99.93 17:20:01 17:17:02 2 0.02 0.00 0.02 0.00 0.00 99.97 17:20:01 17:17:02 3 0.02 0.00 0.03 0.00 0.00 99.95 17:20:01 17:18:01 all 0.11 0.00 0.04 0.00 0.00 99.85 17:20:01 17:18:01 0 0.32 0.00 0.08 0.00 0.02 99.58 17:20:01 17:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:20:01 17:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:20:01 17:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:20:01 17:19:01 all 12.63 0.00 6.87 2.12 0.05 78.34 17:20:01 17:19:01 0 12.21 0.00 7.50 2.94 0.03 77.31 17:20:01 17:19:01 1 12.59 0.00 6.94 2.33 0.03 78.11 17:20:01 17:19:01 2 12.90 0.00 6.30 1.45 0.07 79.28 17:20:01 17:19:01 3 12.80 0.00 6.72 1.79 0.05 78.65 17:20:01 Average: all 3.19 0.00 1.69 0.70 0.01 94.41 17:20:01 Average: 0 3.23 0.00 1.86 0.62 0.01 94.27 17:20:01 Average: 1 3.09 0.00 1.64 0.57 0.01 94.69 17:20:01 Average: 2 3.25 0.00 1.67 1.23 0.02 93.83 17:20:01 Average: 3 3.21 0.00 1.58 0.37 0.01 94.84 17:20:01 17:20:01 17:20:01