Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d92118ee404a2f02c274fe9fe93a66fd30d1d18b 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17645 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 repository git@github.com:edgexfoundry/go-mod-bootstrap.git > 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d92118ee404a2f02c274fe9fe93a66fd30d1d18b (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --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 d92118ee404a2f02c274fe9fe93a66fd30d1d18b # timeout=10 Commit message: "refactor: Refactor to remove remote and file logging (#138)" > git rev-list --no-walk cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:21:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:21:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:21:58 ========================================================= 20:21:58 EdgeX Global Pipelines Version Info 20:21:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:21:59 ------------------- 20:21:59 stable info: 20:21:59 ------------------- 20:21:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:21:59 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:21:59 Message: update stable to v1.0.173 20:22:00 ------------------- 20:22:00 experimental info: 20:22:00 ------------------- 20:22:00 Commited By: **** collab-it+edgex@linuxfoundation.org 20:22:00 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:22:00 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:22:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:22:01 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:22:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:22:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:22:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:22:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:22:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] echo 20:22:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d92118e [Pipeline] echo 20:22:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:22:05 + git log --format=format:%s -1 d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] echo 20:22:06 GIT_COMMIT: d92118ee404a2f02c274fe9fe93a66fd30d1d18b, Commit Message: refactor: Refactor to remove remote and file logging (#138) [Pipeline] echo 20:22:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:22:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:22:07 20:22:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:22:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:22:08 latest: Pulling from edgex-devops/git-semver 20:22:08 31603596830f: Pulling fs layer 20:22:08 2a8b12db71e7: Pulling fs layer 20:22:08 6ca5941a6612: Pulling fs layer 20:22:08 ecc8261a40a4: Pulling fs layer 20:22:08 ecc8261a40a4: Waiting 20:22:08 2a8b12db71e7: Verifying Checksum 20:22:08 2a8b12db71e7: Download complete 20:22:08 31603596830f: Verifying Checksum 20:22:08 31603596830f: Download complete 20:22:09 ecc8261a40a4: Verifying Checksum 20:22:09 ecc8261a40a4: Download complete 20:22:09 6ca5941a6612: Verifying Checksum 20:22:09 6ca5941a6612: Download complete 20:22:09 31603596830f: Pull complete 20:22:09 2a8b12db71e7: Pull complete 20:22:11 6ca5941a6612: Pull complete 20:22:11 ecc8261a40a4: Pull complete 20:22:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:22:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:22:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:22:11 prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container 20:22:11 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:22:14 $ docker top e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:22:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:22:15 [ssh-agent] Looking for ssh-agent implementation... 20:22:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:22:15 $ docker exec e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent 20:22:15 SSH_AUTH_SOCK=/tmp/ssh-uhADUBgffJCR/agent.11 20:22:15 SSH_AGENT_PID=16 20:22:15 Running ssh-add (command line suppressed) 20:22:16 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4019198399092659181.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4019198399092659181.key) 20:22:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:22:16 + git tag --points-at HEAD [Pipeline] } 20:22:16 $ docker exec --env ******** --env ******** e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent -k 20:22:16 unset SSH_AUTH_SOCK; 20:22:16 unset SSH_AGENT_PID; 20:22:16 echo Agent pid 16 killed; 20:22:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:22:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:22:17 [ssh-agent] Looking for ssh-agent implementation... 20:22:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:22:17 $ docker exec e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent 20:22:17 SSH_AUTH_SOCK=/tmp/ssh-baZ0JjTToKVf/agent.44 20:22:17 SSH_AGENT_PID=49 20:22:17 Running ssh-add (command line suppressed) 20:22:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8850236983749131840.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8850236983749131840.key) 20:22:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:22:18 + git semver init 20:22:18 # -> Open(): unable to determine branch for HEAD 20:22:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:22:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:22:18 # $SEMVER_REMOTE_NAME = origin 20:22:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:22:18 # $SEMVER_USER_NAME = edgex-jenkins 20:22:18 # $SEMVER_BRANCH = master 20:22:18 # $SEMVER_TEMP = /tmp/semver-889687371 20:22:18 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:22:19 # '/tmp/semver-889687371' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 20:22:19 # -> Force: false 20:22:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:22:19 $ docker exec --env ******** --env ******** e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f ssh-agent -k 20:22:19 unset SSH_AUTH_SOCK; 20:22:19 unset SSH_AGENT_PID; 20:22:19 echo Agent pid 49 killed; 20:22:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:22:20 + git semver [Pipeline] } 20:22:20 $ docker stop --time=1 e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f 20:22:22 $ docker rm -f e67b878aea105165a0efdf0c9801377127cfd9585d006cbd0a4ca9a602021e4f [Pipeline] // withDockerContainer [Pipeline] sh 20:22:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:22:23 Stashed 1 file(s) [Pipeline] echo 20:22:23 [edgeXSemver]: initialized semver on version 0.0.65 [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 20:22:38 Still waiting to schedule task 20:22:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:22:38 Still waiting to schedule task 20:22:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:24:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17646 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:24:28 Running in /w/workspace/go-mod-bootstrap/68 [Pipeline] { [Pipeline] checkout 20:24:33 using credential edgex-jenkins-ssh 20:24:33 Cloning the remote Git repository 20:24:33 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:24:33 > git init /w/workspace/go-mod-bootstrap/68 # timeout=10 20:24:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:24:33 > git --version # timeout=10 20:24:33 > git --version # 'git version 2.17.1' 20:24:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:24:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:24:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:24:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:24:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:24:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:24:34 using GIT_SSH to set credentials SSH Credentials for GitHub 20:24:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:24:34 Checking out Revision d92118ee404a2f02c274fe9fe93a66fd30d1d18b (master) 20:24:35 > git config core.sparsecheckout # timeout=10 20:24:35 > git checkout -f d92118ee404a2f02c274fe9fe93a66fd30d1d18b # timeout=10 20:24:39 Commit message: "refactor: Refactor to remove remote and file logging (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:24:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:24:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:24:41 + sudo service docker restart 20:24:41 + true [Pipeline] unstash [Pipeline] echo 20:24:44 ========================================================= 20:24:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:24:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:24:45 + 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 . 20:24:46 Sending build context to Docker daemon 617.5kB 20:24:46 Step 1/8 : ARG BASE=golang:1.15-alpine 20:24:46 Step 2/8 : FROM ${BASE} 20:24:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:24:46 5f621e34cdf4: Pulling fs layer 20:24:46 a4357932f1b6: Pulling fs layer 20:24:46 18c013af1878: Pulling fs layer 20:24:46 00ac8860ef70: Pulling fs layer 20:24:46 63d7cb157983: Pulling fs layer 20:24:46 b116817d02f9: Pulling fs layer 20:24:46 745a02a5169b: Pulling fs layer 20:24:46 00ac8860ef70: Waiting 20:24:46 63d7cb157983: Waiting 20:24:46 b116817d02f9: Waiting 20:24:46 745a02a5169b: Waiting 20:24:46 18c013af1878: Verifying Checksum 20:24:46 18c013af1878: Download complete 20:24:46 a4357932f1b6: Download complete 20:24:46 63d7cb157983: Verifying Checksum 20:24:46 63d7cb157983: Download complete 20:24:47 b116817d02f9: Verifying Checksum 20:24:47 b116817d02f9: Download complete 20:24:47 5f621e34cdf4: Download complete 20:24:48 5f621e34cdf4: Pull complete 20:24:48 a4357932f1b6: Pull complete 20:24:48 18c013af1878: Pull complete 20:24:49 745a02a5169b: Verifying Checksum 20:24:49 745a02a5169b: Download complete 20:24:50 00ac8860ef70: Download complete 20:25:01 00ac8860ef70: Pull complete 20:25:01 63d7cb157983: Pull complete 20:25:01 b116817d02f9: Pull complete 20:25:05 745a02a5169b: Pull complete 20:25:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:25:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:25:05 ---> b7e6874047d6 20:25:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:25:08 ---> Running in 1d3f8de19317 20:25:08 Removing intermediate container 1d3f8de19317 20:25:08 ---> aa4f3db0bf0d 20:25:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:08 ---> Running in 9d42ddd083c0 20:25:10 Removing intermediate container 9d42ddd083c0 20:25:10 ---> 601d1c06de6f 20:25:10 Step 5/8 : RUN apk add --update --no-cache git make 20:25:10 ---> Running in 78ab2c2c5447 20:25:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:13 OK: 142 MiB in 39 packages 20:25:14 Removing intermediate container 78ab2c2c5447 20:25:14 ---> d1df33ff569d 20:25:14 Step 6/8 : WORKDIR /build 20:25:14 ---> Running in 7ae2fa421f6a 20:25:14 Removing intermediate container 7ae2fa421f6a 20:25:14 ---> e4b15f3560f4 20:25:14 Step 7/8 : COPY go.mod . 20:25:15 ---> ced85588261e 20:25:15 Step 8/8 : RUN go mod download 20:25:15 ---> Running in e7bf22e409b1 20:25:16 Running on prd-centos7-docker-4c-2g-17647 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:25:16 Running in /w/workspace/go-mod-bootstrap/68 [Pipeline] { [Pipeline] checkout 20:25:23 using credential edgex-jenkins-ssh 20:25:23 Cloning the remote Git repository 20:25:23 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:25:23 > git init /w/workspace/go-mod-bootstrap/68 # timeout=10 20:25:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:25:23 > git --version # timeout=10 20:25:23 > git --version # 'git version 2.24.3' 20:25:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:25:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:25:25 Checking out Revision d92118ee404a2f02c274fe9fe93a66fd30d1d18b (master) 20:25:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:25:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:25:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:25:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:25:24 using GIT_SSH to set credentials SSH Credentials for GitHub 20:25:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:25:25 > git config core.sparsecheckout # timeout=10 20:25:25 > git checkout -f d92118ee404a2f02c274fe9fe93a66fd30d1d18b # timeout=10 20:25:30 Commit message: "refactor: Refactor to remove remote and file logging (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:25:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:25:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:25:32 + true 20:25:32 + sudo service docker restart 20:25:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:25:33 ========================================================= 20:25:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:25:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:25:33 + 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 . 20:25:34 Sending build context to Docker daemon 618.5kB 20:25:34 Step 1/8 : ARG BASE=golang:1.15-alpine 20:25:34 Step 2/8 : FROM ${BASE} 20:25:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:25:34 188c0c94c7c5: Pulling fs layer 20:25:34 0ef7d3d256c8: Pulling fs layer 20:25:34 de9db76c5a1d: Pulling fs layer 20:25:34 bca2f99d35d6: Pulling fs layer 20:25:34 93359f2a8cfa: Pulling fs layer 20:25:34 7c6f9722023f: Pulling fs layer 20:25:34 a35cf1a2eb13: Pulling fs layer 20:25:34 bca2f99d35d6: Waiting 20:25:34 93359f2a8cfa: Waiting 20:25:34 7c6f9722023f: Waiting 20:25:34 a35cf1a2eb13: Waiting 20:25:34 de9db76c5a1d: Verifying Checksum 20:25:34 de9db76c5a1d: Download complete 20:25:34 0ef7d3d256c8: Verifying Checksum 20:25:34 0ef7d3d256c8: Download complete 20:25:34 93359f2a8cfa: Verifying Checksum 20:25:34 93359f2a8cfa: Download complete 20:25:34 7c6f9722023f: Verifying Checksum 20:25:34 7c6f9722023f: Download complete 20:25:34 188c0c94c7c5: Verifying Checksum 20:25:34 188c0c94c7c5: Download complete 20:25:35 188c0c94c7c5: Pull complete 20:25:35 0ef7d3d256c8: Pull complete 20:25:35 de9db76c5a1d: Pull complete 20:25:37 Removing intermediate container e7bf22e409b1 20:25:37 ---> 65800be6e53b 20:25:37 Successfully built 65800be6e53b 20:25:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:25:38 + docker inspect -f . ci-base-image-arm64 20:25:38 . [Pipeline] withDockerContainer 20:25:38 prd-ubuntu18.04-docker-arm64-4c-16g-17646 does not seem to be running inside a container 20:25:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:25:39 a35cf1a2eb13: Verifying Checksum 20:25:39 a35cf1a2eb13: Download complete 20:25:40 $ docker top aa5354c89ad25d80b066730239ed141c764cf05b1f16e0ce314299a1e7da99d9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:40 bca2f99d35d6: Download complete 20:25:41 + go version 20:25:41 go version go1.15.5 linux/arm64 [Pipeline] } 20:25:41 $ docker stop --time=1 aa5354c89ad25d80b066730239ed141c764cf05b1f16e0ce314299a1e7da99d9 20:25:43 $ docker rm -f aa5354c89ad25d80b066730239ed141c764cf05b1f16e0ce314299a1e7da99d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:25:44 + docker inspect -f . ci-base-image-arm64 20:25:44 . [Pipeline] withDockerContainer 20:25:44 prd-ubuntu18.04-docker-arm64-4c-16g-17646 does not seem to be running inside a container 20:25:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:25:45 $ docker top 1be676ca2078ee695ad1915649d12d19560acd982865403d28bf53353386f870 -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:46 + make test 20:25:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:25:51 bca2f99d35d6: Pull complete 20:25:51 93359f2a8cfa: Pull complete 20:25:51 7c6f9722023f: Pull complete 20:25:57 a35cf1a2eb13: Pull complete 20:25:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:25:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:25:57 ---> a62c8e92a672 20:25:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:25:57 ---> Running in 9fb5786572b2 20:25:58 Removing intermediate container 9fb5786572b2 20:25:58 ---> 7891f81ed281 20:25:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:58 ---> Running in d668eaf7a9d5 20:26:00 Removing intermediate container d668eaf7a9d5 20:26:00 ---> a1d52e14ac85 20:26:00 Step 5/8 : RUN apk add --update --no-cache git make 20:26:00 ---> Running in d2bf4b5c498c 20:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:02 OK: 166 MiB in 39 packages 20:26:03 Removing intermediate container d2bf4b5c498c 20:26:03 ---> a7558d8f6cc2 20:26:03 Step 6/8 : WORKDIR /build 20:26:03 ---> Running in b9ae7bf72607 20:26:03 Removing intermediate container b9ae7bf72607 20:26:03 ---> bbbd05f8900c 20:26:03 Step 7/8 : COPY go.mod . 20:26:03 ---> 51ed6bcd44a4 20:26:03 Step 8/8 : RUN go mod download 20:26:03 ---> Running in af7b8d9b57bb 20:26:13 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:26:13 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.030s coverage: 8.4% of statements 20:26:13 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:26:14 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.048s coverage: 95.1% of statements 20:26:14 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.015s coverage: 87.8% of statements 20:26:17 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.021s coverage: 36.2% of statements 20:26:17 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:26:17 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 20:26:17 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.013s coverage: 48.9% of statements 20:26:20 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.023s coverage: 95.3% of statements 20:26:20 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:26:20 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:26:20 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements 20:26:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:26:26 gofmt -l . 20:26:26 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:26:26 $ docker stop --time=1 1be676ca2078ee695ad1915649d12d19560acd982865403d28bf53353386f870 20:26:28 $ docker rm -f 1be676ca2078ee695ad1915649d12d19560acd982865403d28bf53353386f870 [Pipeline] // withDockerContainer [Pipeline] sh 20:26:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:26:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 20:26:31 Removing intermediate container af7b8d9b57bb 20:26:31 ---> 2784c69ded9f 20:26:31 Successfully built 2784c69ded9f 20:26:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh 20:26:31 + docker inspect -f . ci-base-image-x86_64 20:26:32 . [Pipeline] withDockerContainer 20:26:32 prd-centos7-docker-4c-2g-17647 does not seem to be running inside a container 20:26:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:26:34 $ docker top c7641ae04f903a9f773c3b6035976be77ddd26b9569709a2c8723583f321d694 -eo pid,comm [Pipeline] { [Pipeline] sh 20:26:35 + go version 20:26:35 go version go1.15.5 linux/amd64 [Pipeline] } 20:26:35 $ docker stop --time=1 c7641ae04f903a9f773c3b6035976be77ddd26b9569709a2c8723583f321d694 20:26:36 $ docker rm -f c7641ae04f903a9f773c3b6035976be77ddd26b9569709a2c8723583f321d694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:26:37 + docker inspect -f . ci-base-image-x86_64 20:26:37 . [Pipeline] withDockerContainer 20:26:38 prd-centos7-docker-4c-2g-17647 does not seem to be running inside a container 20:26:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/68 -v /w/workspace/go-mod-bootstrap/68:/w/workspace/go-mod-bootstrap/68:rw,z -v /w/workspace/go-mod-bootstrap/68@tmp:/w/workspace/go-mod-bootstrap/68@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:26:39 $ docker top 81613c62cbfb9ad33adf23389083523d192c0d511a00fab75a45b15380c2332b -eo pid,comm [Pipeline] { [Pipeline] sh 20:26:39 + make test 20:26:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:26:58 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:26:58 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.008s coverage: 8.4% of statements 20:26:58 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:26:58 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.057s coverage: 95.1% of statements 20:26:59 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.017s coverage: 87.8% of statements 20:27:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.040s coverage: 36.2% of statements 20:27:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:27:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 20:27:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.049s coverage: 48.9% of statements 20:27:04 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.016s coverage: 95.3% of statements 20:27:04 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:27:04 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:27:04 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.035s coverage: 91.3% of statements 20:27:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:27:07 gofmt -l . 20:27:07 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:27:07 $ docker stop --time=1 81613c62cbfb9ad33adf23389083523d192c0d511a00fab75a45b15380c2332b 20:27:10 $ docker rm -f 81613c62cbfb9ad33adf23389083523d192c0d511a00fab75a45b15380c2332b [Pipeline] // withDockerContainer [Pipeline] sh 20:27:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:27:11 Warning: overwriting stash ‘coverage-report’ 20:27:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap 20:27:13 provisioning config files... 20:27:13 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7707024675150011095tmp [Pipeline] { [Pipeline] sh 20:27:14 + set +x 20:27:14 + curl -s https://codecov.io/bash 20:27:14 + bash -s -- 20:27:14 20:27:14 _____ _ 20:27:14 / ____| | | 20:27:14 | | ___ __| | ___ ___ _____ __ 20:27:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:27:14 | |___| (_) | (_| | __/ (_| (_) \ V / 20:27:14 \_____\___/ \__,_|\___|\___\___/ \_/ 20:27:14 Bash-20201223-5ad85e3 20:27:14 20:27:14 20:27:14 ==> git version 2.24.3 found 20:27:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:27:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:27:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:27:14 ==> Jenkins CI detected. 20:27:14 project root: . 20:27:14 --> token set from env 20:27:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:27:14 ==> Running gcov in . (disable via -X gcov) 20:27:14 ==> Python coveragepy not found 20:27:14 ==> Searching for coverage reports in: 20:27:14 + . 20:27:14 -> Found 1 reports 20:27:14 ==> Detecting git/mercurial file structure 20:27:14 ==> Reading reports 20:27:14 + ./coverage.out bytes=28797 20:27:14 ==> Appending adjustments 20:27:14 https://docs.codecov.io/docs/fixing-reports 20:27:15 + Found adjustments 20:27:15 ==> Gzipping contents 20:27:15 8.0K /tmp/codecov.5c6WG2.gz 20:27:15 ==> Uploading reports 20:27:15 url: https://codecov.io 20:27:15 query: branch=master&commit=d92118ee404a2f02c274fe9fe93a66fd30d1d18b&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F68%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 20:27:15 -> Pinging Codecov 20:27:15 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=d92118ee404a2f02c274fe9fe93a66fd30d1d18b&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F68%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 20:27:15 -> Uploading to 20:27:15 https://storage.googleapis.com/codecov/v4/raw/2020-12-29/833815588EE85121546D348822E98E2E/d92118ee404a2f02c274fe9fe93a66fd30d1d18b/da0c4480-2fb2-48d4-b1dc-6bdf6816fa7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T202715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d71481d71cec9edaa757aa9440d9420b4e04e613f58692c799f67db7ded103c9 20:27:15 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:15 Dload Upload Total Spent Left Speed 20:27:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5378 0 0 100 5378 0 11260 --:--:-- --:--:-- --:--:-- 11251 20:27:16 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] } 20:27:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:27:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:27:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:27:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:27:17 20:27:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:27:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:27:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:27:18 188c0c94c7c5: Pulling fs layer 20:27:18 0ef7d3d256c8: Pulling fs layer 20:27:18 de9db76c5a1d: Pulling fs layer 20:27:18 0eba1c9be4d2: Pulling fs layer 20:27:18 0d57e429df01: Pulling fs layer 20:27:18 4e4be7b47b0d: Pulling fs layer 20:27:18 e1f770b5df2f: Pulling fs layer 20:27:18 85a0685a4137: Pulling fs layer 20:27:18 0eba1c9be4d2: Waiting 20:27:18 0d57e429df01: Waiting 20:27:18 4e4be7b47b0d: Waiting 20:27:18 e1f770b5df2f: Waiting 20:27:18 85a0685a4137: Waiting 20:27:18 de9db76c5a1d: Verifying Checksum 20:27:18 de9db76c5a1d: Download complete 20:27:18 0ef7d3d256c8: Verifying Checksum 20:27:18 0ef7d3d256c8: Download complete 20:27:18 0d57e429df01: Verifying Checksum 20:27:18 0d57e429df01: Download complete 20:27:18 4e4be7b47b0d: Verifying Checksum 20:27:18 4e4be7b47b0d: Download complete 20:27:19 188c0c94c7c5: Download complete 20:27:19 188c0c94c7c5: Pull complete 20:27:20 0ef7d3d256c8: Pull complete 20:27:20 de9db76c5a1d: Pull complete 20:27:20 e1f770b5df2f: Verifying Checksum 20:27:20 e1f770b5df2f: Download complete 20:27:25 0eba1c9be4d2: Verifying Checksum 20:27:25 0eba1c9be4d2: Download complete 20:27:26 85a0685a4137: Verifying Checksum 20:27:26 85a0685a4137: Download complete 20:27:36 0eba1c9be4d2: Pull complete 20:27:36 0d57e429df01: Pull complete 20:27:37 4e4be7b47b0d: Pull complete 20:27:39 e1f770b5df2f: Pull complete 20:27:50 85a0685a4137: Pull complete 20:27:50 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:27:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:27:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:27:50 prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container 20:27:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:27:52 $ docker top ec19bd3365b3d962a038575656e819036e741bc03a88c3b401e1abe7d02692c3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:27:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:27:53 + set -o pipefail 20:27:53 + snyk monitor '--org=edgex-jenkins' 20:28:00 20:28:00 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 20:28:00 20:28:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/cdcfbfa6-175f-474f-b3a0-347be5515ad4 20:28:00 20:28:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:28:00 20:28:00 [Pipeline] } 20:28:00 $ docker stop --time=1 ec19bd3365b3d962a038575656e819036e741bc03a88c3b401e1abe7d02692c3 20:28:02 $ docker rm -f ec19bd3365b3d962a038575656e819036e741bc03a88c3b401e1abe7d02692c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:28:05 + git log --format=format:%s -1 d92118ee404a2f02c274fe9fe93a66fd30d1d18b [Pipeline] isUnix [Pipeline] sh 20:28:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:05 . [Pipeline] withDockerContainer 20:28:05 prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container 20:28:05 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:28:07 $ docker top c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:28:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:07 [ssh-agent] Looking for ssh-agent implementation... 20:28:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:08 $ docker exec c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 ssh-agent 20:28:08 SSH_AUTH_SOCK=/tmp/ssh-drjlnBUL14te/agent.12 20:28:08 SSH_AGENT_PID=18 20:28:08 Running ssh-add (command line suppressed) 20:28:08 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5252429286578580268.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5252429286578580268.key) 20:28:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:09 + git semver tag 20:28:09 # -> Open(): unable to determine branch for HEAD 20:28:09 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:28:09 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:28:09 # $SEMVER_REMOTE_NAME = origin 20:28:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:28:09 # $SEMVER_USER_NAME = edgex-jenkins 20:28:09 # $SEMVER_BRANCH = master 20:28:09 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:28:09 # d92118ee404a2f02c274fe9fe93a66fd30d1d18b HEAD 20:28:09 # -> Force: false 20:28:09 # 53a91caeb6d4d5ed419a5ec87f3da0d0d0e1273d refs/tags/v0.0.65 [Pipeline] } 20:28:09 $ docker exec --env ******** --env ******** c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 ssh-agent -k 20:28:09 unset SSH_AUTH_SOCK; 20:28:09 unset SSH_AGENT_PID; 20:28:09 echo Agent pid 18 killed; 20:28:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:28:10 + git semver [Pipeline] } 20:28:10 $ docker stop --time=1 c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 20:28:12 $ docker rm -f c223ecf15a7bdf55bb383cb0985638b583b82598599a90184584c86dbfb2ef36 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:28:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:28:12 20:28:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:28:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:28:13 0.23.1-centos7: Pulling from edgex-lftools 20:28:13 ab5ef0e58194: Pulling fs layer 20:28:13 9712f1f96733: Pulling fs layer 20:28:13 63f879dbbcfc: Pulling fs layer 20:28:13 0d9ebad4ef96: Pulling fs layer 20:28:13 e9a5061849ea: Pulling fs layer 20:28:13 d747dcd14b5f: Pulling fs layer 20:28:13 2de7ff778b66: Pulling fs layer 20:28:13 e9a5061849ea: Waiting 20:28:13 d747dcd14b5f: Waiting 20:28:13 2de7ff778b66: Waiting 20:28:13 0d9ebad4ef96: Waiting 20:28:13 9712f1f96733: Download complete 20:28:16 63f879dbbcfc: Verifying Checksum 20:28:16 63f879dbbcfc: Download complete 20:28:17 e9a5061849ea: Verifying Checksum 20:28:17 e9a5061849ea: Download complete 20:28:17 d747dcd14b5f: Download complete 20:28:17 0d9ebad4ef96: Verifying Checksum 20:28:17 0d9ebad4ef96: Download complete 20:28:17 2de7ff778b66: Download complete 20:28:18 ab5ef0e58194: Verifying Checksum 20:28:18 ab5ef0e58194: Download complete 20:28:27 ab5ef0e58194: Pull complete 20:28:27 9712f1f96733: Pull complete 20:28:31 63f879dbbcfc: Pull complete 20:28:42 0d9ebad4ef96: Pull complete 20:28:43 e9a5061849ea: Pull complete 20:28:43 d747dcd14b5f: Pull complete 20:28:46 2de7ff778b66: Pull complete 20:28:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:28:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:28:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:28:46 prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container 20:28:46 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:28:49 $ docker top 01729b069e533b4c73dd76a5aae7dfce733cb874a891b02deb3c7286bdf4eac2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:28:50 provisioning config files... 20:28:50 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8264343261065811404tmp 20:28:50 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1870605525893527793tmp 20:28:50 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7492701069219373109tmp [Pipeline] { [Pipeline] echo 20:28:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:28:51 ---> sigul-configuration.sh 20:28:51 gpg: directory `/root/.gnupg' created 20:28:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:28:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:28:51 gpg: keyring `/root/.gnupg/secring.gpg' created 20:28:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:28:51 gpg: CAST5 encrypted data 20:28:51 gpg: encrypted with 1 passphrase 20:28:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:28:51 + mkdir /home/jenkins 20:28:51 + mkdir /home/jenkins/sigul [Pipeline] sh 20:28:52 + 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 20:28:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:28:52 ---> sigul-install.sh 20:29:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:29:01 + git tag --list 20:29:01 v0.0.1 20:29:01 v0.0.10 20:29:01 v0.0.11 20:29:01 v0.0.12 20:29:01 v0.0.13 20:29:01 v0.0.14 20:29:01 v0.0.15 20:29:01 v0.0.16 20:29:01 v0.0.17 20:29:01 v0.0.18 20:29:01 v0.0.19 20:29:01 v0.0.2 20:29:01 v0.0.20 20:29:01 v0.0.21 20:29:01 v0.0.22 20:29:01 v0.0.23 20:29:01 v0.0.24 20:29:01 v0.0.25 20:29:01 v0.0.26 20:29:01 v0.0.27 20:29:01 v0.0.28 20:29:01 v0.0.29 20:29:01 v0.0.3 20:29:01 v0.0.30 20:29:01 v0.0.31 20:29:01 v0.0.32 20:29:01 v0.0.33 20:29:01 v0.0.34 20:29:01 v0.0.35 20:29:01 v0.0.36 20:29:01 v0.0.37 20:29:01 v0.0.38 20:29:01 v0.0.39 20:29:01 v0.0.4 20:29:01 v0.0.40 20:29:01 v0.0.41 20:29:01 v0.0.42 20:29:01 v0.0.43 20:29:01 v0.0.44 20:29:01 v0.0.45 20:29:01 v0.0.46 20:29:01 v0.0.47 20:29:01 v0.0.48 20:29:01 v0.0.49 20:29:01 v0.0.5 20:29:01 v0.0.50 20:29:01 v0.0.51 20:29:01 v0.0.52 20:29:01 v0.0.53 20:29:01 v0.0.54 20:29:01 v0.0.55 20:29:01 v0.0.56 20:29:01 v0.0.57 20:29:01 v0.0.58 20:29:01 v0.0.59 20:29:01 v0.0.6 20:29:01 v0.0.60 20:29:01 v0.0.61 20:29:01 v0.0.62 20:29:01 v0.0.63 20:29:01 v0.0.64 20:29:01 v0.0.65 20:29:01 v0.0.7 20:29:01 v0.0.8 20:29:01 v0.0.9 [Pipeline] sh 20:29:02 + lftools sign git-tag v0.0.65 20:29:04 Signing Git tag with Sigul... 20:29:04 Signing v0.0.65 [Pipeline] echo 20:29:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:29:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:29:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:29:05 $ docker stop --time=1 01729b069e533b4c73dd76a5aae7dfce733cb874a891b02deb3c7286bdf4eac2 20:29:07 $ docker rm -f 01729b069e533b4c73dd76a5aae7dfce733cb874a891b02deb3c7286bdf4eac2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:29:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:09 . [Pipeline] withDockerContainer 20:29:09 prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container 20:29:09 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:29:11 $ docker top 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:29:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:11 [ssh-agent] Looking for ssh-agent implementation... 20:29:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:12 $ docker exec 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 ssh-agent 20:29:12 SSH_AUTH_SOCK=/tmp/ssh-Sx5PKk34E3SW/agent.11 20:29:12 SSH_AGENT_PID=17 20:29:12 Running ssh-add (command line suppressed) 20:29:12 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4884818182399700360.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4884818182399700360.key) 20:29:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:13 + git semver bump patch 20:29:13 # -> Open(): unable to determine branch for HEAD 20:29:13 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:29:13 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:29:13 # $SEMVER_REMOTE_NAME = origin 20:29:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:29:13 # $SEMVER_USER_NAME = edgex-jenkins 20:29:13 # $SEMVER_BRANCH = master 20:29:13 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:29:13 0.0.66 [Pipeline] } 20:29:13 $ docker exec --env ******** --env ******** 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 ssh-agent -k 20:29:13 unset SSH_AUTH_SOCK; 20:29:13 unset SSH_AGENT_PID; 20:29:13 echo Agent pid 17 killed; 20:29:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:14 + git semver [Pipeline] } 20:29:14 $ docker stop --time=1 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 20:29:16 $ docker rm -f 25dde4c8744836f1605481e00cc3351a06d3c103218f124d6be8a99ece59cbf9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:29:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:17 . [Pipeline] withDockerContainer 20:29:17 prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container 20:29:17 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:29:18 $ docker top 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:29:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:19 [ssh-agent] Looking for ssh-agent implementation... 20:29:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:19 $ docker exec 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 ssh-agent 20:29:20 SSH_AUTH_SOCK=/tmp/ssh-JqqqSnPRm0Kj/agent.11 20:29:20 SSH_AGENT_PID=16 20:29:20 Running ssh-add (command line suppressed) 20:29:20 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6090184392137160537.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6090184392137160537.key) 20:29:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:21 + git semver push 20:29:21 # -> Open(): unable to determine branch for HEAD 20:29:21 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:29:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:29:21 # $SEMVER_REMOTE_NAME = origin 20:29:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:29:21 # $SEMVER_USER_NAME = edgex-jenkins 20:29:21 # $SEMVER_BRANCH = master 20:29:21 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:29:27 $ docker exec --env ******** --env ******** 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 ssh-agent -k 20:29:28 unset SSH_AUTH_SOCK; 20:29:28 unset SSH_AGENT_PID; 20:29:28 echo Agent pid 16 killed; 20:29:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:29 + git semver [Pipeline] } 20:29:29 $ docker stop --time=1 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 20:29:31 $ docker rm -f 2f39e43f645a66ecc92ea35702657c73ab8533f749aaac843a716e510da00b96 [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 20:29:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:29:33 ---> package-listing.sh 20:29:33 ++ facter osfamily 20:29:33 ++ tr '[:upper:]' '[:lower:]' 20:29:34 + OS_FAMILY=redhat 20:29:34 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 20:29:34 + START_PACKAGES=/tmp/packages_start.txt 20:29:34 + END_PACKAGES=/tmp/packages_end.txt 20:29:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:29:34 + PACKAGES=/tmp/packages_start.txt 20:29:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:29:34 + PACKAGES=/tmp/packages_end.txt 20:29:34 + case "${OS_FAMILY}" in 20:29:34 + rpm -qa 20:29:34 + sort 20:29:39 + '[' -f /tmp/packages_start.txt ']' 20:29:39 + '[' -f /tmp/packages_end.txt ']' 20:29:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:29:39 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:29:39 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 20:29:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 20:29:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:29:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:29:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:29:40 20:29:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:29:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:29:41 alpine: Pulling from edgex-lftools-log-publisher 20:29:41 df20fa9351a1: Pulling fs layer 20:29:41 36b3adc4ff6f: Pulling fs layer 20:29:41 8ad3a11d3b57: Pulling fs layer 20:29:41 46f8f816bc3b: Pulling fs layer 20:29:41 93b61091891f: Pulling fs layer 20:29:41 93b9cdb0e59b: Pulling fs layer 20:29:41 5e14af77c1be: Pulling fs layer 20:29:41 01666e4c0597: Pulling fs layer 20:29:41 aa168da1d23b: Pulling fs layer 20:29:41 93b9cdb0e59b: Waiting 20:29:41 5e14af77c1be: Waiting 20:29:41 01666e4c0597: Waiting 20:29:41 aa168da1d23b: Waiting 20:29:41 46f8f816bc3b: Waiting 20:29:41 93b61091891f: Waiting 20:29:41 36b3adc4ff6f: Verifying Checksum 20:29:41 36b3adc4ff6f: Download complete 20:29:41 46f8f816bc3b: Verifying Checksum 20:29:41 46f8f816bc3b: Download complete 20:29:41 df20fa9351a1: Verifying Checksum 20:29:41 df20fa9351a1: Download complete 20:29:41 93b9cdb0e59b: Verifying Checksum 20:29:41 93b9cdb0e59b: Download complete 20:29:41 93b61091891f: Verifying Checksum 20:29:41 93b61091891f: Download complete 20:29:41 5e14af77c1be: Download complete 20:29:41 01666e4c0597: Verifying Checksum 20:29:41 01666e4c0597: Download complete 20:29:41 8ad3a11d3b57: Verifying Checksum 20:29:41 8ad3a11d3b57: Download complete 20:29:42 df20fa9351a1: Pull complete 20:29:42 36b3adc4ff6f: Pull complete 20:29:44 8ad3a11d3b57: Pull complete 20:29:45 46f8f816bc3b: Pull complete 20:29:46 93b61091891f: Pull complete 20:29:46 aa168da1d23b: Verifying Checksum 20:29:46 aa168da1d23b: Download complete 20:29:46 93b9cdb0e59b: Pull complete 20:29:46 5e14af77c1be: Pull complete 20:29:46 01666e4c0597: Pull complete 20:30:01 aa168da1d23b: Pull complete 20:30:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:30:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:30:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:30:02 prd-centos7-docker-4c-2g-17645 does not seem to be running inside a container 20:30:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:30:06 $ docker top afcbce2f69581ac6764ce74f28c435a4c4c1f9d6afcaca39fc2a42fc01f93aeb -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:07 + touch /tmp/pre-build-complete [Pipeline] sh 20:30:08 + mkdir -p /var/log/sa [Pipeline] sh 20:30:08 + ls /var/log/sa-host 20:30:08 + sadf -c /var/log/sa-host/sa23 20:30:08 file_magic: OK 20:30:08 HZ: Using current value: 100 20:30:08 file_header: OK 20:30:08 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 20:30:08 Statistics: 20:30:08 Hnuu...uuuununununu... 20:30:08 File successfully converted to sysstat format version 12.2.1 20:30:08 + sadf -c /var/log/sa-host/sa29 20:30:08 file_magic: OK 20:30:08 HZ: Using current value: 100 20:30:08 file_header: OK 20:30:08 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 20:30:08 Statistics: 20:30:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:30:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:30:09 provisioning config files... 20:30:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4490770070477022085tmp [Pipeline] { [Pipeline] echo 20:30:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:30:10 ---> create-netrc.sh [Pipeline] } 20:30:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:30:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:30:10 ---> python-tools-install.sh [Pipeline] echo 20:30:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:30:11 ---> sudo-logs.sh 20:30:11 Archiving 'sudo' log.. [Pipeline] echo 20:30:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:30:12 ---> job-cost.sh 20:30:12 lf-activate-venv: SKIPPING 20:30:12 INFO: No Stack... 20:30:13 INFO: Retrieving Pricing Info for: v1-standard-2 20:30:14 INFO: Archiving Costs [Pipeline] echo 20:30:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:30:14 ---> logs-deploy.sh 20:30:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/68 20:30:14 INFO: archiving workspace using pattern(s): 20:30:17 Archives upload complete. 20:30:17 INFO: archiving logs to Nexus 20:30:19 ---> uname -a: 20:30:19 Linux prd-centos7-docker-4c-2g-17645.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:30:19 20:30:19 20:30:19 ---> lscpu: 20:30:19 Architecture: x86_64 20:30:19 CPU op-mode(s): 32-bit, 64-bit 20:30:19 Byte Order: Little Endian 20:30:19 Address sizes: 40 bits physical, 48 bits virtual 20:30:19 CPU(s): 4 20:30:19 On-line CPU(s) list: 0-3 20:30:19 Thread(s) per core: 1 20:30:19 Core(s) per socket: 1 20:30:19 Socket(s): 4 20:30:19 NUMA node(s): 1 20:30:19 Vendor ID: GenuineIntel 20:30:19 CPU family: 6 20:30:19 Model: 44 20:30:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:30:19 Stepping: 1 20:30:19 CPU MHz: 2933.438 20:30:19 BogoMIPS: 5866.87 20:30:19 Virtualization: VT-x 20:30:19 Hypervisor vendor: KVM 20:30:19 Virtualization type: full 20:30:19 L1d cache: 128 KiB 20:30:19 L1i cache: 128 KiB 20:30:19 L2 cache: 16 MiB 20:30:19 L3 cache: 64 MiB 20:30:19 NUMA node0 CPU(s): 0-3 20:30:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:30:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:30:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:30:19 Vulnerability Meltdown: Mitigation; PTI 20:30:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:30:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:30:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:30:19 Vulnerability Srbds: Not affected 20:30:19 Vulnerability Tsx async abort: Not affected 20:30:19 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 20:30:19 20:30:19 20:30:19 ---> nproc: 20:30:19 4 20:30:19 20:30:19 20:30:19 ---> df -h: 20:30:19 Filesystem Size Used Available Use% Mounted on 20:30:19 overlay 50.0G 8.5G 41.4G 17% / 20:30:19 tmpfs 64.0M 0 64.0M 0% /dev 20:30:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:30:19 shm 64.0M 0 64.0M 0% /dev/shm 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:30:19 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 20:30:19 20:30:19 20:30:19 ---> free -m: 20:30:19 total used free shared buff/cache available 20:30:19 Mem: 1837 842 152 0 842 928 20:30:19 Swap: 1023 3 1020 20:30:19 20:30:19 20:30:19 ---> ip addr: 20:30:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:30:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:30:19 inet 127.0.0.1/8 scope host lo 20:30:19 valid_lft forever preferred_lft forever 20:30:19 inet6 ::1/128 scope host 20:30:19 valid_lft forever preferred_lft forever 20:30:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:30:19 link/ether fa:16:3e:4f:55:ad brd ff:ff:ff:ff:ff:ff 20:30:19 inet 10.30.123.74/23 brd 10.30.123.255 scope global dynamic eth0 20:30:19 valid_lft 85839sec preferred_lft 85839sec 20:30:19 inet6 fe80::f816:3eff:fe4f:55ad/64 scope link 20:30:19 valid_lft forever preferred_lft forever 20:30:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:30:19 link/ether 02:42:a3:8d:a6:65 brd ff:ff:ff:ff:ff:ff 20:30:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:30:19 valid_lft forever preferred_lft forever 20:30:19 inet6 fe80::42:a3ff:fe8d:a665/64 scope link 20:30:19 valid_lft forever preferred_lft forever 20:30:19 20:30:19 20:30:19 ---> sar -b -r -n DEV: 20:30:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 20:30:19 20:30:19 20:20:45 LINUX RESTART (4 CPU) 20:30:19 20:30:19 20:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:30:19 20:23:01 31.42 11.49 19.93 0.00 4351.16 2398.17 0.00 20:30:19 20:24:01 1.40 0.00 1.40 0.00 0.00 20.29 0.00 20:30:19 20:25:02 0.27 0.00 0.27 0.00 0.00 2.71 0.00 20:30:19 20:26:01 0.20 0.00 0.20 0.00 0.00 1.91 0.00 20:30:19 20:27:01 0.32 0.00 0.32 0.00 0.00 4.61 0.00 20:30:19 20:28:01 275.57 167.07 108.50 0.00 7762.78 33653.78 0.00 20:30:19 20:29:01 214.42 75.64 138.78 0.00 4479.41 30888.43 0.00 20:30:19 20:30:01 153.83 72.07 81.75 0.00 4803.98 19521.60 0.00 20:30:19 Average: 84.89 40.89 44.00 0.00 2681.24 10838.62 0.00 20:30:19 20:30:19 20:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:30:19 20:23:01 175068 0 602352 32.01 2620 1101504 1133048 38.67 441432 1065780 20 20:30:19 20:24:01 184288 0 593124 31.52 2620 1101512 1062256 36.25 440548 1059084 8 20:30:19 20:25:02 181632 0 595776 31.66 2620 1101516 1062496 36.26 440828 1061456 8 20:30:19 20:26:01 181224 0 596180 31.69 2620 1101520 1062544 36.26 446172 1056408 8 20:30:19 20:27:01 181700 0 595700 31.66 2620 1101524 1062340 36.26 447356 1055332 20 20:30:19 20:28:01 132488 0 707200 37.59 2596 1039260 1383688 47.22 551652 938760 11172 20:30:19 20:29:01 65524 0 831060 44.17 1492 983468 1601196 54.65 677280 802724 72092 20:30:19 20:30:01 252680 0 801620 42.60 960 826284 1125752 38.42 516080 760956 62828 20:30:19 Average: 169326 0 665376 35.36 2268 1044574 1186665 40.50 495168 975062 18270 20:30:19 20:30:19 20:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:30:19 20:23:01 eth0 65.44 51.40 344.36 26.36 0.00 0.00 0.00 0.00 20:30:19 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:23:01 docker0 1.91 1.48 0.56 4.25 0.00 0.00 0.00 0.00 20:30:19 20:24:01 eth0 0.76 0.08 0.06 0.02 0.00 0.00 0.00 0.00 20:30:19 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:25:02 eth0 1.11 0.47 0.32 0.21 0.00 0.00 0.00 0.00 20:30:19 20:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:26:01 eth0 0.54 0.49 0.31 0.22 0.00 0.00 0.00 0.00 20:30:19 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:27:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:30:19 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:28:01 vethd430905 23.98 22.20 2.77 52.75 0.00 0.00 0.00 0.00 20:30:19 20:28:01 eth0 430.80 351.21 4136.14 35.42 0.00 0.00 0.00 0.00 20:30:19 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:28:01 docker0 23.98 22.07 2.44 52.74 0.00 0.00 0.00 0.00 20:30:19 20:29:01 veth19f9ee0 19.89 38.46 1.32 201.97 0.00 0.00 0.00 0.00 20:30:19 20:29:01 eth0 409.20 323.48 3426.23 84.51 0.00 0.00 0.00 0.00 20:30:19 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:29:01 docker0 19.89 38.33 1.05 201.96 0.00 0.00 0.00 0.00 20:30:19 20:30:01 eth0 226.66 181.94 2199.76 52.99 0.00 0.00 0.00 0.00 20:30:19 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 20:30:01 docker0 2.46 1.76 0.47 0.51 0.00 0.00 0.00 0.00 20:30:19 Average: eth0 142.19 113.93 1266.56 25.04 0.00 0.00 0.00 0.00 20:30:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:30:19 Average: docker0 6.04 7.97 0.57 32.51 0.00 0.00 0.00 0.00 20:30:19 20:30:19 20:30:19 ---> sar -P ALL: 20:30:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 20:30:19 20:30:19 20:20:45 LINUX RESTART (4 CPU) 20:30:19 20:30:19 20:22:01 CPU %user %nice %system %iowait %steal %idle 20:30:19 20:23:01 all 1.81 0.00 1.74 0.59 4.05 91.81 20:30:19 20:23:01 0 2.04 0.00 1.73 0.56 4.10 91.57 20:30:19 20:23:01 1 1.45 0.00 1.80 0.22 4.22 92.32 20:30:19 20:23:01 2 2.28 0.00 1.84 1.19 3.76 90.93 20:30:19 20:23:01 3 1.46 0.00 1.60 0.38 4.14 92.42 20:30:19 20:24:01 all 0.09 0.00 0.09 0.00 0.74 99.08 20:30:19 20:24:01 0 0.10 0.00 0.08 0.00 0.99 98.82 20:30:19 20:24:01 1 0.03 0.00 0.08 0.00 0.76 99.12 20:30:19 20:24:01 2 0.20 0.00 0.08 0.00 0.70 99.02 20:30:19 20:24:01 3 0.02 0.00 0.12 0.00 0.51 99.35 20:30:19 20:25:02 all 0.10 0.00 0.07 0.00 0.75 99.08 20:30:19 20:25:02 0 0.05 0.00 0.08 0.00 0.65 99.22 20:30:19 20:25:02 1 0.22 0.00 0.08 0.00 0.98 98.72 20:30:19 20:25:02 2 0.10 0.00 0.07 0.00 0.90 98.94 20:30:19 20:25:02 3 0.02 0.00 0.05 0.00 0.48 99.45 20:30:19 20:26:01 all 0.08 0.00 0.05 0.00 0.54 99.33 20:30:19 20:26:01 0 0.02 0.00 0.02 0.00 0.34 99.63 20:30:19 20:26:01 1 0.27 0.00 0.05 0.00 1.06 98.62 20:30:19 20:26:01 2 0.02 0.00 0.03 0.00 0.52 99.43 20:30:19 20:26:01 3 0.02 0.00 0.10 0.00 0.22 99.66 20:30:19 20:27:01 all 0.06 0.00 0.12 0.00 1.22 98.59 20:30:19 20:27:01 0 0.02 0.00 0.13 0.00 0.99 98.86 20:30:19 20:27:01 1 0.18 0.00 0.15 0.00 1.21 98.46 20:30:19 20:27:01 2 0.02 0.00 0.08 0.00 1.19 98.71 20:30:19 20:27:01 3 0.03 0.00 0.13 0.00 1.49 98.35 20:30:19 20:28:01 all 5.48 0.00 4.62 1.61 16.94 71.35 20:30:19 20:28:01 0 4.98 0.00 4.64 1.65 17.56 71.18 20:30:19 20:28:01 1 5.68 0.00 4.23 1.60 17.20 71.28 20:30:19 20:28:01 2 6.70 0.00 4.51 1.21 16.87 70.71 20:30:19 20:28:01 3 4.55 0.00 5.11 1.99 16.13 72.22 20:30:19 20:29:01 all 7.36 0.00 6.84 2.22 19.46 64.13 20:30:19 20:29:01 0 5.79 0.00 7.42 2.28 19.51 65.00 20:30:19 20:29:01 1 5.80 0.00 5.78 3.38 19.99 65.06 20:30:19 20:29:01 2 6.27 0.00 7.00 0.84 20.04 65.85 20:30:19 20:29:01 3 11.69 0.00 7.17 2.36 18.28 60.50 20:30:19 20:30:01 all 4.98 0.00 5.32 1.78 15.23 72.69 20:30:19 20:30:01 0 4.59 0.00 4.56 0.33 15.55 74.97 20:30:19 20:30:01 1 4.32 0.00 4.70 0.79 14.86 75.33 20:30:19 20:30:01 2 6.57 0.00 6.13 3.03 15.17 69.11 20:30:19 20:30:01 3 4.46 0.00 5.91 3.01 15.37 71.26 20:30:19 Average: all 2.48 0.00 2.35 0.77 7.33 87.07 20:30:19 Average: 0 2.19 0.00 2.33 0.60 7.44 87.44 20:30:19 Average: 1 2.24 0.00 2.11 0.75 7.53 87.38 20:30:19 Average: 2 2.75 0.00 2.45 0.78 7.35 86.67 20:30:19 Average: 3 2.75 0.00 2.50 0.96 7.01 86.79 20:30:19 20:30:19 20:30:19