Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21077 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 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 # timeout=10 Commit message: "Merge pull request #151 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.32" > git rev-list --no-walk 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:15:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:15:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:15:24 ========================================================= 03:15:24 EdgeX Global Pipelines Version Info 03:15:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:15:26 ------------------- 03:15:26 stable info: 03:15:26 ------------------- 03:15:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:15:26 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 03:15:26 Message: update stable to v1.0.177 03:15:27 ------------------- 03:15:27 experimental info: 03:15:27 ------------------- 03:15:27 Commited By: **** collab-it+edgex@linuxfoundation.org 03:15:27 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 03:15:27 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:15:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 03:15:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 03:15:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:15:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:15:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:15:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:15:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:15:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:15:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:15:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 03:15:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:15:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:15:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:15:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:15:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 [Pipeline] echo 03:15:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85c5015 [Pipeline] echo 03:15:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:15:31 + git log --format=format:%s -1 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 [Pipeline] echo 03:15:31 GIT_COMMIT: 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8, Commit Message: Merge pull request #151 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.32 [Pipeline] echo 03:15:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:15:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:32 03:15:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:15:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:33 latest: Pulling from edgex-devops/git-semver 03:15:33 31603596830f: Pulling fs layer 03:15:33 2a8b12db71e7: Pulling fs layer 03:15:33 6ca5941a6612: Pulling fs layer 03:15:33 ecc8261a40a4: Pulling fs layer 03:15:33 ecc8261a40a4: Waiting 03:15:33 2a8b12db71e7: Verifying Checksum 03:15:33 2a8b12db71e7: Download complete 03:15:33 31603596830f: Verifying Checksum 03:15:33 31603596830f: Download complete 03:15:33 ecc8261a40a4: Verifying Checksum 03:15:33 ecc8261a40a4: Download complete 03:15:33 6ca5941a6612: Download complete 03:15:33 31603596830f: Pull complete 03:15:33 2a8b12db71e7: Pull complete 03:15:34 6ca5941a6612: Pull complete 03:15:35 ecc8261a40a4: Pull complete 03:15:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:15:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:15:35 prd-centos7-docker-4c-2g-21077 does not seem to be running inside a container 03:15:35 $ 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 03:15:37 $ docker top e20fcae82888c098f6a866366f4597d353329679ded818c0b4a39402573bb766 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:15:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:37 [ssh-agent] Looking for ssh-agent implementation... 03:15:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:15:38 $ docker exec e20fcae82888c098f6a866366f4597d353329679ded818c0b4a39402573bb766 ssh-agent 03:15:38 SSH_AUTH_SOCK=/tmp/ssh-rXOKI5a544hR/agent.12 03:15:38 SSH_AGENT_PID=17 03:15:38 Running ssh-add (command line suppressed) 03:15:38 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6584394740169533674.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6584394740169533674.key) 03:15:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:15:38 + git tag --points-at HEAD [Pipeline] } 03:15:38 $ docker exec --env ******** --env ******** e20fcae82888c098f6a866366f4597d353329679ded818c0b4a39402573bb766 ssh-agent -k 03:15:39 unset SSH_AUTH_SOCK; 03:15:39 unset SSH_AGENT_PID; 03:15:39 echo Agent pid 17 killed; 03:15:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:15:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:39 [ssh-agent] Looking for ssh-agent implementation... 03:15:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:15:39 $ docker exec e20fcae82888c098f6a866366f4597d353329679ded818c0b4a39402573bb766 ssh-agent 03:15:39 SSH_AUTH_SOCK=/tmp/ssh-hlZ6cNSYO1CD/agent.47 03:15:39 SSH_AGENT_PID=52 03:15:39 Running ssh-add (command line suppressed) 03:15:39 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2668412352749731629.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2668412352749731629.key) 03:15:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:15:40 + git semver init 03:15:40 # -> Open(): unable to determine branch for HEAD 03:15:40 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:15:40 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:15:40 # $SEMVER_REMOTE_NAME = origin 03:15:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:15:40 # $SEMVER_USER_NAME = edgex-jenkins 03:15:40 # $SEMVER_BRANCH = master 03:15:40 # $SEMVER_TEMP = /tmp/semver-804239422 03:15:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 03:15:40 # '/tmp/semver-804239422' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 03:15:40 # -> Force: false 03:15:40 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 03:15:40 $ docker exec --env ******** --env ******** e20fcae82888c098f6a866366f4597d353329679ded818c0b4a39402573bb766 ssh-agent -k 03:15:41 unset SSH_AUTH_SOCK; 03:15:41 unset SSH_AGENT_PID; 03:15:41 echo Agent pid 52 killed; 03:15:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:15:41 + git semver [Pipeline] } 03:15:41 $ docker stop --time=1 e20fcae82888c098f6a866366f4597d353329679ded818c0b4a39402573bb766 03:15:43 $ docker rm -f e20fcae82888c098f6a866366f4597d353329679ded818c0b4a39402573bb766 [Pipeline] // withDockerContainer [Pipeline] sh 03:15:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:15:44 Stashed 1 file(s) [Pipeline] echo 03:15:44 [edgeXSemver]: initialized semver on version 0.0.71 [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 03:15:59 Still waiting to schedule task 03:15:59 ‘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-21078’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21060’ doesn’t have label ‘centos7-docker-4c-2g’ 03:15:59 Still waiting to schedule task 03:15:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:17:37 Running on prd-centos7-docker-4c-2g-21083 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 03:17:37 Running in /w/workspace/go-mod-bootstrap/75 [Pipeline] { [Pipeline] checkout 03:17:39 using credential edgex-jenkins-ssh 03:17:40 Cloning the remote Git repository 03:17:40 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 03:17:40 > git init /w/workspace/go-mod-bootstrap/75 # timeout=10 03:17:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:17:40 > git --version # timeout=10 03:17:40 > git --version # 'git version 2.24.3' 03:17:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:17:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:17:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:17:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:17:41 Checking out Revision 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 (master) 03:17:41 > git config core.sparsecheckout # timeout=10 03:17:41 > git checkout -f 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 # timeout=10 03:17:44 Commit message: "Merge pull request #151 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.32" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:17:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:17:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:17:46 + sudo service docker restart 03:17:46 + true 03:17:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 03:17:48 ========================================================= 03:17:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:17:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:17:48 + 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 . 03:17:49 Sending build context to Docker daemon 633.3kB 03:17:49 Step 1/8 : ARG BASE=golang:1.15-alpine 03:17:49 Step 2/8 : FROM ${BASE} 03:17:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:17:49 188c0c94c7c5: Pulling fs layer 03:17:49 0ef7d3d256c8: Pulling fs layer 03:17:49 de9db76c5a1d: Pulling fs layer 03:17:49 bca2f99d35d6: Pulling fs layer 03:17:49 93359f2a8cfa: Pulling fs layer 03:17:49 7c6f9722023f: Pulling fs layer 03:17:49 a35cf1a2eb13: Pulling fs layer 03:17:49 bca2f99d35d6: Waiting 03:17:49 93359f2a8cfa: Waiting 03:17:49 7c6f9722023f: Waiting 03:17:49 a35cf1a2eb13: Waiting 03:17:49 de9db76c5a1d: Verifying Checksum 03:17:49 de9db76c5a1d: Download complete 03:17:49 0ef7d3d256c8: Download complete 03:17:49 93359f2a8cfa: Download complete 03:17:49 7c6f9722023f: Download complete 03:17:49 188c0c94c7c5: Verifying Checksum 03:17:49 188c0c94c7c5: Download complete 03:17:49 188c0c94c7c5: Pull complete 03:17:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21082 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 03:17:49 Running in /w/workspace/go-mod-bootstrap/75 [Pipeline] { [Pipeline] checkout 03:17:49 0ef7d3d256c8: Pull complete 03:17:50 de9db76c5a1d: Pull complete 03:17:52 a35cf1a2eb13: Verifying Checksum 03:17:52 a35cf1a2eb13: Download complete 03:17:53 bca2f99d35d6: Verifying Checksum 03:17:53 bca2f99d35d6: Download complete 03:17:55 using credential edgex-jenkins-ssh 03:17:55 Cloning the remote Git repository 03:17:55 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 03:17:55 > git init /w/workspace/go-mod-bootstrap/75 # timeout=10 03:17:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:17:55 > git --version # timeout=10 03:17:55 > git --version # 'git version 2.17.1' 03:17:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:57 Checking out Revision 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 (master) 03:17:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:17:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:17:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:17:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:17:57 > git config core.sparsecheckout # timeout=10 03:17:57 > git checkout -f 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 # timeout=10 03:17:58 bca2f99d35d6: Pull complete 03:17:58 93359f2a8cfa: Pull complete 03:17:58 7c6f9722023f: Pull complete 03:18:01 Commit message: "Merge pull request #151 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.32" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:18:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:18:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:18:03 + sudo service docker restart 03:18:03 + true [Pipeline] unstash 03:18:06 a35cf1a2eb13: Pull complete 03:18:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:18:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:18:06 ---> a62c8e92a672 03:18:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:18:06 ---> Running in f5b5ce3c0efa 03:18:06 Removing intermediate container f5b5ce3c0efa 03:18:06 ---> 1e64c1fc4334 03:18:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:06 ---> Running in e269a5be0673 [Pipeline] echo 03:18:06 ========================================================= 03:18:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:18:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:18:07 + 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 . 03:18:07 Removing intermediate container e269a5be0673 03:18:07 ---> 255a9d6d7e33 03:18:07 Step 5/8 : RUN apk add --update --no-cache git make 03:18:07 ---> Running in 6d3ade032d87 03:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:08 Sending build context to Docker daemon 632.3kB 03:18:08 Step 1/8 : ARG BASE=golang:1.15-alpine 03:18:08 Step 2/8 : FROM ${BASE} 03:18:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:18:08 5f621e34cdf4: Pulling fs layer 03:18:08 a4357932f1b6: Pulling fs layer 03:18:08 18c013af1878: Pulling fs layer 03:18:08 00ac8860ef70: Pulling fs layer 03:18:08 63d7cb157983: Pulling fs layer 03:18:08 b116817d02f9: Pulling fs layer 03:18:08 745a02a5169b: Pulling fs layer 03:18:08 00ac8860ef70: Waiting 03:18:08 b116817d02f9: Waiting 03:18:08 745a02a5169b: Waiting 03:18:08 63d7cb157983: Waiting 03:18:08 18c013af1878: Verifying Checksum 03:18:08 18c013af1878: Download complete 03:18:08 a4357932f1b6: Verifying Checksum 03:18:08 a4357932f1b6: Download complete 03:18:08 63d7cb157983: Download complete 03:18:08 b116817d02f9: Download complete 03:18:08 5f621e34cdf4: Verifying Checksum 03:18:08 5f621e34cdf4: Download complete 03:18:09 5f621e34cdf4: Pull complete 03:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:09 a4357932f1b6: Pull complete 03:18:10 18c013af1878: Pull complete 03:18:10 745a02a5169b: Download complete 03:18:11 00ac8860ef70: Verifying Checksum 03:18:11 00ac8860ef70: Download complete 03:18:12 OK: 166 MiB in 39 packages 03:18:12 Removing intermediate container 6d3ade032d87 03:18:12 ---> 39713bbcb3f1 03:18:12 Step 6/8 : WORKDIR /build 03:18:12 ---> Running in 923ade4f0190 03:18:12 Removing intermediate container 923ade4f0190 03:18:12 ---> 39feb64c3053 03:18:12 Step 7/8 : COPY go.mod . 03:18:12 ---> 959c522e74d7 03:18:12 Step 8/8 : RUN go mod download 03:18:12 ---> Running in 0e83a55c414c 03:18:21 00ac8860ef70: Pull complete 03:18:21 63d7cb157983: Pull complete 03:18:22 b116817d02f9: Pull complete 03:18:25 745a02a5169b: Pull complete 03:18:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:18:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:18:25 ---> b7e6874047d6 03:18:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:18:28 ---> Running in 2f8490ca5bb4 03:18:29 Removing intermediate container 2f8490ca5bb4 03:18:29 ---> 2ef2471242c0 03:18:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:29 ---> Running in e2f5ca612ca3 03:18:31 Removing intermediate container 0e83a55c414c 03:18:31 ---> ec39393dccd2 03:18:31 Successfully built ec39393dccd2 03:18:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:18:31 + docker inspect -f . ci-base-image-x86_64 03:18:31 . [Pipeline] withDockerContainer 03:18:31 prd-centos7-docker-4c-2g-21083 does not seem to be running inside a container 03:18:31 Removing intermediate container e2f5ca612ca3 03:18:31 ---> 69fc85519461 03:18:31 Step 5/8 : RUN apk add --update --no-cache git make 03:18:31 ---> Running in 6c94c8941649 03:18:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/75 -v /w/workspace/go-mod-bootstrap/75:/w/workspace/go-mod-bootstrap/75:rw,z -v /w/workspace/go-mod-bootstrap/75@tmp:/w/workspace/go-mod-bootstrap/75@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 03:18:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:32 $ docker top e40887f731249446d0c418e3e812e21f0e25675f8a1e0a77856b2966c258bfe0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:33 + go version 03:18:33 go version go1.15.5 linux/amd64 [Pipeline] } 03:18:33 $ docker stop --time=1 e40887f731249446d0c418e3e812e21f0e25675f8a1e0a77856b2966c258bfe0 03:18:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:34 $ docker rm -f e40887f731249446d0c418e3e812e21f0e25675f8a1e0a77856b2966c258bfe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:18:35 + docker inspect -f . ci-base-image-x86_64 03:18:35 . [Pipeline] withDockerContainer 03:18:35 prd-centos7-docker-4c-2g-21083 does not seem to be running inside a container 03:18:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/75 -v /w/workspace/go-mod-bootstrap/75:/w/workspace/go-mod-bootstrap/75:rw,z -v /w/workspace/go-mod-bootstrap/75@tmp:/w/workspace/go-mod-bootstrap/75@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 03:18:36 $ docker top af1c36828e351e8d167ef648a33506c01c7ca5bc0687d40362c495fe562207bb -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:36 + make test 03:18:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:18:37 OK: 142 MiB in 39 packages 03:18:37 Removing intermediate container 6c94c8941649 03:18:37 ---> f1690249f011 03:18:37 Step 6/8 : WORKDIR /build 03:18:37 ---> Running in 8fdd52b16fc6 03:18:38 Removing intermediate container 8fdd52b16fc6 03:18:38 ---> e955df2f068d 03:18:38 Step 7/8 : COPY go.mod . 03:18:39 ---> de39ee6bed74 03:18:39 Step 8/8 : RUN go mod download 03:18:39 ---> Running in 9225ef530677 03:18:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 03:18:47 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.011s coverage: 9.0% of statements 03:18:47 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 03:18:47 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.008s coverage: 92.2% of statements 03:18:47 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.022s coverage: 85.3% of statements 03:18:48 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.037s coverage: 34.3% of statements 03:18:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 03:18:48 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 03:18:48 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.028s coverage: 18.2% of statements 03:18:52 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.009s coverage: 95.3% of statements 03:18:52 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 03:18:52 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 03:18:52 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.004s coverage: 91.3% of statements 03:18:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:18:53 gofmt -l . 03:18:53 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:18:53 $ docker stop --time=1 af1c36828e351e8d167ef648a33506c01c7ca5bc0687d40362c495fe562207bb 03:18:55 $ docker rm -f af1c36828e351e8d167ef648a33506c01c7ca5bc0687d40362c495fe562207bb [Pipeline] // withDockerContainer [Pipeline] sh 03:18:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:18:56 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] } 03:19:01 Removing intermediate container 9225ef530677 03:19:01 ---> 046c0f3ea9b0 03:19:01 Successfully built 046c0f3ea9b0 03:19:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:19:02 + docker inspect -f . ci-base-image-arm64 03:19:02 . [Pipeline] withDockerContainer 03:19:02 prd-ubuntu18.04-docker-arm64-4c-16g-21082 does not seem to be running inside a container 03:19:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/75 -v /w/workspace/go-mod-bootstrap/75:/w/workspace/go-mod-bootstrap/75:rw,z -v /w/workspace/go-mod-bootstrap/75@tmp:/w/workspace/go-mod-bootstrap/75@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 03:19:04 $ docker top d2a39a1ed792e7438edf891c1e673a1e067ba86852cfdb29ff9e0d01bab2c6bb -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:05 + go version 03:19:05 go version go1.15.5 linux/arm64 [Pipeline] } 03:19:05 $ docker stop --time=1 d2a39a1ed792e7438edf891c1e673a1e067ba86852cfdb29ff9e0d01bab2c6bb 03:19:07 $ docker rm -f d2a39a1ed792e7438edf891c1e673a1e067ba86852cfdb29ff9e0d01bab2c6bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:19:08 + docker inspect -f . ci-base-image-arm64 03:19:08 . [Pipeline] withDockerContainer 03:19:08 prd-ubuntu18.04-docker-arm64-4c-16g-21082 does not seem to be running inside a container 03:19:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/75 -v /w/workspace/go-mod-bootstrap/75:/w/workspace/go-mod-bootstrap/75:rw,z -v /w/workspace/go-mod-bootstrap/75@tmp:/w/workspace/go-mod-bootstrap/75@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 03:19:09 $ docker top 4133c2f4d8ec13ad5af6928d27415627ceab8dc9a9be9e303ec512137b4164ec -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:11 + make test 03:19:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:19:37 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 03:19:39 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.026s coverage: 9.0% of statements 03:19:39 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 03:19:39 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.070s coverage: 92.2% of statements 03:19:39 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.013s coverage: 85.3% of statements 03:19:43 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.022s coverage: 34.3% of statements 03:19:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 03:19:43 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 03:19:43 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.015s coverage: 18.2% of statements 03:19:46 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.023s coverage: 95.3% of statements 03:19:46 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 03:19:46 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 03:19:46 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.029s coverage: 91.3% of statements 03:19:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:19:52 gofmt -l . 03:19:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:19:52 $ docker stop --time=1 4133c2f4d8ec13ad5af6928d27415627ceab8dc9a9be9e303ec512137b4164ec 03:19:54 $ docker rm -f 4133c2f4d8ec13ad5af6928d27415627ceab8dc9a9be9e303ec512137b4164ec [Pipeline] // withDockerContainer [Pipeline] sh 03:19:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:19:55 Warning: overwriting stash ‘coverage-report’ 03:19:56 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 03:19:57 provisioning config files... 03:19:57 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2006218621946097803tmp [Pipeline] { [Pipeline] sh 03:19:58 + set +x 03:19:58 + curl -s https://codecov.io/bash 03:19:58 + bash -s -- 03:19:58 03:19:58 _____ _ 03:19:58 / ____| | | 03:19:58 | | ___ __| | ___ ___ _____ __ 03:19:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:19:58 | |___| (_) | (_| | __/ (_| (_) \ V / 03:19:58 \_____\___/ \__,_|\___|\___\___/ \_/ 03:19:58 Bash-20210115-cec3c92 03:19:58 03:19:58 03:19:58 ==> git version 2.24.3 found 03:19:58 ==> 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 03:19:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:19:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:19:58 ==> Jenkins CI detected. 03:19:58 project root: . 03:19:58 --> token set from env 03:19:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:19:58 ==> Running gcov in . (disable via -X gcov) 03:19:58 ==> Python coveragepy not found 03:19:58 ==> Searching for coverage reports in: 03:19:58 + . 03:19:58 -> Found 1 reports 03:19:58 ==> Detecting git/mercurial file structure 03:19:58 ==> Reading reports 03:19:58 + ./coverage.out bytes=26001 03:19:58 ==> Appending adjustments 03:19:58 https://docs.codecov.io/docs/fixing-reports 03:19:59 + Found adjustments 03:19:59 ==> Gzipping contents 03:19:59 8.0K /tmp/codecov.ANQDLU.gz 03:19:59 ==> Uploading reports 03:19:59 url: https://codecov.io 03:19:59 query: branch=master&commit=85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F75%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 03:19:59 -> Pinging Codecov 03:19:59 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F75%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 03:19:59 -> Uploading to 03:19:59 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/833815588EE85121546D348822E98E2E/85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8/4dbb3dbb-9ae9-41cb-b6be-0d9735807334.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T031959Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=98044a8b99d4e782ed3672f25752b93e4be5c40285bada4d667d5ff9b34b669f 03:19:59 % Total % Received % Xferd Average Speed Time Time Time Current 03:19:59 Dload Upload Total Spent Left Speed 03:20:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4953 0 0 100 4953 0 8985 --:--:-- --:--:-- --:--:-- 8972 03:20:00 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 [Pipeline] } 03:20:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:20:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:20:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:20:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:20:02 03:20:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:20:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:20:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:20:02 188c0c94c7c5: Pulling fs layer 03:20:02 0ef7d3d256c8: Pulling fs layer 03:20:02 de9db76c5a1d: Pulling fs layer 03:20:02 0eba1c9be4d2: Pulling fs layer 03:20:02 0d57e429df01: Pulling fs layer 03:20:02 4e4be7b47b0d: Pulling fs layer 03:20:02 e1f770b5df2f: Pulling fs layer 03:20:02 85a0685a4137: Pulling fs layer 03:20:02 0d57e429df01: Waiting 03:20:02 4e4be7b47b0d: Waiting 03:20:02 e1f770b5df2f: Waiting 03:20:02 85a0685a4137: Waiting 03:20:02 0eba1c9be4d2: Waiting 03:20:02 de9db76c5a1d: Verifying Checksum 03:20:02 de9db76c5a1d: Download complete 03:20:02 0ef7d3d256c8: Download complete 03:20:02 0d57e429df01: Verifying Checksum 03:20:02 0d57e429df01: Download complete 03:20:02 4e4be7b47b0d: Verifying Checksum 03:20:02 4e4be7b47b0d: Download complete 03:20:02 188c0c94c7c5: Verifying Checksum 03:20:02 188c0c94c7c5: Download complete 03:20:03 188c0c94c7c5: Pull complete 03:20:03 0ef7d3d256c8: Pull complete 03:20:03 de9db76c5a1d: Pull complete 03:20:03 e1f770b5df2f: Verifying Checksum 03:20:03 e1f770b5df2f: Download complete 03:20:06 0eba1c9be4d2: Verifying Checksum 03:20:06 0eba1c9be4d2: Download complete 03:20:06 85a0685a4137: Verifying Checksum 03:20:06 85a0685a4137: Download complete 03:20:13 0eba1c9be4d2: Pull complete 03:20:13 0d57e429df01: Pull complete 03:20:13 4e4be7b47b0d: Pull complete 03:20:15 e1f770b5df2f: Pull complete 03:20:25 85a0685a4137: Pull complete 03:20:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:20:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:20:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:20:25 prd-centos7-docker-4c-2g-21077 does not seem to be running inside a container 03:20:25 $ 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 03:20:27 $ docker top a2c7f2c4a8d61fff70df291076152cc386b8b846aa5ecd60878ab15b517302f1 -eo pid,comm [Pipeline] { [Pipeline] echo 03:20:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:20:27 + set -o pipefail 03:20:27 + snyk monitor '--org=edgex-jenkins' 03:20:42 03:20:42 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 03:20:42 03:20:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/ad0b21ee-ad89-4ea6-aa36-7c3e37c4cd4e 03:20:42 03:20:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:20:42 03:20:42 [Pipeline] } 03:20:42 $ docker stop --time=1 a2c7f2c4a8d61fff70df291076152cc386b8b846aa5ecd60878ab15b517302f1 03:20:44 $ docker rm -f a2c7f2c4a8d61fff70df291076152cc386b8b846aa5ecd60878ab15b517302f1 [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 03:20:46 + git log --format=format:%s -1 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 [Pipeline] isUnix [Pipeline] sh 03:20:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:20:46 . [Pipeline] withDockerContainer 03:20:47 prd-centos7-docker-4c-2g-21077 does not seem to be running inside a container 03:20:47 $ 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 03:20:48 $ docker top f695e8dd63757675769d46c4c8955745def7d9675a569d36cdefe7b62377c7c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:20:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:20:48 [ssh-agent] Looking for ssh-agent implementation... 03:20:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:20:48 $ docker exec f695e8dd63757675769d46c4c8955745def7d9675a569d36cdefe7b62377c7c2 ssh-agent 03:20:49 SSH_AUTH_SOCK=/tmp/ssh-TrRJkOqxqMX0/agent.12 03:20:49 SSH_AGENT_PID=17 03:20:49 Running ssh-add (command line suppressed) 03:20:49 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5996503608406804439.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5996503608406804439.key) 03:20:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:20:49 + git semver tag 03:20:49 # -> Open(): unable to determine branch for HEAD 03:20:49 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:20:49 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:20:49 # $SEMVER_REMOTE_NAME = origin 03:20:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:20:49 # $SEMVER_USER_NAME = edgex-jenkins 03:20:49 # $SEMVER_BRANCH = master 03:20:49 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 03:20:49 # 85c50151ec7f3c79cb79a6b91d13cce16ac5eaa8 HEAD 03:20:50 # -> Force: false 03:20:50 # e5b513fbb33f4941048c8a9d4446a8867dad2f84 refs/tags/v0.0.71 [Pipeline] } 03:20:50 $ docker exec --env ******** --env ******** f695e8dd63757675769d46c4c8955745def7d9675a569d36cdefe7b62377c7c2 ssh-agent -k 03:20:50 unset SSH_AUTH_SOCK; 03:20:50 unset SSH_AGENT_PID; 03:20:50 echo Agent pid 17 killed; 03:20:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:20:50 + git semver [Pipeline] } 03:20:50 $ docker stop --time=1 f695e8dd63757675769d46c4c8955745def7d9675a569d36cdefe7b62377c7c2 03:20:52 $ docker rm -f f695e8dd63757675769d46c4c8955745def7d9675a569d36cdefe7b62377c7c2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:20:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:20:53 03:20:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:20:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:20:53 0.23.1-centos7: Pulling from edgex-lftools 03:20:53 ab5ef0e58194: Pulling fs layer 03:20:53 9712f1f96733: Pulling fs layer 03:20:53 63f879dbbcfc: Pulling fs layer 03:20:53 0d9ebad4ef96: Pulling fs layer 03:20:53 e9a5061849ea: Pulling fs layer 03:20:53 d747dcd14b5f: Pulling fs layer 03:20:53 2de7ff778b66: Pulling fs layer 03:20:53 e9a5061849ea: Waiting 03:20:53 d747dcd14b5f: Waiting 03:20:53 2de7ff778b66: Waiting 03:20:53 0d9ebad4ef96: Waiting 03:20:53 9712f1f96733: Download complete 03:20:55 63f879dbbcfc: Verifying Checksum 03:20:55 63f879dbbcfc: Download complete 03:20:55 e9a5061849ea: Download complete 03:20:55 d747dcd14b5f: Verifying Checksum 03:20:55 d747dcd14b5f: Download complete 03:20:56 0d9ebad4ef96: Verifying Checksum 03:20:56 0d9ebad4ef96: Download complete 03:20:56 2de7ff778b66: Verifying Checksum 03:20:56 2de7ff778b66: Download complete 03:20:56 ab5ef0e58194: Verifying Checksum 03:20:56 ab5ef0e58194: Download complete 03:21:03 ab5ef0e58194: Pull complete 03:21:03 9712f1f96733: Pull complete 03:21:05 63f879dbbcfc: Pull complete 03:21:13 0d9ebad4ef96: Pull complete 03:21:14 e9a5061849ea: Pull complete 03:21:14 d747dcd14b5f: Pull complete 03:21:17 2de7ff778b66: Pull complete 03:21:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:21:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:21:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:21:17 prd-centos7-docker-4c-2g-21077 does not seem to be running inside a container 03:21:17 $ 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 03:21:21 $ docker top 3c9bcef2c20e22f2da2a7e4c36824023eedbd0e12d68656f47f7402c065d8b4f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:21:21 provisioning config files... 03:21:21 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6560325397132213156tmp 03:21:21 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3199868187304251138tmp 03:21:21 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5894846175639583613tmp [Pipeline] { [Pipeline] echo 03:21:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:21:22 ---> sigul-configuration.sh 03:21:22 gpg: directory `/root/.gnupg' created 03:21:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:21:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:21:22 gpg: keyring `/root/.gnupg/secring.gpg' created 03:21:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:21:22 gpg: CAST5 encrypted data 03:21:22 gpg: encrypted with 1 passphrase 03:21:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:21:22 + mkdir /home/jenkins 03:21:22 + mkdir /home/jenkins/sigul [Pipeline] sh 03:21:23 + 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 03:21:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:21:23 ---> sigul-install.sh 03:21:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:21:30 + git tag --list 03:21:30 v0.0.1 03:21:30 v0.0.10 03:21:30 v0.0.11 03:21:30 v0.0.12 03:21:30 v0.0.13 03:21:30 v0.0.14 03:21:30 v0.0.15 03:21:30 v0.0.16 03:21:30 v0.0.17 03:21:30 v0.0.18 03:21:30 v0.0.19 03:21:30 v0.0.2 03:21:30 v0.0.20 03:21:30 v0.0.21 03:21:30 v0.0.22 03:21:30 v0.0.23 03:21:30 v0.0.24 03:21:30 v0.0.25 03:21:30 v0.0.26 03:21:30 v0.0.27 03:21:30 v0.0.28 03:21:30 v0.0.29 03:21:30 v0.0.3 03:21:30 v0.0.30 03:21:30 v0.0.31 03:21:30 v0.0.32 03:21:30 v0.0.33 03:21:30 v0.0.34 03:21:30 v0.0.35 03:21:30 v0.0.36 03:21:30 v0.0.37 03:21:30 v0.0.38 03:21:30 v0.0.39 03:21:30 v0.0.4 03:21:30 v0.0.40 03:21:30 v0.0.41 03:21:30 v0.0.42 03:21:30 v0.0.43 03:21:30 v0.0.44 03:21:30 v0.0.45 03:21:30 v0.0.46 03:21:30 v0.0.47 03:21:30 v0.0.48 03:21:30 v0.0.49 03:21:30 v0.0.5 03:21:30 v0.0.50 03:21:30 v0.0.51 03:21:30 v0.0.52 03:21:30 v0.0.53 03:21:30 v0.0.54 03:21:30 v0.0.55 03:21:30 v0.0.56 03:21:30 v0.0.57 03:21:30 v0.0.58 03:21:30 v0.0.59 03:21:30 v0.0.6 03:21:30 v0.0.60 03:21:30 v0.0.61 03:21:30 v0.0.62 03:21:30 v0.0.63 03:21:30 v0.0.64 03:21:30 v0.0.65 03:21:30 v0.0.66 03:21:30 v0.0.67 03:21:30 v0.0.68 03:21:30 v0.0.69 03:21:30 v0.0.7 03:21:30 v0.0.70 03:21:30 v0.0.71 03:21:30 v0.0.8 03:21:30 v0.0.9 [Pipeline] sh 03:21:31 + lftools sign git-tag v0.0.71 03:21:32 Signing Git tag with Sigul... 03:21:32 Signing v0.0.71 [Pipeline] echo 03:21:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:21:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:21:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:21:34 $ docker stop --time=1 3c9bcef2c20e22f2da2a7e4c36824023eedbd0e12d68656f47f7402c065d8b4f 03:21:36 $ docker rm -f 3c9bcef2c20e22f2da2a7e4c36824023eedbd0e12d68656f47f7402c065d8b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:21:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:21:37 . [Pipeline] withDockerContainer 03:21:37 prd-centos7-docker-4c-2g-21077 does not seem to be running inside a container 03:21:37 $ 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 03:21:38 $ docker top fce20bcdff36814bf1fabb98f0f28d450d6fe0e986d835aff41a708108a4b70f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:21:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:21:38 [ssh-agent] Looking for ssh-agent implementation... 03:21:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:21:38 $ docker exec fce20bcdff36814bf1fabb98f0f28d450d6fe0e986d835aff41a708108a4b70f ssh-agent 03:21:38 SSH_AUTH_SOCK=/tmp/ssh-YVxeIUZwWhaN/agent.13 03:21:38 SSH_AGENT_PID=18 03:21:38 Running ssh-add (command line suppressed) 03:21:39 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3682159029608688465.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3682159029608688465.key) 03:21:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:21:39 + git semver bump patch 03:21:39 # -> Open(): unable to determine branch for HEAD 03:21:39 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:21:39 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:21:39 # $SEMVER_REMOTE_NAME = origin 03:21:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:21:39 # $SEMVER_USER_NAME = edgex-jenkins 03:21:39 # $SEMVER_BRANCH = master 03:21:39 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 03:21:39 0.0.72 [Pipeline] } 03:21:39 $ docker exec --env ******** --env ******** fce20bcdff36814bf1fabb98f0f28d450d6fe0e986d835aff41a708108a4b70f ssh-agent -k 03:21:39 unset SSH_AUTH_SOCK; 03:21:39 unset SSH_AGENT_PID; 03:21:39 echo Agent pid 18 killed; 03:21:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:21:40 + git semver [Pipeline] } 03:21:40 $ docker stop --time=1 fce20bcdff36814bf1fabb98f0f28d450d6fe0e986d835aff41a708108a4b70f 03:21:41 $ docker rm -f fce20bcdff36814bf1fabb98f0f28d450d6fe0e986d835aff41a708108a4b70f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:21:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:21:42 . [Pipeline] withDockerContainer 03:21:42 prd-centos7-docker-4c-2g-21077 does not seem to be running inside a container 03:21: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 03:21:44 $ docker top 4e1e37fdce661b36b6424bd45f8e44a47879e5ddf073494fe6a69c4175fd7f8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:21:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:21:44 [ssh-agent] Looking for ssh-agent implementation... 03:21:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:21:44 $ docker exec 4e1e37fdce661b36b6424bd45f8e44a47879e5ddf073494fe6a69c4175fd7f8c ssh-agent 03:21:44 SSH_AUTH_SOCK=/tmp/ssh-vEUmwZmrpxkI/agent.12 03:21:44 SSH_AGENT_PID=17 03:21:44 Running ssh-add (command line suppressed) 03:21:45 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7805785310749970957.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7805785310749970957.key) 03:21:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:21:45 + git semver push 03:21:45 # -> Open(): unable to determine branch for HEAD 03:21:45 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 03:21:45 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 03:21:45 # $SEMVER_REMOTE_NAME = origin 03:21:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:21:45 # $SEMVER_USER_NAME = edgex-jenkins 03:21:45 # $SEMVER_BRANCH = master 03:21:45 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 03:21:53 $ docker exec --env ******** --env ******** 4e1e37fdce661b36b6424bd45f8e44a47879e5ddf073494fe6a69c4175fd7f8c ssh-agent -k 03:21:53 unset SSH_AUTH_SOCK; 03:21:53 unset SSH_AGENT_PID; 03:21:53 echo Agent pid 17 killed; 03:21:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:21:54 + git semver [Pipeline] } 03:21:54 $ docker stop --time=1 4e1e37fdce661b36b6424bd45f8e44a47879e5ddf073494fe6a69c4175fd7f8c 03:21:55 $ docker rm -f 4e1e37fdce661b36b6424bd45f8e44a47879e5ddf073494fe6a69c4175fd7f8c [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 03:21:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:21:57 ---> package-listing.sh 03:21:57 ++ facter osfamily 03:21:57 ++ tr '[:upper:]' '[:lower:]' 03:21:58 + OS_FAMILY=redhat 03:21:58 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 03:21:58 + START_PACKAGES=/tmp/packages_start.txt 03:21:58 + END_PACKAGES=/tmp/packages_end.txt 03:21:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:21:58 + PACKAGES=/tmp/packages_start.txt 03:21:58 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 03:21:58 + PACKAGES=/tmp/packages_end.txt 03:21:58 + case "${OS_FAMILY}" in 03:21:58 + rpm -qa 03:21:58 + sort 03:22:02 + '[' -f /tmp/packages_start.txt ']' 03:22:02 + '[' -f /tmp/packages_end.txt ']' 03:22:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:22:02 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 03:22:02 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 03:22:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 03:22:02 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 03:22:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:22:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:22:03 03:22:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:22:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:22:03 alpine: Pulling from edgex-lftools-log-publisher 03:22:03 df20fa9351a1: Pulling fs layer 03:22:03 36b3adc4ff6f: Pulling fs layer 03:22:03 8ad3a11d3b57: Pulling fs layer 03:22:03 46f8f816bc3b: Pulling fs layer 03:22:03 93b61091891f: Pulling fs layer 03:22:03 93b9cdb0e59b: Pulling fs layer 03:22:03 5e14af77c1be: Pulling fs layer 03:22:03 01666e4c0597: Pulling fs layer 03:22:03 aa168da1d23b: Pulling fs layer 03:22:03 93b9cdb0e59b: Waiting 03:22:03 5e14af77c1be: Waiting 03:22:03 46f8f816bc3b: Waiting 03:22:03 93b61091891f: Waiting 03:22:03 aa168da1d23b: Waiting 03:22:03 01666e4c0597: Waiting 03:22:03 36b3adc4ff6f: Verifying Checksum 03:22:03 36b3adc4ff6f: Download complete 03:22:03 46f8f816bc3b: Verifying Checksum 03:22:03 46f8f816bc3b: Download complete 03:22:03 93b61091891f: Verifying Checksum 03:22:03 93b61091891f: Download complete 03:22:03 df20fa9351a1: Verifying Checksum 03:22:03 df20fa9351a1: Download complete 03:22:03 93b9cdb0e59b: Verifying Checksum 03:22:03 93b9cdb0e59b: Download complete 03:22:03 5e14af77c1be: Verifying Checksum 03:22:03 5e14af77c1be: Download complete 03:22:03 01666e4c0597: Verifying Checksum 03:22:03 01666e4c0597: Download complete 03:22:04 df20fa9351a1: Pull complete 03:22:04 8ad3a11d3b57: Download complete 03:22:04 36b3adc4ff6f: Pull complete 03:22:05 8ad3a11d3b57: Pull complete 03:22:05 46f8f816bc3b: Pull complete 03:22:07 93b61091891f: Pull complete 03:22:07 93b9cdb0e59b: Pull complete 03:22:07 5e14af77c1be: Pull complete 03:22:07 01666e4c0597: Pull complete 03:22:08 aa168da1d23b: Verifying Checksum 03:22:08 aa168da1d23b: Download complete 03:22:16 aa168da1d23b: Pull complete 03:22:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:22:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:22:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:22:16 prd-centos7-docker-4c-2g-21077 does not seem to be running inside a container 03:22:16 $ 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 03:22:20 $ docker top 6a49e2d77df26632d1c8ed4523a2278aae501d43c39cb5934282ef10e110cae7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:21 + touch /tmp/pre-build-complete [Pipeline] sh 03:22:21 + mkdir -p /var/log/sa [Pipeline] sh 03:22:21 + ls /var/log/sa-host 03:22:21 + sadf -c /var/log/sa-host/sa19 03:22:21 file_magic: OK 03:22:21 HZ: Using current value: 100 03:22:21 file_header: OK 03:22:21 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 03:22:21 Statistics: 03:22:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:22:21 File successfully converted to sysstat format version 12.2.1 03:22:21 + sadf -c /var/log/sa-host/sa23 03:22:21 file_magic: OK 03:22:21 HZ: Using current value: 100 03:22:21 file_header: OK 03:22:21 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 03:22:21 Statistics: 03:22:21 Hnuu...uuuununununu... 03:22:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:22:22 provisioning config files... 03:22:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7472394648757857468tmp [Pipeline] { [Pipeline] echo 03:22:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:22:22 ---> create-netrc.sh [Pipeline] } 03:22:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:22:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:22:22 ---> python-tools-install.sh [Pipeline] echo 03:22:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:22:23 ---> sudo-logs.sh 03:22:23 Archiving 'sudo' log.. [Pipeline] echo 03:22:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:22:23 ---> job-cost.sh 03:22:23 lf-activate-venv: SKIPPING 03:22:23 INFO: No Stack... 03:22:24 INFO: Retrieving Pricing Info for: v1-standard-2 03:22:25 INFO: Archiving Costs [Pipeline] echo 03:22:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:22:25 ---> logs-deploy.sh 03:22:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/75 03:22:25 INFO: archiving workspace using pattern(s): 03:22:27 Archives upload complete. 03:22:27 INFO: archiving logs to Nexus 03:22:28 ---> uname -a: 03:22:28 Linux prd-centos7-docker-4c-2g-21077.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:22:28 03:22:28 03:22:28 ---> lscpu: 03:22:28 Architecture: x86_64 03:22:28 CPU op-mode(s): 32-bit, 64-bit 03:22:28 Byte Order: Little Endian 03:22:28 Address sizes: 40 bits physical, 48 bits virtual 03:22:28 CPU(s): 4 03:22:28 On-line CPU(s) list: 0-3 03:22:28 Thread(s) per core: 1 03:22:28 Core(s) per socket: 1 03:22:28 Socket(s): 4 03:22:28 NUMA node(s): 1 03:22:28 Vendor ID: GenuineIntel 03:22:28 CPU family: 6 03:22:28 Model: 44 03:22:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:22:28 Stepping: 1 03:22:28 CPU MHz: 2933.438 03:22:28 BogoMIPS: 5866.87 03:22:28 Virtualization: VT-x 03:22:28 Hypervisor vendor: KVM 03:22:28 Virtualization type: full 03:22:28 L1d cache: 128 KiB 03:22:28 L1i cache: 128 KiB 03:22:28 L2 cache: 16 MiB 03:22:28 L3 cache: 64 MiB 03:22:28 NUMA node0 CPU(s): 0-3 03:22:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:22:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:22:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:22:28 Vulnerability Meltdown: Mitigation; PTI 03:22:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:22:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:22:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:22:28 Vulnerability Srbds: Not affected 03:22:28 Vulnerability Tsx async abort: Not affected 03:22:28 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 03:22:28 03:22:28 03:22:28 ---> nproc: 03:22:28 4 03:22:28 03:22:28 03:22:28 ---> df -h: 03:22:28 Filesystem Size Used Available Use% Mounted on 03:22:28 overlay 50.0G 8.5G 41.4G 17% / 03:22:28 tmpfs 64.0M 0 64.0M 0% /dev 03:22:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:22:28 shm 64.0M 0 64.0M 0% /dev/shm 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 03:22:28 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 03:22:28 03:22:28 03:22:28 ---> free -m: 03:22:28 total used free shared buff/cache available 03:22:28 Mem: 1837 829 151 0 855 942 03:22:28 Swap: 1023 3 1020 03:22:28 03:22:28 03:22:28 ---> ip addr: 03:22:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:22:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:22:28 inet 127.0.0.1/8 scope host lo 03:22:28 valid_lft forever preferred_lft forever 03:22:28 inet6 ::1/128 scope host 03:22:28 valid_lft forever preferred_lft forever 03:22:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:22:28 link/ether fa:16:3e:f9:3d:07 brd ff:ff:ff:ff:ff:ff 03:22:28 inet 10.30.122.74/23 brd 10.30.123.255 scope global dynamic eth0 03:22:28 valid_lft 85940sec preferred_lft 85940sec 03:22:28 inet6 fe80::f816:3eff:fef9:3d07/64 scope link 03:22:28 valid_lft forever preferred_lft forever 03:22:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:22:28 link/ether 02:42:7e:81:67:1d brd ff:ff:ff:ff:ff:ff 03:22:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:22:28 valid_lft forever preferred_lft forever 03:22:28 inet6 fe80::42:7eff:fe81:671d/64 scope link 03:22:28 valid_lft forever preferred_lft forever 03:22:28 03:22:28 03:22:28 ---> sar -b -r -n DEV: 03:22:28 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) 03:22:28 03:22:28 03:14:37 LINUX RESTART (4 CPU) 03:22:28 03:22:28 03:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:22:28 03:16:01 115.34 47.29 68.05 0.00 8014.07 23413.58 0.00 03:22:28 03:17:01 2.60 0.00 2.60 0.00 0.00 62.94 0.00 03:22:28 03:18:01 0.38 0.00 0.38 0.00 0.00 6.24 0.00 03:22:28 03:19:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 03:22:28 03:20:01 0.32 0.10 0.22 0.00 7.86 2.71 0.00 03:22:28 03:21:01 316.36 171.88 144.48 0.00 8651.86 45738.63 0.00 03:22:28 03:22:01 220.47 115.98 104.49 0.00 7801.50 21308.42 0.00 03:22:28 Average: 93.79 47.98 45.80 0.00 3490.26 12932.00 0.00 03:22:28 03:22:28 03:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:22:28 03:16:01 149664 0 630816 33.53 2620 1098444 1124640 38.38 438284 1094608 136 03:22:28 03:17:01 155076 0 625336 33.24 2620 1098512 1103700 37.67 439580 1088668 20 03:22:28 03:18:01 153344 0 627064 33.33 2620 1098516 1103748 37.67 439900 1090300 20 03:22:28 03:19:01 152600 0 627808 33.37 2620 1098516 1103912 37.67 451856 1079052 16 03:22:28 03:20:01 151460 0 628668 33.41 2620 1098796 1103948 37.68 446288 1085928 56 03:22:28 03:21:01 175636 0 737456 39.19 2596 965856 1304220 44.51 568344 870824 47068 03:22:28 03:22:01 101328 0 794104 42.20 1604 984508 1140200 38.91 608520 839256 76 03:22:28 Average: 148444 0 667322 35.47 2471 1063307 1140624 38.93 484682 1021234 6770 03:22:28 03:22:28 03:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:22:28 03:16:01 eth0 498.70 279.21 1069.43 89.73 0.00 0.00 0.00 0.00 03:22:28 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:16:01 docker0 2.49 1.86 0.66 4.67 0.00 0.00 0.00 0.00 03:22:28 03:17:01 eth0 2.46 0.38 0.45 0.24 0.00 0.00 0.00 0.00 03:22:28 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:18:01 eth0 4.33 1.08 1.30 0.75 0.00 0.00 0.00 0.00 03:22:28 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:19:01 eth0 3.11 0.98 0.96 0.63 0.00 0.00 0.00 0.00 03:22:28 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:20:01 eth0 9.56 4.01 5.85 2.24 0.00 0.00 0.00 0.00 03:22:28 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:21:01 eth0 841.69 719.69 7309.82 106.77 0.00 0.00 0.00 0.00 03:22:28 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:21:01 docker0 22.70 21.39 2.26 51.72 0.00 0.00 0.00 0.00 03:22:28 03:22:01 eth0 129.67 92.88 272.51 65.96 0.00 0.00 0.00 0.00 03:22:28 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 03:22:01 docker0 42.94 55.18 2.64 203.61 0.00 0.00 0.00 0.00 03:22:28 Average: eth0 212.52 156.96 1241.17 37.98 0.00 0.00 0.00 0.00 03:22:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:22:28 Average: docker0 9.76 11.24 0.80 37.25 0.00 0.00 0.00 0.00 03:22:28 03:22:28 03:22:28 ---> sar -P ALL: 03:22:28 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) 03:22:28 03:22:28 03:14:37 LINUX RESTART (4 CPU) 03:22:28 03:22:28 03:15:02 CPU %user %nice %system %iowait %steal %idle 03:22:28 03:16:01 all 14.53 0.00 6.40 3.76 0.32 74.99 03:22:28 03:16:01 0 14.02 0.00 7.11 4.31 0.35 74.21 03:22:28 03:16:01 1 17.05 0.00 5.87 2.16 0.35 74.58 03:22:28 03:16:01 2 13.07 0.00 6.97 4.76 0.26 74.94 03:22:28 03:16:01 3 13.97 0.00 5.66 3.79 0.33 76.24 03:22:28 03:17:01 all 0.17 0.00 0.05 0.00 0.03 99.76 03:22:28 03:17:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:22:28 03:17:01 1 0.10 0.00 0.03 0.00 0.03 99.83 03:22:28 03:17:01 2 0.08 0.00 0.10 0.00 0.03 99.78 03:22:28 03:17:01 3 0.43 0.00 0.02 0.00 0.03 99.52 03:22:28 03:18:01 all 0.16 0.00 0.06 0.00 0.01 99.77 03:22:28 03:18:01 0 0.07 0.00 0.07 0.00 0.02 99.85 03:22:28 03:18:01 1 0.05 0.00 0.07 0.00 0.02 99.87 03:22:28 03:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:22:28 03:18:01 3 0.47 0.00 0.05 0.00 0.00 99.48 03:22:28 03:19:01 all 0.11 0.00 0.06 0.00 0.02 99.81 03:22:28 03:19:01 0 0.07 0.00 0.03 0.00 0.00 99.90 03:22:28 03:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 03:22:28 03:19:01 2 0.05 0.00 0.10 0.00 0.03 99.82 03:22:28 03:19:01 3 0.27 0.00 0.07 0.00 0.03 99.63 03:22:28 03:20:01 all 0.42 0.00 0.38 0.01 0.18 99.01 03:22:28 03:20:01 0 0.32 0.00 0.38 0.02 0.18 99.10 03:22:28 03:20:01 1 0.20 0.00 0.43 0.02 0.17 99.18 03:22:28 03:20:01 2 0.37 0.00 0.25 0.00 0.17 99.22 03:22:28 03:20:01 3 0.80 0.00 0.47 0.00 0.18 98.55 03:22:28 03:21:01 all 13.72 0.00 10.23 2.58 2.81 70.66 03:22:28 03:21:01 0 12.47 0.00 9.71 2.94 2.82 72.06 03:22:28 03:21:01 1 13.53 0.00 10.99 2.48 2.84 70.17 03:22:28 03:21:01 2 14.16 0.00 10.26 1.67 2.79 71.11 03:22:28 03:21:01 3 14.71 0.00 9.96 3.24 2.79 69.29 03:22:28 03:22:01 all 9.54 0.00 7.78 4.19 2.70 75.79 03:22:28 03:22:01 0 7.88 0.00 6.94 3.54 2.95 78.70 03:22:28 03:22:01 1 8.38 0.00 8.16 3.83 2.55 77.08 03:22:28 03:22:01 2 12.38 0.00 7.33 5.59 2.79 71.91 03:22:28 03:22:01 3 9.53 0.00 8.68 3.81 2.52 75.45 03:22:28 Average: all 5.42 0.00 3.51 1.48 0.86 88.73 03:22:28 Average: 0 4.89 0.00 3.41 1.52 0.89 89.29 03:22:28 Average: 1 5.53 0.00 3.60 1.20 0.84 88.83 03:22:28 Average: 2 5.65 0.00 3.52 1.69 0.86 88.28 03:22:28 Average: 3 5.64 0.00 3.50 1.52 0.83 88.51 03:22:28 03:22:28 03:22:28