Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 01392623d029756b86a2b134daf8061cb95bd700 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21198’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21200 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 > 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 Checking out Revision 01392623d029756b86a2b134daf8061cb95bd700 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 01392623d029756b86a2b134daf8061cb95bd700 # timeout=10 Commit message: "Merge pull request #153 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.147" > git rev-list --no-walk 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:57:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:57:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:57:11 ========================================================= 15:57:11 EdgeX Global Pipelines Version Info 15:57:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:57:13 ------------------- 15:57:13 stable info: 15:57:13 ------------------- 15:57:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:57:13 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 15:57:13 Message: update stable to v1.0.177 15:57:14 ------------------- 15:57:14 experimental info: 15:57:14 ------------------- 15:57:14 Commited By: **** collab-it+edgex@linuxfoundation.org 15:57:14 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 15:57:14 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:57:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:57:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:57:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:57:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:57:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01392623d029756b86a2b134daf8061cb95bd700 [Pipeline] echo 15:57:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0139262 [Pipeline] echo 15:57:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:57:18 + git log --format=format:%s -1 01392623d029756b86a2b134daf8061cb95bd700 [Pipeline] echo 15:57:18 GIT_COMMIT: 01392623d029756b86a2b134daf8061cb95bd700, Commit Message: Merge pull request #153 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.147 [Pipeline] echo 15:57:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:19 15:57:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:57:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:19 latest: Pulling from edgex-devops/git-semver 15:57:19 31603596830f: Pulling fs layer 15:57:19 2a8b12db71e7: Pulling fs layer 15:57:19 6ca5941a6612: Pulling fs layer 15:57:19 ecc8261a40a4: Pulling fs layer 15:57:19 ecc8261a40a4: Waiting 15:57:19 2a8b12db71e7: Verifying Checksum 15:57:19 2a8b12db71e7: Download complete 15:57:19 31603596830f: Verifying Checksum 15:57:19 31603596830f: Download complete 15:57:19 ecc8261a40a4: Verifying Checksum 15:57:19 ecc8261a40a4: Download complete 15:57:19 6ca5941a6612: Verifying Checksum 15:57:19 6ca5941a6612: Download complete 15:57:19 31603596830f: Pull complete 15:57:20 2a8b12db71e7: Pull complete 15:57:21 6ca5941a6612: Pull complete 15:57:21 ecc8261a40a4: Pull complete 15:57:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:57:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:57:21 prd-centos7-docker-4c-2g-21200 does not seem to be running inside a container 15:57:21 $ 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 15:57:23 $ docker top 4ff87076c45c54227ebcd917dc02721e829890f124cd29a2543dabc3290327c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:23 [ssh-agent] Looking for ssh-agent implementation... 15:57:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:24 $ docker exec 4ff87076c45c54227ebcd917dc02721e829890f124cd29a2543dabc3290327c3 ssh-agent 15:57:24 SSH_AUTH_SOCK=/tmp/ssh-9S1U2ZqwAuIg/agent.11 15:57:24 SSH_AGENT_PID=17 15:57:24 Running ssh-add (command line suppressed) 15:57:24 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8710892065471443866.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8710892065471443866.key) 15:57:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:25 + git tag --points-at HEAD [Pipeline] } 15:57:25 $ docker exec --env ******** --env ******** 4ff87076c45c54227ebcd917dc02721e829890f124cd29a2543dabc3290327c3 ssh-agent -k 15:57:25 unset SSH_AUTH_SOCK; 15:57:25 unset SSH_AGENT_PID; 15:57:25 echo Agent pid 17 killed; 15:57:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:57:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:25 [ssh-agent] Looking for ssh-agent implementation... 15:57:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:25 $ docker exec 4ff87076c45c54227ebcd917dc02721e829890f124cd29a2543dabc3290327c3 ssh-agent 15:57:25 SSH_AUTH_SOCK=/tmp/ssh-1Twd18w00BTd/agent.46 15:57:25 SSH_AGENT_PID=51 15:57:25 Running ssh-add (command line suppressed) 15:57:25 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3039250157676521702.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3039250157676521702.key) 15:57:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:26 + git semver init 15:57:26 # -> Open(): unable to determine branch for HEAD 15:57:26 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:57:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:57:26 # $SEMVER_REMOTE_NAME = origin 15:57:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:26 # $SEMVER_USER_NAME = edgex-jenkins 15:57:26 # $SEMVER_BRANCH = master 15:57:26 # $SEMVER_TEMP = /tmp/semver-480893414 15:57:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:57:26 # '/tmp/semver-480893414' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:57:26 # -> Force: false 15:57:26 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:57:26 $ docker exec --env ******** --env ******** 4ff87076c45c54227ebcd917dc02721e829890f124cd29a2543dabc3290327c3 ssh-agent -k 15:57:27 unset SSH_AUTH_SOCK; 15:57:27 unset SSH_AGENT_PID; 15:57:27 echo Agent pid 51 killed; 15:57:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:27 + git semver [Pipeline] } 15:57:27 $ docker stop --time=1 4ff87076c45c54227ebcd917dc02721e829890f124cd29a2543dabc3290327c3 15:57:29 $ docker rm -f 4ff87076c45c54227ebcd917dc02721e829890f124cd29a2543dabc3290327c3 [Pipeline] // withDockerContainer [Pipeline] sh 15:57:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:57:30 Stashed 1 file(s) [Pipeline] echo 15:57:30 [edgeXSemver]: initialized semver on version 0.0.72 [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 15:57:45 Still waiting to schedule task 15:57:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:57:45 Still waiting to schedule task 15:57:45 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:59:21 Running on prd-centos7-docker-4c-2g-21204 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:59:21 Running in /w/workspace/go-mod-bootstrap/76 [Pipeline] { [Pipeline] checkout 15:59:24 using credential edgex-jenkins-ssh 15:59:24 Cloning the remote Git repository 15:59:24 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:59:24 > git init /w/workspace/go-mod-bootstrap/76 # timeout=10 15:59:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:59:24 > git --version # timeout=10 15:59:24 > git --version # 'git version 2.24.3' 15:59:24 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:25 Checking out Revision 01392623d029756b86a2b134daf8061cb95bd700 (master) 15:59:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:59:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:59:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:59:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:25 > git config core.sparsecheckout # timeout=10 15:59:25 > git checkout -f 01392623d029756b86a2b134daf8061cb95bd700 # timeout=10 15:59:29 Commit message: "Merge pull request #153 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.147" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:59:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:59:31 + sudo service docker restart 15:59:31 + true 15:59:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:59:32 ========================================================= 15:59:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:59:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:59: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 . 15:59:33 Sending build context to Docker daemon 632.8kB 15:59:33 Step 1/8 : ARG BASE=golang:1.15-alpine 15:59:33 Step 2/8 : FROM ${BASE} 15:59:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:59:33 188c0c94c7c5: Pulling fs layer 15:59:33 0ef7d3d256c8: Pulling fs layer 15:59:33 de9db76c5a1d: Pulling fs layer 15:59:33 bca2f99d35d6: Pulling fs layer 15:59:33 93359f2a8cfa: Pulling fs layer 15:59:33 7c6f9722023f: Pulling fs layer 15:59:33 a35cf1a2eb13: Pulling fs layer 15:59:33 93359f2a8cfa: Waiting 15:59:33 7c6f9722023f: Waiting 15:59:33 a35cf1a2eb13: Waiting 15:59:33 bca2f99d35d6: Waiting 15:59:33 de9db76c5a1d: Verifying Checksum 15:59:33 de9db76c5a1d: Download complete 15:59:33 0ef7d3d256c8: Download complete 15:59:33 93359f2a8cfa: Download complete 15:59:33 7c6f9722023f: Verifying Checksum 15:59:33 7c6f9722023f: Download complete 15:59:33 188c0c94c7c5: Verifying Checksum 15:59:33 188c0c94c7c5: Download complete 15:59:34 188c0c94c7c5: Pull complete 15:59:34 0ef7d3d256c8: Pull complete 15:59:34 de9db76c5a1d: Pull complete 15:59:35 a35cf1a2eb13: Verifying Checksum 15:59:35 a35cf1a2eb13: Download complete 15:59:36 bca2f99d35d6: Verifying Checksum 15:59:36 bca2f99d35d6: Download complete 15:59:41 bca2f99d35d6: Pull complete 15:59:41 93359f2a8cfa: Pull complete 15:59:41 7c6f9722023f: Pull complete 15:59:46 a35cf1a2eb13: Pull complete 15:59:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:59:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:59:46 ---> a62c8e92a672 15:59:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:59:46 ---> Running in e7e61897ab0a 15:59:46 Removing intermediate container e7e61897ab0a 15:59:46 ---> 9a0d3be86311 15:59:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:46 ---> Running in 72127d4a8daf 15:59:47 Removing intermediate container 72127d4a8daf 15:59:47 ---> 76cccac700bb 15:59:47 Step 5/8 : RUN apk add --update --no-cache git make 15:59:47 ---> Running in e96e70d32bb5 15:59:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:59:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:59:50 OK: 166 MiB in 39 packages 15:59:50 Removing intermediate container e96e70d32bb5 15:59:50 ---> 6f4655606b30 15:59:50 Step 6/8 : WORKDIR /build 15:59:50 ---> Running in 785c3690d0b7 15:59:51 Removing intermediate container 785c3690d0b7 15:59:51 ---> c96d0fe897c1 15:59:51 Step 7/8 : COPY go.mod . 15:59:51 ---> b3508b306ae9 15:59:51 Step 8/8 : RUN go mod download 15:59:51 ---> Running in e3dc02a1b94f 16:00:09 Removing intermediate container e3dc02a1b94f 16:00:09 ---> e3fc87be0484 16:00:09 Successfully built e3fc87be0484 16:00:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:00:10 + docker inspect -f . ci-base-image-x86_64 16:00:10 . [Pipeline] withDockerContainer 16:00:10 prd-centos7-docker-4c-2g-21204 does not seem to be running inside a container 16:00:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/76 -v /w/workspace/go-mod-bootstrap/76:/w/workspace/go-mod-bootstrap/76:rw,z -v /w/workspace/go-mod-bootstrap/76@tmp:/w/workspace/go-mod-bootstrap/76@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-x86_64 cat 16:00:11 $ docker top 1f2ec367b48dba3213ebc917089dc3c54a0da508f704eaea006f6c7d791a180e -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:11 + go version 16:00:11 go version go1.15.5 linux/amd64 [Pipeline] } 16:00:11 $ docker stop --time=1 1f2ec367b48dba3213ebc917089dc3c54a0da508f704eaea006f6c7d791a180e 16:00:13 $ docker rm -f 1f2ec367b48dba3213ebc917089dc3c54a0da508f704eaea006f6c7d791a180e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:14 + docker inspect -f . ci-base-image-x86_64 16:00:14 . [Pipeline] withDockerContainer 16:00:14 prd-centos7-docker-4c-2g-21204 does not seem to be running inside a container 16:00:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/76 -v /w/workspace/go-mod-bootstrap/76:/w/workspace/go-mod-bootstrap/76:rw,z -v /w/workspace/go-mod-bootstrap/76@tmp:/w/workspace/go-mod-bootstrap/76@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-x86_64 cat 16:00:15 $ docker top cb5cd154f44aa67147cd42b967ae7d9ad3b11337bd884e2acb435ac5bdfdedfa -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:15 + make test 16:00:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:00:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 16:00:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.006s coverage: 9.0% of statements 16:00:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 16:00:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.035s coverage: 92.2% of statements 16:00:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.009s coverage: 85.3% of statements 16:00:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.016s coverage: 34.3% of statements 16:00:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 16:00:26 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 16:00:26 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 18.2% of statements 16:00:29 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.009s coverage: 95.3% of statements 16:00:29 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 16:00:29 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 16:00:29 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 16:00:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:00:31 gofmt -l . 16:00:31 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:00:31 $ docker stop --time=1 cb5cd154f44aa67147cd42b967ae7d9ad3b11337bd884e2acb435ac5bdfdedfa 16:00:34 $ docker rm -f cb5cd154f44aa67147cd42b967ae7d9ad3b11337bd884e2acb435ac5bdfdedfa [Pipeline] // withDockerContainer [Pipeline] sh 16:00:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:00:35 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] } 16:00:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21206 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 16:00:51 Running in /w/workspace/go-mod-bootstrap/76 [Pipeline] { [Pipeline] checkout 16:00:57 using credential edgex-jenkins-ssh 16:00:57 Cloning the remote Git repository 16:00:57 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:57 > git init /w/workspace/go-mod-bootstrap/76 # timeout=10 16:00:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:57 > git --version # timeout=10 16:00:57 > git --version # 'git version 2.17.1' 16:00:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:00:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:00:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:00:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:00:58 Checking out Revision 01392623d029756b86a2b134daf8061cb95bd700 (master) 16:00:58 > git config core.sparsecheckout # timeout=10 16:00:58 > git checkout -f 01392623d029756b86a2b134daf8061cb95bd700 # timeout=10 16:01:03 Commit message: "Merge pull request #153 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.147" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:01:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:01:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:01:05 + sudo service docker restart 16:01:05 + true [Pipeline] unstash [Pipeline] echo 16:01:08 ========================================================= 16:01:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:01:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:01:09 + 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 . 16:01:10 Sending build context to Docker daemon 631.8kB 16:01:10 Step 1/8 : ARG BASE=golang:1.15-alpine 16:01:10 Step 2/8 : FROM ${BASE} 16:01:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:01:10 5f621e34cdf4: Pulling fs layer 16:01:10 a4357932f1b6: Pulling fs layer 16:01:10 18c013af1878: Pulling fs layer 16:01:10 00ac8860ef70: Pulling fs layer 16:01:10 63d7cb157983: Pulling fs layer 16:01:10 b116817d02f9: Pulling fs layer 16:01:10 745a02a5169b: Pulling fs layer 16:01:10 63d7cb157983: Waiting 16:01:10 b116817d02f9: Waiting 16:01:10 00ac8860ef70: Waiting 16:01:10 745a02a5169b: Waiting 16:01:10 18c013af1878: Verifying Checksum 16:01:10 18c013af1878: Download complete 16:01:10 a4357932f1b6: Verifying Checksum 16:01:10 a4357932f1b6: Download complete 16:01:10 63d7cb157983: Verifying Checksum 16:01:10 63d7cb157983: Download complete 16:01:10 b116817d02f9: Verifying Checksum 16:01:10 b116817d02f9: Download complete 16:01:10 5f621e34cdf4: Verifying Checksum 16:01:10 5f621e34cdf4: Download complete 16:01:11 5f621e34cdf4: Pull complete 16:01:11 a4357932f1b6: Pull complete 16:01:12 18c013af1878: Pull complete 16:01:12 745a02a5169b: Verifying Checksum 16:01:12 745a02a5169b: Download complete 16:01:14 00ac8860ef70: Verifying Checksum 16:01:14 00ac8860ef70: Download complete 16:01:24 00ac8860ef70: Pull complete 16:01:24 63d7cb157983: Pull complete 16:01:24 b116817d02f9: Pull complete 16:01:28 745a02a5169b: Pull complete 16:01:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:01:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:01:28 ---> b7e6874047d6 16:01:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:01:31 ---> Running in 79900ad5c198 16:01:31 Removing intermediate container 79900ad5c198 16:01:31 ---> f93bccf48e34 16:01:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:31 ---> Running in 2386ec84ad95 16:01:33 Removing intermediate container 2386ec84ad95 16:01:33 ---> 661d7b15e948 16:01:33 Step 5/8 : RUN apk add --update --no-cache git make 16:01:33 ---> Running in 9a6777bbf1f7 16:01:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:01:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:01:36 OK: 142 MiB in 39 packages 16:01:38 Removing intermediate container 9a6777bbf1f7 16:01:38 ---> ce5285db8125 16:01:38 Step 6/8 : WORKDIR /build 16:01:38 ---> Running in 78085fea4dc1 16:01:39 Removing intermediate container 78085fea4dc1 16:01:39 ---> a8cd1348456c 16:01:39 Step 7/8 : COPY go.mod . 16:01:39 ---> 5399fe74d1e7 16:01:39 Step 8/8 : RUN go mod download 16:01:39 ---> Running in ec6386c726a6 16:02:02 Removing intermediate container ec6386c726a6 16:02:02 ---> 39cd0d2388de 16:02:02 Successfully built 39cd0d2388de 16:02:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:02:02 + docker inspect -f . ci-base-image-arm64 16:02:02 . [Pipeline] withDockerContainer 16:02:02 prd-ubuntu18.04-docker-arm64-4c-16g-21206 does not seem to be running inside a container 16:02:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/76 -v /w/workspace/go-mod-bootstrap/76:/w/workspace/go-mod-bootstrap/76:rw,z -v /w/workspace/go-mod-bootstrap/76@tmp:/w/workspace/go-mod-bootstrap/76@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 16:02:04 $ docker top 8979ebac59e335769a4aaee5ef7c0c0fcf93806921f885e56da33b3c0c9522d5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:05 + go version 16:02:05 go version go1.15.5 linux/arm64 [Pipeline] } 16:02:05 $ docker stop --time=1 8979ebac59e335769a4aaee5ef7c0c0fcf93806921f885e56da33b3c0c9522d5 16:02:07 $ docker rm -f 8979ebac59e335769a4aaee5ef7c0c0fcf93806921f885e56da33b3c0c9522d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:08 + docker inspect -f . ci-base-image-arm64 16:02:08 . [Pipeline] withDockerContainer 16:02:08 prd-ubuntu18.04-docker-arm64-4c-16g-21206 does not seem to be running inside a container 16:02:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/76 -v /w/workspace/go-mod-bootstrap/76:/w/workspace/go-mod-bootstrap/76:rw,z -v /w/workspace/go-mod-bootstrap/76@tmp:/w/workspace/go-mod-bootstrap/76@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 16:02:10 $ docker top 9abcb42177eb83e15ba7561c9c94a5d65e3e00270da0862db85664816ab0a5d0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:11 + make test 16:02:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:02:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 16:02:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.020s coverage: 9.0% of statements 16:02:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 16:02:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.053s coverage: 92.2% of statements 16:02:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.067s coverage: 85.3% of statements 16:02:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.023s coverage: 34.3% of statements 16:02:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 16:02:44 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 16:02:44 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.014s coverage: 18.2% of statements 16:02:47 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.022s coverage: 95.3% of statements 16:02:47 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 16:02:47 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 16:02:47 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements 16:02:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:02:52 gofmt -l . 16:02:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:02:53 $ docker stop --time=1 9abcb42177eb83e15ba7561c9c94a5d65e3e00270da0862db85664816ab0a5d0 16:02:55 $ docker rm -f 9abcb42177eb83e15ba7561c9c94a5d65e3e00270da0862db85664816ab0a5d0 [Pipeline] // withDockerContainer [Pipeline] sh 16:02:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:02:56 Warning: overwriting stash ‘coverage-report’ 16:02:57 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 16:02:58 provisioning config files... 16:02:58 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1907502208815222160tmp [Pipeline] { [Pipeline] sh 16:02:59 + set +x 16:02:59 + curl -s https://codecov.io/bash 16:02:59 + bash -s -- 16:02:59 16:02:59 _____ _ 16:02:59 / ____| | | 16:02:59 | | ___ __| | ___ ___ _____ __ 16:02:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:02:59 | |___| (_) | (_| | __/ (_| (_) \ V / 16:02:59 \_____\___/ \__,_|\___|\___\___/ \_/ 16:02:59 Bash-20210115-cec3c92 16:02:59 16:02:59 16:02:59 ==> git version 2.24.3 found 16:02:59 ==> 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 16:02:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:02:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:02:59 ==> Jenkins CI detected. 16:02:59 project root: . 16:02:59 --> token set from env 16:02:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:02:59 ==> Running gcov in . (disable via -X gcov) 16:02:59 ==> Python coveragepy not found 16:02:59 ==> Searching for coverage reports in: 16:02:59 + . 16:02:59 -> Found 1 reports 16:02:59 ==> Detecting git/mercurial file structure 16:02:59 ==> Reading reports 16:02:59 + ./coverage.out bytes=26001 16:02:59 ==> Appending adjustments 16:02:59 https://docs.codecov.io/docs/fixing-reports 16:02:59 + Found adjustments 16:02:59 ==> Gzipping contents 16:02:59 8.0K /tmp/codecov.hiaQaJ.gz 16:02:59 ==> Uploading reports 16:02:59 url: https://codecov.io 16:02:59 query: branch=master&commit=01392623d029756b86a2b134daf8061cb95bd700&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:02:59 -> Pinging Codecov 16:02:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=01392623d029756b86a2b134daf8061cb95bd700&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 16:03:00 -> Uploading to 16:03:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/833815588EE85121546D348822E98E2E/01392623d029756b86a2b134daf8061cb95bd700/df15017b-75dd-48df-b105-ce999a155b34.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T160259Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ab64db5142dfd77baa573d73559b966e833d3912e9eb771f0b074294fcfb9bb 16:03:00 % Total % Received % Xferd Average Speed Time Time Time Current 16:03:00 Dload Upload Total Spent Left Speed 16:03:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4930 0 0 100 4930 0 12270 --:--:-- --:--:-- --:--:-- 12294 16:03:00 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/01392623d029756b86a2b134daf8061cb95bd700 [Pipeline] } 16:03:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:03:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:03:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:03:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:03:01 16:03:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:03:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:03:01 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:03:01 188c0c94c7c5: Pulling fs layer 16:03:01 0ef7d3d256c8: Pulling fs layer 16:03:01 de9db76c5a1d: Pulling fs layer 16:03:01 0eba1c9be4d2: Pulling fs layer 16:03:01 0d57e429df01: Pulling fs layer 16:03:01 4e4be7b47b0d: Pulling fs layer 16:03:01 e1f770b5df2f: Pulling fs layer 16:03:01 85a0685a4137: Pulling fs layer 16:03:01 0d57e429df01: Waiting 16:03:01 4e4be7b47b0d: Waiting 16:03:01 e1f770b5df2f: Waiting 16:03:01 85a0685a4137: Waiting 16:03:01 0eba1c9be4d2: Waiting 16:03:01 de9db76c5a1d: Verifying Checksum 16:03:01 de9db76c5a1d: Download complete 16:03:01 0ef7d3d256c8: Verifying Checksum 16:03:01 0ef7d3d256c8: Download complete 16:03:01 0d57e429df01: Verifying Checksum 16:03:01 0d57e429df01: Download complete 16:03:01 4e4be7b47b0d: Download complete 16:03:02 188c0c94c7c5: Verifying Checksum 16:03:02 188c0c94c7c5: Download complete 16:03:02 188c0c94c7c5: Pull complete 16:03:02 0ef7d3d256c8: Pull complete 16:03:02 de9db76c5a1d: Pull complete 16:03:02 e1f770b5df2f: Verifying Checksum 16:03:02 e1f770b5df2f: Download complete 16:03:04 0eba1c9be4d2: Verifying Checksum 16:03:04 0eba1c9be4d2: Download complete 16:03:05 85a0685a4137: Verifying Checksum 16:03:05 85a0685a4137: Download complete 16:03:10 0eba1c9be4d2: Pull complete 16:03:10 0d57e429df01: Pull complete 16:03:10 4e4be7b47b0d: Pull complete 16:03:13 e1f770b5df2f: Pull complete 16:03:21 85a0685a4137: Pull complete 16:03:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:03:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:03:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:03:22 prd-centos7-docker-4c-2g-21200 does not seem to be running inside a container 16:03:22 $ 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 16:03:23 $ docker top aac11f9d264a09bb4dfef3c53308b373967f02a6ccd4a33eba97fe436d5d985b -eo pid,comm [Pipeline] { [Pipeline] echo 16:03:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:03:23 + set -o pipefail 16:03:23 + snyk monitor '--org=edgex-jenkins' 16:03:27 16:03:27 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 16:03:27 16:03:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/f7064589-a0bc-4d8c-965e-a01ad0eab74e 16:03:27 16:03:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:03:27 16:03:27 [Pipeline] } 16:03:27 $ docker stop --time=1 aac11f9d264a09bb4dfef3c53308b373967f02a6ccd4a33eba97fe436d5d985b 16:03:29 $ docker rm -f aac11f9d264a09bb4dfef3c53308b373967f02a6ccd4a33eba97fe436d5d985b [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 16:03:31 + git log --format=format:%s -1 01392623d029756b86a2b134daf8061cb95bd700 [Pipeline] isUnix [Pipeline] sh 16:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:03:32 . [Pipeline] withDockerContainer 16:03:32 prd-centos7-docker-4c-2g-21200 does not seem to be running inside a container 16:03:32 $ 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 16:03:32 $ docker top bdd3dbb05e3287af8ba9ad54f2d91d5f8739d057b78ce719ad99f24bf2a5070c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:03:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:03:33 [ssh-agent] Looking for ssh-agent implementation... 16:03:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:03:33 $ docker exec bdd3dbb05e3287af8ba9ad54f2d91d5f8739d057b78ce719ad99f24bf2a5070c ssh-agent 16:03:33 SSH_AUTH_SOCK=/tmp/ssh-9lRKBIAPrZmn/agent.11 16:03:33 SSH_AGENT_PID=16 16:03:33 Running ssh-add (command line suppressed) 16:03:33 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5560618510597970105.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5560618510597970105.key) 16:03:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:03:34 + git semver tag 16:03:34 # -> Open(): unable to determine branch for HEAD 16:03:34 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:03:34 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:03:34 # $SEMVER_REMOTE_NAME = origin 16:03:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:03:34 # $SEMVER_USER_NAME = edgex-jenkins 16:03:34 # $SEMVER_BRANCH = master 16:03:34 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:03:34 # 01392623d029756b86a2b134daf8061cb95bd700 HEAD 16:03:34 # -> Force: false 16:03:34 # e9137e462e206fd1622f5a614956db3adb8ca7db refs/tags/v0.0.72 [Pipeline] } 16:03:34 $ docker exec --env ******** --env ******** bdd3dbb05e3287af8ba9ad54f2d91d5f8739d057b78ce719ad99f24bf2a5070c ssh-agent -k 16:03:34 unset SSH_AUTH_SOCK; 16:03:34 unset SSH_AGENT_PID; 16:03:34 echo Agent pid 16 killed; 16:03:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:03:34 + git semver [Pipeline] } 16:03:35 $ docker stop --time=1 bdd3dbb05e3287af8ba9ad54f2d91d5f8739d057b78ce719ad99f24bf2a5070c 16:03:36 $ docker rm -f bdd3dbb05e3287af8ba9ad54f2d91d5f8739d057b78ce719ad99f24bf2a5070c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:03:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:37 16:03:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:03:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:37 0.23.1-centos7: Pulling from edgex-lftools 16:03:37 ab5ef0e58194: Pulling fs layer 16:03:37 9712f1f96733: Pulling fs layer 16:03:37 63f879dbbcfc: Pulling fs layer 16:03:37 0d9ebad4ef96: Pulling fs layer 16:03:37 e9a5061849ea: Pulling fs layer 16:03:37 d747dcd14b5f: Pulling fs layer 16:03:37 2de7ff778b66: Pulling fs layer 16:03:37 e9a5061849ea: Waiting 16:03:37 0d9ebad4ef96: Waiting 16:03:37 2de7ff778b66: Waiting 16:03:37 d747dcd14b5f: Waiting 16:03:37 9712f1f96733: Verifying Checksum 16:03:37 9712f1f96733: Download complete 16:03:38 63f879dbbcfc: Verifying Checksum 16:03:38 63f879dbbcfc: Download complete 16:03:39 e9a5061849ea: Verifying Checksum 16:03:39 e9a5061849ea: Download complete 16:03:39 d747dcd14b5f: Verifying Checksum 16:03:39 d747dcd14b5f: Download complete 16:03:40 2de7ff778b66: Verifying Checksum 16:03:40 2de7ff778b66: Download complete 16:03:40 0d9ebad4ef96: Verifying Checksum 16:03:40 0d9ebad4ef96: Download complete 16:03:41 ab5ef0e58194: Verifying Checksum 16:03:41 ab5ef0e58194: Download complete 16:03:46 ab5ef0e58194: Pull complete 16:03:46 9712f1f96733: Pull complete 16:03:48 63f879dbbcfc: Pull complete 16:03:55 0d9ebad4ef96: Pull complete 16:03:56 e9a5061849ea: Pull complete 16:03:56 d747dcd14b5f: Pull complete 16:03:59 2de7ff778b66: Pull complete 16:03:59 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:03:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:03:59 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:03:59 prd-centos7-docker-4c-2g-21200 does not seem to be running inside a container 16:03:59 $ 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 16:04:03 $ docker top 8e00c2561a1ac0d0e6dd2e84e11f4b96f6109c4d3ef45ab5c59548d40932fa92 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:04:03 provisioning config files... 16:04:03 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5143000079364927840tmp 16:04:03 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6086133677567961208tmp 16:04:03 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2618599451452601814tmp [Pipeline] { [Pipeline] echo 16:04:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:04:04 ---> sigul-configuration.sh 16:04:04 gpg: directory `/root/.gnupg' created 16:04:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:04:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:04:04 gpg: keyring `/root/.gnupg/secring.gpg' created 16:04:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:04:04 gpg: CAST5 encrypted data 16:04:04 gpg: encrypted with 1 passphrase 16:04:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:04:04 + mkdir /home/jenkins 16:04:04 + mkdir /home/jenkins/sigul [Pipeline] sh 16:04:04 + 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 16:04:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:04:05 ---> sigul-install.sh 16:04:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:04:11 + git tag --list 16:04:11 v0.0.1 16:04:11 v0.0.10 16:04:11 v0.0.11 16:04:11 v0.0.12 16:04:11 v0.0.13 16:04:11 v0.0.14 16:04:11 v0.0.15 16:04:11 v0.0.16 16:04:11 v0.0.17 16:04:11 v0.0.18 16:04:11 v0.0.19 16:04:11 v0.0.2 16:04:11 v0.0.20 16:04:11 v0.0.21 16:04:11 v0.0.22 16:04:11 v0.0.23 16:04:11 v0.0.24 16:04:11 v0.0.25 16:04:11 v0.0.26 16:04:11 v0.0.27 16:04:11 v0.0.28 16:04:11 v0.0.29 16:04:11 v0.0.3 16:04:11 v0.0.30 16:04:11 v0.0.31 16:04:11 v0.0.32 16:04:11 v0.0.33 16:04:11 v0.0.34 16:04:11 v0.0.35 16:04:11 v0.0.36 16:04:11 v0.0.37 16:04:11 v0.0.38 16:04:11 v0.0.39 16:04:11 v0.0.4 16:04:11 v0.0.40 16:04:11 v0.0.41 16:04:11 v0.0.42 16:04:11 v0.0.43 16:04:11 v0.0.44 16:04:11 v0.0.45 16:04:11 v0.0.46 16:04:11 v0.0.47 16:04:11 v0.0.48 16:04:11 v0.0.49 16:04:11 v0.0.5 16:04:11 v0.0.50 16:04:11 v0.0.51 16:04:11 v0.0.52 16:04:11 v0.0.53 16:04:11 v0.0.54 16:04:11 v0.0.55 16:04:11 v0.0.56 16:04:11 v0.0.57 16:04:11 v0.0.58 16:04:11 v0.0.59 16:04:11 v0.0.6 16:04:11 v0.0.60 16:04:11 v0.0.61 16:04:11 v0.0.62 16:04:11 v0.0.63 16:04:11 v0.0.64 16:04:11 v0.0.65 16:04:11 v0.0.66 16:04:11 v0.0.67 16:04:11 v0.0.68 16:04:11 v0.0.69 16:04:11 v0.0.7 16:04:11 v0.0.70 16:04:11 v0.0.71 16:04:11 v0.0.72 16:04:11 v0.0.8 16:04:11 v0.0.9 [Pipeline] sh 16:04:11 + lftools sign git-tag v0.0.72 16:04:12 Signing Git tag with Sigul... 16:04:12 Signing v0.0.72 [Pipeline] echo 16:04:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:04:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:04:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:04:14 $ docker stop --time=1 8e00c2561a1ac0d0e6dd2e84e11f4b96f6109c4d3ef45ab5c59548d40932fa92 16:04:16 $ docker rm -f 8e00c2561a1ac0d0e6dd2e84e11f4b96f6109c4d3ef45ab5c59548d40932fa92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:04:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:04:17 . [Pipeline] withDockerContainer 16:04:17 prd-centos7-docker-4c-2g-21200 does not seem to be running inside a container 16:04: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:04:18 $ docker top f0777b7d807a8e90702f9627dd0379e74c888dbfbab39d6f72fc40c6fdc4cb6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:04:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:04:18 [ssh-agent] Looking for ssh-agent implementation... 16:04:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:04:19 $ docker exec f0777b7d807a8e90702f9627dd0379e74c888dbfbab39d6f72fc40c6fdc4cb6d ssh-agent 16:04:19 SSH_AUTH_SOCK=/tmp/ssh-ilUNuBwiDCjj/agent.12 16:04:19 SSH_AGENT_PID=18 16:04:19 Running ssh-add (command line suppressed) 16:04:19 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6498347412645900162.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6498347412645900162.key) 16:04:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:04:19 + git semver bump patch 16:04:19 # -> Open(): unable to determine branch for HEAD 16:04:19 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:04:19 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:04:19 # $SEMVER_REMOTE_NAME = origin 16:04:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:04:19 # $SEMVER_USER_NAME = edgex-jenkins 16:04:19 # $SEMVER_BRANCH = master 16:04:19 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 16:04:19 0.0.73 [Pipeline] } 16:04:19 $ docker exec --env ******** --env ******** f0777b7d807a8e90702f9627dd0379e74c888dbfbab39d6f72fc40c6fdc4cb6d ssh-agent -k 16:04:19 unset SSH_AUTH_SOCK; 16:04:19 unset SSH_AGENT_PID; 16:04:19 echo Agent pid 18 killed; 16:04:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:04:20 + git semver [Pipeline] } 16:04:20 $ docker stop --time=1 f0777b7d807a8e90702f9627dd0379e74c888dbfbab39d6f72fc40c6fdc4cb6d 16:04:21 $ docker rm -f f0777b7d807a8e90702f9627dd0379e74c888dbfbab39d6f72fc40c6fdc4cb6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:04:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:04:22 . [Pipeline] withDockerContainer 16:04:22 prd-centos7-docker-4c-2g-21200 does not seem to be running inside a container 16:04:22 $ 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 16:04:23 $ docker top dd5dc89a8bb2a1880663b59fc51cc34f04627c6d97e321ba738814ae4ffaf29a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:04:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:04:23 [ssh-agent] Looking for ssh-agent implementation... 16:04:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:04:23 $ docker exec dd5dc89a8bb2a1880663b59fc51cc34f04627c6d97e321ba738814ae4ffaf29a ssh-agent 16:04:24 SSH_AUTH_SOCK=/tmp/ssh-zEmylWe8w5u8/agent.13 16:04:24 SSH_AGENT_PID=19 16:04:24 Running ssh-add (command line suppressed) 16:04:24 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7331688154174877227.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7331688154174877227.key) 16:04:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:04:24 + git semver push 16:04:24 # -> Open(): unable to determine branch for HEAD 16:04:24 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 16:04:24 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 16:04:24 # $SEMVER_REMOTE_NAME = origin 16:04:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:04:24 # $SEMVER_USER_NAME = edgex-jenkins 16:04:24 # $SEMVER_BRANCH = master 16:04:24 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 16:04:32 $ docker exec --env ******** --env ******** dd5dc89a8bb2a1880663b59fc51cc34f04627c6d97e321ba738814ae4ffaf29a ssh-agent -k 16:04:32 unset SSH_AUTH_SOCK; 16:04:32 unset SSH_AGENT_PID; 16:04:32 echo Agent pid 19 killed; 16:04:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:04:34 + git semver [Pipeline] } 16:04:34 $ docker stop --time=1 dd5dc89a8bb2a1880663b59fc51cc34f04627c6d97e321ba738814ae4ffaf29a 16:04:35 $ docker rm -f dd5dc89a8bb2a1880663b59fc51cc34f04627c6d97e321ba738814ae4ffaf29a [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 16:04:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:04:38 ---> package-listing.sh 16:04:38 ++ facter osfamily 16:04:38 ++ tr '[:upper:]' '[:lower:]' 16:04:38 + OS_FAMILY=redhat 16:04:38 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 16:04:38 + START_PACKAGES=/tmp/packages_start.txt 16:04:38 + END_PACKAGES=/tmp/packages_end.txt 16:04:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:04:38 + PACKAGES=/tmp/packages_start.txt 16:04:38 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:04:38 + PACKAGES=/tmp/packages_end.txt 16:04:38 + case "${OS_FAMILY}" in 16:04:38 + rpm -qa 16:04:38 + sort 16:04:43 + '[' -f /tmp/packages_start.txt ']' 16:04:43 + '[' -f /tmp/packages_end.txt ']' 16:04:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:04:43 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 16:04:43 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 16:04:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 16:04:43 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 16:04:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:04:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:43 16:04:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:04:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:44 alpine: Pulling from edgex-lftools-log-publisher 16:04:44 df20fa9351a1: Pulling fs layer 16:04:44 36b3adc4ff6f: Pulling fs layer 16:04:44 8ad3a11d3b57: Pulling fs layer 16:04:44 46f8f816bc3b: Pulling fs layer 16:04:44 93b61091891f: Pulling fs layer 16:04:44 93b9cdb0e59b: Pulling fs layer 16:04:44 5e14af77c1be: Pulling fs layer 16:04:44 01666e4c0597: Pulling fs layer 16:04:44 aa168da1d23b: Pulling fs layer 16:04:44 93b9cdb0e59b: Waiting 16:04:44 5e14af77c1be: Waiting 16:04:44 01666e4c0597: Waiting 16:04:44 aa168da1d23b: Waiting 16:04:44 46f8f816bc3b: Waiting 16:04:44 93b61091891f: Waiting 16:04:44 36b3adc4ff6f: Verifying Checksum 16:04:44 36b3adc4ff6f: Download complete 16:04:44 46f8f816bc3b: Verifying Checksum 16:04:44 46f8f816bc3b: Download complete 16:04:44 df20fa9351a1: Download complete 16:04:44 93b61091891f: Verifying Checksum 16:04:44 93b61091891f: Download complete 16:04:44 93b9cdb0e59b: Verifying Checksum 16:04:44 93b9cdb0e59b: Download complete 16:04:44 5e14af77c1be: Verifying Checksum 16:04:44 5e14af77c1be: Download complete 16:04:44 01666e4c0597: Download complete 16:04:44 df20fa9351a1: Pull complete 16:04:45 8ad3a11d3b57: Verifying Checksum 16:04:45 8ad3a11d3b57: Download complete 16:04:45 36b3adc4ff6f: Pull complete 16:04:46 8ad3a11d3b57: Pull complete 16:04:46 46f8f816bc3b: Pull complete 16:04:47 93b61091891f: Pull complete 16:04:47 aa168da1d23b: Verifying Checksum 16:04:47 aa168da1d23b: Download complete 16:04:47 93b9cdb0e59b: Pull complete 16:04:47 5e14af77c1be: Pull complete 16:04:47 01666e4c0597: Pull complete 16:04:56 aa168da1d23b: Pull complete 16:04:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:04:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:04:56 prd-centos7-docker-4c-2g-21200 does not seem to be running inside a container 16:04:56 $ 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 16:04:59 $ docker top 7d413d53c81d1a0723f7cd252522d2358682e878de29571ac03dc277c0d3e51e -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:59 + touch /tmp/pre-build-complete [Pipeline] sh 16:04:59 + mkdir -p /var/log/sa [Pipeline] sh 16:05:00 + ls /var/log/sa-host 16:05:00 + sadf -c /var/log/sa-host/sa19 16:05:00 file_magic: OK 16:05:00 HZ: Using current value: 100 16:05:00 file_header: OK 16:05:00 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 16:05:00 Statistics: 16:05:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:05:00 File successfully converted to sysstat format version 12.2.1 16:05:00 + sadf -c /var/log/sa-host/sa23 16:05:00 file_magic: OK 16:05:00 HZ: Using current value: 100 16:05:00 file_header: OK 16:05:00 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 16:05:00 Statistics: 16:05:00 Hnuu...uuuununununu... 16:05:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:00 provisioning config files... 16:05:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6437779227946716698tmp [Pipeline] { [Pipeline] echo 16:05:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:05:00 ---> create-netrc.sh [Pipeline] } 16:05:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:05:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:05:01 ---> python-tools-install.sh [Pipeline] echo 16:05:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:05:01 ---> sudo-logs.sh 16:05:01 Archiving 'sudo' log.. [Pipeline] echo 16:05:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:05:01 ---> job-cost.sh 16:05:01 lf-activate-venv: SKIPPING 16:05:01 INFO: No Stack... 16:05:03 INFO: Retrieving Pricing Info for: v1-standard-2 16:05:03 INFO: Archiving Costs [Pipeline] echo 16:05:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:05:03 ---> logs-deploy.sh 16:05:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/76 16:05:03 INFO: archiving workspace using pattern(s): 16:05:05 Archives upload complete. 16:05:05 INFO: archiving logs to Nexus 16:05:06 ---> uname -a: 16:05:06 Linux prd-centos7-docker-4c-2g-21200.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:05:06 16:05:06 16:05:06 ---> lscpu: 16:05:06 Architecture: x86_64 16:05:06 CPU op-mode(s): 32-bit, 64-bit 16:05:06 Byte Order: Little Endian 16:05:06 Address sizes: 40 bits physical, 48 bits virtual 16:05:06 CPU(s): 4 16:05:06 On-line CPU(s) list: 0-3 16:05:06 Thread(s) per core: 1 16:05:06 Core(s) per socket: 1 16:05:06 Socket(s): 4 16:05:06 NUMA node(s): 1 16:05:06 Vendor ID: GenuineIntel 16:05:06 CPU family: 6 16:05:06 Model: 44 16:05:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:05:06 Stepping: 1 16:05:06 CPU MHz: 2933.438 16:05:06 BogoMIPS: 5866.87 16:05:06 Virtualization: VT-x 16:05:06 Hypervisor vendor: KVM 16:05:06 Virtualization type: full 16:05:06 L1d cache: 128 KiB 16:05:06 L1i cache: 128 KiB 16:05:06 L2 cache: 16 MiB 16:05:06 L3 cache: 64 MiB 16:05:06 NUMA node0 CPU(s): 0-3 16:05:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:05:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:05:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:05:06 Vulnerability Meltdown: Mitigation; PTI 16:05:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:05:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:05:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:05:06 Vulnerability Srbds: Not affected 16:05:06 Vulnerability Tsx async abort: Not affected 16:05:06 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 16:05:06 16:05:06 16:05:06 ---> nproc: 16:05:06 4 16:05:06 16:05:06 16:05:06 ---> df -h: 16:05:06 Filesystem Size Used Available Use% Mounted on 16:05:06 overlay 50.0G 8.5G 41.4G 17% / 16:05:06 tmpfs 64.0M 0 64.0M 0% /dev 16:05:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:05:06 shm 64.0M 0 64.0M 0% /dev/shm 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:05:06 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:05:06 16:05:06 16:05:06 ---> free -m: 16:05:06 total used free shared buff/cache available 16:05:06 Mem: 1837 825 141 0 870 947 16:05:06 Swap: 1023 2 1021 16:05:06 16:05:06 16:05:06 ---> ip addr: 16:05:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:05:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:05:06 inet 127.0.0.1/8 scope host lo 16:05:06 valid_lft forever preferred_lft forever 16:05:06 inet6 ::1/128 scope host 16:05:06 valid_lft forever preferred_lft forever 16:05:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:05:06 link/ether fa:16:3e:82:f9:ca brd ff:ff:ff:ff:ff:ff 16:05:06 inet 10.30.122.212/23 brd 10.30.123.255 scope global dynamic eth0 16:05:06 valid_lft 85886sec preferred_lft 85886sec 16:05:06 inet6 fe80::f816:3eff:fe82:f9ca/64 scope link 16:05:06 valid_lft forever preferred_lft forever 16:05:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:05:06 link/ether 02:42:77:f9:79:16 brd ff:ff:ff:ff:ff:ff 16:05:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:05:06 valid_lft forever preferred_lft forever 16:05:06 inet6 fe80::42:77ff:fef9:7916/64 scope link 16:05:06 valid_lft forever preferred_lft forever 16:05:06 16:05:06 16:05:06 ---> sar -b -r -n DEV: 16:05:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 16:05:06 16:05:06 15:56:20 LINUX RESTART (4 CPU) 16:05:06 16:05:06 15:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:05:06 15:58:01 50.11 14.87 35.24 0.00 4597.70 3114.50 0.00 16:05:06 15:59:01 1.70 0.00 1.70 0.00 0.00 31.12 0.00 16:05:06 16:00:01 0.27 0.00 0.27 0.00 0.00 2.85 0.00 16:05:06 16:01:01 0.27 0.02 0.25 0.00 0.13 2.80 0.00 16:05:06 16:02:01 0.43 0.08 0.35 0.00 1.60 6.86 0.00 16:05:06 16:03:01 0.40 0.10 0.30 0.00 7.86 4.60 0.00 16:05:06 16:04:01 415.60 201.41 214.19 0.00 10098.15 63023.41 0.00 16:05:06 Average: 67.01 30.95 36.07 0.00 2101.94 9462.05 0.00 16:05:06 16:05:06 15:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:05:06 15:58:01 150080 0 599172 31.84 2620 1129672 1100116 37.55 404824 1126820 132 16:05:06 15:59:01 151212 0 598032 31.78 2620 1129680 1099696 37.53 405760 1125148 8 16:05:06 16:00:01 152756 0 596484 31.70 2620 1129684 1086308 37.07 409348 1120028 8 16:05:06 16:01:01 151720 0 597520 31.76 2620 1129684 1075400 36.70 411936 1118596 20 16:05:06 16:02:01 152028 0 597084 31.73 2620 1129812 1073644 36.64 420664 1110096 16 16:05:06 16:03:01 128060 0 620764 32.99 2620 1130100 1202892 41.05 443104 1109928 64 16:05:06 16:04:01 117888 0 796976 42.36 1564 965116 1297044 44.27 554604 878280 16 16:05:06 Average: 143392 0 629433 33.45 2469 1106250 1133586 38.69 435749 1084128 38 16:05:06 16:05:06 15:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:05:06 15:58:01 eth0 331.55 207.82 689.42 70.33 0.00 0.00 0.00 0.00 16:05:06 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 15:58:01 docker0 2.51 2.01 0.65 4.64 0.00 0.00 0.00 0.00 16:05:06 15:59:01 eth0 1.88 0.53 0.63 0.39 0.00 0.00 0.00 0.00 16:05:06 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:00:01 eth0 2.01 0.72 0.67 0.41 0.00 0.00 0.00 0.00 16:05:06 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:01:01 eth0 1.53 0.28 0.34 0.20 0.00 0.00 0.00 0.00 16:05:06 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:02:01 eth0 3.33 0.68 0.88 0.46 0.00 0.00 0.00 0.00 16:05:06 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:03:01 eth0 9.46 5.08 7.53 2.85 0.00 0.00 0.00 0.00 16:05:06 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:04:01 eth0 903.98 796.66 7345.39 128.15 0.00 0.00 0.00 0.00 16:05:06 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 16:04:01 docker0 21.76 20.43 2.22 52.45 0.00 0.00 0.00 0.00 16:05:06 Average: eth0 179.21 144.63 1150.07 28.98 0.00 0.00 0.00 0.00 16:05:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:06 Average: docker0 3.47 3.21 0.41 8.16 0.00 0.00 0.00 0.00 16:05:06 16:05:06 16:05:06 ---> sar -P ALL: 16:05:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 16:05:06 16:05:06 15:56:20 LINUX RESTART (4 CPU) 16:05:06 16:05:06 15:57:01 CPU %user %nice %system %iowait %steal %idle 16:05:06 15:58:01 all 7.24 0.00 2.78 1.20 0.08 88.70 16:05:06 15:58:01 0 5.58 0.00 3.67 1.67 0.08 89.00 16:05:06 15:58:01 1 7.90 0.00 2.03 0.87 0.12 89.08 16:05:06 15:58:01 2 7.87 0.00 2.96 0.94 0.03 88.20 16:05:06 15:58:01 3 7.61 0.00 2.46 1.32 0.08 88.53 16:05:06 15:59:01 all 0.16 0.00 0.05 0.00 0.00 99.79 16:05:06 15:59:01 0 0.07 0.00 0.03 0.00 0.00 99.90 16:05:06 15:59:01 1 0.05 0.00 0.07 0.00 0.00 99.88 16:05:06 15:59:01 2 0.05 0.00 0.07 0.00 0.00 99.88 16:05:06 15:59:01 3 0.47 0.00 0.03 0.00 0.00 99.50 16:05:06 16:00:01 all 0.17 0.00 0.05 0.00 0.00 99.78 16:05:06 16:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:05:06 16:00:01 1 0.03 0.00 0.07 0.00 0.00 99.90 16:05:06 16:00:01 2 0.07 0.00 0.07 0.00 0.02 99.85 16:05:06 16:00:01 3 0.53 0.00 0.02 0.00 0.00 99.45 16:05:06 16:01:01 all 0.13 0.00 0.05 0.00 0.00 99.82 16:05:06 16:01:01 0 0.08 0.00 0.03 0.00 0.00 99.88 16:05:06 16:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:05:06 16:01:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:05:06 16:01:01 3 0.35 0.00 0.08 0.00 0.02 99.55 16:05:06 16:02:01 all 0.12 0.00 0.13 0.00 0.00 99.75 16:05:06 16:02:01 0 0.05 0.00 0.07 0.00 0.02 99.87 16:05:06 16:02:01 1 0.08 0.00 0.15 0.00 0.00 99.77 16:05:06 16:02:01 2 0.08 0.00 0.12 0.00 0.00 99.80 16:05:06 16:02:01 3 0.27 0.00 0.17 0.00 0.00 99.57 16:05:06 16:03:01 all 0.43 0.00 0.34 0.00 0.00 99.22 16:05:06 16:03:01 0 0.48 0.00 0.45 0.00 0.00 99.07 16:05:06 16:03:01 1 0.23 0.00 0.33 0.02 0.00 99.42 16:05:06 16:03:01 2 0.38 0.00 0.28 0.00 0.02 99.32 16:05:06 16:03:01 3 0.62 0.00 0.28 0.00 0.00 99.10 16:05:06 16:04:01 all 16.67 0.00 12.55 4.18 0.10 66.50 16:05:06 16:04:01 0 16.41 0.00 13.17 5.47 0.09 64.87 16:05:06 16:04:01 1 15.93 0.00 13.13 3.83 0.12 66.99 16:05:06 16:04:01 2 16.38 0.00 11.13 4.61 0.10 67.78 16:05:06 16:04:01 3 17.95 0.00 12.78 2.83 0.09 66.35 16:05:06 Average: all 3.48 0.00 2.22 0.75 0.03 93.52 16:05:06 Average: 0 3.16 0.00 2.42 0.99 0.03 93.40 16:05:06 Average: 1 3.40 0.00 2.20 0.66 0.03 93.71 16:05:06 Average: 2 3.48 0.00 2.05 0.77 0.02 93.67 16:05:06 Average: 3 3.89 0.00 2.20 0.58 0.03 93.30 16:05:06 16:05:06 16:05:06