Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19798 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 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b (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 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b # timeout=10 Commit message: "Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31" > git rev-list --no-walk 335365869e389b2afe78b61b635b6a2b9b01eb70 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:27:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:27:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:27:59 ========================================================= 20:27:59 EdgeX Global Pipelines Version Info 20:27:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:28:01 ------------------- 20:28:01 stable info: 20:28:01 ------------------- 20:28:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:28:01 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:28:01 Message: update stable to v1.0.173 20:28:02 ------------------- 20:28:02 experimental info: 20:28:02 ------------------- 20:28:02 Commited By: **** collab-it+edgex@linuxfoundation.org 20:28:02 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:28:02 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:28:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:28:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:28:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:28:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:28:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:28:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:28:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:28:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] echo 20:28:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2011d14 [Pipeline] echo 20:28:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:28:07 + git log --format=format:%s -1 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] echo 20:28:07 GIT_COMMIT: 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b, Commit Message: Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31 [Pipeline] echo 20:28:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:28:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:08 20:28:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:28:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:09 latest: Pulling from edgex-devops/git-semver 20:28:09 31603596830f: Pulling fs layer 20:28:09 2a8b12db71e7: Pulling fs layer 20:28:09 6ca5941a6612: Pulling fs layer 20:28:09 ecc8261a40a4: Pulling fs layer 20:28:09 ecc8261a40a4: Waiting 20:28:09 2a8b12db71e7: Verifying Checksum 20:28:09 2a8b12db71e7: Download complete 20:28:09 31603596830f: Verifying Checksum 20:28:09 31603596830f: Download complete 20:28:09 ecc8261a40a4: Verifying Checksum 20:28:09 ecc8261a40a4: Download complete 20:28:09 6ca5941a6612: Verifying Checksum 20:28:09 6ca5941a6612: Download complete 20:28:09 31603596830f: Pull complete 20:28:09 2a8b12db71e7: Pull complete 20:28:11 6ca5941a6612: Pull complete 20:28:11 ecc8261a40a4: Pull complete 20:28:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:28:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:28:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:28:11 prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container 20:28:12 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:28:14 $ docker top 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:28:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:14 [ssh-agent] Looking for ssh-agent implementation... 20:28:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:15 $ docker exec 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent 20:28:15 SSH_AUTH_SOCK=/tmp/ssh-Fdgda43Z2oID/agent.12 20:28:15 SSH_AGENT_PID=18 20:28:15 Running ssh-add (command line suppressed) 20:28:15 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_691309842314424358.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_691309842314424358.key) 20:28:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:16 + git tag --points-at HEAD [Pipeline] } 20:28:16 $ docker exec --env ******** --env ******** 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent -k 20:28:16 unset SSH_AUTH_SOCK; 20:28:16 unset SSH_AGENT_PID; 20:28:16 echo Agent pid 18 killed; 20:28:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:28:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:28:17 [ssh-agent] Looking for ssh-agent implementation... 20:28:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:28:17 $ docker exec 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent 20:28:17 SSH_AUTH_SOCK=/tmp/ssh-9AuzH0likJA1/agent.47 20:28:17 SSH_AGENT_PID=53 20:28:17 Running ssh-add (command line suppressed) 20:28:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_818291137186884011.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_818291137186884011.key) 20:28:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:28:18 + git semver init 20:28:18 # -> Open(): unable to determine branch for HEAD 20:28:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:28:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:28:18 # $SEMVER_REMOTE_NAME = origin 20:28:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:28:18 # $SEMVER_USER_NAME = edgex-jenkins 20:28:18 # $SEMVER_BRANCH = master 20:28:18 # $SEMVER_TEMP = /tmp/semver-836394836 20:28:18 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 20:28:19 # '/tmp/semver-836394836' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 20:28:19 # -> Force: false 20:28:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:28:19 $ docker exec --env ******** --env ******** 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent -k 20:28:19 unset SSH_AUTH_SOCK; 20:28:19 unset SSH_AGENT_PID; 20:28:19 echo Agent pid 53 killed; 20:28:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:28:19 + git semver [Pipeline] } 20:28:19 $ docker stop --time=1 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 20:28:21 $ docker rm -f 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 [Pipeline] // withDockerContainer [Pipeline] sh 20:28:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:28:23 Stashed 1 file(s) [Pipeline] echo 20:28:23 [edgeXSemver]: initialized semver on version 0.0.70 [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:28:38 Still waiting to schedule task 20:28:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:28:38 Still waiting to schedule task 20:28:38 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:31:42 Running on prd-centos7-docker-4c-2g-19802 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:31:42 Running in /w/workspace/go-mod-bootstrap/74 [Pipeline] { [Pipeline] checkout 20:31:47 using credential edgex-jenkins-ssh 20:31:47 Cloning the remote Git repository 20:31:47 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:31:48 > git init /w/workspace/go-mod-bootstrap/74 # timeout=10 20:31:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:31:48 > git --version # timeout=10 20:31:48 > git --version # 'git version 2.24.3' 20:31:48 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:31:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:31:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:31:49 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:49 Checking out Revision 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b (master) 20:31:49 > git config core.sparsecheckout # timeout=10 20:31:49 > git checkout -f 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b # timeout=10 20:31:53 Commit message: "Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:31:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:31:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:31:55 + sudo service docker restart 20:31:55 + true 20:31:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:31:57 ========================================================= 20:31:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:31:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:31:57 + 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:31:58 Sending build context to Docker daemon 619kB 20:31:58 Step 1/8 : ARG BASE=golang:1.15-alpine 20:31:58 Step 2/8 : FROM ${BASE} 20:31:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:31:58 188c0c94c7c5: Pulling fs layer 20:31:58 0ef7d3d256c8: Pulling fs layer 20:31:58 de9db76c5a1d: Pulling fs layer 20:31:58 bca2f99d35d6: Pulling fs layer 20:31:58 93359f2a8cfa: Pulling fs layer 20:31:58 7c6f9722023f: Pulling fs layer 20:31:58 a35cf1a2eb13: Pulling fs layer 20:31:58 93359f2a8cfa: Waiting 20:31:58 7c6f9722023f: Waiting 20:31:58 a35cf1a2eb13: Waiting 20:31:58 bca2f99d35d6: Waiting 20:31:58 de9db76c5a1d: Verifying Checksum 20:31:58 de9db76c5a1d: Download complete 20:31:58 0ef7d3d256c8: Verifying Checksum 20:31:58 0ef7d3d256c8: Download complete 20:31:58 93359f2a8cfa: Verifying Checksum 20:31:58 93359f2a8cfa: Download complete 20:31:58 7c6f9722023f: Verifying Checksum 20:31:58 7c6f9722023f: Download complete 20:31:59 188c0c94c7c5: Verifying Checksum 20:31:59 188c0c94c7c5: Download complete 20:31:59 188c0c94c7c5: Pull complete 20:31:59 0ef7d3d256c8: Pull complete 20:32:00 de9db76c5a1d: Pull complete 20:32:02 a35cf1a2eb13: Verifying Checksum 20:32:02 a35cf1a2eb13: Download complete 20:32:03 bca2f99d35d6: Verifying Checksum 20:32:03 bca2f99d35d6: Download complete 20:32:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19801 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 20:32:06 Running in /w/workspace/go-mod-bootstrap/74 [Pipeline] { [Pipeline] checkout 20:32:11 using credential edgex-jenkins-ssh 20:32:11 Cloning the remote Git repository 20:32:11 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 20:32:11 > git init /w/workspace/go-mod-bootstrap/74 # timeout=10 20:32:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:32:12 > git --version # timeout=10 20:32:12 > git --version # 'git version 2.17.1' 20:32:12 using GIT_SSH to set credentials SSH Credentials for GitHub 20:32:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:32:13 Checking out Revision 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b (master) 20:32:13 bca2f99d35d6: Pull complete 20:32:13 93359f2a8cfa: Pull complete 20:32:13 7c6f9722023f: Pull complete 20:32:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:32:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:32:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 20:32:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 20:32:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:32:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:32:13 > git config core.sparsecheckout # timeout=10 20:32:13 > git checkout -f 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b # timeout=10 20:32:17 Commit message: "Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31" 20:32:18 a35cf1a2eb13: Pull complete 20:32:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:32:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:32:18 ---> a62c8e92a672 20:32:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:32:18 ---> Running in b8135e7720fc [Pipeline] withEnv [Pipeline] { 20:32:18 Removing intermediate container b8135e7720fc 20:32:18 ---> 2b9c5ebf9870 20:32:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:18 ---> Running in 8e0090b1e5c9 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:32:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:32:19 Removing intermediate container 8e0090b1e5c9 20:32:19 ---> e7d7e25895cb 20:32:19 Step 5/8 : RUN apk add --update --no-cache git make 20:32:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:32:20 ---> Running in 9bf010289d24 20:32:20 + true 20:32:20 + sudo service docker restart 20:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] unstash 20:32:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] echo 20:32:22 ========================================================= 20:32:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:32:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:32:23 + 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:32:24 OK: 166 MiB in 39 packages 20:32:24 Sending build context to Docker daemon 618kB 20:32:24 Step 1/8 : ARG BASE=golang:1.15-alpine 20:32:24 Step 2/8 : FROM ${BASE} 20:32:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:32:24 5f621e34cdf4: Pulling fs layer 20:32:24 a4357932f1b6: Pulling fs layer 20:32:24 18c013af1878: Pulling fs layer 20:32:24 00ac8860ef70: Pulling fs layer 20:32:24 63d7cb157983: Pulling fs layer 20:32:24 b116817d02f9: Pulling fs layer 20:32:24 745a02a5169b: Pulling fs layer 20:32:24 63d7cb157983: Waiting 20:32:24 b116817d02f9: Waiting 20:32:24 745a02a5169b: Waiting 20:32:24 00ac8860ef70: Waiting 20:32:24 18c013af1878: Verifying Checksum 20:32:24 18c013af1878: Download complete 20:32:24 a4357932f1b6: Verifying Checksum 20:32:24 a4357932f1b6: Download complete 20:32:24 63d7cb157983: Download complete 20:32:24 b116817d02f9: Verifying Checksum 20:32:24 b116817d02f9: Download complete 20:32:24 5f621e34cdf4: Verifying Checksum 20:32:24 5f621e34cdf4: Download complete 20:32:24 Removing intermediate container 9bf010289d24 20:32:24 ---> 3066715e23bd 20:32:24 Step 6/8 : WORKDIR /build 20:32:24 ---> Running in 273a7db3c605 20:32:24 Removing intermediate container 273a7db3c605 20:32:24 ---> 2416965878fe 20:32:24 Step 7/8 : COPY go.mod . 20:32:25 ---> 922464198b2f 20:32:25 Step 8/8 : RUN go mod download 20:32:25 ---> Running in cc141f1bab90 20:32:25 5f621e34cdf4: Pull complete 20:32:25 a4357932f1b6: Pull complete 20:32:26 18c013af1878: Pull complete 20:32:26 745a02a5169b: Verifying Checksum 20:32:26 745a02a5169b: Download complete 20:32:28 00ac8860ef70: Verifying Checksum 20:32:28 00ac8860ef70: Download complete 20:32:38 00ac8860ef70: Pull complete 20:32:38 63d7cb157983: Pull complete 20:32:38 b116817d02f9: Pull complete 20:32:42 745a02a5169b: Pull complete 20:32:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:32:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:32:42 ---> b7e6874047d6 20:32:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:32:45 ---> Running in 5e1865e4919a 20:32:45 Removing intermediate container 5e1865e4919a 20:32:45 ---> 14337f628d71 20:32:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:45 ---> Running in 3d77b11e6248 20:32:47 Removing intermediate container cc141f1bab90 20:32:47 ---> 1001160a2600 20:32:47 Successfully built 1001160a2600 20:32:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:32:47 + docker inspect -f . ci-base-image-x86_64 20:32:47 . [Pipeline] withDockerContainer 20:32:47 prd-centos7-docker-4c-2g-19802 does not seem to be running inside a container 20:32:47 Removing intermediate container 3d77b11e6248 20:32:47 ---> 5b2c3936539c 20:32:47 Step 5/8 : RUN apk add --update --no-cache git make 20:32:47 ---> Running in b7db5149e23b 20:32:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:49 $ docker top 6ab068c855d90b2961572cb062a3635c1c1119d97aa2ca7d22fd0244eb839de8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:32:49 + go version 20:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:50 go version go1.15.5 linux/amd64 [Pipeline] } 20:32:50 $ docker stop --time=1 6ab068c855d90b2961572cb062a3635c1c1119d97aa2ca7d22fd0244eb839de8 20:32:51 OK: 142 MiB in 39 packages 20:32:51 $ docker rm -f 6ab068c855d90b2961572cb062a3635c1c1119d97aa2ca7d22fd0244eb839de8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 20:32:52 Removing intermediate container b7db5149e23b 20:32:52 ---> 6b7c9df0a48f 20:32:52 Step 6/8 : WORKDIR /build 20:32:52 ---> Running in 046a4c21997a [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:32:52 + docker inspect -f . ci-base-image-x86_64 20:32:52 . [Pipeline] withDockerContainer 20:32:52 prd-centos7-docker-4c-2g-19802 does not seem to be running inside a container 20:32:52 Removing intermediate container 046a4c21997a 20:32:52 ---> 0481e93a3568 20:32:52 Step 7/8 : COPY go.mod . 20:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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:32:53 ---> 307f6ba976e7 20:32:53 Step 8/8 : RUN go mod download 20:32:53 ---> Running in 5f650feae94a 20:32:53 $ docker top 7e3ffd5f76c9405f0efed1486997f1c729e97d078e41a96b113fb50557a0dc0f -eo pid,comm [Pipeline] { [Pipeline] sh 20:32:54 + make test 20:32:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:33:13 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:33:13 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.022s coverage: 9.0% of statements 20:33:13 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:33:13 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.020s coverage: 92.2% of statements 20:33:13 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.022s coverage: 85.3% of statements 20:33:13 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.042s coverage: 34.3% of statements 20:33:13 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:33:13 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 20:33:13 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 18.2% of statements 20:33:15 Removing intermediate container 5f650feae94a 20:33:15 ---> 880511408176 20:33:15 Successfully built 880511408176 20:33:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:33:16 + docker inspect -f . ci-base-image-arm64 20:33:16 . [Pipeline] withDockerContainer 20:33:16 prd-ubuntu18.04-docker-arm64-4c-16g-19801 does not seem to be running inside a container 20:33:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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-arm64 cat 20:33:17 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.033s coverage: 95.3% of statements 20:33:17 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:33:17 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:33:17 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.025s coverage: 91.3% of statements 20:33:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:33:18 $ docker top 575323d98822d309fbb7deb47daa3b22b426b70ce4a1d1254e12574c3d87fc45 -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:19 + go version 20:33:19 go version go1.15.5 linux/arm64 [Pipeline] } 20:33:19 $ docker stop --time=1 575323d98822d309fbb7deb47daa3b22b426b70ce4a1d1254e12574c3d87fc45 20:33:20 gofmt -l . 20:33:20 [ "`gofmt -l .`" = "" ] 20:33:20 $ docker rm -f 575323d98822d309fbb7deb47daa3b22b426b70ce4a1d1254e12574c3d87fc45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 20:33:21 $ docker stop --time=1 7e3ffd5f76c9405f0efed1486997f1c729e97d078e41a96b113fb50557a0dc0f 20:33:23 $ docker rm -f 7e3ffd5f76c9405f0efed1486997f1c729e97d078e41a96b113fb50557a0dc0f [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:33:24 + docker inspect -f . ci-base-image-arm64 20:33:24 . [Pipeline] withDockerContainer 20:33:25 prd-ubuntu18.04-docker-arm64-4c-16g-19801 does not seem to be running inside a container 20:33:25 Stashed 1 file(s) 20:33:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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-arm64 cat 20:33:26 $ docker top 8ec59c37aafb2bcc391570f9c908d1a65b3cd7bc5bd249a950add4d38cfac627 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } 20:33:27 + make test 20:33:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:34:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 20:34:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.050s coverage: 9.0% of statements 20:34:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 20:34:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.024s coverage: 92.2% of statements 20:34:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.045s coverage: 85.3% of statements 20:34:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.042s coverage: 34.3% of statements 20:34:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 20:34:00 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 20:34:00 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.017s coverage: 18.2% of statements 20:34:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.022s coverage: 95.3% of statements 20:34:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 20:34:03 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 20:34:03 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.015s coverage: 91.3% of statements 20:34:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:34:08 gofmt -l . 20:34:08 [ "`gofmt -l .`" = "" ] [Pipeline] } 20:34:08 $ docker stop --time=1 8ec59c37aafb2bcc391570f9c908d1a65b3cd7bc5bd249a950add4d38cfac627 20:34:10 $ docker rm -f 8ec59c37aafb2bcc391570f9c908d1a65b3cd7bc5bd249a950add4d38cfac627 [Pipeline] // withDockerContainer [Pipeline] sh 20:34:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:34:11 Warning: overwriting stash ‘coverage-report’ 20:34:12 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 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:34:15 provisioning config files... 20:34:15 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2274584530025219147tmp [Pipeline] { [Pipeline] sh 20:34:16 + set +x 20:34:16 + curl -s https://codecov.io/bash 20:34:16 + bash -s -- 20:34:16 20:34:16 _____ _ 20:34:16 / ____| | | 20:34:16 | | ___ __| | ___ ___ _____ __ 20:34:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:34:16 | |___| (_) | (_| | __/ (_| (_) \ V / 20:34:16 \_____\___/ \__,_|\___|\___\___/ \_/ 20:34:16 Bash-20201231-23d4836 20:34:16 20:34:16 20:34:16 ==> git version 2.24.3 found 20:34:16 ==> 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:34:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:34:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:34:16 ==> Jenkins CI detected. 20:34:16 project root: . 20:34:16 --> token set from env 20:34:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:34:16 ==> Running gcov in . (disable via -X gcov) 20:34:16 ==> Python coveragepy not found 20:34:16 ==> Searching for coverage reports in: 20:34:16 + . 20:34:16 -> Found 1 reports 20:34:16 ==> Detecting git/mercurial file structure 20:34:16 ==> Reading reports 20:34:16 + ./coverage.out bytes=26001 20:34:16 ==> Appending adjustments 20:34:16 https://docs.codecov.io/docs/fixing-reports 20:34:16 + Found adjustments 20:34:16 ==> Gzipping contents 20:34:16 8.0K /tmp/codecov.NuHox1.gz 20:34:16 ==> Uploading reports 20:34:16 url: https://codecov.io 20:34:16 query: branch=master&commit=2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F74%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 20:34:16 -> Pinging Codecov 20:34:16 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F74%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 20:34:17 -> Uploading to 20:34:17 https://storage.googleapis.com/codecov/v4/raw/2021-01-12/833815588EE85121546D348822E98E2E/2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b/5c5550d3-3051-471a-b1e5-4ab2341fa9e2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T203417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9ea9d198364dd088b74623dfdc3f5c737938b1436cd304282e1716a0287bd41a 20:34:17 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:17 Dload Upload Total Spent Left Speed 20:34:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4947 0 0 100 4947 0 9953 --:--:-- --:--:-- --:--:-- 9973 20:34:17 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] } 20:34:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:34:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:34:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:19 20:34:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:34:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:19 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:34:19 188c0c94c7c5: Pulling fs layer 20:34:19 0ef7d3d256c8: Pulling fs layer 20:34:19 de9db76c5a1d: Pulling fs layer 20:34:19 0eba1c9be4d2: Pulling fs layer 20:34:19 0d57e429df01: Pulling fs layer 20:34:19 4e4be7b47b0d: Pulling fs layer 20:34:19 e1f770b5df2f: Pulling fs layer 20:34:19 85a0685a4137: Pulling fs layer 20:34:19 0eba1c9be4d2: Waiting 20:34:19 4e4be7b47b0d: Waiting 20:34:19 e1f770b5df2f: Waiting 20:34:19 85a0685a4137: Waiting 20:34:19 de9db76c5a1d: Verifying Checksum 20:34:19 de9db76c5a1d: Download complete 20:34:19 0ef7d3d256c8: Verifying Checksum 20:34:19 0ef7d3d256c8: Download complete 20:34:19 0d57e429df01: Verifying Checksum 20:34:19 0d57e429df01: Download complete 20:34:20 4e4be7b47b0d: Verifying Checksum 20:34:20 4e4be7b47b0d: Download complete 20:34:20 188c0c94c7c5: Download complete 20:34:21 188c0c94c7c5: Pull complete 20:34:21 0ef7d3d256c8: Pull complete 20:34:21 de9db76c5a1d: Pull complete 20:34:22 e1f770b5df2f: Verifying Checksum 20:34:22 e1f770b5df2f: Download complete 20:34:26 0eba1c9be4d2: Verifying Checksum 20:34:26 0eba1c9be4d2: Download complete 20:34:27 85a0685a4137: Verifying Checksum 20:34:27 85a0685a4137: Download complete 20:34:37 0eba1c9be4d2: Pull complete 20:34:37 0d57e429df01: Pull complete 20:34:37 4e4be7b47b0d: Pull complete 20:34:38 e1f770b5df2f: Pull complete 20:34:51 85a0685a4137: Pull complete 20:34:51 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:34:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:34:51 prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container 20:34:51 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:34:53 $ docker top 89fba3f1e313afb0cbaaeb05eb074b9fcf8ef8f543fc4eb9a6d29de2bc97413c -eo pid,comm [Pipeline] { [Pipeline] echo 20:34:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:34:53 + set -o pipefail 20:34:53 + snyk monitor '--org=edgex-jenkins' 20:35:04 20:35:04 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 20:35:04 20:35:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/36a93868-1079-4411-88ef-d6bfc15108ef 20:35:04 20:35:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:35:04 20:35:04 [Pipeline] } 20:35:04 $ docker stop --time=1 89fba3f1e313afb0cbaaeb05eb074b9fcf8ef8f543fc4eb9a6d29de2bc97413c 20:35:06 $ docker rm -f 89fba3f1e313afb0cbaaeb05eb074b9fcf8ef8f543fc4eb9a6d29de2bc97413c [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:35:08 + git log --format=format:%s -1 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] isUnix [Pipeline] sh 20:35:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:35:08 . [Pipeline] withDockerContainer 20:35:08 prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container 20:35:08 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:35:10 $ docker top 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:10 [ssh-agent] Looking for ssh-agent implementation... 20:35:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:10 $ docker exec 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 ssh-agent 20:35:11 SSH_AUTH_SOCK=/tmp/ssh-fl97VGXApggL/agent.11 20:35:11 SSH_AGENT_PID=16 20:35:11 Running ssh-add (command line suppressed) 20:35:11 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6065423639668751009.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6065423639668751009.key) 20:35:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:12 + git semver tag 20:35:12 # -> Open(): unable to determine branch for HEAD 20:35:12 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:35:12 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:35:12 # $SEMVER_REMOTE_NAME = origin 20:35:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:35:12 # $SEMVER_USER_NAME = edgex-jenkins 20:35:12 # $SEMVER_BRANCH = master 20:35:12 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:35:12 # 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b HEAD 20:35:12 # -> Force: false 20:35:12 # 4d5477e0575944da9400888bbbd9862fa2d85e56 refs/tags/v0.0.70 [Pipeline] } 20:35:12 $ docker exec --env ******** --env ******** 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 ssh-agent -k 20:35:12 unset SSH_AUTH_SOCK; 20:35:12 unset SSH_AGENT_PID; 20:35:12 echo Agent pid 16 killed; 20:35:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:13 + git semver [Pipeline] } 20:35:13 $ docker stop --time=1 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 20:35:15 $ docker rm -f 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:35:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:15 20:35:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:35:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:16 0.23.1-centos7: Pulling from edgex-lftools 20:35:16 ab5ef0e58194: Pulling fs layer 20:35:16 9712f1f96733: Pulling fs layer 20:35:16 63f879dbbcfc: Pulling fs layer 20:35:16 0d9ebad4ef96: Pulling fs layer 20:35:16 e9a5061849ea: Pulling fs layer 20:35:16 d747dcd14b5f: Pulling fs layer 20:35:16 2de7ff778b66: Pulling fs layer 20:35:16 e9a5061849ea: Waiting 20:35:16 d747dcd14b5f: Waiting 20:35:16 2de7ff778b66: Waiting 20:35:16 0d9ebad4ef96: Waiting 20:35:16 9712f1f96733: Verifying Checksum 20:35:16 9712f1f96733: Download complete 20:35:19 63f879dbbcfc: Verifying Checksum 20:35:19 63f879dbbcfc: Download complete 20:35:20 e9a5061849ea: Download complete 20:35:20 d747dcd14b5f: Verifying Checksum 20:35:20 d747dcd14b5f: Download complete 20:35:21 2de7ff778b66: Verifying Checksum 20:35:21 2de7ff778b66: Download complete 20:35:22 0d9ebad4ef96: Verifying Checksum 20:35:22 0d9ebad4ef96: Download complete 20:35:22 ab5ef0e58194: Verifying Checksum 20:35:22 ab5ef0e58194: Download complete 20:35:32 ab5ef0e58194: Pull complete 20:35:32 9712f1f96733: Pull complete 20:35:34 63f879dbbcfc: Pull complete 20:35:44 0d9ebad4ef96: Pull complete 20:35:45 e9a5061849ea: Pull complete 20:35:46 d747dcd14b5f: Pull complete 20:35:48 2de7ff778b66: Pull complete 20:35:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:35:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:35:49 prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container 20:35:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:35:53 $ docker top bb3a455ca859f72a8005e37bc7fe8bf85c28570750716dc877351c713257ff0f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:35:53 provisioning config files... 20:35:53 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1973878069897064306tmp 20:35:53 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2185735235215468573tmp 20:35:53 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2856361916708113893tmp [Pipeline] { [Pipeline] echo 20:35:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:35:54 ---> sigul-configuration.sh 20:35:54 gpg: directory `/root/.gnupg' created 20:35:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:35:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:35:54 gpg: keyring `/root/.gnupg/secring.gpg' created 20:35:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:35:54 gpg: CAST5 encrypted data 20:35:54 gpg: encrypted with 1 passphrase 20:35:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:35:55 + mkdir /home/jenkins 20:35:55 + mkdir /home/jenkins/sigul [Pipeline] sh 20:35:56 + 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:35:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:35:56 ---> sigul-install.sh 20:36:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:36:07 + git tag --list 20:36:07 v0.0.1 20:36:07 v0.0.10 20:36:07 v0.0.11 20:36:07 v0.0.12 20:36:07 v0.0.13 20:36:07 v0.0.14 20:36:07 v0.0.15 20:36:07 v0.0.16 20:36:07 v0.0.17 20:36:07 v0.0.18 20:36:07 v0.0.19 20:36:07 v0.0.2 20:36:07 v0.0.20 20:36:07 v0.0.21 20:36:07 v0.0.22 20:36:07 v0.0.23 20:36:07 v0.0.24 20:36:07 v0.0.25 20:36:07 v0.0.26 20:36:07 v0.0.27 20:36:07 v0.0.28 20:36:07 v0.0.29 20:36:07 v0.0.3 20:36:07 v0.0.30 20:36:07 v0.0.31 20:36:07 v0.0.32 20:36:07 v0.0.33 20:36:07 v0.0.34 20:36:07 v0.0.35 20:36:07 v0.0.36 20:36:07 v0.0.37 20:36:07 v0.0.38 20:36:07 v0.0.39 20:36:07 v0.0.4 20:36:07 v0.0.40 20:36:07 v0.0.41 20:36:07 v0.0.42 20:36:07 v0.0.43 20:36:07 v0.0.44 20:36:07 v0.0.45 20:36:07 v0.0.46 20:36:07 v0.0.47 20:36:07 v0.0.48 20:36:07 v0.0.49 20:36:07 v0.0.5 20:36:07 v0.0.50 20:36:07 v0.0.51 20:36:07 v0.0.52 20:36:07 v0.0.53 20:36:07 v0.0.54 20:36:07 v0.0.55 20:36:07 v0.0.56 20:36:07 v0.0.57 20:36:07 v0.0.58 20:36:07 v0.0.59 20:36:07 v0.0.6 20:36:07 v0.0.60 20:36:07 v0.0.61 20:36:07 v0.0.62 20:36:07 v0.0.63 20:36:07 v0.0.64 20:36:07 v0.0.65 20:36:07 v0.0.66 20:36:07 v0.0.67 20:36:07 v0.0.68 20:36:07 v0.0.69 20:36:07 v0.0.7 20:36:07 v0.0.70 20:36:07 v0.0.8 20:36:07 v0.0.9 [Pipeline] sh 20:36:08 + lftools sign git-tag v0.0.70 20:36:10 Signing Git tag with Sigul... 20:36:10 Signing v0.0.70 [Pipeline] echo 20:36:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:36:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:36:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:36:11 $ docker stop --time=1 bb3a455ca859f72a8005e37bc7fe8bf85c28570750716dc877351c713257ff0f 20:36:14 $ docker rm -f bb3a455ca859f72a8005e37bc7fe8bf85c28570750716dc877351c713257ff0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:36:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:15 . [Pipeline] withDockerContainer 20:36:15 prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container 20:36:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:36:17 $ docker top 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:17 [ssh-agent] Looking for ssh-agent implementation... 20:36:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:18 $ docker exec 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 ssh-agent 20:36:18 SSH_AUTH_SOCK=/tmp/ssh-jc3r6NbmwijK/agent.11 20:36:18 SSH_AGENT_PID=16 20:36:18 Running ssh-add (command line suppressed) 20:36:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6937027039614661515.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6937027039614661515.key) 20:36:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:19 + git semver bump patch 20:36:19 # -> Open(): unable to determine branch for HEAD 20:36:19 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:36:19 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:36:19 # $SEMVER_REMOTE_NAME = origin 20:36:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:19 # $SEMVER_USER_NAME = edgex-jenkins 20:36:19 # $SEMVER_BRANCH = master 20:36:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 20:36:19 0.0.71 [Pipeline] } 20:36:19 $ docker exec --env ******** --env ******** 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 ssh-agent -k 20:36:19 unset SSH_AUTH_SOCK; 20:36:19 unset SSH_AGENT_PID; 20:36:19 echo Agent pid 16 killed; 20:36:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:20 + git semver [Pipeline] } 20:36:20 $ docker stop --time=1 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 20:36:22 $ docker rm -f 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:36:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:23 . [Pipeline] withDockerContainer 20:36:23 prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container 20:36:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:36:24 $ docker top d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:25 [ssh-agent] Looking for ssh-agent implementation... 20:36:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:25 $ docker exec d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 ssh-agent 20:36:25 SSH_AUTH_SOCK=/tmp/ssh-KWPCthHsLpMH/agent.12 20:36:25 SSH_AGENT_PID=17 20:36:26 Running ssh-add (command line suppressed) 20:36:26 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6685169081731090029.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6685169081731090029.key) 20:36:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:27 + git semver push 20:36:27 # -> Open(): unable to determine branch for HEAD 20:36:27 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 20:36:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 20:36:27 # $SEMVER_REMOTE_NAME = origin 20:36:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:27 # $SEMVER_USER_NAME = edgex-jenkins 20:36:27 # $SEMVER_BRANCH = master 20:36:27 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 20:36:33 $ docker exec --env ******** --env ******** d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 ssh-agent -k 20:36:34 unset SSH_AUTH_SOCK; 20:36:34 unset SSH_AGENT_PID; 20:36:34 echo Agent pid 17 killed; 20:36:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:34 + git semver [Pipeline] } 20:36:34 $ docker stop --time=1 d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 20:36:36 $ docker rm -f d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 [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:36:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:36:38 ---> package-listing.sh 20:36:38 ++ tr '[:upper:]' '[:lower:]' 20:36:38 ++ facter osfamily 20:36:38 + OS_FAMILY=redhat 20:36:38 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 20:36:38 + START_PACKAGES=/tmp/packages_start.txt 20:36:38 + END_PACKAGES=/tmp/packages_end.txt 20:36:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:36:38 + PACKAGES=/tmp/packages_start.txt 20:36:38 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:36:38 + PACKAGES=/tmp/packages_end.txt 20:36:38 + case "${OS_FAMILY}" in 20:36:38 + rpm -qa 20:36:38 + sort 20:36:45 + '[' -f /tmp/packages_start.txt ']' 20:36:45 + '[' -f /tmp/packages_end.txt ']' 20:36:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:36:45 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 20:36:45 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 20:36:45 + 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:36:45 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:36:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:36:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:36:46 20:36:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:36:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:36:47 alpine: Pulling from edgex-lftools-log-publisher 20:36:47 df20fa9351a1: Pulling fs layer 20:36:47 36b3adc4ff6f: Pulling fs layer 20:36:47 8ad3a11d3b57: Pulling fs layer 20:36:47 46f8f816bc3b: Pulling fs layer 20:36:47 93b61091891f: Pulling fs layer 20:36:47 93b9cdb0e59b: Pulling fs layer 20:36:47 5e14af77c1be: Pulling fs layer 20:36:47 01666e4c0597: Pulling fs layer 20:36:47 aa168da1d23b: Pulling fs layer 20:36:47 93b61091891f: Waiting 20:36:47 93b9cdb0e59b: Waiting 20:36:47 5e14af77c1be: Waiting 20:36:47 01666e4c0597: Waiting 20:36:47 aa168da1d23b: Waiting 20:36:47 46f8f816bc3b: Waiting 20:36:47 36b3adc4ff6f: Verifying Checksum 20:36:47 36b3adc4ff6f: Download complete 20:36:47 46f8f816bc3b: Verifying Checksum 20:36:47 46f8f816bc3b: Download complete 20:36:47 93b61091891f: Download complete 20:36:47 93b9cdb0e59b: Verifying Checksum 20:36:47 93b9cdb0e59b: Download complete 20:36:47 5e14af77c1be: Verifying Checksum 20:36:47 5e14af77c1be: Download complete 20:36:47 df20fa9351a1: Verifying Checksum 20:36:47 01666e4c0597: Verifying Checksum 20:36:47 01666e4c0597: Download complete 20:36:48 8ad3a11d3b57: Verifying Checksum 20:36:48 8ad3a11d3b57: Download complete 20:36:48 df20fa9351a1: Pull complete 20:36:48 36b3adc4ff6f: Pull complete 20:36:50 8ad3a11d3b57: Pull complete 20:36:50 46f8f816bc3b: Pull complete 20:36:51 93b61091891f: Pull complete 20:36:52 93b9cdb0e59b: Pull complete 20:36:52 5e14af77c1be: Pull complete 20:36:53 01666e4c0597: Pull complete 20:36:54 aa168da1d23b: Verifying Checksum 20:36:54 aa168da1d23b: Download complete 20:37:09 aa168da1d23b: Pull complete 20:37:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:37:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:37:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:37:10 prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container 20:37:10 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:37:14 $ docker top 27aa347e5ebff46914d0af52090f54397ceb6a77288f6b38f384b6949abf61d0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:14 + touch /tmp/pre-build-complete [Pipeline] sh 20:37:15 + mkdir -p /var/log/sa [Pipeline] sh 20:37:15 + ls /var/log/sa-host 20:37:15 + sadf -c /var/log/sa-host/sa12 20:37:15 file_magic: OK 20:37:15 HZ: Using current value: 100 20:37:15 file_header: OK 20:37:15 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:37:15 Statistics: 20:37:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:37:15 File successfully converted to sysstat format version 12.2.1 20:37:15 + sadf -c /var/log/sa-host/sa23 20:37:15 file_magic: OK 20:37:15 HZ: Using current value: 100 20:37:15 file_header: OK 20:37:15 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:37:15 Statistics: 20:37:15 Hnuu...uuuununununu... 20:37:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:37:16 provisioning config files... 20:37:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3402071101154039249tmp [Pipeline] { [Pipeline] echo 20:37:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:37:16 ---> create-netrc.sh [Pipeline] } 20:37:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:37:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:37:17 ---> python-tools-install.sh [Pipeline] echo 20:37:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:37:17 ---> sudo-logs.sh 20:37:17 Archiving 'sudo' log.. [Pipeline] echo 20:37:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:37:18 ---> job-cost.sh 20:37:18 lf-activate-venv: SKIPPING 20:37:18 INFO: No Stack... 20:37:19 INFO: Retrieving Pricing Info for: v1-standard-2 20:37:20 INFO: Archiving Costs [Pipeline] echo 20:37:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:37:20 ---> logs-deploy.sh 20:37:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/74 20:37:20 INFO: archiving workspace using pattern(s): 20:37:23 Archives upload complete. 20:37:23 INFO: archiving logs to Nexus 20:37:25 ---> uname -a: 20:37:25 Linux prd-centos7-docker-4c-2g-19798.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:37:25 20:37:25 20:37:25 ---> lscpu: 20:37:25 Architecture: x86_64 20:37:25 CPU op-mode(s): 32-bit, 64-bit 20:37:25 Byte Order: Little Endian 20:37:25 Address sizes: 40 bits physical, 48 bits virtual 20:37:25 CPU(s): 4 20:37:25 On-line CPU(s) list: 0-3 20:37:25 Thread(s) per core: 1 20:37:25 Core(s) per socket: 1 20:37:25 Socket(s): 4 20:37:25 NUMA node(s): 1 20:37:25 Vendor ID: GenuineIntel 20:37:25 CPU family: 6 20:37:25 Model: 44 20:37:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:37:25 Stepping: 1 20:37:25 CPU MHz: 2933.438 20:37:25 BogoMIPS: 5866.87 20:37:25 Virtualization: VT-x 20:37:25 Hypervisor vendor: KVM 20:37:25 Virtualization type: full 20:37:25 L1d cache: 128 KiB 20:37:25 L1i cache: 128 KiB 20:37:25 L2 cache: 16 MiB 20:37:25 L3 cache: 64 MiB 20:37:25 NUMA node0 CPU(s): 0-3 20:37:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:37:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:37:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:37:25 Vulnerability Meltdown: Mitigation; PTI 20:37:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:37:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:37:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:37:25 Vulnerability Srbds: Not affected 20:37:25 Vulnerability Tsx async abort: Not affected 20:37:25 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:37:25 20:37:25 20:37:25 ---> nproc: 20:37:25 4 20:37:25 20:37:25 20:37:25 ---> df -h: 20:37:25 Filesystem Size Used Available Use% Mounted on 20:37:25 overlay 50.0G 8.5G 41.4G 17% / 20:37:25 tmpfs 64.0M 0 64.0M 0% /dev 20:37:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:37:25 shm 64.0M 0 64.0M 0% /dev/shm 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:37:25 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:37:25 20:37:25 20:37:25 ---> free -m: 20:37:25 total used free shared buff/cache available 20:37:25 Mem: 1837 835 144 0 858 937 20:37:25 Swap: 1023 4 1019 20:37:25 20:37:25 20:37:25 ---> ip addr: 20:37:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:37:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:37:25 inet 127.0.0.1/8 scope host lo 20:37:25 valid_lft forever preferred_lft forever 20:37:25 inet6 ::1/128 scope host 20:37:25 valid_lft forever preferred_lft forever 20:37:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:37:25 link/ether fa:16:3e:58:e2:35 brd ff:ff:ff:ff:ff:ff 20:37:25 inet 10.30.122.149/23 brd 10.30.123.255 scope global dynamic eth0 20:37:25 valid_lft 85788sec preferred_lft 85788sec 20:37:25 inet6 fe80::f816:3eff:fe58:e235/64 scope link 20:37:25 valid_lft forever preferred_lft forever 20:37:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:37:25 link/ether 02:42:fe:46:17:1d brd ff:ff:ff:ff:ff:ff 20:37:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:37:25 valid_lft forever preferred_lft forever 20:37:25 inet6 fe80::42:feff:fe46:171d/64 scope link 20:37:25 valid_lft forever preferred_lft forever 20:37:25 20:37:25 20:37:25 ---> sar -b -r -n DEV: 20:37:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 20:37:25 20:37:25 20:27:00 LINUX RESTART (4 CPU) 20:37:25 20:37:25 20:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:37:25 20:29:02 31.65 11.07 20.59 0.00 4320.19 2363.19 0.00 20:37:25 20:30:01 0.32 0.00 0.32 0.00 0.00 4.65 0.00 20:37:25 20:31:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 20:37:25 20:32:01 0.62 0.00 0.62 0.00 0.00 7.32 0.00 20:37:25 20:33:01 0.62 0.00 0.62 0.00 0.00 7.86 0.00 20:37:25 20:34:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 20:37:25 20:35:01 269.07 165.82 103.25 0.00 7852.07 33511.09 0.00 20:37:25 20:36:01 212.69 66.10 146.59 0.00 3592.23 30803.45 0.00 20:37:25 20:37:01 134.46 72.63 61.84 0.00 5287.67 14835.58 0.00 20:37:25 Average: 72.38 35.14 37.24 0.00 2341.41 9084.78 0.00 20:37:25 20:37:25 20:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:37:25 20:29:02 154960 0 635448 33.77 2620 1088516 1165256 39.77 430840 1096608 16 20:37:25 20:30:01 166964 0 623440 33.13 2620 1088520 1087508 37.11 428876 1088332 8 20:37:25 20:31:01 165952 0 624448 33.19 2620 1088524 1087664 37.12 431176 1087004 8 20:37:25 20:32:01 162200 0 628196 33.39 2620 1088528 1087872 37.13 435764 1086060 8 20:37:25 20:33:01 161872 0 628520 33.40 2620 1088532 1087920 37.13 440144 1082084 8 20:37:25 20:34:01 163580 0 626804 33.31 2620 1088540 1087644 37.12 438616 1082084 12 20:37:25 20:35:01 73976 0 787884 41.87 2620 1017064 1351772 46.13 577336 971912 11312 20:37:25 20:36:01 85560 0 813548 43.24 2116 980320 1304084 44.51 592420 870272 22440 20:37:25 20:37:01 65112 0 841196 44.71 1492 973744 1577948 53.85 676824 809092 15788 20:37:25 Average: 133353 0 689943 36.67 2439 1055810 1204185 41.10 494666 1019272 5511 20:37:25 20:37:25 20:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:37:25 20:29:02 eth0 64.84 50.21 342.45 35.43 0.00 0.00 0.00 0.00 20:37:25 20:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:29:02 docker0 3.25 2.38 0.66 4.58 0.00 0.00 0.00 0.00 20:37:25 20:30:01 eth0 0.80 0.07 0.06 0.01 0.00 0.00 0.00 0.00 20:37:25 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:31:01 eth0 1.70 0.32 0.36 0.20 0.00 0.00 0.00 0.00 20:37:25 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:32:01 eth0 1.63 0.53 0.61 0.39 0.00 0.00 0.00 0.00 20:37:25 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:33:01 eth0 0.62 0.42 0.35 0.26 0.00 0.00 0.00 0.00 20:37:25 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:34:01 eth0 0.15 0.12 0.09 0.01 0.00 0.00 0.00 0.00 20:37:25 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:35:01 eth0 424.00 336.53 4123.22 33.54 0.00 0.00 0.00 0.00 20:37:25 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:35:01 vethcf0fe66 22.07 20.91 2.52 53.09 0.00 0.00 0.00 0.00 20:37:25 20:35:01 docker0 22.07 20.80 2.21 53.08 0.00 0.00 0.00 0.00 20:37:25 20:36:01 vethb755d45 27.96 49.25 1.86 202.25 0.00 0.00 0.00 0.00 20:37:25 20:36:01 eth0 464.99 352.43 3422.33 100.24 0.00 0.00 0.00 0.00 20:37:25 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:36:01 docker0 28.47 49.64 1.58 202.40 0.00 0.00 0.00 0.00 20:37:25 20:37:01 eth0 254.26 224.54 2245.63 76.78 0.00 0.00 0.00 0.00 20:37:25 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 20:37:01 docker0 2.57 1.91 0.49 0.55 0.00 0.00 0.00 0.00 20:37:25 Average: eth0 135.06 107.43 1128.40 27.43 0.00 0.00 0.00 0.00 20:37:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:25 Average: docker0 6.29 8.35 0.55 29.12 0.00 0.00 0.00 0.00 20:37:25 20:37:25 20:37:25 ---> sar -P ALL: 20:37:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 20:37:25 20:37:25 20:27:00 LINUX RESTART (4 CPU) 20:37:25 20:37:25 20:28:01 CPU %user %nice %system %iowait %steal %idle 20:37:25 20:29:02 all 2.28 0.00 1.91 0.43 3.21 92.17 20:37:25 20:29:02 0 1.91 0.00 1.83 0.15 3.19 92.91 20:37:25 20:29:02 1 2.43 0.00 1.95 0.40 3.39 91.82 20:37:25 20:29:02 2 2.46 0.00 1.69 1.11 3.08 91.66 20:37:25 20:29:02 3 2.32 0.00 2.17 0.07 3.16 92.29 20:37:25 20:30:01 all 0.10 0.00 0.06 0.00 0.34 99.49 20:37:25 20:30:01 0 0.02 0.00 0.03 0.00 0.25 99.70 20:37:25 20:30:01 1 0.22 0.00 0.07 0.00 0.37 99.34 20:37:25 20:30:01 2 0.12 0.00 0.05 0.00 0.29 99.54 20:37:25 20:30:01 3 0.05 0.00 0.10 0.00 0.46 99.39 20:37:25 20:31:01 all 0.11 0.00 0.06 0.00 0.43 99.40 20:37:25 20:31:01 0 0.05 0.00 0.03 0.00 0.10 99.82 20:37:25 20:31:01 1 0.33 0.00 0.08 0.00 0.50 99.09 20:37:25 20:31:01 2 0.05 0.00 0.03 0.00 0.78 99.14 20:37:25 20:31:01 3 0.02 0.00 0.08 0.00 0.33 99.57 20:37:25 20:32:01 all 0.09 0.00 0.04 0.00 0.41 99.46 20:37:25 20:32:01 0 0.27 0.00 0.05 0.00 0.47 99.22 20:37:25 20:32:01 1 0.02 0.00 0.03 0.00 0.23 99.72 20:37:25 20:32:01 2 0.07 0.00 0.05 0.00 0.48 99.40 20:37:25 20:32:01 3 0.02 0.00 0.03 0.00 0.45 99.50 20:37:25 20:33:01 all 0.09 0.00 0.15 0.00 0.79 98.97 20:37:25 20:33:01 0 0.07 0.00 0.08 0.00 0.38 99.47 20:37:25 20:33:01 1 0.18 0.00 0.18 0.00 0.93 98.71 20:37:25 20:33:01 2 0.05 0.00 0.17 0.00 1.17 98.61 20:37:25 20:33:01 3 0.05 0.00 0.18 0.00 0.66 99.10 20:37:25 20:34:01 all 0.08 0.00 0.02 0.00 0.52 99.38 20:37:25 20:34:01 0 0.02 0.00 0.02 0.00 0.27 99.70 20:37:25 20:34:01 1 0.03 0.00 0.07 0.00 0.53 99.37 20:37:25 20:34:01 2 0.02 0.00 0.02 0.00 0.65 99.32 20:37:25 20:34:01 3 0.25 0.00 0.00 0.00 0.63 99.12 20:37:25 20:35:01 all 5.59 0.00 4.70 2.41 14.81 72.50 20:37:25 20:35:01 0 5.89 0.00 5.09 2.53 15.04 71.45 20:37:25 20:35:01 1 4.82 0.00 4.05 2.22 14.86 74.06 20:37:25 20:35:01 2 5.02 0.00 4.71 1.71 14.47 74.09 20:37:25 20:35:01 3 6.67 0.00 4.96 3.21 14.86 70.31 20:37:25 20:36:01 all 6.60 0.00 6.56 2.44 18.24 66.17 20:37:25 20:36:01 0 5.74 0.00 6.48 2.55 18.37 66.86 20:37:25 20:36:01 1 6.42 0.00 6.67 3.78 17.67 65.46 20:37:25 20:36:01 2 6.22 0.00 6.10 1.47 18.14 68.08 20:37:25 20:36:01 3 8.05 0.00 6.98 1.97 18.78 64.23 20:37:25 20:37:01 all 5.20 0.00 4.96 1.92 13.75 74.17 20:37:25 20:37:01 0 8.23 0.00 5.77 1.44 15.26 69.31 20:37:25 20:37:01 1 3.73 0.00 4.35 1.05 13.77 77.11 20:37:25 20:37:01 2 5.72 0.00 5.45 2.57 13.59 72.67 20:37:25 20:37:01 3 3.21 0.00 4.31 2.62 12.41 77.45 20:37:25 Average: all 2.23 0.00 2.04 0.79 5.80 89.14 20:37:25 Average: 0 2.44 0.00 2.13 0.73 5.86 88.84 20:37:25 Average: 1 2.01 0.00 1.93 0.82 5.79 89.44 20:37:25 Average: 2 2.19 0.00 2.03 0.76 5.85 89.18 20:37:25 Average: 3 2.26 0.00 2.07 0.86 5.69 89.11 20:37:25 20:37:25 20:37:25