Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31081 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 cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 (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 cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 Commit message: "refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187)" > git rev-list --no-walk d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:41:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:41:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:41:51 ========================================================= 15:41:51 EdgeX Global Pipelines Version Info 15:41:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:41:52 ------------------- 15:41:52 stable info: 15:41:52 ------------------- 15:41:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:41:52 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:41:52 Message: update stable to v1.0.186 15:41:53 ------------------- 15:41:53 experimental info: 15:41:53 ------------------- 15:41:53 Commited By: **** collab-it+edgex@linuxfoundation.org 15:41:53 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:41:53 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:41:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:41:53 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 15:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:41:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cffb2fe [Pipeline] echo 15:41:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:41:57 + git log --format=format:%s -1 cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] echo 15:41:57 GIT_COMMIT: cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1, Commit Message: refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187) [Pipeline] echo 15:41:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:41:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:58 15:41:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:41:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:58 latest: Pulling from edgex-devops/git-semver 15:41:58 31603596830f: Pulling fs layer 15:41:58 2a8b12db71e7: Pulling fs layer 15:41:58 6ca5941a6612: Pulling fs layer 15:41:58 ecc8261a40a4: Pulling fs layer 15:41:58 ecc8261a40a4: Waiting 15:41:58 2a8b12db71e7: Verifying Checksum 15:41:58 2a8b12db71e7: Download complete 15:41:59 31603596830f: Download complete 15:41:59 ecc8261a40a4: Verifying Checksum 15:41:59 ecc8261a40a4: Download complete 15:41:59 6ca5941a6612: Verifying Checksum 15:41:59 6ca5941a6612: Download complete 15:41:59 31603596830f: Pull complete 15:41:59 2a8b12db71e7: Pull complete 15:42:00 6ca5941a6612: Pull complete 15:42:00 ecc8261a40a4: Pull complete 15:42:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:42:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:42:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:42:00 prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container 15:42:00 $ 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:42:02 $ docker top 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:42:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:03 [ssh-agent] Looking for ssh-agent implementation... 15:42:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:03 $ docker exec 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent 15:42:03 SSH_AUTH_SOCK=/tmp/ssh-K67t6SyzS5hN/agent.11 15:42:03 SSH_AGENT_PID=16 15:42:03 Running ssh-add (command line suppressed) 15:42:03 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7560253965028174285.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7560253965028174285.key) 15:42:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:04 + git tag --points-at HEAD [Pipeline] } 15:42:04 $ docker exec --env ******** --env ******** 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent -k 15:42:04 unset SSH_AUTH_SOCK; 15:42:04 unset SSH_AGENT_PID; 15:42:04 echo Agent pid 16 killed; 15:42:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:42:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:42:04 [ssh-agent] Looking for ssh-agent implementation... 15:42:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:42:04 $ docker exec 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent 15:42:04 SSH_AUTH_SOCK=/tmp/ssh-TWidisvk5odd/agent.48 15:42:04 SSH_AGENT_PID=53 15:42:04 Running ssh-add (command line suppressed) 15:42:05 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1131891688139593374.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1131891688139593374.key) 15:42:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:42:05 + git semver init 15:42:05 # -> Open(): unable to determine branch for HEAD 15:42:05 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:42:05 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:42:05 # $SEMVER_REMOTE_NAME = origin 15:42:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:42:05 # $SEMVER_USER_NAME = edgex-jenkins 15:42:05 # $SEMVER_BRANCH = master 15:42:05 # $SEMVER_TEMP = /tmp/semver-818942584 15:42:05 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:42:06 # '/tmp/semver-818942584' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 15:42:06 # -> Force: false 15:42:06 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:42:06 $ docker exec --env ******** --env ******** 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent -k 15:42:06 unset SSH_AUTH_SOCK; 15:42:06 unset SSH_AGENT_PID; 15:42:06 echo Agent pid 53 killed; 15:42:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:42:06 + git semver [Pipeline] } 15:42:06 $ docker stop --time=1 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c 15:42:08 $ docker rm -f 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c [Pipeline] // withDockerContainer [Pipeline] sh 15:42:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:42:09 Stashed 1 file(s) [Pipeline] echo 15:42:09 [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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:42:25 Still waiting to schedule task 15:42:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:42:25 Still waiting to schedule task 15:42:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:43:16 Running on prd-centos7-docker-4c-2g-31083 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:43:16 Running in /w/workspace/go-mod-bootstrap/97 [Pipeline] { [Pipeline] checkout 15:43:25 using credential edgex-jenkins-ssh 15:43:25 Cloning the remote Git repository 15:43:25 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:43:25 > git init /w/workspace/go-mod-bootstrap/97 # timeout=10 15:43:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:43:25 > git --version # timeout=10 15:43:25 > git --version # 'git version 2.24.3' 15:43:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:26 Checking out Revision cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 (master) 15:43:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:43:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:43:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:43:26 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:43:26 > git config core.sparsecheckout # timeout=10 15:43:26 > git checkout -f cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 15:43:30 Commit message: "refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:43:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:43:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:43:32 + sudo service docker restart 15:43:32 + true 15:43:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:43:34 ========================================================= 15:43:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:43:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:43:34 + 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:43:36 Sending build context to Docker daemon 740.9kB 15:43:36 Step 1/8 : ARG BASE=golang:1.15-alpine 15:43:36 Step 2/8 : FROM ${BASE} 15:43:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:43:36 188c0c94c7c5: Pulling fs layer 15:43:36 0ef7d3d256c8: Pulling fs layer 15:43:36 de9db76c5a1d: Pulling fs layer 15:43:36 bca2f99d35d6: Pulling fs layer 15:43:36 93359f2a8cfa: Pulling fs layer 15:43:36 7c6f9722023f: Pulling fs layer 15:43:36 a35cf1a2eb13: Pulling fs layer 15:43:36 bca2f99d35d6: Waiting 15:43:36 93359f2a8cfa: Waiting 15:43:36 7c6f9722023f: Waiting 15:43:36 a35cf1a2eb13: Waiting 15:43:36 de9db76c5a1d: Verifying Checksum 15:43:36 de9db76c5a1d: Download complete 15:43:36 0ef7d3d256c8: Verifying Checksum 15:43:36 0ef7d3d256c8: Download complete 15:43:36 93359f2a8cfa: Verifying Checksum 15:43:36 93359f2a8cfa: Download complete 15:43:36 7c6f9722023f: Verifying Checksum 15:43:36 7c6f9722023f: Download complete 15:43:36 188c0c94c7c5: Verifying Checksum 15:43:36 188c0c94c7c5: Download complete 15:43:37 188c0c94c7c5: Pull complete 15:43:37 0ef7d3d256c8: Pull complete 15:43:37 de9db76c5a1d: Pull complete 15:43:38 a35cf1a2eb13: Verifying Checksum 15:43:38 a35cf1a2eb13: Download complete 15:43:40 bca2f99d35d6: Verifying Checksum 15:43:40 bca2f99d35d6: Download complete 15:43:50 bca2f99d35d6: Pull complete 15:43:50 93359f2a8cfa: Pull complete 15:43:50 7c6f9722023f: Pull complete 15:43:59 a35cf1a2eb13: Pull complete 15:43:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:43:59 ---> a62c8e92a672 15:43:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:43:59 ---> Running in bd3746ffc69e 15:43:59 Removing intermediate container bd3746ffc69e 15:43:59 ---> 4919218eb235 15:43:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:59 ---> Running in 8e86bc1a8e92 15:44:01 Removing intermediate container 8e86bc1a8e92 15:44:01 ---> 2fd9ea62f751 15:44:01 Step 5/8 : RUN apk add --update --no-cache git make 15:44:01 ---> Running in 87f7371d1db0 15:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:44:03 OK: 166 MiB in 39 packages 15:44:04 Removing intermediate container 87f7371d1db0 15:44:04 ---> 96cd72095b91 15:44:04 Step 6/8 : WORKDIR /build 15:44:04 ---> Running in 4a78db9f39f8 15:44:05 Removing intermediate container 4a78db9f39f8 15:44:05 ---> 3d5d9d225974 15:44:05 Step 7/8 : COPY go.mod . 15:44:05 ---> ce203107b21d 15:44:05 Step 8/8 : RUN go mod download 15:44:05 ---> Running in 7608a21d43a1 15:44:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31085 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 15:44:07 Running in /w/workspace/go-mod-bootstrap/97 [Pipeline] { [Pipeline] checkout 15:44:12 using credential edgex-jenkins-ssh 15:44:12 Cloning the remote Git repository 15:44:12 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:44:12 > git init /w/workspace/go-mod-bootstrap/97 # timeout=10 15:44:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:44:12 > git --version # timeout=10 15:44:12 > git --version # 'git version 2.17.1' 15:44:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:44:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:44:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:44:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:44:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:44:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:44:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:44:14 Checking out Revision cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 (master) 15:44:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:44:14 > git config core.sparsecheckout # timeout=10 15:44:14 > git checkout -f cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 15:44:18 Commit message: "refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:44:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:44:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:44:21 + sudo service docker restart 15:44:21 + true [Pipeline] unstash [Pipeline] echo 15:44:24 ========================================================= 15:44:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:44:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:44:25 + 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 . 15:44:26 Sending build context to Docker daemon 739.8kB 15:44:26 Step 1/8 : ARG BASE=golang:1.15-alpine 15:44:26 Step 2/8 : FROM ${BASE} 15:44:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:44:26 5f621e34cdf4: Pulling fs layer 15:44:26 a4357932f1b6: Pulling fs layer 15:44:26 18c013af1878: Pulling fs layer 15:44:26 00ac8860ef70: Pulling fs layer 15:44:26 63d7cb157983: Pulling fs layer 15:44:26 b116817d02f9: Pulling fs layer 15:44:26 745a02a5169b: Pulling fs layer 15:44:26 63d7cb157983: Waiting 15:44:26 b116817d02f9: Waiting 15:44:26 745a02a5169b: Waiting 15:44:26 00ac8860ef70: Waiting 15:44:26 18c013af1878: Verifying Checksum 15:44:26 18c013af1878: Download complete 15:44:26 a4357932f1b6: Verifying Checksum 15:44:26 a4357932f1b6: Download complete 15:44:26 63d7cb157983: Verifying Checksum 15:44:26 b116817d02f9: Verifying Checksum 15:44:26 b116817d02f9: Download complete 15:44:26 5f621e34cdf4: Verifying Checksum 15:44:26 5f621e34cdf4: Download complete 15:44:27 5f621e34cdf4: Pull complete 15:44:27 a4357932f1b6: Pull complete 15:44:28 18c013af1878: Pull complete 15:44:28 745a02a5169b: Verifying Checksum 15:44:28 745a02a5169b: Download complete 15:44:30 00ac8860ef70: Verifying Checksum 15:44:30 00ac8860ef70: Download complete 15:44:38 Removing intermediate container 7608a21d43a1 15:44:38 ---> 32869340642d 15:44:38 Successfully built 32869340642d 15:44:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:44:38 + docker inspect -f . ci-base-image-x86_64 15:44:38 . [Pipeline] withDockerContainer 15:44:38 prd-centos7-docker-4c-2g-31083 does not seem to be running inside a container 15:44:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 15:44:40 00ac8860ef70: Pull complete 15:44:40 63d7cb157983: Pull complete 15:44:40 $ docker top 5b39369c7decc732be4327e2afee34590b4cbc777970195334c8a44af4182418 -eo pid,comm 15:44:40 b116817d02f9: Pull complete [Pipeline] { [Pipeline] sh 15:44:41 + go version 15:44:41 go version go1.15.5 linux/amd64 [Pipeline] } 15:44:41 $ docker stop --time=1 5b39369c7decc732be4327e2afee34590b4cbc777970195334c8a44af4182418 15:44:43 $ docker rm -f 5b39369c7decc732be4327e2afee34590b4cbc777970195334c8a44af4182418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:44 + docker inspect -f . ci-base-image-x86_64 15:44:44 . [Pipeline] withDockerContainer 15:44:45 prd-centos7-docker-4c-2g-31083 does not seem to be running inside a container 15:44:45 745a02a5169b: Pull complete 15:44:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:44:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:44:45 ---> b7e6874047d6 15:44:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:44:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 15:44:47 $ docker top 648136f6c5f2fac406c64a7883e7766a94accd30061cc59d754402f9a92108f2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:47 ---> Running in 4ebc94742023 15:44:47 Removing intermediate container 4ebc94742023 15:44:47 ---> 6c8c36c59e9a 15:44:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:48 ---> Running in 2220f8f549c8 15:44:48 + make test 15:44:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:44:50 Removing intermediate container 2220f8f549c8 15:44:50 ---> 5f0abaf9b3e2 15:44:50 Step 5/8 : RUN apk add --update --no-cache git make 15:44:50 ---> Running in 4ef35d9adcd2 15:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:54 OK: 142 MiB in 39 packages 15:44:55 Removing intermediate container 4ef35d9adcd2 15:44:55 ---> 5f3903675be2 15:44:55 Step 6/8 : WORKDIR /build 15:44:55 ---> Running in 80bccb22a3b9 15:44:56 Removing intermediate container 80bccb22a3b9 15:44:56 ---> cf914b1a3050 15:44:56 Step 7/8 : COPY go.mod . 15:44:56 ---> 2d4db4f7dfde 15:44:56 Step 8/8 : RUN go mod download 15:44:57 ---> Running in d068b7c2155c 15:45:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 15:45:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.037s coverage: 5.8% of statements 15:45:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 15:45:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.036s coverage: 92.2% of statements 15:45:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.014s coverage: 85.3% of statements 15:45:19 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.039s coverage: 34.3% of statements 15:45:19 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 15:45:19 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 15:45:19 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.010s coverage: 18.2% of statements 15:45:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.101s coverage: 95.3% of statements 15:45:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 15:45:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 15:45:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.063s coverage: 91.3% of statements 15:45:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 15:45:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:45:23 Removing intermediate container d068b7c2155c 15:45:23 ---> 6924e5b79df2 15:45:23 Successfully built 6924e5b79df2 15:45:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:45:24 + docker inspect -f . ci-base-image-arm64 15:45:24 . [Pipeline] withDockerContainer 15:45:24 prd-ubuntu18.04-docker-arm64-4c-16g-31085 does not seem to be running inside a container 15:45:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 15:45:26 $ docker top acf72c6e285e7fec968e6871ff638050970c2dc99364e62f267144daf95cfed1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:27 + go version 15:45:27 go version go1.15.5 linux/arm64 [Pipeline] } 15:45:27 $ docker stop --time=1 acf72c6e285e7fec968e6871ff638050970c2dc99364e62f267144daf95cfed1 15:45:28 gofmt -l . 15:45:28 [ "`gofmt -l .`" = "" ] 15:45:29 $ docker rm -f acf72c6e285e7fec968e6871ff638050970c2dc99364e62f267144daf95cfed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 15:45:29 $ docker stop --time=1 648136f6c5f2fac406c64a7883e7766a94accd30061cc59d754402f9a92108f2 15:45:32 $ docker rm -f 648136f6c5f2fac406c64a7883e7766a94accd30061cc59d754402f9a92108f2 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:45:33 + docker inspect -f . ci-base-image-arm64 15:45:33 . [Pipeline] withDockerContainer 15:45:33 prd-ubuntu18.04-docker-arm64-4c-16g-31085 does not seem to be running inside a container 15:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 15:45:34 Stashed 1 file(s) 15:45:35 $ docker top 3315a2b9e7f81c2003ca7c32a04768adb547ea654a4b734e9da36757f5e99ce8 -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] } 15:45:36 + make test 15:45:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:45:37 ---> job-cost.sh 15:45:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Bd7D 15:45:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:46:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 15:46:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.013s coverage: 5.8% of statements 15:46:08 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 15:46:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.070s coverage: 92.2% of statements 15:46:08 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.027s coverage: 85.3% of statements 15:46:12 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.021s coverage: 34.3% of statements 15:46:12 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 15:46:12 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 15:46:12 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.045s coverage: 18.2% of statements 15:46:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.023s coverage: 95.3% of statements 15:46:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 15:46:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 15:46:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.022s coverage: 91.3% of statements 15:46:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 15:46:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:46:23 gofmt -l . 15:46:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:46:23 $ docker stop --time=1 3315a2b9e7f81c2003ca7c32a04768adb547ea654a4b734e9da36757f5e99ce8 15:46:25 $ docker rm -f 3315a2b9e7f81c2003ca7c32a04768adb547ea654a4b734e9da36757f5e99ce8 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:26 Warning: overwriting stash ‘coverage-report’ 15:46:27 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 Post stage [Pipeline] libraryResource [Pipeline] sh 15:46:28 ---> job-cost.sh 15:46:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ECMU 15:46:47 lf-activate-venv(): INFO: Adding /tmp/venv-Bd7D/bin to PATH 15:46:47 INFO: No Stack... 15:46:47 INFO: Retrieving Pricing Info for: v1-standard-2 15:46:47 INFO: Archiving Costs [Pipeline] sh 15:46:47 + cat /w/workspace/go-mod-bootstrap/97/archives/cost.csv 15:46:47 + cut -d, -f6 [Pipeline] lock 15:46:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] 15:46:47 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] did not exist. Created. 15:46:47 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:46:48 + echo total: 0.029999999329447746 [Pipeline] stash 15:46:48 Stashed 1 file(s) [Pipeline] } 15:46:48 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:47:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:49:07 lf-activate-venv(): INFO: Adding /tmp/venv-ECMU/bin to PATH 15:49:07 INFO: No Stack... 15:49:07 INFO: Retrieving Pricing Info for: lf-standard-4 15:49:07 INFO: Archiving Costs [Pipeline] sh 15:49:07 + cut -d, -f6 15:49:07 + cat /w/workspace/go-mod-bootstrap/97/archives/cost.csv [Pipeline] lock 15:49:07 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] 15:49:07 Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] did not exist. Created. 15:49:07 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:49:08 /w/workspace/go-mod-bootstrap/97@tmp/durable-642d07d1/script.sh: 1: /w/workspace/go-mod-bootstrap/97@tmp/durable-642d07d1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:49:08 + echo total: 0.20999999344348907 [Pipeline] stash 15:49:08 Warning: overwriting stash ‘stack-cost’ 15:49:08 Stashed 1 file(s) [Pipeline] } 15:49:08 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] // lock [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 15:49:09 provisioning config files... 15:49:09 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4932354416701745620tmp [Pipeline] { [Pipeline] sh 15:49:10 + set +x 15:49:10 + curl -s https://codecov.io/bash 15:49:10 + bash -s -- 15:49:10 15:49:10 _____ _ 15:49:10 / ____| | | 15:49:10 | | ___ __| | ___ ___ _____ __ 15:49:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:49:10 | |___| (_) | (_| | __/ (_| (_) \ V / 15:49:10 \_____\___/ \__,_|\___|\___\___/ \_/ 15:49:10 Bash-20210309-2b87ace 15:49:10 15:49:10 15:49:10 ==> git version 2.24.3 found 15:49:10 ==> 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 15:49:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:49:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:49:10 ==> Jenkins CI detected. 15:49:10 project root: . 15:49:10 --> token set from env 15:49:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:49:10 ==> Running gcov in . (disable via -X gcov) 15:49:10 ==> Python coveragepy not found 15:49:10 ==> Searching for coverage reports in: 15:49:10 + . 15:49:10 -> Found 1 reports 15:49:10 ==> Detecting git/mercurial file structure 15:49:10 ==> Reading reports 15:49:10 + ./coverage.out bytes=30077 15:49:10 ==> Appending adjustments 15:49:10 https://docs.codecov.io/docs/fixing-reports 15:49:10 + Found adjustments 15:49:10 ==> Gzipping contents 15:49:10 8.0K /tmp/codecov.iFrsKn.gz 15:49:10 ==> Uploading reports 15:49:10 url: https://codecov.io 15:49:10 query: branch=master&commit=cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 15:49:10 -> Pinging Codecov 15:49:10 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 15:49:11 -> Uploading to 15:49:11 https://storage.googleapis.com/codecov/v4/raw/2021-03-23/833815588EE85121546D348822E98E2E/cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1/8d60a8f0-2556-4827-981b-4336925bb724.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T154911Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d874aca7f48ec73aad68381e75b0b33fd1156675421e33c7105568ef068ee2c7 15:49:11 % Total % Received % Xferd Average Speed Time Time Time Current 15:49:11 Dload Upload Total Spent Left Speed 15:49:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5574 0 0 100 5574 0 14287 --:--:-- --:--:-- --:--:-- 14292 100 5574 0 0 100 5574 0 14281 --:--:-- --:--:-- --:--:-- 14255 15:49:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] } 15:49:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:49:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:49:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:49:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:49:14 15:49:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:49:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:49:14 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:49:14 188c0c94c7c5: Pulling fs layer 15:49:14 0ef7d3d256c8: Pulling fs layer 15:49:14 de9db76c5a1d: Pulling fs layer 15:49:14 0eba1c9be4d2: Pulling fs layer 15:49:14 0d57e429df01: Pulling fs layer 15:49:14 4e4be7b47b0d: Pulling fs layer 15:49:14 e1f770b5df2f: Pulling fs layer 15:49:14 85a0685a4137: Pulling fs layer 15:49:14 0eba1c9be4d2: Waiting 15:49:14 4e4be7b47b0d: Waiting 15:49:14 e1f770b5df2f: Waiting 15:49:14 85a0685a4137: Waiting 15:49:14 de9db76c5a1d: Verifying Checksum 15:49:14 de9db76c5a1d: Download complete 15:49:14 0ef7d3d256c8: Verifying Checksum 15:49:14 0ef7d3d256c8: Download complete 15:49:14 0d57e429df01: Verifying Checksum 15:49:14 0d57e429df01: Download complete 15:49:14 4e4be7b47b0d: Download complete 15:49:15 188c0c94c7c5: Verifying Checksum 15:49:15 188c0c94c7c5: Download complete 15:49:15 188c0c94c7c5: Pull complete 15:49:15 0ef7d3d256c8: Pull complete 15:49:16 de9db76c5a1d: Pull complete 15:49:16 e1f770b5df2f: Verifying Checksum 15:49:16 e1f770b5df2f: Download complete 15:49:18 0eba1c9be4d2: Verifying Checksum 15:49:18 0eba1c9be4d2: Download complete 15:49:18 85a0685a4137: Verifying Checksum 15:49:18 85a0685a4137: Download complete 15:49:25 0eba1c9be4d2: Pull complete 15:49:25 0d57e429df01: Pull complete 15:49:25 4e4be7b47b0d: Pull complete 15:49:26 e1f770b5df2f: Pull complete 15:49:34 85a0685a4137: Pull complete 15:49:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:49:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:49:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:49:35 prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container 15:49:35 $ 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 15:49:37 $ docker top d0143f546d9a27d4e3f6f91300a1e94aef3774de601bb4c54bed9e5aaed7c069 -eo pid,comm [Pipeline] { [Pipeline] echo 15:49:37 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:49:37 + set -o pipefail 15:49:37 + snyk monitor '--org=edgex-jenkins' 15:49:47 15:49:47 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... 15:49:47 15:49:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/a635ae3b-7dd4-4693-9f7b-58307a268aee 15:49:47 15:49:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:49:47 15:49:49 [Pipeline] } 15:49:49 $ docker stop --time=1 d0143f546d9a27d4e3f6f91300a1e94aef3774de601bb4c54bed9e5aaed7c069 15:49:52 $ docker rm -f d0143f546d9a27d4e3f6f91300a1e94aef3774de601bb4c54bed9e5aaed7c069 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 15:49:54 + git log --format=format:%s -1 cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] isUnix [Pipeline] sh 15:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:54 . [Pipeline] withDockerContainer 15:49:54 prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container 15:49:54 $ 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 15:49:55 $ docker top ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:55 [ssh-agent] Looking for ssh-agent implementation... 15:49:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:56 $ docker exec ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 ssh-agent 15:49:56 SSH_AUTH_SOCK=/tmp/ssh-2sqoiJLN5mv1/agent.13 15:49:56 SSH_AGENT_PID=18 15:49:56 Running ssh-add (command line suppressed) 15:49:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_478217529361517866.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_478217529361517866.key) 15:49:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:57 + git semver tag 15:49:57 # -> Open(): unable to determine branch for HEAD 15:49:57 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:49:57 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:49:57 # $SEMVER_REMOTE_NAME = origin 15:49:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:49:57 # $SEMVER_USER_NAME = edgex-jenkins 15:49:57 # $SEMVER_BRANCH = master 15:49:57 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:49:57 # cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 HEAD 15:49:57 # -> Force: false 15:49:57 # 9221af184fc2d499533fb2e9d54ce9910907affa refs/tags/v2.0.0-dev.21 [Pipeline] } 15:49:57 $ docker exec --env ******** --env ******** ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 ssh-agent -k 15:49:57 unset SSH_AUTH_SOCK; 15:49:57 unset SSH_AGENT_PID; 15:49:57 echo Agent pid 18 killed; 15:49:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:58 + git semver [Pipeline] } 15:49:58 $ docker stop --time=1 ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 15:49:59 $ docker rm -f ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:50:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:50:00 15:50:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:50:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:50:00 0.23.1-centos7: Pulling from edgex-lftools 15:50:00 ab5ef0e58194: Pulling fs layer 15:50:00 9712f1f96733: Pulling fs layer 15:50:00 63f879dbbcfc: Pulling fs layer 15:50:00 0d9ebad4ef96: Pulling fs layer 15:50:00 e9a5061849ea: Pulling fs layer 15:50:00 d747dcd14b5f: Pulling fs layer 15:50:00 2de7ff778b66: Pulling fs layer 15:50:00 e9a5061849ea: Waiting 15:50:00 d747dcd14b5f: Waiting 15:50:00 2de7ff778b66: Waiting 15:50:00 0d9ebad4ef96: Waiting 15:50:00 9712f1f96733: Verifying Checksum 15:50:00 9712f1f96733: Download complete 15:50:03 63f879dbbcfc: Verifying Checksum 15:50:03 63f879dbbcfc: Download complete 15:50:03 e9a5061849ea: Verifying Checksum 15:50:03 e9a5061849ea: Download complete 15:50:03 d747dcd14b5f: Verifying Checksum 15:50:03 d747dcd14b5f: Download complete 15:50:03 2de7ff778b66: Verifying Checksum 15:50:03 ab5ef0e58194: Verifying Checksum 15:50:03 ab5ef0e58194: Download complete 15:50:03 0d9ebad4ef96: Verifying Checksum 15:50:03 0d9ebad4ef96: Download complete 15:50:09 ab5ef0e58194: Pull complete 15:50:09 9712f1f96733: Pull complete 15:50:11 63f879dbbcfc: Pull complete 15:50:19 0d9ebad4ef96: Pull complete 15:50:19 e9a5061849ea: Pull complete 15:50:19 d747dcd14b5f: Pull complete 15:50:22 2de7ff778b66: Pull complete 15:50:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:50:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:50:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:50:22 prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container 15:50:22 $ 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 15:50:26 $ docker top 8822524685a1fca58a5a7d3d5d9dc5d85b02a97cf759f31fca150b94ed5df5c9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:50:27 provisioning config files... 15:50:27 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1968339144869116157tmp 15:50:27 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6302907929204306059tmp 15:50:27 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1501727508231989077tmp [Pipeline] { [Pipeline] echo 15:50:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:50:27 ---> sigul-configuration.sh 15:50:27 gpg: directory `/root/.gnupg' created 15:50:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:50:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:50:27 gpg: keyring `/root/.gnupg/secring.gpg' created 15:50:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:50:27 gpg: CAST5 encrypted data 15:50:27 gpg: encrypted with 1 passphrase 15:50:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:50:28 + mkdir /home/jenkins 15:50:28 + mkdir /home/jenkins/sigul [Pipeline] sh 15:50:28 + 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 15:50:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:50:28 ---> sigul-install.sh 15:50:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:50:37 + git tag --list 15:50:37 v0.0.1 15:50:37 v0.0.10 15:50:37 v0.0.11 15:50:37 v0.0.12 15:50:37 v0.0.13 15:50:37 v0.0.14 15:50:37 v0.0.15 15:50:37 v0.0.16 15:50:37 v0.0.17 15:50:37 v0.0.18 15:50:37 v0.0.19 15:50:37 v0.0.2 15:50:37 v0.0.20 15:50:37 v0.0.21 15:50:37 v0.0.22 15:50:37 v0.0.23 15:50:37 v0.0.24 15:50:37 v0.0.25 15:50:37 v0.0.26 15:50:37 v0.0.27 15:50:37 v0.0.28 15:50:37 v0.0.29 15:50:37 v0.0.3 15:50:37 v0.0.30 15:50:37 v0.0.31 15:50:37 v0.0.32 15:50:37 v0.0.33 15:50:37 v0.0.34 15:50:37 v0.0.35 15:50:37 v0.0.36 15:50:37 v0.0.37 15:50:37 v0.0.38 15:50:37 v0.0.39 15:50:37 v0.0.4 15:50:37 v0.0.40 15:50:37 v0.0.41 15:50:37 v0.0.42 15:50:37 v0.0.43 15:50:37 v0.0.44 15:50:37 v0.0.45 15:50:37 v0.0.46 15:50:37 v0.0.47 15:50:37 v0.0.48 15:50:37 v0.0.49 15:50:37 v0.0.5 15:50:37 v0.0.50 15:50:37 v0.0.51 15:50:37 v0.0.52 15:50:37 v0.0.53 15:50:37 v0.0.54 15:50:37 v0.0.55 15:50:37 v0.0.56 15:50:37 v0.0.57 15:50:37 v0.0.58 15:50:37 v0.0.59 15:50:37 v0.0.6 15:50:37 v0.0.60 15:50:37 v0.0.61 15:50:37 v0.0.62 15:50:37 v0.0.63 15:50:37 v0.0.64 15:50:37 v0.0.65 15:50:37 v0.0.66 15:50:37 v0.0.67 15:50:37 v0.0.68 15:50:37 v0.0.69 15:50:37 v0.0.7 15:50:37 v0.0.70 15:50:37 v0.0.71 15:50:37 v0.0.72 15:50:37 v0.0.8 15:50:37 v0.0.9 15:50:37 v2.0.0-dev.1 15:50:37 v2.0.0-dev.10 15:50:37 v2.0.0-dev.11 15:50:37 v2.0.0-dev.12 15:50:37 v2.0.0-dev.13 15:50:37 v2.0.0-dev.14 15:50:37 v2.0.0-dev.15 15:50:37 v2.0.0-dev.16 15:50:37 v2.0.0-dev.17 15:50:37 v2.0.0-dev.18 15:50:37 v2.0.0-dev.19 15:50:37 v2.0.0-dev.2 15:50:37 v2.0.0-dev.20 15:50:37 v2.0.0-dev.21 15:50:37 v2.0.0-dev.3 15:50:37 v2.0.0-dev.4 15:50:37 v2.0.0-dev.5 15:50:37 v2.0.0-dev.6 15:50:37 v2.0.0-dev.7 15:50:37 v2.0.0-dev.8 15:50:37 v2.0.0-dev.9 [Pipeline] sh 15:50:37 + lftools sign git-tag v2.0.0-dev.21 15:50:39 Signing Git tag with Sigul... 15:50:39 Signing v2.0.0-dev.21 [Pipeline] echo 15:50:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:50:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:50:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:50:40 $ docker stop --time=1 8822524685a1fca58a5a7d3d5d9dc5d85b02a97cf759f31fca150b94ed5df5c9 15:50:42 $ docker rm -f 8822524685a1fca58a5a7d3d5d9dc5d85b02a97cf759f31fca150b94ed5df5c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:43 . [Pipeline] withDockerContainer 15:50:43 prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container 15:50:43 $ 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 15:50:44 $ docker top c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:44 [ssh-agent] Looking for ssh-agent implementation... 15:50:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:45 $ docker exec c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef ssh-agent 15:50:45 SSH_AUTH_SOCK=/tmp/ssh-cwCBR4moSaE8/agent.12 15:50:45 SSH_AGENT_PID=17 15:50:45 Running ssh-add (command line suppressed) 15:50:45 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7771156165841815030.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7771156165841815030.key) 15:50:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:45 + git semver bump pre 15:50:45 # -> Open(): unable to determine branch for HEAD 15:50:45 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:50:45 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:50:45 # $SEMVER_REMOTE_NAME = origin 15:50:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:50:45 # $SEMVER_USER_NAME = edgex-jenkins 15:50:45 # $SEMVER_BRANCH = master 15:50:45 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 15:50:45 2.0.0-dev.22 [Pipeline] } 15:50:45 $ docker exec --env ******** --env ******** c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef ssh-agent -k 15:50:46 unset SSH_AUTH_SOCK; 15:50:46 unset SSH_AGENT_PID; 15:50:46 echo Agent pid 17 killed; 15:50:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:46 + git semver [Pipeline] } 15:50:46 $ docker stop --time=1 c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef 15:50:48 $ docker rm -f c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:50:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:50:48 . [Pipeline] withDockerContainer 15:50:48 prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container 15:50:48 $ 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 15:50:49 $ docker top 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:50 [ssh-agent] Looking for ssh-agent implementation... 15:50:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:50 $ docker exec 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e ssh-agent 15:50:50 SSH_AUTH_SOCK=/tmp/ssh-43Kj0McRDudb/agent.12 15:50:50 SSH_AGENT_PID=17 15:50:50 Running ssh-add (command line suppressed) 15:50:50 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8589367285919294524.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8589367285919294524.key) 15:50:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:51 + git semver push 15:50:51 # -> Open(): unable to determine branch for HEAD 15:50:51 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 15:50:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 15:50:51 # $SEMVER_REMOTE_NAME = origin 15:50:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:50:51 # $SEMVER_USER_NAME = edgex-jenkins 15:50:51 # $SEMVER_BRANCH = master 15:50:51 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 15:50:55 $ docker exec --env ******** --env ******** 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e ssh-agent -k 15:50:55 unset SSH_AUTH_SOCK; 15:50:55 unset SSH_AGENT_PID; 15:50:55 echo Agent pid 17 killed; 15:50:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:56 + git semver [Pipeline] } 15:50:56 $ docker stop --time=1 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e 15:50:57 $ docker rm -f 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e [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 15:50:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:50:59 ---> package-listing.sh 15:50:59 ++ facter osfamily 15:50:59 ++ tr '[:upper:]' '[:lower:]' 15:50:59 + OS_FAMILY=redhat 15:50:59 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 15:50:59 + START_PACKAGES=/tmp/packages_start.txt 15:50:59 + END_PACKAGES=/tmp/packages_end.txt 15:50:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:50:59 + PACKAGES=/tmp/packages_start.txt 15:50:59 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:50:59 + PACKAGES=/tmp/packages_end.txt 15:50:59 + case "${OS_FAMILY}" in 15:50:59 + rpm -qa 15:50:59 + sort 15:51:05 + '[' -f /tmp/packages_start.txt ']' 15:51:05 + '[' -f /tmp/packages_end.txt ']' 15:51:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:51:05 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 15:51:05 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 15:51:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 15:51:05 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 15:51:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:51:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:51:05 15:51:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:51:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:51:06 alpine: Pulling from edgex-lftools-log-publisher 15:51:06 df20fa9351a1: Pulling fs layer 15:51:06 36b3adc4ff6f: Pulling fs layer 15:51:06 8ad3a11d3b57: Pulling fs layer 15:51:06 46f8f816bc3b: Pulling fs layer 15:51:06 93b61091891f: Pulling fs layer 15:51:06 93b9cdb0e59b: Pulling fs layer 15:51:06 5e14af77c1be: Pulling fs layer 15:51:06 01666e4c0597: Pulling fs layer 15:51:06 aa168da1d23b: Pulling fs layer 15:51:06 93b61091891f: Waiting 15:51:06 93b9cdb0e59b: Waiting 15:51:06 5e14af77c1be: Waiting 15:51:06 01666e4c0597: Waiting 15:51:06 aa168da1d23b: Waiting 15:51:06 46f8f816bc3b: Waiting 15:51:06 36b3adc4ff6f: Verifying Checksum 15:51:06 36b3adc4ff6f: Download complete 15:51:06 46f8f816bc3b: Verifying Checksum 15:51:06 46f8f816bc3b: Download complete 15:51:06 df20fa9351a1: Verifying Checksum 15:51:06 df20fa9351a1: Download complete 15:51:06 93b9cdb0e59b: Verifying Checksum 15:51:06 93b9cdb0e59b: Download complete 15:51:06 5e14af77c1be: Verifying Checksum 15:51:06 5e14af77c1be: Download complete 15:51:06 01666e4c0597: Verifying Checksum 15:51:06 01666e4c0597: Download complete 15:51:06 93b61091891f: Verifying Checksum 15:51:06 93b61091891f: Download complete 15:51:06 8ad3a11d3b57: Verifying Checksum 15:51:06 8ad3a11d3b57: Download complete 15:51:06 df20fa9351a1: Pull complete 15:51:07 36b3adc4ff6f: Pull complete 15:51:09 8ad3a11d3b57: Pull complete 15:51:09 aa168da1d23b: Verifying Checksum 15:51:09 aa168da1d23b: Download complete 15:51:09 46f8f816bc3b: Pull complete 15:51:10 93b61091891f: Pull complete 15:51:10 93b9cdb0e59b: Pull complete 15:51:10 5e14af77c1be: Pull complete 15:51:10 01666e4c0597: Pull complete 15:51:18 aa168da1d23b: Pull complete 15:51:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:51:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:51:18 prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container 15:51:19 $ 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 15:51:21 $ docker top b21ecb2f1644da90414792e5a2cfb8b9e520a2b727f244f2cbf5419fbd5d9c44 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:22 + touch /tmp/pre-build-complete [Pipeline] sh 15:51:22 + mkdir -p /var/log/sa [Pipeline] sh 15:51:23 + ls /var/log/sa-host 15:51:23 + sadf -c /var/log/sa-host/sa23 15:51:23 file_magic: OK 15:51:23 HZ: Using current value: 100 15:51:23 file_header: OK 15:51:23 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 15:51:23 Statistics: 15:51:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:51:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:51:23 provisioning config files... 15:51:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1161178362984863409tmp [Pipeline] { [Pipeline] echo 15:51:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:51:24 ---> create-netrc.sh [Pipeline] } 15:51:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:51:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:51:24 ---> python-tools-install.sh [Pipeline] echo 15:51:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:51:24 ---> sudo-logs.sh 15:51:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:51:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:51:25 ---> job-cost.sh 15:51:25 lf-activate-venv: SKIPPING 15:51:25 DEBUG: total: 0.20999999344348907 15:51:25 INFO: Retrieving Stack Cost... 15:51:26 INFO: Retrieving Pricing Info for: v1-standard-2 15:51:26 INFO: Archiving Costs [Pipeline] echo 15:51:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:51:27 ---> logs-deploy.sh 15:51:27 lf-activate-venv: SKIPPING 15:51:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/97 15:51:27 INFO: archiving workspace using pattern(s): 15:51:29 Archives upload complete. 15:51:29 INFO: archiving logs to Nexus 15:51:30 ---> uname -a: 15:51:30 Linux prd-centos7-docker-4c-2g-31081.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:51:30 15:51:30 15:51:30 ---> lscpu: 15:51:30 Architecture: x86_64 15:51:30 CPU op-mode(s): 32-bit, 64-bit 15:51:30 Byte Order: Little Endian 15:51:30 Address sizes: 40 bits physical, 48 bits virtual 15:51:30 CPU(s): 4 15:51:30 On-line CPU(s) list: 0-3 15:51:30 Thread(s) per core: 1 15:51:30 Core(s) per socket: 1 15:51:30 Socket(s): 4 15:51:30 NUMA node(s): 1 15:51:30 Vendor ID: GenuineIntel 15:51:30 CPU family: 6 15:51:30 Model: 44 15:51:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:51:30 Stepping: 1 15:51:30 CPU MHz: 2933.438 15:51:30 BogoMIPS: 5866.87 15:51:30 Virtualization: VT-x 15:51:30 Hypervisor vendor: KVM 15:51:30 Virtualization type: full 15:51:30 L1d cache: 128 KiB 15:51:30 L1i cache: 128 KiB 15:51:30 L2 cache: 16 MiB 15:51:30 L3 cache: 64 MiB 15:51:30 NUMA node0 CPU(s): 0-3 15:51:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:51:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:51:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:51:30 Vulnerability Meltdown: Mitigation; PTI 15:51:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:51:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:51:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:51:30 Vulnerability Srbds: Not affected 15:51:30 Vulnerability Tsx async abort: Not affected 15:51:30 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 15:51:30 15:51:30 15:51:30 ---> nproc: 15:51:30 4 15:51:30 15:51:30 15:51:30 ---> df -h: 15:51:30 Filesystem Size Used Available Use% Mounted on 15:51:30 overlay 50.0G 8.5G 41.4G 17% / 15:51:30 tmpfs 64.0M 0 64.0M 0% /dev 15:51:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:51:30 shm 64.0M 0 64.0M 0% /dev/shm 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 15:51:30 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 15:51:30 15:51:30 15:51:30 ---> free -m: 15:51:30 total used free shared buff/cache available 15:51:30 Mem: 1837 833 148 0 855 938 15:51:30 Swap: 1023 3 1020 15:51:30 15:51:30 15:51:30 ---> ip addr: 15:51:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:51:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:51:30 inet 127.0.0.1/8 scope host lo 15:51:30 valid_lft forever preferred_lft forever 15:51:30 inet6 ::1/128 scope host 15:51:30 valid_lft forever preferred_lft forever 15:51:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:51:30 link/ether fa:16:3e:01:7b:53 brd ff:ff:ff:ff:ff:ff 15:51:30 inet 10.30.123.85/23 brd 10.30.123.255 scope global dynamic eth0 15:51:30 valid_lft 85787sec preferred_lft 85787sec 15:51:30 inet6 fe80::f816:3eff:fe01:7b53/64 scope link 15:51:30 valid_lft forever preferred_lft forever 15:51:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:51:30 link/ether 02:42:c8:56:3b:d7 brd ff:ff:ff:ff:ff:ff 15:51:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:51:30 valid_lft forever preferred_lft forever 15:51:30 inet6 fe80::42:c8ff:fe56:3bd7/64 scope link 15:51:30 valid_lft forever preferred_lft forever 15:51:30 15:51:30 15:51:30 ---> sar -b -r -n DEV: 15:51:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 15:51:30 15:51:30 15:41:05 LINUX RESTART (4 CPU) 15:51:30 15:51:30 15:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:51:30 15:43:01 14.15 5.35 8.80 0.00 1189.64 197.16 0.00 15:51:30 15:44:01 1.88 0.00 1.88 0.00 0.00 35.97 0.00 15:51:30 15:45:01 0.30 0.00 0.30 0.00 0.00 3.55 0.00 15:51:30 15:46:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 15:51:30 15:47:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 15:51:30 15:48:01 0.33 0.00 0.33 0.00 0.00 4.96 0.00 15:51:30 15:49:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 15:51:30 15:50:01 303.98 180.23 123.75 0.00 8689.21 36292.79 0.00 15:51:30 15:51:01 231.43 92.73 138.70 0.00 6953.34 33462.20 0.00 15:51:30 Average: 61.54 30.98 30.56 0.00 1872.40 7796.42 0.00 15:51:30 15:51:30 15:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:51:30 15:43:01 155688 0 595888 31.67 2620 1127348 1116696 38.11 391588 1134540 24 15:51:30 15:44:01 158368 0 593204 31.53 2620 1127352 1100868 37.57 391468 1132368 12 15:51:30 15:45:01 159744 0 591820 31.45 2620 1127360 1094676 37.36 398268 1124856 8 15:51:30 15:46:01 158868 0 592696 31.50 2620 1127360 1079412 36.84 400620 1123312 8 15:51:30 15:47:01 157876 0 593680 31.55 2620 1127368 1079460 36.84 410356 1114924 12 15:51:30 15:48:01 159048 0 592504 31.49 2620 1127372 1079256 36.83 409272 1114920 12 15:51:30 15:49:01 159148 0 592400 31.48 2620 1127376 1079256 36.83 409156 1114920 8 15:51:30 15:50:01 149024 0 702048 37.31 2596 1027876 1296428 44.24 553184 931248 41040 15:51:30 15:51:01 149036 0 801404 42.59 1500 929604 1148172 39.19 609832 787172 80 15:51:30 Average: 156311 0 628405 33.40 2493 1094335 1119358 38.20 441527 1064251 4578 15:51:30 15:51:30 15:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:51:30 15:43:01 eth0 28.83 19.91 30.14 14.38 0.00 0.00 0.00 0.00 15:51:30 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:43:01 docker0 2.86 2.57 0.81 5.88 0.00 0.00 0.00 0.00 15:51:30 15:44:01 eth0 1.08 0.42 0.33 0.24 0.00 0.00 0.00 0.00 15:51:30 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:45:01 eth0 1.18 0.40 0.33 0.21 0.00 0.00 0.00 0.00 15:51:30 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:46:01 eth0 1.18 0.28 0.33 0.20 0.00 0.00 0.00 0.00 15:51:30 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:47:01 eth0 0.67 0.43 0.40 0.26 0.00 0.00 0.00 0.00 15:51:30 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:48:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:51:30 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:49:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:51:30 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:50:01 eth0 560.45 470.07 4992.51 47.80 0.00 0.00 0.00 0.00 15:51:30 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:50:01 docker0 41.20 40.95 3.70 198.90 0.00 0.00 0.00 0.00 15:51:30 15:51:01 eth0 410.95 348.27 2794.63 101.24 0.00 0.00 0.00 0.00 15:51:30 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 15:51:01 docker0 32.95 41.96 2.14 233.73 0.00 0.00 0.00 0.00 15:51:30 Average: eth0 111.83 93.51 870.71 18.28 0.00 0.00 0.00 0.00 15:51:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:51:30 Average: docker0 8.57 9.52 0.74 48.83 0.00 0.00 0.00 0.00 15:51:30 15:51:30