Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1241’ is offline; ‘prd-centos7-docker-4c-2g-1242’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1229’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1246 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 Commit message: "Merge pull request #92 from lenny-intel/dependabot" > git rev-list --no-walk 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T20:48:42.265Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T20:48:42.549Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T20:48:42.668Z] ========================================================= [2020-09-24T20:48:42.668Z] EdgeX Global Pipelines Version Info [2020-09-24T20:48:42.668Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:48:44.122Z] ------------------- [2020-09-24T20:48:44.122Z] stable info: [2020-09-24T20:48:44.122Z] ------------------- [2020-09-24T20:48:44.122Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T20:48:44.122Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T20:48:44.122Z] Message: update stable to v1.0.128 [2020-09-24T20:48:45.073Z] ------------------- [2020-09-24T20:48:45.073Z] experimental info: [2020-09-24T20:48:45.073Z] ------------------- [2020-09-24T20:48:45.073Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T20:48:45.073Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T20:48:45.073Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T20:48:45.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-09-24T20:48:45.482Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-09-24T20:48:45.594Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T20:48:45.693Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T20:48:45.852Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T20:48:45.936Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T20:48:46.024Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T20:48:46.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T20:48:46.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T20:48:46.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T20:48:46.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T20:48:46.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-09-24T20:48:46.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T20:48:46.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T20:48:46.780Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:48:46.870Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:48:46.958Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:48:47.057Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:48:47.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-24T20:48:47.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T20:48:47.353Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-24T20:48:47.463Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-24T20:48:47.549Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T20:48:47.645Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T20:48:47.727Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T20:48:47.815Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T20:48:47.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T20:48:47.993Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T20:48:48.088Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 [Pipeline] echo [2020-09-24T20:48:48.175Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72d6ee1 [Pipeline] echo [2020-09-24T20:48:48.278Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T20:48:50.364Z] + git log --format=format:%s -1 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 [Pipeline] echo [2020-09-24T20:48:50.434Z] GIT_COMMIT: 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62, Commit Message: Merge pull request #92 from lenny-intel/dependabot [Pipeline] echo [2020-09-24T20:48:50.492Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:48:51.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:48:51.330Z] [2020-09-24T20:48:51.330Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:48:51.697Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:48:51.697Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T20:48:51.697Z] 31603596830f: Pulling fs layer [2020-09-24T20:48:51.697Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T20:48:51.697Z] 6ca5941a6612: Pulling fs layer [2020-09-24T20:48:51.697Z] ecc8261a40a4: Pulling fs layer [2020-09-24T20:48:51.697Z] ecc8261a40a4: Waiting [2020-09-24T20:48:51.697Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T20:48:51.697Z] 2a8b12db71e7: Download complete [2020-09-24T20:48:51.966Z] 31603596830f: Verifying Checksum [2020-09-24T20:48:51.966Z] 31603596830f: Download complete [2020-09-24T20:48:52.242Z] 6ca5941a6612: Verifying Checksum [2020-09-24T20:48:52.242Z] 6ca5941a6612: Download complete [2020-09-24T20:48:52.242Z] ecc8261a40a4: Verifying Checksum [2020-09-24T20:48:52.242Z] ecc8261a40a4: Download complete [2020-09-24T20:48:52.242Z] 31603596830f: Pull complete [2020-09-24T20:48:52.242Z] 2a8b12db71e7: Pull complete [2020-09-24T20:48:53.196Z] 6ca5941a6612: Pull complete [2020-09-24T20:48:53.460Z] ecc8261a40a4: Pull complete [2020-09-24T20:48:53.460Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T20:48:53.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:48:53.460Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T20:48:53.591Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2020-09-24T20:48:53.649Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T20:48:55.829Z] $ docker top 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:48:56.141Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:48:56.141Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:48:56.357Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:48:56.363Z] $ docker exec 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent [2020-09-24T20:48:56.565Z] SSH_AUTH_SOCK=/tmp/ssh-obXzhziVSPod/agent.12 [2020-09-24T20:48:56.565Z] SSH_AGENT_PID=17 [2020-09-24T20:48:56.578Z] Running ssh-add (command line suppressed) [2020-09-24T20:48:56.723Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7065902982795575323.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7065902982795575323.key) [2020-09-24T20:48:56.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:48:57.129Z] + git describe --exact-match --tags HEAD [2020-09-24T20:48:57.129Z] fatal: no tag exactly matches '72d6ee15e01cf87b5c269754a0cc3fbb8c076f62' [Pipeline] } [2020-09-24T20:48:57.248Z] $ docker exec --env ******** --env ******** 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent -k [2020-09-24T20:48:57.400Z] unset SSH_AUTH_SOCK; [2020-09-24T20:48:57.401Z] unset SSH_AGENT_PID; [2020-09-24T20:48:57.401Z] echo Agent pid 17 killed; [2020-09-24T20:48:57.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T20:48:57.622Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T20:48:57.622Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T20:48:57.729Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:48:57.729Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:48:57.926Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:48:57.932Z] $ docker exec 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent [2020-09-24T20:48:58.104Z] SSH_AUTH_SOCK=/tmp/ssh-6HVxeILQIdMZ/agent.46 [2020-09-24T20:48:58.104Z] SSH_AGENT_PID=51 [2020-09-24T20:48:58.111Z] Running ssh-add (command line suppressed) [2020-09-24T20:48:58.236Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7893061798883155508.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7893061798883155508.key) [2020-09-24T20:48:58.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:48:58.639Z] + git semver init [2020-09-24T20:48:58.639Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:48:58.639Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-24T20:48:58.639Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-24T20:48:58.639Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:48:58.639Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:48:58.639Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:48:58.639Z] # $SEMVER_BRANCH = master [2020-09-24T20:48:58.639Z] # $SEMVER_TEMP = /tmp/semver-721229778 [2020-09-24T20:48:58.639Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-09-24T20:48:59.217Z] # '/tmp/semver-721229778' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-09-24T20:48:59.217Z] # -> Force: false [2020-09-24T20:48:59.217Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-09-24T20:48:59.233Z] $ docker exec --env ******** --env ******** 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 ssh-agent -k [2020-09-24T20:48:59.363Z] unset SSH_AUTH_SOCK; [2020-09-24T20:48:59.364Z] unset SSH_AGENT_PID; [2020-09-24T20:48:59.364Z] echo Agent pid 51 killed; [2020-09-24T20:48:59.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:48:59.933Z] + git semver [Pipeline] } [2020-09-24T20:48:59.957Z] $ docker stop --time=1 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 [2020-09-24T20:49:01.447Z] $ docker rm -f 80629d7a33c30a966214d52f40fd628e7a72f8d66d59af44f772bc0fc079ba07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T20:49:02.771Z] Stashed 48 file(s) [Pipeline] echo [2020-09-24T20:49:02.773Z] [edgeXSemver]: initialized semver on version 0.0.40 [Pipeline] echo [2020-09-24T20:49:02.907Z] Archived original version: [0.0.40] [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 [2020-09-24T20:49:18.393Z] Still waiting to schedule task [2020-09-24T20:49:18.393Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-24T20:49:18.399Z] Still waiting to schedule task [2020-09-24T20:49:18.399Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1229’ [2020-09-24T20:50:18.870Z] Running on prd-centos7-docker-4c-2g-1251 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-09-24T20:50:18.924Z] Running in /w/workspace/go-mod-bootstrap/42 [Pipeline] { [Pipeline] checkout [2020-09-24T20:50:22.588Z] using credential edgex-jenkins-ssh [2020-09-24T20:50:22.642Z] Cloning the remote Git repository [2020-09-24T20:50:22.698Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:50:22.774Z] > git init /w/workspace/go-mod-bootstrap/42 # timeout=10 [2020-09-24T20:50:22.846Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:50:22.847Z] > git --version # timeout=10 [2020-09-24T20:50:22.852Z] > git --version # 'git version 2.16.5' [2020-09-24T20:50:22.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:50:22.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:50:23.750Z] Checking out Revision 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (master) [2020-09-24T20:50:23.360Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:50:23.378Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:50:23.400Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:50:23.419Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:50:23.420Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:50:23.425Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T20:50:23.763Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:50:23.772Z] > git checkout -f 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 [2020-09-24T20:50:27.428Z] Commit message: "Merge pull request #92 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T20:50:28.170Z] ========================================================= [2020-09-24T20:50:28.170Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T20:50:28.170Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:50:28.936Z] + 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 . [2020-09-24T20:50:29.520Z] Sending build context to Docker daemon 724kB [2020-09-24T20:50:29.520Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T20:50:29.520Z] Step 2/8 : FROM ${BASE} [2020-09-24T20:50:29.791Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T20:50:29.791Z] df20fa9351a1: Pulling fs layer [2020-09-24T20:50:29.791Z] ed8968b2872e: Pulling fs layer [2020-09-24T20:50:29.791Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T20:50:29.791Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T20:50:29.791Z] e73272ec9a57: Pulling fs layer [2020-09-24T20:50:29.791Z] 1e910a182e73: Pulling fs layer [2020-09-24T20:50:29.791Z] 4e634b169226: Pulling fs layer [2020-09-24T20:50:29.791Z] e73272ec9a57: Waiting [2020-09-24T20:50:29.791Z] 1e910a182e73: Waiting [2020-09-24T20:50:29.791Z] 4e634b169226: Waiting [2020-09-24T20:50:29.791Z] e871e8e8d7a9: Waiting [2020-09-24T20:50:29.791Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T20:50:29.791Z] a92cc7c5fd73: Download complete [2020-09-24T20:50:29.791Z] ed8968b2872e: Download complete [2020-09-24T20:50:29.791Z] e73272ec9a57: Verifying Checksum [2020-09-24T20:50:29.791Z] e73272ec9a57: Download complete [2020-09-24T20:50:29.791Z] 1e910a182e73: Verifying Checksum [2020-09-24T20:50:29.791Z] 1e910a182e73: Download complete [2020-09-24T20:50:29.791Z] df20fa9351a1: Verifying Checksum [2020-09-24T20:50:29.791Z] df20fa9351a1: Download complete [2020-09-24T20:50:30.080Z] df20fa9351a1: Pull complete [2020-09-24T20:50:30.346Z] ed8968b2872e: Pull complete [2020-09-24T20:50:30.346Z] a92cc7c5fd73: Pull complete [2020-09-24T20:50:31.300Z] 4e634b169226: Verifying Checksum [2020-09-24T20:50:31.300Z] 4e634b169226: Download complete [2020-09-24T20:50:32.325Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T20:50:32.326Z] e871e8e8d7a9: Download complete [2020-09-24T20:50:37.651Z] e871e8e8d7a9: Pull complete [2020-09-24T20:50:37.651Z] e73272ec9a57: Pull complete [2020-09-24T20:50:37.651Z] 1e910a182e73: Pull complete [2020-09-24T20:50:47.739Z] 4e634b169226: Pull complete [2020-09-24T20:50:47.739Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T20:50:47.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T20:50:47.739Z] ---> f7629b54cfaa [2020-09-24T20:50:47.739Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T20:50:47.739Z] ---> Running in dfe1fe60452f [2020-09-24T20:50:47.739Z] Removing intermediate container dfe1fe60452f [2020-09-24T20:50:47.739Z] ---> d1a66a205b6d [2020-09-24T20:50:47.739Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:50:47.739Z] ---> Running in 20d46dcfd1a7 [2020-09-24T20:50:49.146Z] Removing intermediate container 20d46dcfd1a7 [2020-09-24T20:50:49.146Z] ---> fb940276698f [2020-09-24T20:50:49.146Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-24T20:50:49.146Z] ---> Running in cf04cf38bcb2 [2020-09-24T20:50:49.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:50.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T20:50:51.633Z] OK: 166 MiB in 39 packages [2020-09-24T20:50:52.211Z] Removing intermediate container cf04cf38bcb2 [2020-09-24T20:50:52.211Z] ---> 3602f3144f43 [2020-09-24T20:50:52.211Z] Step 6/8 : WORKDIR /build [2020-09-24T20:50:52.211Z] ---> Running in ac3bd72b2d34 [2020-09-24T20:50:52.477Z] Removing intermediate container ac3bd72b2d34 [2020-09-24T20:50:52.477Z] ---> 7ec0864c78df [2020-09-24T20:50:52.477Z] Step 7/8 : COPY go.mod . [2020-09-24T20:50:52.743Z] ---> c99566482809 [2020-09-24T20:50:52.743Z] Step 8/8 : RUN go mod download [2020-09-24T20:50:52.743Z] ---> Running in 1a41422d7470 [2020-09-24T20:51:14.810Z] Removing intermediate container 1a41422d7470 [2020-09-24T20:51:14.810Z] ---> 0b7c52758270 [2020-09-24T20:51:14.810Z] Successfully built 0b7c52758270 [2020-09-24T20:51:14.810Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:51:15.169Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T20:51:15.169Z] . [Pipeline] withDockerContainer [2020-09-24T20:51:15.287Z] prd-centos7-docker-4c-2g-1251 does not seem to be running inside a container [2020-09-24T20:51:15.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/42 -v /w/workspace/go-mod-bootstrap/42:/w/workspace/go-mod-bootstrap/42:rw,z -v /w/workspace/go-mod-bootstrap/42@tmp:/w/workspace/go-mod-bootstrap/42@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 ******** ci-base-image-x86_64 cat [2020-09-24T20:51:16.216Z] $ docker top 5f0666541785942c53a6a4da3ad73a5c052a998fc138fdcfc403bed6e2d390b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:51:16.760Z] + go version [2020-09-24T20:51:16.760Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T20:51:16.785Z] $ docker stop --time=1 5f0666541785942c53a6a4da3ad73a5c052a998fc138fdcfc403bed6e2d390b0 [2020-09-24T20:51:18.184Z] $ docker rm -f 5f0666541785942c53a6a4da3ad73a5c052a998fc138fdcfc403bed6e2d390b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } [2020-09-24T20:52:38.696Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1259 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-09-24T20:52:38.872Z] Running in /w/workspace/go-mod-bootstrap/42 [Pipeline] { [Pipeline] checkout [2020-09-24T20:52:46.030Z] using credential edgex-jenkins-ssh [2020-09-24T20:52:46.129Z] Cloning the remote Git repository [2020-09-24T20:52:46.463Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:52:46.640Z] > git init /w/workspace/go-mod-bootstrap/42 # timeout=10 [2020-09-24T20:52:46.725Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:52:46.726Z] > git --version # timeout=10 [2020-09-24T20:52:46.742Z] > git --version # 'git version 2.17.1' [2020-09-24T20:52:46.744Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:52:46.803Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:52:47.584Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:52:47.614Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:52:47.645Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-24T20:52:47.681Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-24T20:52:47.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:52:47.694Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T20:52:48.207Z] Checking out Revision 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 (master) [2020-09-24T20:52:48.227Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:52:48.240Z] > git checkout -f 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 # timeout=10 [2020-09-24T20:52:52.645Z] Commit message: "Merge pull request #92 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T20:52:53.590Z] ========================================================= [2020-09-24T20:52:53.590Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T20:52:53.590Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:52:54.685Z] + 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 . [2020-09-24T20:52:55.300Z] Sending build context to Docker daemon 724kB [2020-09-24T20:52:55.582Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T20:52:55.582Z] Step 2/8 : FROM ${BASE} [2020-09-24T20:52:55.926Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T20:52:55.926Z] b538f80385f9: Pulling fs layer [2020-09-24T20:52:55.926Z] 74f711af9a0d: Pulling fs layer [2020-09-24T20:52:55.926Z] 99f96fe45779: Pulling fs layer [2020-09-24T20:52:55.926Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T20:52:55.926Z] 45590311c82a: Pulling fs layer [2020-09-24T20:52:55.926Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T20:52:55.926Z] 209524e5b208: Pulling fs layer [2020-09-24T20:52:55.926Z] 8529a6b9a6be: Waiting [2020-09-24T20:52:55.926Z] 45590311c82a: Waiting [2020-09-24T20:52:55.926Z] 209524e5b208: Waiting [2020-09-24T20:52:55.926Z] 69ca0ff8b7b3: Waiting [2020-09-24T20:52:55.926Z] 99f96fe45779: Verifying Checksum [2020-09-24T20:52:55.926Z] 99f96fe45779: Download complete [2020-09-24T20:52:55.926Z] 74f711af9a0d: Verifying Checksum [2020-09-24T20:52:55.926Z] 74f711af9a0d: Download complete [2020-09-24T20:52:55.926Z] 45590311c82a: Verifying Checksum [2020-09-24T20:52:55.926Z] 45590311c82a: Download complete [2020-09-24T20:52:55.926Z] 69ca0ff8b7b3: Download complete [2020-09-24T20:52:55.926Z] b538f80385f9: Verifying Checksum [2020-09-24T20:52:55.926Z] b538f80385f9: Download complete [2020-09-24T20:52:56.935Z] b538f80385f9: Pull complete [2020-09-24T20:52:57.537Z] 74f711af9a0d: Pull complete [2020-09-24T20:52:57.818Z] 99f96fe45779: Pull complete [2020-09-24T20:52:58.095Z] 209524e5b208: Download complete [2020-09-24T20:52:59.589Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T20:52:59.589Z] 8529a6b9a6be: Download complete [2020-09-24T20:53:09.874Z] 8529a6b9a6be: Pull complete [2020-09-24T20:53:10.153Z] 45590311c82a: Pull complete [2020-09-24T20:53:10.441Z] 69ca0ff8b7b3: Pull complete [2020-09-24T20:53:13.902Z] 209524e5b208: Pull complete [2020-09-24T20:53:13.902Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T20:53:14.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T20:53:14.191Z] ---> 5bddaf1c2fca [2020-09-24T20:53:14.191Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T20:53:16.869Z] ---> Running in 9b91405d498a [2020-09-24T20:53:17.156Z] Removing intermediate container 9b91405d498a [2020-09-24T20:53:17.156Z] ---> 914e2c052621 [2020-09-24T20:53:17.156Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-24T20:53:17.447Z] ---> Running in 63dd553d9beb [2020-09-24T20:53:20.269Z] Removing intermediate container 63dd553d9beb [2020-09-24T20:53:20.269Z] ---> 5e6f41b8a835 [2020-09-24T20:53:20.269Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-24T20:53:20.269Z] ---> Running in aa40cac7d95e [2020-09-24T20:53:21.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:22.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:53:25.535Z] OK: 142 MiB in 39 packages [2020-09-24T20:53:26.592Z] Removing intermediate container aa40cac7d95e [2020-09-24T20:53:26.592Z] ---> ca273fdb73af [2020-09-24T20:53:26.592Z] Step 6/8 : WORKDIR /build [2020-09-24T20:53:26.902Z] ---> Running in 6230fd55eb4c [2020-09-24T20:53:27.212Z] Removing intermediate container 6230fd55eb4c [2020-09-24T20:53:27.212Z] ---> 34272fa104d4 [2020-09-24T20:53:27.212Z] Step 7/8 : COPY go.mod . [2020-09-24T20:53:27.873Z] ---> 8c002f272408 [2020-09-24T20:53:27.873Z] Step 8/8 : RUN go mod download [2020-09-24T20:53:28.190Z] ---> Running in 1315b1ba457b [2020-09-24T20:53:51.037Z] Removing intermediate container 1315b1ba457b [2020-09-24T20:53:51.037Z] ---> 45716b3956fb [2020-09-24T20:53:51.037Z] Successfully built 45716b3956fb [2020-09-24T20:53:51.037Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:51.653Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T20:53:51.653Z] . [Pipeline] withDockerContainer [2020-09-24T20:53:51.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-1259 does not seem to be running inside a container [2020-09-24T20:53:52.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/42 -v /w/workspace/go-mod-bootstrap/42:/w/workspace/go-mod-bootstrap/42:rw,z -v /w/workspace/go-mod-bootstrap/42@tmp:/w/workspace/go-mod-bootstrap/42@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 ******** ci-base-image-arm64 cat [2020-09-24T20:53:54.247Z] $ docker top 92b95b5ee1b7725f2c5bf13046dcae175ad51d0abfd21c47409b3dc4ab8c9d79 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:53:55.831Z] + go version [2020-09-24T20:53:55.831Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T20:53:55.907Z] $ docker stop --time=1 92b95b5ee1b7725f2c5bf13046dcae175ad51d0abfd21c47409b3dc4ab8c9d79 [2020-09-24T20:53:57.900Z] $ docker rm -f 92b95b5ee1b7725f2c5bf13046dcae175ad51d0abfd21c47409b3dc4ab8c9d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-24T20:54:02.197Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-24T20:54:02.199Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-24T20:54:02.296Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:54:02.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T20:54:02.700Z] [2020-09-24T20:54:02.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:54:03.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T20:54:03.158Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-24T20:54:03.158Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-24T20:54:03.158Z] 408f87550127: Pulling fs layer [2020-09-24T20:54:03.158Z] fe522b08c979: Pulling fs layer [2020-09-24T20:54:03.158Z] 221eaa008020: Pulling fs layer [2020-09-24T20:54:03.158Z] 2a4607e5d6b9: Pulling fs layer [2020-09-24T20:54:03.158Z] 8f79b27c4fd2: Pulling fs layer [2020-09-24T20:54:03.158Z] e5c8dbe1645b: Pulling fs layer [2020-09-24T20:54:03.158Z] 23e8b3b47431: Pulling fs layer [2020-09-24T20:54:03.158Z] 5c568d65a230: Pulling fs layer [2020-09-24T20:54:03.158Z] 8f79b27c4fd2: Waiting [2020-09-24T20:54:03.158Z] e5c8dbe1645b: Waiting [2020-09-24T20:54:03.158Z] 23e8b3b47431: Waiting [2020-09-24T20:54:03.158Z] 5c568d65a230: Waiting [2020-09-24T20:54:03.158Z] 221eaa008020: Waiting [2020-09-24T20:54:03.158Z] 2a4607e5d6b9: Waiting [2020-09-24T20:54:03.158Z] fe522b08c979: Download complete [2020-09-24T20:54:03.158Z] 408f87550127: Download complete [2020-09-24T20:54:03.158Z] 2a4607e5d6b9: Verifying Checksum [2020-09-24T20:54:03.158Z] 2a4607e5d6b9: Download complete [2020-09-24T20:54:03.158Z] 8f79b27c4fd2: Verifying Checksum [2020-09-24T20:54:03.158Z] 8f79b27c4fd2: Download complete [2020-09-24T20:54:03.158Z] cbdbe7a5bc2a: Download complete [2020-09-24T20:54:03.795Z] cbdbe7a5bc2a: Pull complete [2020-09-24T20:54:03.795Z] 408f87550127: Pull complete [2020-09-24T20:54:04.084Z] fe522b08c979: Pull complete [2020-09-24T20:54:04.351Z] e5c8dbe1645b: Verifying Checksum [2020-09-24T20:54:04.351Z] e5c8dbe1645b: Download complete [2020-09-24T20:54:05.801Z] 23e8b3b47431: Verifying Checksum [2020-09-24T20:54:05.801Z] 23e8b3b47431: Download complete [2020-09-24T20:54:05.801Z] 5c568d65a230: Verifying Checksum [2020-09-24T20:54:05.801Z] 5c568d65a230: Download complete [2020-09-24T20:54:06.792Z] 221eaa008020: Verifying Checksum [2020-09-24T20:54:06.792Z] 221eaa008020: Download complete [2020-09-24T20:54:13.496Z] 221eaa008020: Pull complete [2020-09-24T20:54:13.496Z] 2a4607e5d6b9: Pull complete [2020-09-24T20:54:13.496Z] 8f79b27c4fd2: Pull complete [2020-09-24T20:54:15.444Z] e5c8dbe1645b: Pull complete [2020-09-24T20:54:17.417Z] 23e8b3b47431: Pull complete [2020-09-24T20:54:18.828Z] 5c568d65a230: Pull complete [2020-09-24T20:54:18.828Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-24T20:54:18.828Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T20:54:18.828Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-24T20:54:19.020Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2020-09-24T20:54:19.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-24T20:54:20.013Z] $ docker top 891576568bc29193b7a663e5cce1cb3168d8915a102acf65fc32c63b787895f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:54:20.646Z] + snyk monitor '--org=edgex-jenkins' [2020-09-24T20:54:26.025Z] [2020-09-24T20:54:26.025Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-09-24T20:54:26.025Z] [2020-09-24T20:54:26.026Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/ec4f3611-6c87-4318-ab64-ea4a27f84e10 [2020-09-24T20:54:26.026Z] [2020-09-24T20:54:26.026Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-24T20:54:26.026Z] [2020-09-24T20:54:26.296Z] [2020-09-24T20:54:26.296Z] Snyk CLI supports Node.js 8 and higher. [2020-09-24T20:54:26.297Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-24T20:54:26.297Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-24T20:54:26.297Z] [2020-09-24T20:54:26.297Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-24T20:54:26.297Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-24T20:54:26.319Z] $ docker stop --time=1 891576568bc29193b7a663e5cce1cb3168d8915a102acf65fc32c63b787895f6 [2020-09-24T20:54:28.368Z] $ docker rm -f 891576568bc29193b7a663e5cce1cb3168d8915a102acf65fc32c63b787895f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:54:31.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:54:31.313Z] . [Pipeline] withDockerContainer [2020-09-24T20:54:31.432Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2020-09-24T20:54:31.502Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T20:54:32.532Z] $ docker top a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:54:32.905Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:54:32.905Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:54:33.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:54:33.127Z] $ docker exec a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 ssh-agent [2020-09-24T20:54:33.302Z] SSH_AUTH_SOCK=/tmp/ssh-x7eBlx0KFnbI/agent.12 [2020-09-24T20:54:33.302Z] SSH_AGENT_PID=17 [2020-09-24T20:54:33.319Z] Running ssh-add (command line suppressed) [2020-09-24T20:54:33.456Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8829222696891215842.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8829222696891215842.key) [2020-09-24T20:54:33.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:54:33.908Z] + git semver tag [2020-09-24T20:54:33.908Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:54:33.908Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-24T20:54:33.908Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-24T20:54:33.908Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:54:33.908Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:54:33.908Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:54:33.908Z] # $SEMVER_BRANCH = master [2020-09-24T20:54:33.908Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-09-24T20:54:33.908Z] # 72d6ee15e01cf87b5c269754a0cc3fbb8c076f62 HEAD [2020-09-24T20:54:33.908Z] # -> Force: false [2020-09-24T20:54:33.908Z] # 36d7b9f732295d95f38f9a86dd01a6391f26388d refs/tags/v0.0.40 [Pipeline] } [2020-09-24T20:54:33.939Z] $ docker exec --env ******** --env ******** a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 ssh-agent -k [2020-09-24T20:54:34.112Z] unset SSH_AUTH_SOCK; [2020-09-24T20:54:34.112Z] unset SSH_AGENT_PID; [2020-09-24T20:54:34.112Z] echo Agent pid 17 killed; [2020-09-24T20:54:34.178Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:54:34.725Z] + git semver [Pipeline] } [2020-09-24T20:54:34.749Z] $ docker stop --time=1 a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 [2020-09-24T20:54:36.113Z] $ docker rm -f a5cbd2e04066ab4927c5550c749dd27db4728673c94cba86c3b6c0a35c3bb586 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:54:36.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T20:54:36.772Z] [2020-09-24T20:54:36.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:54:37.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T20:54:37.129Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T20:54:37.129Z] ab5ef0e58194: Pulling fs layer [2020-09-24T20:54:37.129Z] 9712f1f96733: Pulling fs layer [2020-09-24T20:54:37.129Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T20:54:37.129Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T20:54:37.129Z] e9a5061849ea: Pulling fs layer [2020-09-24T20:54:37.129Z] d747dcd14b5f: Pulling fs layer [2020-09-24T20:54:37.129Z] 2de7ff778b66: Pulling fs layer [2020-09-24T20:54:37.129Z] e9a5061849ea: Waiting [2020-09-24T20:54:37.129Z] d747dcd14b5f: Waiting [2020-09-24T20:54:37.129Z] 0d9ebad4ef96: Waiting [2020-09-24T20:54:37.129Z] 2de7ff778b66: Waiting [2020-09-24T20:54:37.129Z] 9712f1f96733: Verifying Checksum [2020-09-24T20:54:37.129Z] 9712f1f96733: Download complete [2020-09-24T20:54:39.052Z] 63f879dbbcfc: Verifying Checksum [2020-09-24T20:54:39.052Z] 63f879dbbcfc: Download complete [2020-09-24T20:54:39.640Z] e9a5061849ea: Verifying Checksum [2020-09-24T20:54:39.640Z] e9a5061849ea: Download complete [2020-09-24T20:54:39.640Z] d747dcd14b5f: Verifying Checksum [2020-09-24T20:54:39.640Z] d747dcd14b5f: Download complete [2020-09-24T20:54:40.590Z] 2de7ff778b66: Verifying Checksum [2020-09-24T20:54:40.590Z] 2de7ff778b66: Download complete [2020-09-24T20:54:41.981Z] 0d9ebad4ef96: Download complete [2020-09-24T20:54:42.938Z] ab5ef0e58194: Verifying Checksum [2020-09-24T20:54:42.938Z] ab5ef0e58194: Download complete [2020-09-24T20:54:48.280Z] ab5ef0e58194: Pull complete [2020-09-24T20:54:48.280Z] 9712f1f96733: Pull complete [2020-09-24T20:54:50.222Z] 63f879dbbcfc: Pull complete [2020-09-24T20:54:56.872Z] 0d9ebad4ef96: Pull complete [2020-09-24T20:54:58.267Z] e9a5061849ea: Pull complete [2020-09-24T20:54:58.531Z] d747dcd14b5f: Pull complete [2020-09-24T20:55:01.177Z] 2de7ff778b66: Pull complete [2020-09-24T20:55:01.177Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T20:55:01.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T20:55:01.177Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T20:55:01.460Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2020-09-24T20:55:01.541Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-24T20:55:05.390Z] $ docker top 80621eb051035d415cf9ffffe650aa40bbcb93ad297486d868a50d40591d057b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T20:55:05.606Z] provisioning config files... [2020-09-24T20:55:05.622Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5795115953134869253tmp [2020-09-24T20:55:05.646Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4740587212077958996tmp [2020-09-24T20:55:05.663Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2844211378540243401tmp [Pipeline] { [Pipeline] echo [2020-09-24T20:55:05.729Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:55:06.039Z] ---> sigul-configuration.sh [2020-09-24T20:55:06.039Z] gpg: directory `/root/.gnupg' created [2020-09-24T20:55:06.039Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T20:55:06.039Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T20:55:06.039Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T20:55:06.039Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T20:55:06.039Z] gpg: CAST5 encrypted data [2020-09-24T20:55:06.329Z] gpg: encrypted with 1 passphrase [2020-09-24T20:55:06.329Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T20:55:06.655Z] + mkdir /home/jenkins [2020-09-24T20:55:06.655Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T20:55:06.980Z] + 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 [2020-09-24T20:55:06.992Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:55:07.305Z] ---> sigul-install.sh [2020-09-24T20:55:12.650Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T20:55:13.217Z] + git tag --list [2020-09-24T20:55:13.217Z] v0.0.1 [2020-09-24T20:55:13.217Z] v0.0.10 [2020-09-24T20:55:13.217Z] v0.0.11 [2020-09-24T20:55:13.217Z] v0.0.12 [2020-09-24T20:55:13.217Z] v0.0.13 [2020-09-24T20:55:13.217Z] v0.0.14 [2020-09-24T20:55:13.217Z] v0.0.15 [2020-09-24T20:55:13.217Z] v0.0.16 [2020-09-24T20:55:13.217Z] v0.0.17 [2020-09-24T20:55:13.217Z] v0.0.18 [2020-09-24T20:55:13.217Z] v0.0.19 [2020-09-24T20:55:13.217Z] v0.0.2 [2020-09-24T20:55:13.217Z] v0.0.20 [2020-09-24T20:55:13.217Z] v0.0.21 [2020-09-24T20:55:13.217Z] v0.0.22 [2020-09-24T20:55:13.217Z] v0.0.23 [2020-09-24T20:55:13.217Z] v0.0.24 [2020-09-24T20:55:13.217Z] v0.0.25 [2020-09-24T20:55:13.217Z] v0.0.26 [2020-09-24T20:55:13.217Z] v0.0.27 [2020-09-24T20:55:13.217Z] v0.0.28 [2020-09-24T20:55:13.217Z] v0.0.29 [2020-09-24T20:55:13.217Z] v0.0.3 [2020-09-24T20:55:13.217Z] v0.0.30 [2020-09-24T20:55:13.217Z] v0.0.31 [2020-09-24T20:55:13.217Z] v0.0.32 [2020-09-24T20:55:13.217Z] v0.0.33 [2020-09-24T20:55:13.217Z] v0.0.34 [2020-09-24T20:55:13.217Z] v0.0.35 [2020-09-24T20:55:13.217Z] v0.0.36 [2020-09-24T20:55:13.217Z] v0.0.37 [2020-09-24T20:55:13.217Z] v0.0.38 [2020-09-24T20:55:13.217Z] v0.0.39 [2020-09-24T20:55:13.217Z] v0.0.4 [2020-09-24T20:55:13.217Z] v0.0.40 [2020-09-24T20:55:13.217Z] v0.0.5 [2020-09-24T20:55:13.217Z] v0.0.6 [2020-09-24T20:55:13.217Z] v0.0.7 [2020-09-24T20:55:13.217Z] v0.0.8 [2020-09-24T20:55:13.217Z] v0.0.9 [Pipeline] sh [2020-09-24T20:55:13.524Z] + lftools sign git-tag v0.0.40 [2020-09-24T20:55:14.923Z] Signing Git tag with Sigul... [2020-09-24T20:55:14.923Z] Signing v0.0.40 [Pipeline] echo [2020-09-24T20:55:15.900Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:55:16.257Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T20:55:16.270Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T20:55:16.433Z] $ docker stop --time=1 80621eb051035d415cf9ffffe650aa40bbcb93ad297486d868a50d40591d057b [2020-09-24T20:55:18.318Z] $ docker rm -f 80621eb051035d415cf9ffffe650aa40bbcb93ad297486d868a50d40591d057b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:19.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:55:19.308Z] . [Pipeline] withDockerContainer [2020-09-24T20:55:19.437Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2020-09-24T20:55:19.514Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T20:55:20.147Z] $ docker top bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:55:20.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:55:20.675Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:55:20.902Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:55:20.910Z] $ docker exec bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 ssh-agent [2020-09-24T20:55:21.095Z] SSH_AUTH_SOCK=/tmp/ssh-bEAoSlgH6YfU/agent.12 [2020-09-24T20:55:21.095Z] SSH_AGENT_PID=17 [2020-09-24T20:55:21.119Z] Running ssh-add (command line suppressed) [2020-09-24T20:55:21.249Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2234536906010423194.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2234536906010423194.key) [2020-09-24T20:55:21.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:55:21.663Z] + git semver bump patch [2020-09-24T20:55:21.663Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:55:21.663Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-24T20:55:21.663Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-24T20:55:21.663Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:55:21.663Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:55:21.663Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:55:21.663Z] # $SEMVER_BRANCH = master [2020-09-24T20:55:21.663Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-09-24T20:55:21.663Z] 0.0.41 [Pipeline] } [2020-09-24T20:55:21.705Z] $ docker exec --env ******** --env ******** bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 ssh-agent -k [2020-09-24T20:55:21.833Z] unset SSH_AUTH_SOCK; [2020-09-24T20:55:21.834Z] unset SSH_AGENT_PID; [2020-09-24T20:55:21.834Z] echo Agent pid 17 killed; [2020-09-24T20:55:21.883Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:55:22.475Z] + git semver [Pipeline] } [2020-09-24T20:55:22.498Z] $ docker stop --time=1 bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 [2020-09-24T20:55:24.066Z] $ docker rm -f bd9385cc1c41a1a95c97ee59389eab14b357fd7b0e14d163837ba45a3589bc04 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:24.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:55:24.676Z] . [Pipeline] withDockerContainer [2020-09-24T20:55:24.801Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2020-09-24T20:55:24.881Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T20:55:25.643Z] $ docker top 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:55:25.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:55:25.983Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:55:26.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:55:26.184Z] $ docker exec 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 ssh-agent [2020-09-24T20:55:26.375Z] SSH_AUTH_SOCK=/tmp/ssh-iqVUgt4TkuYH/agent.11 [2020-09-24T20:55:26.376Z] SSH_AGENT_PID=16 [2020-09-24T20:55:26.392Z] Running ssh-add (command line suppressed) [2020-09-24T20:55:26.523Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2100950631679785931.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2100950631679785931.key) [2020-09-24T20:55:26.581Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:55:26.935Z] + git semver push [2020-09-24T20:55:26.936Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:55:26.936Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-24T20:55:26.936Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-24T20:55:26.936Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:55:26.936Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:55:26.936Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:55:26.936Z] # $SEMVER_BRANCH = master [2020-09-24T20:55:26.936Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-09-24T20:55:33.600Z] $ docker exec --env ******** --env ******** 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 ssh-agent -k [2020-09-24T20:55:33.718Z] unset SSH_AUTH_SOCK; [2020-09-24T20:55:33.719Z] unset SSH_AGENT_PID; [2020-09-24T20:55:33.720Z] echo Agent pid 16 killed; [2020-09-24T20:55:33.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:55:34.299Z] + git semver [Pipeline] } [2020-09-24T20:55:34.319Z] $ docker stop --time=1 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 [2020-09-24T20:55:35.673Z] $ docker rm -f 74cb9b2ded8bb9a04b7449e14274c0fd714226be3b91386ce00c2865b9399a20 [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 [2020-09-24T20:55:37.518Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:55:38.160Z] ---> package-listing.sh [2020-09-24T20:55:38.161Z] ++ facter osfamily [2020-09-24T20:55:38.161Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T20:55:38.161Z] + OS_FAMILY=redhat [2020-09-24T20:55:38.161Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-24T20:55:38.161Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T20:55:38.161Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T20:55:38.161Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T20:55:38.161Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T20:55:38.161Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-09-24T20:55:38.161Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T20:55:38.161Z] + case "${OS_FAMILY}" in [2020-09-24T20:55:38.161Z] + rpm -qa [2020-09-24T20:55:38.161Z] + sort [2020-09-24T20:55:42.451Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T20:55:42.451Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T20:55:42.451Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T20:55:42.451Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-09-24T20:55:42.451Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-09-24T20:55:42.451Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:43.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T20:55:43.920Z] [2020-09-24T20:55:43.920Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:44.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T20:55:44.337Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T20:55:44.337Z] df20fa9351a1: Pulling fs layer [2020-09-24T20:55:44.337Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T20:55:44.337Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T20:55:44.337Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T20:55:44.337Z] 0dadc02b9964: Pulling fs layer [2020-09-24T20:55:44.337Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T20:55:44.337Z] 7a184a31f384: Pulling fs layer [2020-09-24T20:55:44.337Z] 0879bd2ef858: Pulling fs layer [2020-09-24T20:55:44.337Z] 0dadc02b9964: Waiting [2020-09-24T20:55:44.337Z] ce6a7cf60c04: Waiting [2020-09-24T20:55:44.337Z] 0879bd2ef858: Waiting [2020-09-24T20:55:44.337Z] 7a184a31f384: Waiting [2020-09-24T20:55:44.337Z] 36b3adc4ff6f: Download complete [2020-09-24T20:55:44.337Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T20:55:44.337Z] 46f8f816bc3b: Download complete [2020-09-24T20:55:44.337Z] df20fa9351a1: Verifying Checksum [2020-09-24T20:55:44.337Z] df20fa9351a1: Download complete [2020-09-24T20:55:44.631Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T20:55:44.631Z] ce6a7cf60c04: Download complete [2020-09-24T20:55:44.631Z] 0dadc02b9964: Verifying Checksum [2020-09-24T20:55:44.631Z] 0dadc02b9964: Download complete [2020-09-24T20:55:44.631Z] 7a184a31f384: Verifying Checksum [2020-09-24T20:55:44.631Z] 7a184a31f384: Download complete [2020-09-24T20:55:44.631Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T20:55:44.631Z] 8ad3a11d3b57: Download complete [2020-09-24T20:55:44.896Z] df20fa9351a1: Pull complete [2020-09-24T20:55:45.157Z] 0879bd2ef858: Verifying Checksum [2020-09-24T20:55:45.157Z] 0879bd2ef858: Download complete [2020-09-24T20:55:45.157Z] 36b3adc4ff6f: Pull complete [2020-09-24T20:55:45.733Z] 8ad3a11d3b57: Pull complete [2020-09-24T20:55:45.733Z] 46f8f816bc3b: Pull complete [2020-09-24T20:55:46.307Z] 0dadc02b9964: Pull complete [2020-09-24T20:55:46.307Z] ce6a7cf60c04: Pull complete [2020-09-24T20:55:46.307Z] 7a184a31f384: Pull complete [2020-09-24T20:55:49.865Z] 0879bd2ef858: Pull complete [2020-09-24T20:55:49.865Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T20:55:49.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T20:55:49.865Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T20:55:49.982Z] prd-centos7-docker-4c-2g-1246 does not seem to be running inside a container [2020-09-24T20:55:50.029Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T20:55:53.597Z] $ docker top df8a11090c5c0875abfa16e0e9f5978e1d1b83c5e020370dbb7f9cdd580d8d04 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:55:54.121Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T20:55:54.418Z] + ls /var/log/sa-host [2020-09-24T20:55:54.418Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T20:55:54.418Z] file_magic: OK [2020-09-24T20:55:54.418Z] HZ: Using current value: 100 [2020-09-24T20:55:54.418Z] file_header: OK [2020-09-24T20:55:54.418Z] 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 [2020-09-24T20:55:54.418Z] Statistics: [2020-09-24T20:55:54.418Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T20:55:54.418Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T20:55:54.418Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T20:55:54.418Z] file_magic: OK [2020-09-24T20:55:54.418Z] HZ: Using current value: 100 [2020-09-24T20:55:54.418Z] file_header: OK [2020-09-24T20:55:54.418Z] 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 [2020-09-24T20:55:54.418Z] Statistics: [2020-09-24T20:55:54.418Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T20:55:54.418Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T20:55:54.480Z] provisioning config files... [2020-09-24T20:55:54.497Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7086029437955673115tmp [Pipeline] { [Pipeline] echo [2020-09-24T20:55:54.584Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:55:54.883Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T20:55:54.893Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:55:55.192Z] ---> logs-deploy.sh [2020-09-24T20:55:55.192Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/42 [2020-09-24T20:55:55.192Z] INFO: archiving workspace using pattern(s): [2020-09-24T20:55:56.579Z] Archives upload complete. [2020-09-24T20:55:56.579Z] INFO: archiving logs to Nexus