Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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: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 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-22840 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 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b # timeout=10 Commit message: "feat(v2): Create Helper functions to retrieve client library instances through DIC (#158)" > git rev-list --no-walk 011f90c1aded870e945927a52dc79902e3daa599 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T15:37:01.689Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-26T15:37:01.958Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T15:37:02.056Z] ========================================================= [2021-01-26T15:37:02.056Z] EdgeX Global Pipelines Version Info [2021-01-26T15:37:02.056Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:37:03.636Z] ------------------- [2021-01-26T15:37:03.636Z] stable info: [2021-01-26T15:37:03.636Z] ------------------- [2021-01-26T15:37:03.636Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T15:37:03.636Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T15:37:03.636Z] Message: update stable to v1.0.179 [2021-01-26T15:37:04.600Z] ------------------- [2021-01-26T15:37:04.600Z] experimental info: [2021-01-26T15:37:04.600Z] ------------------- [2021-01-26T15:37:04.600Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T15:37:04.600Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T15:37:04.600Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T15:37:04.906Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-01-26T15:37:05.001Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-01-26T15:37:05.111Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T15:37:05.211Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T15:37:05.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T15:37:05.391Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T15:37:05.489Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T15:37:05.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T15:37:05.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-26T15:37:05.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T15:37:05.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T15:37:05.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-01-26T15:37:05.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T15:37:06.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T15:37:06.179Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:37:06.263Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:37:06.352Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:37:06.444Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:37:06.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T15:37:06.621Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-26T15:37:06.702Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-26T15:37:06.786Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-26T15:37:06.871Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-26T15:37:06.962Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-26T15:37:07.050Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-26T15:37:07.130Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T15:37:07.214Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T15:37:07.317Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-26T15:37:07.404Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-26T15:37:07.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-26T15:37:07.625Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b [Pipeline] echo [2021-01-26T15:37:07.717Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d89601 [Pipeline] echo [2021-01-26T15:37:07.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:37:08.467Z] + git log --format=format:%s -1 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b [Pipeline] echo [2021-01-26T15:37:08.543Z] GIT_COMMIT: 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b, Commit Message: feat(v2): Create Helper functions to retrieve client library instances through DIC (#158) [Pipeline] echo [2021-01-26T15:37:08.586Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:37:09.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:37:09.430Z] [2021-01-26T15:37:09.430Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:37:09.802Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:37:09.802Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T15:37:09.802Z] 31603596830f: Pulling fs layer [2021-01-26T15:37:09.802Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T15:37:09.802Z] 6ca5941a6612: Pulling fs layer [2021-01-26T15:37:09.802Z] ecc8261a40a4: Pulling fs layer [2021-01-26T15:37:09.802Z] ecc8261a40a4: Waiting [2021-01-26T15:37:09.802Z] 2a8b12db71e7: Verifying Checksum [2021-01-26T15:37:09.802Z] 2a8b12db71e7: Download complete [2021-01-26T15:37:10.068Z] 31603596830f: Verifying Checksum [2021-01-26T15:37:10.068Z] 31603596830f: Download complete [2021-01-26T15:37:10.068Z] 6ca5941a6612: Verifying Checksum [2021-01-26T15:37:10.068Z] 6ca5941a6612: Download complete [2021-01-26T15:37:10.068Z] ecc8261a40a4: Verifying Checksum [2021-01-26T15:37:10.068Z] ecc8261a40a4: Download complete [2021-01-26T15:37:10.334Z] 31603596830f: Pull complete [2021-01-26T15:37:10.599Z] 2a8b12db71e7: Pull complete [2021-01-26T15:37:11.548Z] 6ca5941a6612: Pull complete [2021-01-26T15:37:11.548Z] ecc8261a40a4: Pull complete [2021-01-26T15:37:11.548Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T15:37:11.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:37:11.548Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T15:37:11.651Z] prd-centos7-docker-4c-2g-22840 does not seem to be running inside a container [2021-01-26T15:37:11.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:37:13.811Z] $ docker top 1968ae8a8b55478e16b08da701a3e07a8b3bae9cead725179d9bb956825d75b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:37:14.211Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:37:14.211Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:37:14.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:37:14.496Z] $ docker exec 1968ae8a8b55478e16b08da701a3e07a8b3bae9cead725179d9bb956825d75b4 ssh-agent [2021-01-26T15:37:14.700Z] SSH_AUTH_SOCK=/tmp/ssh-F0YoavatYSxJ/agent.12 [2021-01-26T15:37:14.700Z] SSH_AGENT_PID=18 [2021-01-26T15:37:14.717Z] Running ssh-add (command line suppressed) [2021-01-26T15:37:14.847Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6923868642310901106.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6923868642310901106.key) [2021-01-26T15:37:14.912Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:37:15.251Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T15:37:15.271Z] $ docker exec --env ******** --env ******** 1968ae8a8b55478e16b08da701a3e07a8b3bae9cead725179d9bb956825d75b4 ssh-agent -k [2021-01-26T15:37:15.391Z] unset SSH_AUTH_SOCK; [2021-01-26T15:37:15.391Z] unset SSH_AGENT_PID; [2021-01-26T15:37:15.391Z] echo Agent pid 18 killed; [2021-01-26T15:37:15.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T15:37:15.593Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:37:15.593Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:37:15.765Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:37:15.769Z] $ docker exec 1968ae8a8b55478e16b08da701a3e07a8b3bae9cead725179d9bb956825d75b4 ssh-agent [2021-01-26T15:37:15.936Z] SSH_AUTH_SOCK=/tmp/ssh-QQ1ygHT3hmx7/agent.48 [2021-01-26T15:37:15.936Z] SSH_AGENT_PID=54 [2021-01-26T15:37:15.945Z] Running ssh-add (command line suppressed) [2021-01-26T15:37:16.075Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6787815958108517829.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6787815958108517829.key) [2021-01-26T15:37:16.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:37:16.462Z] + git semver init [2021-01-26T15:37:16.462Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:37:16.462Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-26T15:37:16.462Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-26T15:37:16.462Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:37:16.462Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:37:16.462Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:37:16.462Z] # $SEMVER_BRANCH = master [2021-01-26T15:37:16.462Z] # $SEMVER_TEMP = /tmp/semver-321826869 [2021-01-26T15:37:16.462Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-01-26T15:37:17.418Z] # '/tmp/semver-321826869' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-01-26T15:37:17.418Z] # -> Force: false [2021-01-26T15:37:17.418Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-01-26T15:37:17.430Z] $ docker exec --env ******** --env ******** 1968ae8a8b55478e16b08da701a3e07a8b3bae9cead725179d9bb956825d75b4 ssh-agent -k [2021-01-26T15:37:17.562Z] unset SSH_AUTH_SOCK; [2021-01-26T15:37:17.562Z] unset SSH_AGENT_PID; [2021-01-26T15:37:17.562Z] echo Agent pid 54 killed; [2021-01-26T15:37:17.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:37:18.265Z] + git semver [Pipeline] } [2021-01-26T15:37:18.283Z] $ docker stop --time=1 1968ae8a8b55478e16b08da701a3e07a8b3bae9cead725179d9bb956825d75b4 [2021-01-26T15:37:19.882Z] $ docker rm -f 1968ae8a8b55478e16b08da701a3e07a8b3bae9cead725179d9bb956825d75b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:37:20.368Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T15:37:20.853Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T15:37:20.855Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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 [2021-01-26T15:37:36.385Z] Still waiting to schedule task [2021-01-26T15:37:36.385Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-26T15:37:36.391Z] Still waiting to schedule task [2021-01-26T15:37:36.391Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-26T15:40:04.305Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22843 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-01-26T15:40:04.425Z] Running in /w/workspace/go-mod-bootstrap/80 [Pipeline] { [Pipeline] checkout [2021-01-26T15:40:09.690Z] using credential edgex-jenkins-ssh [2021-01-26T15:40:09.748Z] Cloning the remote Git repository [2021-01-26T15:40:09.815Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-26T15:40:09.928Z] > git init /w/workspace/go-mod-bootstrap/80 # timeout=10 [2021-01-26T15:40:10.024Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-26T15:40:10.025Z] > git --version # timeout=10 [2021-01-26T15:40:10.042Z] > git --version # 'git version 2.17.1' [2021-01-26T15:40:10.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:40:10.139Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:40:11.682Z] Checking out Revision 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b (master) [2021-01-26T15:40:11.082Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-26T15:40:11.098Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:40:11.124Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-26T15:40:11.164Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-26T15:40:11.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:40:11.175Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T15:40:11.709Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:40:11.741Z] > git checkout -f 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b # timeout=10 [2021-01-26T15:40:16.241Z] Commit message: "feat(v2): Create Helper functions to retrieve client library instances through DIC (#158)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:40:17.834Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:40:18.261Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:40:18.609Z] + true [2021-01-26T15:40:18.609Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-26T15:40:21.578Z] ========================================================= [2021-01-26T15:40:21.578Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T15:40:21.578Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:40:21.967Z] + 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 . [2021-01-26T15:40:22.951Z] Sending build context to Docker daemon 668.2kB [2021-01-26T15:40:22.951Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-26T15:40:22.951Z] Step 2/8 : FROM ${BASE} [2021-01-26T15:40:23.223Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T15:40:23.223Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T15:40:23.223Z] a4357932f1b6: Pulling fs layer [2021-01-26T15:40:23.223Z] 18c013af1878: Pulling fs layer [2021-01-26T15:40:23.223Z] 00ac8860ef70: Pulling fs layer [2021-01-26T15:40:23.223Z] 63d7cb157983: Pulling fs layer [2021-01-26T15:40:23.223Z] b116817d02f9: Pulling fs layer [2021-01-26T15:40:23.223Z] 745a02a5169b: Pulling fs layer [2021-01-26T15:40:23.223Z] 00ac8860ef70: Waiting [2021-01-26T15:40:23.223Z] 63d7cb157983: Waiting [2021-01-26T15:40:23.223Z] b116817d02f9: Waiting [2021-01-26T15:40:23.223Z] 745a02a5169b: Waiting [2021-01-26T15:40:23.223Z] 18c013af1878: Verifying Checksum [2021-01-26T15:40:23.223Z] 18c013af1878: Download complete [2021-01-26T15:40:23.223Z] a4357932f1b6: Verifying Checksum [2021-01-26T15:40:23.223Z] a4357932f1b6: Download complete [2021-01-26T15:40:23.223Z] 63d7cb157983: Verifying Checksum [2021-01-26T15:40:23.223Z] 63d7cb157983: Download complete [2021-01-26T15:40:23.223Z] b116817d02f9: Verifying Checksum [2021-01-26T15:40:23.223Z] b116817d02f9: Download complete [2021-01-26T15:40:23.821Z] 5f621e34cdf4: Verifying Checksum [2021-01-26T15:40:23.821Z] 5f621e34cdf4: Download complete [2021-01-26T15:40:24.428Z] 5f621e34cdf4: Pull complete [2021-01-26T15:40:25.032Z] a4357932f1b6: Pull complete [2021-01-26T15:40:25.636Z] 18c013af1878: Pull complete [2021-01-26T15:40:25.919Z] 745a02a5169b: Verifying Checksum [2021-01-26T15:40:25.919Z] 745a02a5169b: Download complete [2021-01-26T15:40:27.358Z] 00ac8860ef70: Verifying Checksum [2021-01-26T15:40:27.358Z] 00ac8860ef70: Download complete [2021-01-26T15:40:28.447Z] Running on prd-centos7-docker-4c-2g-22844 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-01-26T15:40:28.506Z] Running in /w/workspace/go-mod-bootstrap/80 [Pipeline] { [Pipeline] checkout [2021-01-26T15:40:30.833Z] using credential edgex-jenkins-ssh [2021-01-26T15:40:30.906Z] Cloning the remote Git repository [2021-01-26T15:40:30.924Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-26T15:40:30.991Z] > git init /w/workspace/go-mod-bootstrap/80 # timeout=10 [2021-01-26T15:40:31.045Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-26T15:40:31.045Z] > git --version # timeout=10 [2021-01-26T15:40:31.051Z] > git --version # 'git version 2.24.3' [2021-01-26T15:40:31.051Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:40:31.093Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:40:31.794Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-26T15:40:31.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:40:31.812Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-26T15:40:31.832Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-26T15:40:31.833Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:40:31.838Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T15:40:32.233Z] Checking out Revision 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b (master) [2021-01-26T15:40:32.241Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:40:32.246Z] > git checkout -f 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b # timeout=10 [2021-01-26T15:40:35.858Z] Commit message: "feat(v2): Create Helper functions to retrieve client library instances through DIC (#158)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:40:37.130Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:40:37.458Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:40:37.535Z] 00ac8860ef70: Pull complete [2021-01-26T15:40:37.535Z] 63d7cb157983: Pull complete [2021-01-26T15:40:37.535Z] b116817d02f9: Pull complete [2021-01-26T15:40:37.755Z] + sudo service docker restart [2021-01-26T15:40:37.755Z] + true [2021-01-26T15:40:37.755Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-26T15:40:38.826Z] ========================================================= [2021-01-26T15:40:38.826Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T15:40:38.826Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:40:39.187Z] + 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 . [2021-01-26T15:40:39.764Z] Sending build context to Docker daemon 669.2kB [2021-01-26T15:40:39.764Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-26T15:40:39.764Z] Step 2/8 : FROM ${BASE} [2021-01-26T15:40:39.764Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T15:40:39.764Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T15:40:39.764Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T15:40:39.764Z] de9db76c5a1d: Pulling fs layer [2021-01-26T15:40:39.764Z] bca2f99d35d6: Pulling fs layer [2021-01-26T15:40:39.764Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T15:40:39.764Z] 7c6f9722023f: Pulling fs layer [2021-01-26T15:40:39.764Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T15:40:39.764Z] 93359f2a8cfa: Waiting [2021-01-26T15:40:39.764Z] 7c6f9722023f: Waiting [2021-01-26T15:40:39.764Z] a35cf1a2eb13: Waiting [2021-01-26T15:40:39.764Z] bca2f99d35d6: Waiting [2021-01-26T15:40:39.764Z] de9db76c5a1d: Verifying Checksum [2021-01-26T15:40:39.764Z] de9db76c5a1d: Download complete [2021-01-26T15:40:39.764Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T15:40:39.764Z] 0ef7d3d256c8: Download complete [2021-01-26T15:40:39.764Z] 93359f2a8cfa: Verifying Checksum [2021-01-26T15:40:39.764Z] 93359f2a8cfa: Download complete [2021-01-26T15:40:39.764Z] 7c6f9722023f: Verifying Checksum [2021-01-26T15:40:39.764Z] 7c6f9722023f: Download complete [2021-01-26T15:40:39.764Z] 188c0c94c7c5: Verifying Checksum [2021-01-26T15:40:39.764Z] 188c0c94c7c5: Download complete [2021-01-26T15:40:40.031Z] 188c0c94c7c5: Pull complete [2021-01-26T15:40:40.293Z] 0ef7d3d256c8: Pull complete [2021-01-26T15:40:40.293Z] de9db76c5a1d: Pull complete [2021-01-26T15:40:40.939Z] 745a02a5169b: Pull complete [2021-01-26T15:40:40.939Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T15:40:40.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T15:40:40.939Z] ---> b7e6874047d6 [2021-01-26T15:40:40.939Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T15:40:41.268Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T15:40:41.268Z] a35cf1a2eb13: Download complete [2021-01-26T15:40:42.234Z] bca2f99d35d6: Verifying Checksum [2021-01-26T15:40:42.234Z] bca2f99d35d6: Download complete [2021-01-26T15:40:44.340Z] ---> Running in 8f75a1eb1312 [2021-01-26T15:40:44.340Z] Removing intermediate container 8f75a1eb1312 [2021-01-26T15:40:44.340Z] ---> 71f8d821c0c4 [2021-01-26T15:40:44.340Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T15:40:44.340Z] ---> Running in d5108cb68463 [2021-01-26T15:40:46.324Z] Removing intermediate container d5108cb68463 [2021-01-26T15:40:46.324Z] ---> ae24d5493b83 [2021-01-26T15:40:46.324Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-01-26T15:40:46.601Z] ---> Running in e641bfe6f8e4 [2021-01-26T15:40:47.590Z] bca2f99d35d6: Pull complete [2021-01-26T15:40:47.590Z] 93359f2a8cfa: Pull complete [2021-01-26T15:40:47.590Z] 7c6f9722023f: Pull complete [2021-01-26T15:40:47.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T15:40:48.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T15:40:49.180Z] OK: 142 MiB in 39 packages [2021-01-26T15:40:50.166Z] Removing intermediate container e641bfe6f8e4 [2021-01-26T15:40:50.166Z] ---> 7df841e07254 [2021-01-26T15:40:50.166Z] Step 6/8 : WORKDIR /build [2021-01-26T15:40:50.166Z] ---> Running in 18e2605cc18c [2021-01-26T15:40:50.764Z] Removing intermediate container 18e2605cc18c [2021-01-26T15:40:50.764Z] ---> c03c214eaa27 [2021-01-26T15:40:50.764Z] Step 7/8 : COPY go.mod . [2021-01-26T15:40:51.363Z] ---> 0ff441e7b406 [2021-01-26T15:40:51.363Z] Step 8/8 : RUN go mod download [2021-01-26T15:40:51.636Z] ---> Running in 6808b8f9067d [2021-01-26T15:40:55.777Z] a35cf1a2eb13: Pull complete [2021-01-26T15:40:56.041Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T15:40:56.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T15:40:56.041Z] ---> a62c8e92a672 [2021-01-26T15:40:56.041Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T15:40:56.303Z] ---> Running in 7c0a6981a404 [2021-01-26T15:40:56.303Z] Removing intermediate container 7c0a6981a404 [2021-01-26T15:40:56.303Z] ---> 4389336aa0ac [2021-01-26T15:40:56.303Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T15:40:56.567Z] ---> Running in 3460c69de550 [2021-01-26T15:40:57.514Z] Removing intermediate container 3460c69de550 [2021-01-26T15:40:57.514Z] ---> 4bc7fa55814a [2021-01-26T15:40:57.514Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-01-26T15:40:57.514Z] ---> Running in 69d61bff9737 [2021-01-26T15:40:58.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T15:40:59.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T15:41:00.385Z] OK: 166 MiB in 39 packages [2021-01-26T15:41:00.962Z] Removing intermediate container 69d61bff9737 [2021-01-26T15:41:00.962Z] ---> e84a9ea9b5b3 [2021-01-26T15:41:00.962Z] Step 6/8 : WORKDIR /build [2021-01-26T15:41:00.962Z] ---> Running in 775e02a465c4 [2021-01-26T15:41:01.226Z] Removing intermediate container 775e02a465c4 [2021-01-26T15:41:01.226Z] ---> 6c2f2fb4c6d7 [2021-01-26T15:41:01.226Z] Step 7/8 : COPY go.mod . [2021-01-26T15:41:01.496Z] ---> 83f3647b265b [2021-01-26T15:41:01.496Z] Step 8/8 : RUN go mod download [2021-01-26T15:41:01.496Z] ---> Running in 142bb830d8bc [2021-01-26T15:41:13.818Z] Removing intermediate container 6808b8f9067d [2021-01-26T15:41:13.818Z] ---> 4e1a4365d2df [2021-01-26T15:41:13.818Z] Successfully built 4e1a4365d2df [2021-01-26T15:41:13.818Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:41:14.167Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T15:41:14.167Z] . [Pipeline] withDockerContainer [2021-01-26T15:41:14.411Z] prd-ubuntu18.04-docker-arm64-4c-16g-22843 does not seem to be running inside a container [2021-01-26T15:41:14.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/80 -v /w/workspace/go-mod-bootstrap/80:/w/workspace/go-mod-bootstrap/80:rw,z -v /w/workspace/go-mod-bootstrap/80@tmp:/w/workspace/go-mod-bootstrap/80@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-26T15:41:15.948Z] $ docker top e93b69fc0544086a37bb0de73cadab558090b67a1bc965e02dfd2a22de56b059 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:41:16.974Z] + go version [2021-01-26T15:41:16.974Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T15:41:16.999Z] $ docker stop --time=1 e93b69fc0544086a37bb0de73cadab558090b67a1bc965e02dfd2a22de56b059 [2021-01-26T15:41:18.877Z] $ docker rm -f e93b69fc0544086a37bb0de73cadab558090b67a1bc965e02dfd2a22de56b059 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:41:19.675Z] Removing intermediate container 142bb830d8bc [2021-01-26T15:41:19.675Z] ---> 24c9376369e1 [2021-01-26T15:41:19.675Z] Successfully built 24c9376369e1 [2021-01-26T15:41:19.675Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:41:19.850Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T15:41:19.850Z] . [Pipeline] withDockerContainer [2021-01-26T15:41:19.993Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T15:41:19.993Z] . [2021-01-26T15:41:20.118Z] prd-ubuntu18.04-docker-arm64-4c-16g-22843 does not seem to be running inside a container [2021-01-26T15:41:20.208Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/80 -v /w/workspace/go-mod-bootstrap/80:/w/workspace/go-mod-bootstrap/80:rw,z -v /w/workspace/go-mod-bootstrap/80@tmp:/w/workspace/go-mod-bootstrap/80@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-26T15:41:21.670Z] $ docker top 0883e7d8454286b165bd206860efa3308744d317bd5596627c2d3845341841f9 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-26T15:41:22.234Z] prd-centos7-docker-4c-2g-22844 does not seem to be running inside a container [2021-01-26T15:41:22.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/80 -v /w/workspace/go-mod-bootstrap/80:/w/workspace/go-mod-bootstrap/80:rw,z -v /w/workspace/go-mod-bootstrap/80@tmp:/w/workspace/go-mod-bootstrap/80@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T15:41:23.308Z] $ docker top e4b61c14568f5b087346f45185a80e60924c3fa5d99a540ae2e8d7d6d4303d2c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-26T15:41:23.976Z] + go version [2021-01-26T15:41:23.976Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T15:41:23.993Z] $ docker stop --time=1 e4b61c14568f5b087346f45185a80e60924c3fa5d99a540ae2e8d7d6d4303d2c [2021-01-26T15:41:24.220Z] + make test [2021-01-26T15:41:24.220Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T15:41:25.368Z] $ docker rm -f e4b61c14568f5b087346f45185a80e60924c3fa5d99a540ae2e8d7d6d4303d2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:41:26.161Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T15:41:26.161Z] . [Pipeline] withDockerContainer [2021-01-26T15:41:26.256Z] prd-centos7-docker-4c-2g-22844 does not seem to be running inside a container [2021-01-26T15:41:26.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/80 -v /w/workspace/go-mod-bootstrap/80:/w/workspace/go-mod-bootstrap/80:rw,z -v /w/workspace/go-mod-bootstrap/80@tmp:/w/workspace/go-mod-bootstrap/80@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T15:41:26.925Z] $ docker top e6b5d43e9eb3a8f7bcc423c3507208878eaea612d3f9f742fc1e0510eabdda0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:41:27.396Z] + make test [2021-01-26T15:41:27.397Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T15:41:37.497Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-01-26T15:41:37.497Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.017s coverage: 9.0% of statements [2021-01-26T15:41:37.497Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-01-26T15:41:37.497Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.014s coverage: 92.2% of statements [2021-01-26T15:41:37.497Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.065s coverage: 85.3% of statements [2021-01-26T15:41:37.497Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.017s coverage: 34.3% of statements [2021-01-26T15:41:37.497Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-01-26T15:41:37.497Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-01-26T15:41:37.497Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.009s coverage: 18.2% of statements [2021-01-26T15:41:40.838Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.010s coverage: 95.3% of statements [2021-01-26T15:41:40.838Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-01-26T15:41:40.838Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-01-26T15:41:40.838Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.015s coverage: 91.3% of statements [2021-01-26T15:41:40.838Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-01-26T15:41:40.838Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T15:41:42.785Z] gofmt -l . [2021-01-26T15:41:42.785Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T15:41:42.801Z] $ docker stop --time=1 e6b5d43e9eb3a8f7bcc423c3507208878eaea612d3f9f742fc1e0510eabdda0b [2021-01-26T15:41:45.097Z] $ docker rm -f e6b5d43e9eb3a8f7bcc423c3507208878eaea612d3f9f742fc1e0510eabdda0b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:41:45.729Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T15:41:46.048Z] 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] } [2021-01-26T15:41:56.602Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-01-26T15:41:56.602Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.047s coverage: 9.0% of statements [2021-01-26T15:41:56.602Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-01-26T15:41:56.602Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.043s coverage: 92.2% of statements [2021-01-26T15:41:56.602Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.061s coverage: 85.3% of statements [2021-01-26T15:41:57.207Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.025s coverage: 34.3% of statements [2021-01-26T15:41:57.207Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-01-26T15:41:57.207Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-01-26T15:41:57.207Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.018s coverage: 18.2% of statements [2021-01-26T15:42:01.509Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.030s coverage: 95.3% of statements [2021-01-26T15:42:01.509Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-01-26T15:42:01.509Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-01-26T15:42:01.509Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.045s coverage: 91.3% of statements [2021-01-26T15:42:01.509Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-01-26T15:42:01.509Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T15:42:06.962Z] gofmt -l . [2021-01-26T15:42:07.242Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T15:42:07.270Z] $ docker stop --time=1 0883e7d8454286b165bd206860efa3308744d317bd5596627c2d3845341841f9 [2021-01-26T15:42:09.551Z] $ docker rm -f 0883e7d8454286b165bd206860efa3308744d317bd5596627c2d3845341841f9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:42:10.376Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T15:42:10.397Z] Warning: overwriting stash ‘coverage-report’ [2021-01-26T15:42:11.152Z] 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 [2021-01-26T15:42:12.746Z] provisioning config files... [2021-01-26T15:42:12.768Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6411749428446804094tmp [Pipeline] { [Pipeline] sh [2021-01-26T15:42:13.171Z] + set +x [2021-01-26T15:42:13.171Z] + curl -s https://codecov.io/bash [2021-01-26T15:42:13.171Z] + bash -s -- [2021-01-26T15:42:13.435Z] [2021-01-26T15:42:13.435Z] _____ _ [2021-01-26T15:42:13.435Z] / ____| | | [2021-01-26T15:42:13.435Z] | | ___ __| | ___ ___ _____ __ [2021-01-26T15:42:13.435Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-26T15:42:13.435Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-26T15:42:13.435Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-26T15:42:13.435Z] Bash-20210115-cec3c92 [2021-01-26T15:42:13.435Z] [2021-01-26T15:42:13.435Z] [2021-01-26T15:42:13.435Z] ==> git version 2.24.3 found [2021-01-26T15:42:13.435Z] ==> 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 [2021-01-26T15:42:13.435Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-26T15:42:13.435Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-26T15:42:13.435Z] ==> Jenkins CI detected. [2021-01-26T15:42:13.435Z] project root: . [2021-01-26T15:42:13.435Z] --> token set from env [2021-01-26T15:42:13.435Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-26T15:42:13.435Z] ==> Running gcov in . (disable via -X gcov) [2021-01-26T15:42:13.435Z] ==> Python coveragepy not found [2021-01-26T15:42:13.435Z] ==> Searching for coverage reports in: [2021-01-26T15:42:13.435Z] + . [2021-01-26T15:42:13.435Z] -> Found 1 reports [2021-01-26T15:42:13.435Z] ==> Detecting git/mercurial file structure [2021-01-26T15:42:13.435Z] ==> Reading reports [2021-01-26T15:42:13.435Z] + ./coverage.out bytes=26895 [2021-01-26T15:42:13.435Z] ==> Appending adjustments [2021-01-26T15:42:13.435Z] https://docs.codecov.io/docs/fixing-reports [2021-01-26T15:42:13.698Z] + Found adjustments [2021-01-26T15:42:13.698Z] ==> Gzipping contents [2021-01-26T15:42:13.698Z] 8.0K /tmp/codecov.WObpk7.gz [2021-01-26T15:42:13.698Z] ==> Uploading reports [2021-01-26T15:42:13.698Z] url: https://codecov.io [2021-01-26T15:42:13.698Z] query: branch=master&commit=3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T15:42:13.698Z] -> Pinging Codecov [2021-01-26T15:42:13.698Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T15:42:14.276Z] -> Uploading to [2021-01-26T15:42:14.276Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-26/833815588EE85121546D348822E98E2E/3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b/1e4de3e8-8fa3-48a8-a193-b0897895fb2c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T154213Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6991021750521ce0268979df15cba44dc2710ad1ffce642274cd2aac69da1c29 [2021-01-26T15:42:14.276Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T15:42:14.276Z] Dload Upload Total Spent Left Speed [2021-01-26T15:42:14.540Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5083 0 0 100 5083 0 13006 --:--:-- --:--:-- --:--:-- 13033 [2021-01-26T15:42:14.540Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b [Pipeline] } [2021-01-26T15:42:14.551Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-26T15:42:15.439Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-26T15:42:15.496Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:42:15.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T15:42:15.834Z] [2021-01-26T15:42:15.834Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:42:16.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T15:42:16.188Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-26T15:42:16.188Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T15:42:16.188Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T15:42:16.188Z] de9db76c5a1d: Pulling fs layer [2021-01-26T15:42:16.188Z] 0eba1c9be4d2: Pulling fs layer [2021-01-26T15:42:16.188Z] 0d57e429df01: Pulling fs layer [2021-01-26T15:42:16.188Z] 4e4be7b47b0d: Pulling fs layer [2021-01-26T15:42:16.188Z] e1f770b5df2f: Pulling fs layer [2021-01-26T15:42:16.188Z] 85a0685a4137: Pulling fs layer [2021-01-26T15:42:16.188Z] 0d57e429df01: Waiting [2021-01-26T15:42:16.188Z] 4e4be7b47b0d: Waiting [2021-01-26T15:42:16.188Z] e1f770b5df2f: Waiting [2021-01-26T15:42:16.188Z] 85a0685a4137: Waiting [2021-01-26T15:42:16.188Z] 0eba1c9be4d2: Waiting [2021-01-26T15:42:16.188Z] de9db76c5a1d: Verifying Checksum [2021-01-26T15:42:16.188Z] de9db76c5a1d: Download complete [2021-01-26T15:42:16.188Z] 0ef7d3d256c8: Download complete [2021-01-26T15:42:16.188Z] 0d57e429df01: Verifying Checksum [2021-01-26T15:42:16.188Z] 0d57e429df01: Download complete [2021-01-26T15:42:16.188Z] 4e4be7b47b0d: Verifying Checksum [2021-01-26T15:42:16.188Z] 4e4be7b47b0d: Download complete [2021-01-26T15:42:16.450Z] 188c0c94c7c5: Download complete [2021-01-26T15:42:16.712Z] 188c0c94c7c5: Pull complete [2021-01-26T15:42:16.975Z] 0ef7d3d256c8: Pull complete [2021-01-26T15:42:17.238Z] de9db76c5a1d: Pull complete [2021-01-26T15:42:17.825Z] e1f770b5df2f: Verifying Checksum [2021-01-26T15:42:17.825Z] e1f770b5df2f: Download complete [2021-01-26T15:42:20.399Z] 0eba1c9be4d2: Verifying Checksum [2021-01-26T15:42:20.399Z] 0eba1c9be4d2: Download complete [2021-01-26T15:42:20.399Z] 85a0685a4137: Verifying Checksum [2021-01-26T15:42:20.399Z] 85a0685a4137: Download complete [2021-01-26T15:42:25.732Z] 0eba1c9be4d2: Pull complete [2021-01-26T15:42:25.732Z] 0d57e429df01: Pull complete [2021-01-26T15:42:25.732Z] 4e4be7b47b0d: Pull complete [2021-01-26T15:42:31.047Z] e1f770b5df2f: Pull complete [2021-01-26T15:42:37.691Z] 85a0685a4137: Pull complete [2021-01-26T15:42:37.691Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-26T15:42:37.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T15:42:37.691Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-26T15:42:37.916Z] prd-centos7-docker-4c-2g-22840 does not seem to be running inside a container [2021-01-26T15:42:37.971Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-26T15:42:39.115Z] $ docker top e59ab776fe53b3f053aed9bf2a017e110dd45d400825e623e01d2c3e1b1719af -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T15:42:39.452Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-26T15:42:39.758Z] + set -o pipefail [2021-01-26T15:42:39.758Z] + snyk monitor '--org=edgex-jenkins' [2021-01-26T15:42:52.038Z] [2021-01-26T15:42:52.038Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-01-26T15:42:52.038Z] [2021-01-26T15:42:52.038Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/14d10e60-5706-4158-be2a-f2f2253dd4b8 [2021-01-26T15:42:52.038Z] [2021-01-26T15:42:52.038Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-26T15:42:52.038Z] [2021-01-26T15:42:52.038Z] [Pipeline] } [2021-01-26T15:42:52.055Z] $ docker stop --time=1 e59ab776fe53b3f053aed9bf2a017e110dd45d400825e623e01d2c3e1b1719af [2021-01-26T15:42:54.644Z] $ docker rm -f e59ab776fe53b3f053aed9bf2a017e110dd45d400825e623e01d2c3e1b1719af [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 [2021-01-26T15:42:56.545Z] + git log --format=format:%s -1 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:42:56.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:42:56.858Z] . [Pipeline] withDockerContainer [2021-01-26T15:42:56.964Z] prd-centos7-docker-4c-2g-22840 does not seem to be running inside a container [2021-01-26T15:42:57.015Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:42:57.790Z] $ docker top 7033c5b59deef71df7913b7513a7768371e2a365b0d5ecc396bb6852ff1906af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:42:58.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:42:58.144Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:42:58.396Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:42:58.400Z] $ docker exec 7033c5b59deef71df7913b7513a7768371e2a365b0d5ecc396bb6852ff1906af ssh-agent [2021-01-26T15:42:58.602Z] SSH_AUTH_SOCK=/tmp/ssh-5SJFiKZmNTk2/agent.11 [2021-01-26T15:42:58.602Z] SSH_AGENT_PID=16 [2021-01-26T15:42:58.609Z] Running ssh-add (command line suppressed) [2021-01-26T15:42:58.754Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4410302510823050114.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4410302510823050114.key) [2021-01-26T15:42:58.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:42:59.151Z] + git semver tag [2021-01-26T15:42:59.152Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:42:59.152Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-26T15:42:59.152Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-26T15:42:59.152Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:42:59.152Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:42:59.152Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:42:59.152Z] # $SEMVER_BRANCH = master [2021-01-26T15:42:59.152Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-01-26T15:42:59.152Z] # 3d8960100c4b6f676f3f80e0e9c31824ff6d1f0b HEAD [2021-01-26T15:42:59.416Z] # -> Force: false [2021-01-26T15:42:59.416Z] # d975df3411fc8b07fab27155b06047071303faec refs/tags/v2.0.0-dev.4 [Pipeline] } [2021-01-26T15:42:59.430Z] $ docker exec --env ******** --env ******** 7033c5b59deef71df7913b7513a7768371e2a365b0d5ecc396bb6852ff1906af ssh-agent -k [2021-01-26T15:42:59.601Z] unset SSH_AUTH_SOCK; [2021-01-26T15:42:59.601Z] unset SSH_AGENT_PID; [2021-01-26T15:42:59.601Z] echo Agent pid 16 killed; [2021-01-26T15:42:59.661Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:43:00.216Z] + git semver [Pipeline] } [2021-01-26T15:43:00.232Z] $ docker stop --time=1 7033c5b59deef71df7913b7513a7768371e2a365b0d5ecc396bb6852ff1906af [2021-01-26T15:43:01.620Z] $ docker rm -f 7033c5b59deef71df7913b7513a7768371e2a365b0d5ecc396bb6852ff1906af [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:43:02.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T15:43:02.361Z] [2021-01-26T15:43:02.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:43:02.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T15:43:02.706Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-26T15:43:02.706Z] ab5ef0e58194: Pulling fs layer [2021-01-26T15:43:02.706Z] 9712f1f96733: Pulling fs layer [2021-01-26T15:43:02.706Z] 63f879dbbcfc: Pulling fs layer [2021-01-26T15:43:02.706Z] 0d9ebad4ef96: Pulling fs layer [2021-01-26T15:43:02.706Z] e9a5061849ea: Pulling fs layer [2021-01-26T15:43:02.706Z] d747dcd14b5f: Pulling fs layer [2021-01-26T15:43:02.706Z] 2de7ff778b66: Pulling fs layer [2021-01-26T15:43:02.706Z] e9a5061849ea: Waiting [2021-01-26T15:43:02.706Z] d747dcd14b5f: Waiting [2021-01-26T15:43:02.706Z] 2de7ff778b66: Waiting [2021-01-26T15:43:02.706Z] 0d9ebad4ef96: Waiting [2021-01-26T15:43:02.706Z] 9712f1f96733: Verifying Checksum [2021-01-26T15:43:02.706Z] 9712f1f96733: Download complete [2021-01-26T15:43:04.635Z] 63f879dbbcfc: Verifying Checksum [2021-01-26T15:43:04.635Z] 63f879dbbcfc: Download complete [2021-01-26T15:43:04.635Z] e9a5061849ea: Verifying Checksum [2021-01-26T15:43:04.635Z] e9a5061849ea: Download complete [2021-01-26T15:43:04.635Z] d747dcd14b5f: Verifying Checksum [2021-01-26T15:43:04.635Z] d747dcd14b5f: Download complete [2021-01-26T15:43:04.635Z] 0d9ebad4ef96: Verifying Checksum [2021-01-26T15:43:04.635Z] 0d9ebad4ef96: Download complete [2021-01-26T15:43:04.898Z] 2de7ff778b66: Verifying Checksum [2021-01-26T15:43:04.898Z] 2de7ff778b66: Download complete [2021-01-26T15:43:05.162Z] ab5ef0e58194: Verifying Checksum [2021-01-26T15:43:05.162Z] ab5ef0e58194: Download complete [2021-01-26T15:43:09.407Z] ab5ef0e58194: Pull complete [2021-01-26T15:43:09.407Z] 9712f1f96733: Pull complete [2021-01-26T15:43:12.723Z] 63f879dbbcfc: Pull complete [2021-01-26T15:43:19.353Z] 0d9ebad4ef96: Pull complete [2021-01-26T15:43:20.751Z] e9a5061849ea: Pull complete [2021-01-26T15:43:21.016Z] d747dcd14b5f: Pull complete [2021-01-26T15:43:23.583Z] 2de7ff778b66: Pull complete [2021-01-26T15:43:23.583Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-26T15:43:23.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T15:43:23.583Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-26T15:43:23.838Z] prd-centos7-docker-4c-2g-22840 does not seem to be running inside a container [2021-01-26T15:43:25.223Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-26T15:43:29.627Z] $ docker top 57a7b9ae3f9ee52a65d061b031fb8e28eeb8e20de23dfac8f83535938f2d81c6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-26T15:43:29.844Z] provisioning config files... [2021-01-26T15:43:29.855Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2476665745542651614tmp [2021-01-26T15:43:29.875Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2851820083852618608tmp [2021-01-26T15:43:29.896Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5385506125358175604tmp [Pipeline] { [Pipeline] echo [2021-01-26T15:43:29.951Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:43:30.252Z] ---> sigul-configuration.sh [2021-01-26T15:43:30.252Z] gpg: directory `/root/.gnupg' created [2021-01-26T15:43:30.252Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-26T15:43:30.252Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-26T15:43:30.252Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-26T15:43:30.252Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-26T15:43:30.252Z] gpg: CAST5 encrypted data [2021-01-26T15:43:30.514Z] gpg: encrypted with 1 passphrase [2021-01-26T15:43:30.515Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-26T15:43:30.813Z] + mkdir /home/jenkins [2021-01-26T15:43:30.814Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-26T15:43:31.116Z] + 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 [2021-01-26T15:43:31.128Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:43:31.431Z] ---> sigul-install.sh [2021-01-26T15:43:36.749Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-26T15:43:37.052Z] + git tag --list [2021-01-26T15:43:37.052Z] v0.0.1 [2021-01-26T15:43:37.052Z] v0.0.10 [2021-01-26T15:43:37.052Z] v0.0.11 [2021-01-26T15:43:37.052Z] v0.0.12 [2021-01-26T15:43:37.052Z] v0.0.13 [2021-01-26T15:43:37.052Z] v0.0.14 [2021-01-26T15:43:37.052Z] v0.0.15 [2021-01-26T15:43:37.052Z] v0.0.16 [2021-01-26T15:43:37.052Z] v0.0.17 [2021-01-26T15:43:37.052Z] v0.0.18 [2021-01-26T15:43:37.052Z] v0.0.19 [2021-01-26T15:43:37.052Z] v0.0.2 [2021-01-26T15:43:37.052Z] v0.0.20 [2021-01-26T15:43:37.052Z] v0.0.21 [2021-01-26T15:43:37.052Z] v0.0.22 [2021-01-26T15:43:37.052Z] v0.0.23 [2021-01-26T15:43:37.052Z] v0.0.24 [2021-01-26T15:43:37.052Z] v0.0.25 [2021-01-26T15:43:37.052Z] v0.0.26 [2021-01-26T15:43:37.052Z] v0.0.27 [2021-01-26T15:43:37.052Z] v0.0.28 [2021-01-26T15:43:37.052Z] v0.0.29 [2021-01-26T15:43:37.052Z] v0.0.3 [2021-01-26T15:43:37.052Z] v0.0.30 [2021-01-26T15:43:37.052Z] v0.0.31 [2021-01-26T15:43:37.052Z] v0.0.32 [2021-01-26T15:43:37.052Z] v0.0.33 [2021-01-26T15:43:37.052Z] v0.0.34 [2021-01-26T15:43:37.052Z] v0.0.35 [2021-01-26T15:43:37.052Z] v0.0.36 [2021-01-26T15:43:37.052Z] v0.0.37 [2021-01-26T15:43:37.052Z] v0.0.38 [2021-01-26T15:43:37.052Z] v0.0.39 [2021-01-26T15:43:37.052Z] v0.0.4 [2021-01-26T15:43:37.052Z] v0.0.40 [2021-01-26T15:43:37.052Z] v0.0.41 [2021-01-26T15:43:37.052Z] v0.0.42 [2021-01-26T15:43:37.052Z] v0.0.43 [2021-01-26T15:43:37.052Z] v0.0.44 [2021-01-26T15:43:37.052Z] v0.0.45 [2021-01-26T15:43:37.052Z] v0.0.46 [2021-01-26T15:43:37.052Z] v0.0.47 [2021-01-26T15:43:37.052Z] v0.0.48 [2021-01-26T15:43:37.052Z] v0.0.49 [2021-01-26T15:43:37.052Z] v0.0.5 [2021-01-26T15:43:37.052Z] v0.0.50 [2021-01-26T15:43:37.052Z] v0.0.51 [2021-01-26T15:43:37.052Z] v0.0.52 [2021-01-26T15:43:37.052Z] v0.0.53 [2021-01-26T15:43:37.052Z] v0.0.54 [2021-01-26T15:43:37.052Z] v0.0.55 [2021-01-26T15:43:37.052Z] v0.0.56 [2021-01-26T15:43:37.052Z] v0.0.57 [2021-01-26T15:43:37.052Z] v0.0.58 [2021-01-26T15:43:37.052Z] v0.0.59 [2021-01-26T15:43:37.052Z] v0.0.6 [2021-01-26T15:43:37.052Z] v0.0.60 [2021-01-26T15:43:37.052Z] v0.0.61 [2021-01-26T15:43:37.052Z] v0.0.62 [2021-01-26T15:43:37.052Z] v0.0.63 [2021-01-26T15:43:37.052Z] v0.0.64 [2021-01-26T15:43:37.052Z] v0.0.65 [2021-01-26T15:43:37.052Z] v0.0.66 [2021-01-26T15:43:37.052Z] v0.0.67 [2021-01-26T15:43:37.052Z] v0.0.68 [2021-01-26T15:43:37.052Z] v0.0.69 [2021-01-26T15:43:37.052Z] v0.0.7 [2021-01-26T15:43:37.052Z] v0.0.70 [2021-01-26T15:43:37.052Z] v0.0.71 [2021-01-26T15:43:37.052Z] v0.0.72 [2021-01-26T15:43:37.052Z] v0.0.8 [2021-01-26T15:43:37.052Z] v0.0.9 [2021-01-26T15:43:37.052Z] v2.0.0-dev.1 [2021-01-26T15:43:37.052Z] v2.0.0-dev.2 [2021-01-26T15:43:37.052Z] v2.0.0-dev.3 [2021-01-26T15:43:37.052Z] v2.0.0-dev.4 [Pipeline] sh [2021-01-26T15:43:37.357Z] + lftools sign git-tag v2.0.0-dev.4 [2021-01-26T15:43:38.745Z] Signing Git tag with Sigul... [2021-01-26T15:43:38.745Z] Signing v2.0.0-dev.4 [Pipeline] echo [2021-01-26T15:43:39.707Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:43:40.016Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-26T15:43:40.026Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-26T15:43:40.244Z] $ docker stop --time=1 57a7b9ae3f9ee52a65d061b031fb8e28eeb8e20de23dfac8f83535938f2d81c6 [2021-01-26T15:43:42.330Z] $ docker rm -f 57a7b9ae3f9ee52a65d061b031fb8e28eeb8e20de23dfac8f83535938f2d81c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:43:43.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:43:43.300Z] . [Pipeline] withDockerContainer [2021-01-26T15:43:43.414Z] prd-centos7-docker-4c-2g-22840 does not seem to be running inside a container [2021-01-26T15:43:43.476Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:43:44.259Z] $ docker top 67d85e448e3f335ab0025d843bf9d83cd349fc412979481bdf8fa82acca5038d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:43:44.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:43:44.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:43:44.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:43:44.833Z] $ docker exec 67d85e448e3f335ab0025d843bf9d83cd349fc412979481bdf8fa82acca5038d ssh-agent [2021-01-26T15:43:45.052Z] SSH_AUTH_SOCK=/tmp/ssh-3OGw82GO07Cq/agent.11 [2021-01-26T15:43:45.052Z] SSH_AGENT_PID=16 [2021-01-26T15:43:45.060Z] Running ssh-add (command line suppressed) [2021-01-26T15:43:45.197Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1015071895983306506.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1015071895983306506.key) [2021-01-26T15:43:45.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:43:45.595Z] + git semver bump pre [2021-01-26T15:43:45.595Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:43:45.595Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-26T15:43:45.595Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-26T15:43:45.595Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:43:45.595Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:43:45.595Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:43:45.595Z] # $SEMVER_BRANCH = master [2021-01-26T15:43:45.595Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-01-26T15:43:45.595Z] 2.0.0-dev.5 [Pipeline] } [2021-01-26T15:43:45.608Z] $ docker exec --env ******** --env ******** 67d85e448e3f335ab0025d843bf9d83cd349fc412979481bdf8fa82acca5038d ssh-agent -k [2021-01-26T15:43:45.737Z] unset SSH_AUTH_SOCK; [2021-01-26T15:43:45.737Z] unset SSH_AGENT_PID; [2021-01-26T15:43:45.737Z] echo Agent pid 16 killed; [2021-01-26T15:43:45.795Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:43:46.259Z] + git semver [Pipeline] } [2021-01-26T15:43:46.275Z] $ docker stop --time=1 67d85e448e3f335ab0025d843bf9d83cd349fc412979481bdf8fa82acca5038d [2021-01-26T15:43:47.648Z] $ docker rm -f 67d85e448e3f335ab0025d843bf9d83cd349fc412979481bdf8fa82acca5038d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:43:48.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:43:48.209Z] . [Pipeline] withDockerContainer [2021-01-26T15:43:48.323Z] prd-centos7-docker-4c-2g-22840 does not seem to be running inside a container [2021-01-26T15:43:48.376Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:43:49.085Z] $ docker top d5f162dd946ce737e4c38d598eb6c7975dcfc565341f7d21c30b2009af52959b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:43:49.399Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:43:49.399Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:43:49.613Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:43:49.617Z] $ docker exec d5f162dd946ce737e4c38d598eb6c7975dcfc565341f7d21c30b2009af52959b ssh-agent [2021-01-26T15:43:49.892Z] SSH_AUTH_SOCK=/tmp/ssh-a3d1YFDOWjXq/agent.11 [2021-01-26T15:43:49.892Z] SSH_AGENT_PID=17 [2021-01-26T15:43:49.899Z] Running ssh-add (command line suppressed) [2021-01-26T15:43:50.029Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8085467494246473122.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8085467494246473122.key) [2021-01-26T15:43:50.092Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:43:50.459Z] + git semver push [2021-01-26T15:43:50.459Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:43:50.459Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-26T15:43:50.459Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-26T15:43:50.459Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:43:50.459Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:43:50.459Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:43:50.459Z] # $SEMVER_BRANCH = master [2021-01-26T15:43:50.459Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-01-26T15:43:57.073Z] $ docker exec --env ******** --env ******** d5f162dd946ce737e4c38d598eb6c7975dcfc565341f7d21c30b2009af52959b ssh-agent -k [2021-01-26T15:43:57.207Z] unset SSH_AUTH_SOCK; [2021-01-26T15:43:57.209Z] unset SSH_AGENT_PID; [2021-01-26T15:43:57.209Z] echo Agent pid 17 killed; [2021-01-26T15:43:57.268Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:43:57.729Z] + git semver [Pipeline] } [2021-01-26T15:43:57.745Z] $ docker stop --time=1 d5f162dd946ce737e4c38d598eb6c7975dcfc565341f7d21c30b2009af52959b [2021-01-26T15:43:59.143Z] $ docker rm -f d5f162dd946ce737e4c38d598eb6c7975dcfc565341f7d21c30b2009af52959b [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 [2021-01-26T15:44:00.580Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:44:01.163Z] ---> package-listing.sh [2021-01-26T15:44:01.163Z] ++ facter osfamily [2021-01-26T15:44:01.163Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T15:44:01.163Z] + OS_FAMILY=redhat [2021-01-26T15:44:01.163Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-26T15:44:01.163Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T15:44:01.163Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T15:44:01.163Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T15:44:01.163Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T15:44:01.163Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-01-26T15:44:01.163Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T15:44:01.163Z] + case "${OS_FAMILY}" in [2021-01-26T15:44:01.163Z] + rpm -qa [2021-01-26T15:44:01.163Z] + sort [2021-01-26T15:44:06.484Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T15:44:06.484Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T15:44:06.484Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T15:44:06.484Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-01-26T15:44:06.484Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-01-26T15:44:06.484Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2021-01-26T15:44:06.503Z] 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 [2021-01-26T15:44:06.806Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:44:07.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:44:07.116Z] [2021-01-26T15:44:07.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:44:07.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:44:07.467Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T15:44:07.467Z] df20fa9351a1: Pulling fs layer [2021-01-26T15:44:07.467Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T15:44:07.467Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T15:44:07.467Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T15:44:07.467Z] 93b61091891f: Pulling fs layer [2021-01-26T15:44:07.467Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T15:44:07.467Z] 5e14af77c1be: Pulling fs layer [2021-01-26T15:44:07.467Z] 01666e4c0597: Pulling fs layer [2021-01-26T15:44:07.467Z] aa168da1d23b: Pulling fs layer [2021-01-26T15:44:07.467Z] 93b9cdb0e59b: Waiting [2021-01-26T15:44:07.467Z] 46f8f816bc3b: Waiting [2021-01-26T15:44:07.467Z] 5e14af77c1be: Waiting [2021-01-26T15:44:07.467Z] 01666e4c0597: Waiting [2021-01-26T15:44:07.467Z] aa168da1d23b: Waiting [2021-01-26T15:44:07.467Z] 93b61091891f: Waiting [2021-01-26T15:44:07.467Z] 36b3adc4ff6f: Verifying Checksum [2021-01-26T15:44:07.467Z] 36b3adc4ff6f: Download complete [2021-01-26T15:44:07.467Z] 46f8f816bc3b: Download complete [2021-01-26T15:44:07.730Z] df20fa9351a1: Download complete [2021-01-26T15:44:07.730Z] 93b9cdb0e59b: Download complete [2021-01-26T15:44:07.730Z] 93b61091891f: Download complete [2021-01-26T15:44:07.730Z] 5e14af77c1be: Verifying Checksum [2021-01-26T15:44:07.730Z] 5e14af77c1be: Download complete [2021-01-26T15:44:07.730Z] 01666e4c0597: Verifying Checksum [2021-01-26T15:44:07.730Z] 01666e4c0597: Download complete [2021-01-26T15:44:07.994Z] df20fa9351a1: Pull complete [2021-01-26T15:44:08.263Z] 8ad3a11d3b57: Download complete [2021-01-26T15:44:08.263Z] 36b3adc4ff6f: Pull complete [2021-01-26T15:44:10.205Z] 8ad3a11d3b57: Pull complete [2021-01-26T15:44:10.205Z] aa168da1d23b: Verifying Checksum [2021-01-26T15:44:10.205Z] aa168da1d23b: Download complete [2021-01-26T15:44:10.205Z] 46f8f816bc3b: Pull complete [2021-01-26T15:44:10.468Z] 93b61091891f: Pull complete [2021-01-26T15:44:10.732Z] 93b9cdb0e59b: Pull complete [2021-01-26T15:44:10.732Z] 5e14af77c1be: Pull complete [2021-01-26T15:44:11.001Z] 01666e4c0597: Pull complete [2021-01-26T15:44:19.329Z] aa168da1d23b: Pull complete [2021-01-26T15:44:19.329Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T15:44:19.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:44:19.329Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T15:44:19.510Z] prd-centos7-docker-4c-2g-22840 does not seem to be running inside a container [2021-01-26T15:44:19.562Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-26T15:44:22.186Z] $ docker top acac28cb4e132e55a3de837870034c5060bc3f49475a15ade88518a2d4ac4b60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:44:22.792Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T15:44:23.096Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T15:44:23.398Z] + ls /var/log/sa-host [2021-01-26T15:44:23.398Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T15:44:23.398Z] file_magic: OK [2021-01-26T15:44:23.398Z] HZ: Using current value: 100 [2021-01-26T15:44:23.398Z] file_header: OK [2021-01-26T15:44:23.398Z] 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 [2021-01-26T15:44:23.398Z] Statistics: [2021-01-26T15:44:23.398Z] Hnuu...uuuununununu... [2021-01-26T15:44:23.398Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T15:44:23.398Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T15:44:23.398Z] file_magic: OK [2021-01-26T15:44:23.398Z] HZ: Using current value: 100 [2021-01-26T15:44:23.398Z] file_header: OK [2021-01-26T15:44:23.398Z] 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 [2021-01-26T15:44:23.398Z] Statistics: [2021-01-26T15:44:23.398Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-26T15:44:23.398Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T15:44:23.630Z] provisioning config files... [2021-01-26T15:44:23.647Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7172419829037614022tmp [Pipeline] { [Pipeline] echo [2021-01-26T15:44:23.722Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:44:24.021Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T15:44:24.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T15:44:24.119Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:44:24.417Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T15:44:24.427Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:44:24.726Z] ---> sudo-logs.sh [2021-01-26T15:44:24.726Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T15:44:24.737Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:44:25.035Z] ---> job-cost.sh [2021-01-26T15:44:25.035Z] lf-activate-venv: SKIPPING [2021-01-26T15:44:25.035Z] INFO: No Stack... [2021-01-26T15:44:25.983Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T15:44:26.245Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T15:44:26.260Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:44:26.557Z] ---> logs-deploy.sh [2021-01-26T15:44:26.557Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/80 [2021-01-26T15:44:26.557Z] INFO: archiving workspace using pattern(s): [2021-01-26T15:44:28.478Z] Archives upload complete. [2021-01-26T15:44:28.478Z] INFO: archiving logs to Nexus [2021-01-26T15:44:29.427Z] ---> uname -a: [2021-01-26T15:44:29.427Z] Linux prd-centos7-docker-4c-2g-22840.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-26T15:44:29.427Z] [2021-01-26T15:44:29.427Z] [2021-01-26T15:44:29.427Z] ---> lscpu: [2021-01-26T15:44:29.427Z] Architecture: x86_64 [2021-01-26T15:44:29.427Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-26T15:44:29.427Z] Byte Order: Little Endian [2021-01-26T15:44:29.427Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-26T15:44:29.427Z] CPU(s): 4 [2021-01-26T15:44:29.428Z] On-line CPU(s) list: 0-3 [2021-01-26T15:44:29.428Z] Thread(s) per core: 1 [2021-01-26T15:44:29.428Z] Core(s) per socket: 1 [2021-01-26T15:44:29.428Z] Socket(s): 4 [2021-01-26T15:44:29.428Z] NUMA node(s): 1 [2021-01-26T15:44:29.428Z] Vendor ID: GenuineIntel [2021-01-26T15:44:29.428Z] CPU family: 6 [2021-01-26T15:44:29.428Z] Model: 44 [2021-01-26T15:44:29.428Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-26T15:44:29.428Z] Stepping: 1 [2021-01-26T15:44:29.428Z] CPU MHz: 2933.436 [2021-01-26T15:44:29.428Z] BogoMIPS: 5866.87 [2021-01-26T15:44:29.428Z] Virtualization: VT-x [2021-01-26T15:44:29.428Z] Hypervisor vendor: KVM [2021-01-26T15:44:29.428Z] Virtualization type: full [2021-01-26T15:44:29.428Z] L1d cache: 128 KiB [2021-01-26T15:44:29.428Z] L1i cache: 128 KiB [2021-01-26T15:44:29.428Z] L2 cache: 16 MiB [2021-01-26T15:44:29.428Z] L3 cache: 64 MiB [2021-01-26T15:44:29.428Z] NUMA node0 CPU(s): 0-3 [2021-01-26T15:44:29.428Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-26T15:44:29.428Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-26T15:44:29.428Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-26T15:44:29.428Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-26T15:44:29.428Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-26T15:44:29.428Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-26T15:44:29.428Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-26T15:44:29.428Z] Vulnerability Srbds: Not affected [2021-01-26T15:44:29.428Z] Vulnerability Tsx async abort: Not affected [2021-01-26T15:44:29.428Z] 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 [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] ---> nproc: [2021-01-26T15:44:29.428Z] 4 [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] ---> df -h: [2021-01-26T15:44:29.428Z] Filesystem Size Used Available Use% Mounted on [2021-01-26T15:44:29.428Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-26T15:44:29.428Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-26T15:44:29.428Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-26T15:44:29.428Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-26T15:44:29.428Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] ---> free -m: [2021-01-26T15:44:29.428Z] total used free shared buff/cache available [2021-01-26T15:44:29.428Z] Mem: 1837 821 141 0 875 951 [2021-01-26T15:44:29.428Z] Swap: 1023 2 1021 [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] ---> ip addr: [2021-01-26T15:44:29.428Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-26T15:44:29.428Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-26T15:44:29.428Z] inet 127.0.0.1/8 scope host lo [2021-01-26T15:44:29.428Z] valid_lft forever preferred_lft forever [2021-01-26T15:44:29.428Z] inet6 ::1/128 scope host [2021-01-26T15:44:29.428Z] valid_lft forever preferred_lft forever [2021-01-26T15:44:29.428Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-26T15:44:29.428Z] link/ether fa:16:3e:df:d9:ad brd ff:ff:ff:ff:ff:ff [2021-01-26T15:44:29.428Z] inet 10.30.122.44/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-26T15:44:29.428Z] valid_lft 85921sec preferred_lft 85921sec [2021-01-26T15:44:29.428Z] inet6 fe80::f816:3eff:fedf:d9ad/64 scope link [2021-01-26T15:44:29.428Z] valid_lft forever preferred_lft forever [2021-01-26T15:44:29.428Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-26T15:44:29.428Z] link/ether 02:42:bf:ea:3b:b2 brd ff:ff:ff:ff:ff:ff [2021-01-26T15:44:29.428Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-26T15:44:29.428Z] valid_lft forever preferred_lft forever [2021-01-26T15:44:29.428Z] inet6 fe80::42:bfff:feea:3bb2/64 scope link [2021-01-26T15:44:29.428Z] valid_lft forever preferred_lft forever [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] ---> sar -b -r -n DEV: [2021-01-26T15:44:29.428Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] 15:36:20 LINUX RESTART (4 CPU) [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] 15:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-26T15:44:29.428Z] 15:38:01 32.41 10.57 21.85 0.00 4244.69 3024.69 0.00 [2021-01-26T15:44:29.428Z] 15:39:01 0.93 0.00 0.93 0.00 0.00 19.68 0.00 [2021-01-26T15:44:29.428Z] 15:40:01 0.27 0.00 0.27 0.00 0.00 2.93 0.00 [2021-01-26T15:44:29.428Z] 15:41:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 [2021-01-26T15:44:29.428Z] 15:42:01 0.25 0.00 0.25 0.00 0.00 3.51 0.00 [2021-01-26T15:44:29.428Z] 15:43:01 295.24 177.81 117.43 0.00 8432.27 35719.36 0.00 [2021-01-26T15:44:29.428Z] 15:44:01 217.70 76.21 141.50 0.00 4972.65 32889.43 0.00 [2021-01-26T15:44:29.428Z] Average: 78.19 37.82 40.37 0.00 2522.71 10243.00 0.00 [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] 15:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-26T15:44:29.428Z] 15:38:01 143912 0 574140 30.51 2620 1160872 1128788 38.52 397316 1139736 20 [2021-01-26T15:44:29.428Z] 15:39:01 150252 0 567792 30.18 2620 1160880 1097300 37.45 394796 1136624 12 [2021-01-26T15:44:29.428Z] 15:40:01 149784 0 568256 30.20 2620 1160884 1085992 37.06 395576 1136640 12 [2021-01-26T15:44:29.428Z] 15:41:01 149276 0 568764 30.23 2620 1160884 1086160 37.07 407208 1125840 20 [2021-01-26T15:44:29.428Z] 15:42:01 148544 0 569488 30.27 2620 1160892 1086076 37.07 406020 1128428 16 [2021-01-26T15:44:29.428Z] 15:43:01 179776 0 667884 35.50 2596 1031288 1115388 38.07 532660 916468 48 [2021-01-26T15:44:29.428Z] 15:44:01 196300 0 775364 41.21 1500 908380 1126352 38.44 588884 757348 76 [2021-01-26T15:44:29.428Z] Average: 159692 0 613098 32.58 2457 1106297 1103722 37.67 446066 1048726 29 [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] 15:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-26T15:44:29.428Z] 15:38:01 eth0 143.63 93.24 450.91 41.03 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:38:01 docker0 3.19 2.33 0.71 4.96 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:39:01 eth0 0.75 0.25 0.28 0.19 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:40:01 eth0 0.92 0.07 0.10 0.01 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:41:01 eth0 1.07 0.62 0.54 0.40 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:42:01 eth0 0.27 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:43:01 eth0 472.43 410.61 4256.91 42.62 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:43:01 docker0 31.54 32.02 2.81 156.38 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:44:01 eth0 471.63 390.98 3454.44 101.66 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] 15:44:01 docker0 21.01 30.02 1.45 202.09 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] Average: eth0 155.89 128.06 1166.81 26.58 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] Average: docker0 7.97 9.20 0.71 51.94 0.00 0.00 0.00 0.00 [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] ---> sar -P ALL: [2021-01-26T15:44:29.428Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] 15:36:20 LINUX RESTART (4 CPU) [2021-01-26T15:44:29.428Z] [2021-01-26T15:44:29.428Z] 15:37:01 CPU %user %nice %system %iowait %steal %idle [2021-01-26T15:44:29.428Z] 15:38:01 all 3.27 0.00 2.03 0.52 0.09 94.09 [2021-01-26T15:44:29.428Z] 15:38:01 0 2.97 0.00 2.49 0.17 0.08 94.29 [2021-01-26T15:44:29.428Z] 15:38:01 1 3.54 0.00 1.96 1.43 0.08 92.98 [2021-01-26T15:44:29.428Z] 15:38:01 2 3.49 0.00 1.85 0.23 0.07 94.36 [2021-01-26T15:44:29.428Z] 15:38:01 3 3.06 0.00 1.83 0.24 0.13 94.74 [2021-01-26T15:44:29.428Z] 15:39:01 all 0.15 0.00 0.06 0.00 0.01 99.78 [2021-01-26T15:44:29.428Z] 15:39:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-26T15:44:29.428Z] 15:39:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-26T15:44:29.428Z] 15:39:01 2 0.47 0.00 0.03 0.00 0.02 99.48 [2021-01-26T15:44:29.428Z] 15:39:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-26T15:44:29.428Z] 15:40:01 all 0.17 0.00 0.13 0.00 0.03 99.68 [2021-01-26T15:44:29.428Z] 15:40:01 0 0.03 0.00 0.13 0.00 0.02 99.82 [2021-01-26T15:44:29.428Z] 15:40:01 1 0.08 0.00 0.18 0.00 0.02 99.72 [2021-01-26T15:44:29.428Z] 15:40:01 2 0.48 0.00 0.10 0.00 0.05 99.37 [2021-01-26T15:44:29.428Z] 15:40:01 3 0.07 0.00 0.10 0.00 0.03 99.80 [2021-01-26T15:44:29.428Z] 15:41:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2021-01-26T15:44:29.428Z] 15:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-26T15:44:29.428Z] 15:41:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-01-26T15:44:29.428Z] 15:41:01 2 0.48 0.00 0.02 0.00 0.00 99.50 [2021-01-26T15:44:29.428Z] 15:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-26T15:44:29.428Z] 15:42:01 all 0.17 0.00 0.10 0.00 0.02 99.71 [2021-01-26T15:44:29.428Z] 15:42:01 0 0.07 0.00 0.08 0.00 0.03 99.82 [2021-01-26T15:44:29.428Z] 15:42:01 1 0.03 0.00 0.08 0.00 0.03 99.85 [2021-01-26T15:44:29.428Z] 15:42:01 2 0.57 0.00 0.12 0.00 0.00 99.32 [2021-01-26T15:44:29.428Z] 15:42:01 3 0.03 0.00 0.10 0.00 0.02 99.85 [2021-01-26T15:44:29.428Z] 15:43:01 all 10.03 0.00 7.72 2.35 0.19 79.70 [2021-01-26T15:44:29.428Z] 15:43:01 0 9.26 0.00 7.56 3.58 0.17 79.44 [2021-01-26T15:44:29.428Z] 15:43:01 1 10.64 0.00 8.79 2.00 0.17 78.40 [2021-01-26T15:44:29.428Z] 15:43:01 2 10.33 0.00 7.88 1.64 0.21 79.94 [2021-01-26T15:44:29.428Z] 15:43:01 3 9.91 0.00 6.66 2.17 0.22 81.04 [2021-01-26T15:44:29.428Z] 15:44:01 all 11.64 0.00 8.85 2.71 0.29 76.51 [2021-01-26T15:44:29.428Z] 15:44:01 0 9.65 0.00 9.53 2.46 0.24 78.11 [2021-01-26T15:44:29.428Z] 15:44:01 1 14.90 0.00 8.46 3.72 0.31 72.61 [2021-01-26T15:44:29.429Z] 15:44:01 2 10.19 0.00 8.73 1.25 0.27 79.55 [2021-01-26T15:44:29.429Z] 15:44:01 3 11.82 0.00 8.66 3.41 0.34 75.77 [2021-01-26T15:44:29.429Z] Average: all 3.60 0.00 2.66 0.78 0.09 92.88 [2021-01-26T15:44:29.429Z] Average: 0 3.10 0.00 2.79 0.87 0.08 93.16 [2021-01-26T15:44:29.429Z] Average: 1 4.11 0.00 2.75 1.00 0.09 92.04 [2021-01-26T15:44:29.429Z] Average: 2 3.66 0.00 2.63 0.44 0.09 93.18 [2021-01-26T15:44:29.429Z] Average: 3 3.50 0.00 2.45 0.81 0.11 93.12 [2021-01-26T15:44:29.429Z] [2021-01-26T15:44:29.429Z] [2021-01-26T15:44:29.429Z]