Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 40ca38474f55f855f0992f2930430c3fe3e7a006 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2345 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 Checking out Revision 40ca38474f55f855f0992f2930430c3fe3e7a006 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 Commit message: "Merge pull request #88 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk 8e89b74c7ccd1f8cb392b0e27940b82ffd59005a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:56:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:56:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:56:16 ========================================================= 21:56:16 EdgeX Global Pipelines Version Info 21:56:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:56:18 ------------------- 21:56:18 stable info: 21:56:18 ------------------- 21:56:18 Commited By: Emilio Reyes emilio.reyes@intel.com 21:56:18 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 21:56:18 Message: update stable to v1.0.119 21:56:18 ------------------- 21:56:18 experimental info: 21:56:18 ------------------- 21:56:18 Commited By: **** collab-it+edgex@linuxfoundation.org 21:56:18 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 21:56:18 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:56:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 21:56:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 21:56:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:56:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:56:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:56:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:56:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:56:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:56:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:56:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:56:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:56:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 21:56:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:56:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:56:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:56:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:56:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:56:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40ca38474f55f855f0992f2930430c3fe3e7a006 [Pipeline] echo 21:56:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 40ca384 [Pipeline] echo 21:56:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:56:23 + git log --format=format:%s -1 40ca38474f55f855f0992f2930430c3fe3e7a006 [Pipeline] echo 21:56:23 GIT_COMMIT: 40ca38474f55f855f0992f2930430c3fe3e7a006, Commit Message: Merge pull request #88 from jpwhitemn/upd-go-1-15 [Pipeline] echo 21:56:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:56:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:24 21:56:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:56:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:24 latest: Pulling from edgex-devops/git-semver 21:56:24 31603596830f: Pulling fs layer 21:56:24 2a8b12db71e7: Pulling fs layer 21:56:24 6ca5941a6612: Pulling fs layer 21:56:24 ecc8261a40a4: Pulling fs layer 21:56:24 ecc8261a40a4: Waiting 21:56:24 2a8b12db71e7: Verifying Checksum 21:56:24 2a8b12db71e7: Download complete 21:56:25 31603596830f: Verifying Checksum 21:56:25 31603596830f: Download complete 21:56:25 ecc8261a40a4: Verifying Checksum 21:56:25 ecc8261a40a4: Download complete 21:56:25 6ca5941a6612: Verifying Checksum 21:56:25 6ca5941a6612: Download complete 21:56:25 31603596830f: Pull complete 21:56:25 2a8b12db71e7: Pull complete 21:56:26 6ca5941a6612: Pull complete 21:56:26 ecc8261a40a4: Pull complete 21:56:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:56:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:56:26 prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container 21:56:26 $ 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 21:56:29 $ docker top 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:56:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:29 [ssh-agent] Looking for ssh-agent implementation... 21:56:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:29 $ docker exec 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent 21:56:30 SSH_AUTH_SOCK=/tmp/ssh-u6vbtbyaG2J8/agent.11 21:56:30 SSH_AGENT_PID=17 21:56:30 Running ssh-add (command line suppressed) 21:56:30 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5039907697636667580.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5039907697636667580.key) 21:56:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:30 + git describe --exact-match --tags HEAD 21:56:30 fatal: No names found, cannot describe anything. [Pipeline] } 21:56:30 $ docker exec --env ******** --env ******** 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent -k 21:56:30 unset SSH_AUTH_SOCK; 21:56:30 unset SSH_AGENT_PID; 21:56:30 echo Agent pid 17 killed; 21:56:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:56:30 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:56:30 This usually means this commit has not been tagged. [Pipeline] sshagent 21:56:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:30 [ssh-agent] Looking for ssh-agent implementation... 21:56:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:31 $ docker exec 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent 21:56:31 SSH_AUTH_SOCK=/tmp/ssh-A0uW4n2bHLIC/agent.46 21:56:31 SSH_AGENT_PID=51 21:56:31 Running ssh-add (command line suppressed) 21:56:31 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8998451947547073584.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8998451947547073584.key) 21:56:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:31 + git semver init 21:56:31 # -> Open(): unable to determine branch for HEAD 21:56:31 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 21:56:31 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 21:56:31 # $SEMVER_REMOTE_NAME = origin 21:56:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:56:31 # $SEMVER_USER_NAME = edgex-jenkins 21:56:31 # $SEMVER_BRANCH = master 21:56:31 # $SEMVER_TEMP = /tmp/semver-480482528 21:56:31 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 21:56:32 # '/tmp/semver-480482528' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 21:56:32 # -> Force: false 21:56:32 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 21:56:32 $ docker exec --env ******** --env ******** 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced ssh-agent -k 21:56:32 unset SSH_AUTH_SOCK; 21:56:32 unset SSH_AGENT_PID; 21:56:32 echo Agent pid 51 killed; 21:56:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:56:33 + git semver [Pipeline] } 21:56:33 $ docker stop --time=1 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced 21:56:34 $ docker rm -f 28d36f9e233e050ba3f9c9f0220b5e5ce95ef9287e8ccd01178526bf8b17cced [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:56:35 Stashed 46 file(s) [Pipeline] echo 21:56:35 [edgeXSemver]: initialized semver on version 0.0.38 [Pipeline] echo 21:56:35 Archived original version: [0.0.38] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:56:50 Still waiting to schedule task 21:56:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:56:50 Still waiting to schedule task 21:56:50 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2343’ 21:59:23 Running on prd-centos7-docker-4c-2g-2348 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 21:59:23 Running in /w/workspace/go-mod-bootstrap/40 [Pipeline] { [Pipeline] checkout 21:59:32 using credential edgex-jenkins-ssh 21:59:32 Cloning the remote Git repository 21:59:32 Cloning with configured refspecs honoured and without tags 21:59:32 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 21:59:33 > git init /w/workspace/go-mod-bootstrap/40 # timeout=10 21:59:34 Fetching without tags 21:59:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:59:33 > git --version # timeout=10 21:59:33 > git --version # 'git version 2.16.5' 21:59:33 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:59:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:59:34 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:59:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 21:59:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 21:59:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:59:34 Checking out Revision 40ca38474f55f855f0992f2930430c3fe3e7a006 (master) 21:59:34 > git config core.sparsecheckout # timeout=10 21:59:34 > git checkout -f 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 21:59:39 Commit message: "Merge pull request #88 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:59:40 ========================================================= 21:59:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:59:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:59:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:59:42 Sending build context to Docker daemon 647.2kB 21:59:42 Step 1/8 : ARG BASE=golang:1.15-alpine 21:59:42 Step 2/8 : FROM ${BASE} 21:59:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:59:42 df20fa9351a1: Pulling fs layer 21:59:42 ed8968b2872e: Pulling fs layer 21:59:42 a92cc7c5fd73: Pulling fs layer 21:59:42 e871e8e8d7a9: Pulling fs layer 21:59:42 e73272ec9a57: Pulling fs layer 21:59:42 1e910a182e73: Pulling fs layer 21:59:42 4e634b169226: Pulling fs layer 21:59:42 e871e8e8d7a9: Waiting 21:59:42 e73272ec9a57: Waiting 21:59:42 4e634b169226: Waiting 21:59:42 1e910a182e73: Waiting 21:59:42 a92cc7c5fd73: Verifying Checksum 21:59:42 a92cc7c5fd73: Download complete 21:59:42 ed8968b2872e: Verifying Checksum 21:59:42 ed8968b2872e: Download complete 21:59:42 e73272ec9a57: Verifying Checksum 21:59:42 e73272ec9a57: Download complete 21:59:42 1e910a182e73: Verifying Checksum 21:59:42 1e910a182e73: Download complete 21:59:42 df20fa9351a1: Verifying Checksum 21:59:42 df20fa9351a1: Download complete 21:59:43 df20fa9351a1: Pull complete 21:59:43 ed8968b2872e: Pull complete 21:59:43 a92cc7c5fd73: Pull complete 21:59:51 4e634b169226: Verifying Checksum 21:59:51 4e634b169226: Download complete 21:59:52 e871e8e8d7a9: Verifying Checksum 21:59:52 e871e8e8d7a9: Download complete 22:00:00 e871e8e8d7a9: Pull complete 22:00:00 e73272ec9a57: Pull complete 22:00:00 1e910a182e73: Pull complete 22:00:05 4e634b169226: Pull complete 22:00:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:00:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:00:05 ---> f7629b54cfaa 22:00:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:00:05 ---> Running in 9619fe1565c6 22:00:05 Removing intermediate container 9619fe1565c6 22:00:05 ---> c97c387f4d96 22:00:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:05 ---> Running in e05735d146c7 22:00:07 Removing intermediate container e05735d146c7 22:00:07 ---> f2876940bd25 22:00:07 Step 5/8 : RUN apk add --update --no-cache git make 22:00:07 ---> Running in 69e1998b1461 22:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:00:09 OK: 166 MiB in 39 packages 22:00:10 Removing intermediate container 69e1998b1461 22:00:10 ---> 630c3ae18e75 22:00:10 Step 6/8 : WORKDIR /build 22:00:10 ---> Running in f4736729d7f3 22:00:10 Removing intermediate container f4736729d7f3 22:00:10 ---> bf820b9d6af8 22:00:10 Step 7/8 : COPY go.mod . 22:00:10 ---> 9dcc66b8f374 22:00:10 Step 8/8 : RUN go mod download 22:00:11 ---> Running in a0a86b1968fa 22:00:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2349 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 22:00:23 Running in /w/workspace/go-mod-bootstrap/40 [Pipeline] { [Pipeline] checkout 22:00:24 Removing intermediate container a0a86b1968fa 22:00:24 ---> 52a8e8103a30 22:00:24 Successfully built 52a8e8103a30 22:00:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:00:29 using credential edgex-jenkins-ssh 22:00:29 Cloning the remote Git repository 22:00:29 Cloning with configured refspecs honoured and without tags 22:00:29 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:00:29 > git init /w/workspace/go-mod-bootstrap/40 # timeout=10 22:00:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:00:29 > git --version # timeout=10 22:00:29 > git --version # 'git version 2.17.1' 22:00:29 using GIT_SSH to set credentials SSH Credentials for GitHub 22:00:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:00:30 Fetching without tags 22:00:30 Checking out Revision 40ca38474f55f855f0992f2930430c3fe3e7a006 (master) 22:00:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:00:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:00:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:00:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:00:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:00:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:00:30 > git config core.sparsecheckout # timeout=10 22:00:30 > git checkout -f 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 22:00:35 Commit message: "Merge pull request #88 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:00:36 ========================================================= 22:00:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:00:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:00:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:00:38 Sending build context to Docker daemon 647.2kB 22:00:38 Step 1/8 : ARG BASE=golang:1.15-alpine 22:00:38 Step 2/8 : FROM ${BASE} 22:00:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:00:38 b538f80385f9: Pulling fs layer 22:00:38 74f711af9a0d: Pulling fs layer 22:00:38 99f96fe45779: Pulling fs layer 22:00:38 8529a6b9a6be: Pulling fs layer 22:00:38 45590311c82a: Pulling fs layer 22:00:38 69ca0ff8b7b3: Pulling fs layer 22:00:38 8529a6b9a6be: Waiting 22:00:38 209524e5b208: Pulling fs layer 22:00:38 45590311c82a: Waiting 22:00:38 69ca0ff8b7b3: Waiting 22:00:38 209524e5b208: Waiting 22:00:38 99f96fe45779: Download complete 22:00:38 74f711af9a0d: Verifying Checksum 22:00:38 74f711af9a0d: Download complete 22:00:38 45590311c82a: Download complete 22:00:38 69ca0ff8b7b3: Verifying Checksum 22:00:38 69ca0ff8b7b3: Download complete 22:00:38 b538f80385f9: Verifying Checksum 22:00:38 b538f80385f9: Download complete 22:00:39 b538f80385f9: Pull complete 22:00:40 74f711af9a0d: Pull complete 22:00:40 99f96fe45779: Pull complete 22:00:41 209524e5b208: Verifying Checksum 22:00:41 209524e5b208: Download complete 22:00:41 8529a6b9a6be: Verifying Checksum 22:00:41 8529a6b9a6be: Download complete 22:00:52 8529a6b9a6be: Pull complete 22:00:52 45590311c82a: Pull complete 22:00:52 69ca0ff8b7b3: Pull complete 22:00:56 209524e5b208: Pull complete 22:00:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:00:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:00:56 ---> 5bddaf1c2fca 22:00:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:00:59 ---> Running in 3a700f8798a9 22:00:59 Removing intermediate container 3a700f8798a9 22:00:59 ---> beeb593d6527 22:00:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:59 ---> Running in e3ef1f619de7 22:01:02 Removing intermediate container e3ef1f619de7 22:01:02 ---> e3046ca8533c 22:01:02 Step 5/8 : RUN apk add --update --no-cache git make 22:01:02 ---> Running in c7ac8e73d21f 22:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:05 OK: 142 MiB in 39 packages 22:01:06 Removing intermediate container c7ac8e73d21f 22:01:06 ---> 9b7eca682fad 22:01:06 Step 6/8 : WORKDIR /build 22:01:06 ---> Running in 1b44bbe135fc 22:01:07 Removing intermediate container 1b44bbe135fc 22:01:07 ---> 0c681fbf4cd6 22:01:07 Step 7/8 : COPY go.mod . 22:01:07 ---> 17dd9a89e0af 22:01:07 Step 8/8 : RUN go mod download 22:01:08 ---> Running in e62fefd7df5f 22:01:23 Removing intermediate container e62fefd7df5f 22:01:23 ---> e9494fa80422 22:01:23 Successfully built e9494fa80422 22:01:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:01:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:01:25 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:01:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:01:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:01:25 22:01:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:01:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:01:26 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:01:26 cbdbe7a5bc2a: Pulling fs layer 22:01:26 408f87550127: Pulling fs layer 22:01:26 fe522b08c979: Pulling fs layer 22:01:26 221eaa008020: Pulling fs layer 22:01:26 2a4607e5d6b9: Pulling fs layer 22:01:26 8f79b27c4fd2: Pulling fs layer 22:01:26 e5c8dbe1645b: Pulling fs layer 22:01:26 23e8b3b47431: Pulling fs layer 22:01:26 5c568d65a230: Pulling fs layer 22:01:26 8f79b27c4fd2: Waiting 22:01:26 e5c8dbe1645b: Waiting 22:01:26 5c568d65a230: Waiting 22:01:26 221eaa008020: Waiting 22:01:26 2a4607e5d6b9: Waiting 22:01:26 23e8b3b47431: Waiting 22:01:26 fe522b08c979: Verifying Checksum 22:01:26 fe522b08c979: Download complete 22:01:26 408f87550127: Download complete 22:01:26 2a4607e5d6b9: Verifying Checksum 22:01:26 2a4607e5d6b9: Download complete 22:01:26 8f79b27c4fd2: Verifying Checksum 22:01:26 8f79b27c4fd2: Download complete 22:01:26 cbdbe7a5bc2a: Verifying Checksum 22:01:26 cbdbe7a5bc2a: Download complete 22:01:27 cbdbe7a5bc2a: Pull complete 22:01:27 408f87550127: Pull complete 22:01:27 fe522b08c979: Pull complete 22:01:27 e5c8dbe1645b: Verifying Checksum 22:01:27 e5c8dbe1645b: Download complete 22:01:28 23e8b3b47431: Verifying Checksum 22:01:28 23e8b3b47431: Download complete 22:01:28 5c568d65a230: Verifying Checksum 22:01:28 5c568d65a230: Download complete 22:01:30 221eaa008020: Verifying Checksum 22:01:30 221eaa008020: Download complete 22:01:35 221eaa008020: Pull complete 22:01:35 2a4607e5d6b9: Pull complete 22:01:35 8f79b27c4fd2: Pull complete 22:01:37 e5c8dbe1645b: Pull complete 22:01:41 23e8b3b47431: Pull complete 22:01:42 5c568d65a230: Pull complete 22:01:42 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:01:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:01:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:01:42 prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container 22:01:42 $ 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 22:01:43 $ docker top 5a594a8774ab0dc5ac2ae8022af7ce1f068819ce177cc35be4caef28bcdbecc3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:01:43 + snyk monitor '--org=edgex-jenkins' 22:01:49 22:01:49 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 22:01:49 22:01:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/f645fded-3bc3-40a6-9d25-f36f1afe79eb 22:01:49 22:01:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:01:49 22:01:49 22:01:49 Snyk CLI supports Node.js 8 and higher. 22:01:49 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:01:49 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:01:49 22:01:49 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:01:49 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:01:49 $ docker stop --time=1 5a594a8774ab0dc5ac2ae8022af7ce1f068819ce177cc35be4caef28bcdbecc3 22:01:51 $ docker rm -f 5a594a8774ab0dc5ac2ae8022af7ce1f068819ce177cc35be4caef28bcdbecc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 22:01:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:01:53 . [Pipeline] withDockerContainer 22:01:53 prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container 22:01:53 $ 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 22:01:54 $ docker top c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:01:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:01:54 [ssh-agent] Looking for ssh-agent implementation... 22:01:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:01:54 $ docker exec c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 ssh-agent 22:01:54 SSH_AUTH_SOCK=/tmp/ssh-2Mk580IZmTbG/agent.11 22:01:54 SSH_AGENT_PID=17 22:01:54 Running ssh-add (command line suppressed) 22:01:55 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3678766436426057597.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3678766436426057597.key) 22:01:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:01:55 + git semver tag 22:01:55 # -> Open(): unable to determine branch for HEAD 22:01:55 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 22:01:55 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 22:01:55 # $SEMVER_REMOTE_NAME = origin 22:01:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:01:55 # $SEMVER_USER_NAME = edgex-jenkins 22:01:55 # $SEMVER_BRANCH = master 22:01:55 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 22:01:55 # 40ca38474f55f855f0992f2930430c3fe3e7a006 HEAD 22:01:55 # -> Force: false 22:01:55 # ac2f40ad0302aa7d7d57a332d5e6b37c75baf32b refs/tags/v0.0.38 [Pipeline] } 22:01:55 $ docker exec --env ******** --env ******** c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 ssh-agent -k 22:01:55 unset SSH_AUTH_SOCK; 22:01:55 unset SSH_AGENT_PID; 22:01:55 echo Agent pid 17 killed; 22:01:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:01:56 + git semver [Pipeline] } 22:01:56 $ docker stop --time=1 c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 22:01:57 $ docker rm -f c2e86c26a0ccae39cee370bf300761987c5522ad20bb5fe0dda273993ce0cbf2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:01:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:01:58 22:01:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:01:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:01:58 0.23.1-centos7: Pulling from edgex-lftools 22:01:58 ab5ef0e58194: Pulling fs layer 22:01:58 9712f1f96733: Pulling fs layer 22:01:58 63f879dbbcfc: Pulling fs layer 22:01:58 0d9ebad4ef96: Pulling fs layer 22:01:58 e9a5061849ea: Pulling fs layer 22:01:58 d747dcd14b5f: Pulling fs layer 22:01:58 2de7ff778b66: Pulling fs layer 22:01:58 e9a5061849ea: Waiting 22:01:58 d747dcd14b5f: Waiting 22:01:58 2de7ff778b66: Waiting 22:01:58 0d9ebad4ef96: Waiting 22:01:58 9712f1f96733: Verifying Checksum 22:01:58 9712f1f96733: Download complete 22:02:01 63f879dbbcfc: Verifying Checksum 22:02:01 63f879dbbcfc: Download complete 22:02:01 e9a5061849ea: Verifying Checksum 22:02:01 e9a5061849ea: Download complete 22:02:01 d747dcd14b5f: Verifying Checksum 22:02:01 d747dcd14b5f: Download complete 22:02:01 2de7ff778b66: Verifying Checksum 22:02:01 2de7ff778b66: Download complete 22:02:02 0d9ebad4ef96: Verifying Checksum 22:02:02 0d9ebad4ef96: Download complete 22:02:02 ab5ef0e58194: Verifying Checksum 22:02:02 ab5ef0e58194: Download complete 22:02:06 ab5ef0e58194: Pull complete 22:02:06 9712f1f96733: Pull complete 22:02:10 63f879dbbcfc: Pull complete 22:02:16 0d9ebad4ef96: Pull complete 22:02:16 e9a5061849ea: Pull complete 22:02:16 d747dcd14b5f: Pull complete 22:02:20 2de7ff778b66: Pull complete 22:02:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:02:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:02:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:02:21 prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container 22:02:21 $ 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 22:02:24 $ docker top 787327a18aa5d8188ef6eeec9275420f6984597d27a4d3215a7e66ed62ecae6b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:02:24 provisioning config files... 22:02:24 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7911244663555123039tmp 22:02:24 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8027480665042195832tmp 22:02:24 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2558466520169017651tmp [Pipeline] { [Pipeline] echo 22:02:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:02:25 ---> sigul-configuration.sh 22:02:25 gpg: directory `/root/.gnupg' created 22:02:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:02:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:02:25 gpg: keyring `/root/.gnupg/secring.gpg' created 22:02:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:02:25 gpg: CAST5 encrypted data 22:02:25 gpg: encrypted with 1 passphrase 22:02:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:02:26 + mkdir /home/jenkins 22:02:26 + mkdir /home/jenkins/sigul [Pipeline] sh 22:02:26 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:02:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:02:26 ---> sigul-install.sh 22:02:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:02:33 + git tag --list 22:02:33 v0.0.38 [Pipeline] sh 22:02:33 + lftools sign git-tag v0.0.38 22:02:35 Signing Git tag with Sigul... 22:02:35 Signing v0.0.38 [Pipeline] echo 22:02:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:02:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:02:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:02:36 $ docker stop --time=1 787327a18aa5d8188ef6eeec9275420f6984597d27a4d3215a7e66ed62ecae6b 22:02:38 $ docker rm -f 787327a18aa5d8188ef6eeec9275420f6984597d27a4d3215a7e66ed62ecae6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:02:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:02:39 . [Pipeline] withDockerContainer 22:02:39 prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container 22:02:39 $ 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 22:02:40 $ docker top 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:02:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:02:40 [ssh-agent] Looking for ssh-agent implementation... 22:02:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:02:41 $ docker exec 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc ssh-agent 22:02:41 SSH_AUTH_SOCK=/tmp/ssh-f6hQ2dNf5B4p/agent.11 22:02:41 SSH_AGENT_PID=17 22:02:41 Running ssh-add (command line suppressed) 22:02:41 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4627290158547449023.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4627290158547449023.key) 22:02:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:02:41 + git semver bump patch 22:02:41 # -> Open(): unable to determine branch for HEAD 22:02:41 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 22:02:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 22:02:41 # $SEMVER_REMOTE_NAME = origin 22:02:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:02:41 # $SEMVER_USER_NAME = edgex-jenkins 22:02:41 # $SEMVER_BRANCH = master 22:02:41 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 22:02:41 0.0.39 [Pipeline] } 22:02:41 $ docker exec --env ******** --env ******** 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc ssh-agent -k 22:02:41 unset SSH_AUTH_SOCK; 22:02:41 unset SSH_AGENT_PID; 22:02:41 echo Agent pid 17 killed; 22:02:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:02:42 + git semver [Pipeline] } 22:02:42 $ docker stop --time=1 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc 22:02:43 $ docker rm -f 94e76e6169dbb4a23728528628e0a1ed58a5c1e5ae02f0de29fc5cbd85c6b1fc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:02:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:02:44 . [Pipeline] withDockerContainer 22:02:44 prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container 22:02:44 $ 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 22:02:45 $ docker top 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:02:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:02:45 [ssh-agent] Looking for ssh-agent implementation... 22:02:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:02:45 $ docker exec 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 ssh-agent 22:02:45 SSH_AUTH_SOCK=/tmp/ssh-rnpQ6woTxjpV/agent.11 22:02:45 SSH_AGENT_PID=16 22:02:45 Running ssh-add (command line suppressed) 22:02:46 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5404928288005842365.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5404928288005842365.key) 22:02:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:02:46 + git semver push 22:02:46 # -> Open(): unable to determine branch for HEAD 22:02:46 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 22:02:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 22:02:46 # $SEMVER_REMOTE_NAME = origin 22:02:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:02:46 # $SEMVER_USER_NAME = edgex-jenkins 22:02:46 # $SEMVER_BRANCH = master 22:02:46 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 22:02:53 $ docker exec --env ******** --env ******** 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 ssh-agent -k 22:02:53 unset SSH_AUTH_SOCK; 22:02:53 unset SSH_AGENT_PID; 22:02:53 echo Agent pid 16 killed; 22:02:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:02:53 + git semver [Pipeline] } 22:02:53 $ docker stop --time=1 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 22:02:55 $ docker rm -f 274ffde8f4d1c73f4a3b8a01c02ef9175c67d07773704f1f68daad2bbda19464 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:02:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:02:57 ---> package-listing.sh 22:02:57 ++ facter osfamily 22:02:57 ++ tr '[:upper:]' '[:lower:]' 22:02:57 + OS_FAMILY=redhat 22:02:57 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 22:02:57 + START_PACKAGES=/tmp/packages_start.txt 22:02:57 + END_PACKAGES=/tmp/packages_end.txt 22:02:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:02:57 + PACKAGES=/tmp/packages_start.txt 22:02:57 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 22:02:57 + PACKAGES=/tmp/packages_end.txt 22:02:57 + case "${OS_FAMILY}" in 22:02:57 + rpm -qa 22:02:57 + sort 22:03:01 + '[' -f /tmp/packages_start.txt ']' 22:03:01 + '[' -f /tmp/packages_end.txt ']' 22:03:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:03:01 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 22:03:01 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 22:03:01 + 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 22:03:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:03:02 22:03:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:03:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:03:03 alpine: Pulling from edgex-lftools-log-publisher 22:03:03 df20fa9351a1: Pulling fs layer 22:03:03 36b3adc4ff6f: Pulling fs layer 22:03:03 8ad3a11d3b57: Pulling fs layer 22:03:03 46f8f816bc3b: Pulling fs layer 22:03:03 0dadc02b9964: Pulling fs layer 22:03:03 ce6a7cf60c04: Pulling fs layer 22:03:03 7a184a31f384: Pulling fs layer 22:03:03 0879bd2ef858: Pulling fs layer 22:03:03 46f8f816bc3b: Waiting 22:03:03 0dadc02b9964: Waiting 22:03:03 7a184a31f384: Waiting 22:03:03 ce6a7cf60c04: Waiting 22:03:03 0879bd2ef858: Waiting 22:03:03 36b3adc4ff6f: Download complete 22:03:03 46f8f816bc3b: Verifying Checksum 22:03:03 46f8f816bc3b: Download complete 22:03:03 df20fa9351a1: Download complete 22:03:03 ce6a7cf60c04: Download complete 22:03:03 7a184a31f384: Verifying Checksum 22:03:03 7a184a31f384: Download complete 22:03:03 0dadc02b9964: Verifying Checksum 22:03:03 0dadc02b9964: Download complete 22:03:03 8ad3a11d3b57: Verifying Checksum 22:03:03 8ad3a11d3b57: Download complete 22:03:03 df20fa9351a1: Pull complete 22:03:03 0879bd2ef858: Verifying Checksum 22:03:03 0879bd2ef858: Download complete 22:03:03 36b3adc4ff6f: Pull complete 22:03:04 8ad3a11d3b57: Pull complete 22:03:04 46f8f816bc3b: Pull complete 22:03:04 0dadc02b9964: Pull complete 22:03:05 ce6a7cf60c04: Pull complete 22:03:05 7a184a31f384: Pull complete 22:03:07 0879bd2ef858: Pull complete 22:03:07 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:03:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:03:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:03:07 prd-centos7-docker-4c-2g-2345 does not seem to be running inside a container 22:03:07 $ 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 22:03:11 $ docker top 3851b5d501d5390094e16d7023f7ca269682f28a77e75450861f1cf38e992be9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:03:12 + mkdir -p /var/log/sa [Pipeline] sh 22:03:12 + ls /var/log/sa-host 22:03:12 + sadf -c /var/log/sa-host/sa05 22:03:12 file_magic: OK 22:03:12 HZ: Using current value: 100 22:03:12 file_header: OK 22:03:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:03:12 Statistics: 22:03:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:03:12 File successfully converted to sysstat format version 12.2.1 22:03:12 + sadf -c /var/log/sa-host/sa11 22:03:12 file_magic: OK 22:03:12 HZ: Using current value: 100 22:03:12 file_header: OK 22:03:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:03:12 Statistics: 22:03:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:03:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:03:12 provisioning config files... 22:03:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3481421899861923210tmp [Pipeline] { [Pipeline] echo 22:03:13 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:03:13 ---> create-netrc.sh [Pipeline] echo 22:03:13 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:03:13 ---> logs-deploy.sh 22:03:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/40 22:03:13 INFO: archiving workspace using pattern(s): 22:03:15 Archives upload complete. 22:03:15 INFO: archiving logs to Nexus 22:03:15 ---> uname -a: 22:03:15 Linux 3851b5d501d5 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:03:15 22:03:15 22:03:15 ---> lscpu: 22:03:15 Architecture: x86_64 22:03:15 CPU op-mode(s): 32-bit, 64-bit 22:03:15 Byte Order: Little Endian 22:03:15 Address sizes: 40 bits physical, 48 bits virtual 22:03:15 CPU(s): 4 22:03:15 On-line CPU(s) list: 0-3 22:03:15 Thread(s) per core: 1 22:03:15 Core(s) per socket: 1 22:03:15 Socket(s): 4 22:03:15 NUMA node(s): 1 22:03:15 Vendor ID: GenuineIntel 22:03:15 CPU family: 6 22:03:15 Model: 44 22:03:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:03:15 Stepping: 1 22:03:15 CPU MHz: 2933.438 22:03:15 BogoMIPS: 5866.87 22:03:15 Virtualization: VT-x 22:03:15 Hypervisor vendor: KVM 22:03:15 Virtualization type: full 22:03:15 L1d cache: 128 KiB 22:03:15 L1i cache: 128 KiB 22:03:15 L2 cache: 16 MiB 22:03:15 L3 cache: 64 MiB 22:03:15 NUMA node0 CPU(s): 0-3 22:03:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:03:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:03:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:03:15 Vulnerability Meltdown: Mitigation; PTI 22:03:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:03:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:03:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:03:15 Vulnerability Tsx async abort: Not affected 22:03:15 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 22:03:15 22:03:15 22:03:15 ---> nproc: 22:03:15 4 22:03:15 22:03:15 22:03:15 ---> df -h: 22:03:15 Filesystem Size Used Available Use% Mounted on 22:03:15 overlay 50.0G 8.2G 41.8G 16% / 22:03:15 tmpfs 64.0M 0 64.0M 0% /dev 22:03:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:03:15 shm 64.0M 0 64.0M 0% /dev/shm 22:03:15 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:03:15 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:03:15 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:03:15 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 22:03:15 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:03:15 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_go-mod-bootstrap_master 22:03:15 22:03:15 22:03:15 ---> free -m: 22:03:15 total used free shared buff/cache available 22:03:15 Mem: 1837 786 123 0 927 985 22:03:15 Swap: 1023 2 1021 22:03:15 22:03:15 22:03:15 ---> ip addr: 22:03:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:03:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:03:15 inet 127.0.0.1/8 scope host lo 22:03:15 valid_lft forever preferred_lft forever 22:03:15 16: eth0@if17: mtu 1458 qdisc noqueue state UP 22:03:15 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:03:15 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:03:15 valid_lft forever preferred_lft forever 22:03:15 22:03:15 22:03:15 ---> sar -b -r -n DEV: 22:03:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 22:03:15 22:03:15 21:55:24 LINUX RESTART (4 CPU) 22:03:15 22:03:15 21:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:03:15 21:57:01 77.73 30.47 47.26 0.00 7293.86 4927.01 0.00 22:03:15 21:58:01 1.48 0.00 1.48 0.00 0.00 22.24 0.00 22:03:15 21:59:01 0.73 0.00 0.73 0.00 0.00 9.61 0.00 22:03:15 22:00:01 0.63 0.00 0.63 0.00 0.00 6.99 0.00 22:03:15 22:01:01 0.27 0.02 0.25 0.00 0.13 3.55 0.00 22:03:15 22:02:01 227.32 131.01 96.31 0.00 7126.14 34891.05 0.00 22:03:15 22:03:01 234.72 107.37 127.35 0.00 8196.54 28959.25 0.00 22:03:15 Average: 77.59 38.43 39.16 0.00 3232.33 9836.09 0.00 22:03:15 22:03:15 21:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:03:15 21:57:01 168028 0 591204 31.42 2620 1119704 1135452 38.75 430128 1124044 120 22:03:15 21:58:01 175036 0 584192 31.05 2620 1119708 1080588 36.88 428472 1119520 8 22:03:15 21:59:01 174132 0 585092 31.10 2620 1119712 1080840 36.89 430028 1119508 8 22:03:15 22:00:01 172584 0 586636 31.18 2620 1119716 1080732 36.88 431512 1119144 8 22:03:15 22:01:01 171788 0 587428 31.22 2620 1119720 1083500 36.98 454444 1097052 16 22:03:15 22:02:01 80752 0 662372 35.20 2596 1135836 1288736 43.98 561324 1047492 33128 22:03:15 22:03:01 116372 0 731552 38.88 1492 1032140 1108696 37.84 605256 877876 176 22:03:15 Average: 151242 0 618354 32.86 2455 1109505 1122649 38.31 477309 1072091 4781 22:03:15 22:03:15 21:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:03:15 21:57:01 eth0 495.47 304.38 1043.72 89.41 0.00 0.00 0.00 0.00 22:03:15 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 21:57:01 docker0 1.53 1.26 0.36 3.10 0.00 0.00 0.00 0.00 22:03:15 21:58:01 eth0 1.10 0.10 0.09 0.02 0.00 0.00 0.00 0.00 22:03:15 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 21:59:01 eth0 1.55 0.52 0.60 0.36 0.00 0.00 0.00 0.00 22:03:15 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 22:00:01 eth0 1.30 0.37 0.36 0.23 0.00 0.00 0.00 0.00 22:03:15 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 22:01:01 eth0 0.90 0.30 0.29 0.20 0.00 0.00 0.00 0.00 22:03:15 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 22:02:01 eth0 780.97 709.57 6265.82 61.02 0.00 0.00 0.00 0.00 22:03:15 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 22:02:01 docker0 18.93 16.42 1.95 45.60 0.00 0.00 0.00 0.00 22:03:15 22:03:01 eth0 217.28 176.23 1041.68 85.00 0.00 0.00 0.00 0.00 22:03:15 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 22:03:01 docker0 27.08 32.26 1.62 198.93 0.00 0.00 0.00 0.00 22:03:15 Average: eth0 214.19 170.30 1193.95 33.76 0.00 0.00 0.00 0.00 22:03:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:15 Average: docker0 6.79 7.14 0.56 35.39 0.00 0.00 0.00 0.00 22:03:15 22:03:15 22:03:15 ---> sar -P ALL: 22:03:15 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 22:03:15 22:03:15 21:55:24 LINUX RESTART (4 CPU) 22:03:15 22:03:15 21:56:01 CPU %user %nice %system %iowait %steal %idle 22:03:15 21:57:01 all 12.06 0.00 5.18 2.53 0.02 80.21 22:03:15 21:57:01 0 13.34 0.00 5.48 2.98 0.02 78.18 22:03:15 21:57:01 1 11.10 0.00 5.47 5.17 0.02 78.24 22:03:15 21:57:01 2 11.61 0.00 5.28 1.47 0.02 81.62 22:03:15 21:57:01 3 12.21 0.00 4.50 0.49 0.02 82.78 22:03:15 21:58:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:03:15 21:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:03:15 21:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:03:15 21:58:01 2 0.48 0.00 0.03 0.00 0.00 99.48 22:03:15 21:58:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:03:15 21:59:01 all 0.14 0.00 0.03 0.00 0.00 99.83 22:03:15 21:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:03:15 21:59:01 1 0.07 0.00 0.02 0.00 0.00 99.92 22:03:15 21:59:01 2 0.42 0.00 0.05 0.00 0.00 99.53 22:03:15 21:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:03:15 22:00:01 all 0.13 0.00 0.03 0.00 0.00 99.84 22:03:15 22:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:03:15 22:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:03:15 22:00:01 2 0.43 0.00 0.03 0.00 0.00 99.53 22:03:15 22:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:03:15 22:01:01 all 0.16 0.00 0.05 0.00 0.00 99.78 22:03:15 22:01:01 0 0.05 0.00 0.07 0.02 0.00 99.87 22:03:15 22:01:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:03:15 22:01:01 2 0.50 0.00 0.02 0.00 0.02 99.47 22:03:15 22:01:01 3 0.05 0.00 0.07 0.00 0.00 99.88 22:03:15 22:02:01 all 8.79 0.00 5.97 2.39 0.04 82.82 22:03:15 22:02:01 0 8.86 0.00 6.04 2.60 0.03 82.47 22:03:15 22:02:01 1 8.54 0.00 6.04 1.64 0.05 83.72 22:03:15 22:02:01 2 8.99 0.00 6.01 3.28 0.03 81.69 22:03:15 22:02:01 3 8.76 0.00 5.79 2.03 0.03 83.38 22:03:15 22:03:01 all 10.77 0.00 7.39 3.13 0.03 78.68 22:03:15 22:03:01 0 9.95 0.00 7.34 1.76 0.03 80.91 22:03:15 22:03:01 1 11.80 0.00 7.29 2.86 0.03 78.01 22:03:15 22:03:01 2 10.89 0.00 6.85 4.79 0.02 77.45 22:03:15 22:03:01 3 10.44 0.00 8.08 3.09 0.03 78.36 22:03:15 Average: all 4.57 0.00 2.65 1.14 0.01 91.63 22:03:15 Average: 0 4.57 0.00 2.68 1.04 0.01 91.70 22:03:15 Average: 1 4.49 0.00 2.68 1.37 0.01 91.44 22:03:15 Average: 2 4.73 0.00 2.59 1.35 0.01 91.31 22:03:15 Average: 3 4.48 0.00 2.63 0.79 0.01 92.09 22:03:15 22:03:15 22:03:15