Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ef49de8da9a843e75bc11b5fff5c994b5d12c89d 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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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-1251’ is offline; ‘prd-centos7-docker-4c-2g-1254’ is offline Running on prd-centos7-docker-4c-2g-1270 in /w/workspace/exfoundry_go-mod-registry_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-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ef49de8da9a843e75bc11b5fff5c994b5d12c89d (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef49de8da9a843e75bc11b5fff5c994b5d12c89d # timeout=10 Commit message: "Merge pull request #52 from lenny-intel/dependabot" > git rev-list --no-walk 54d690802fcd9d1c6bb494df3d90b867036270b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T20:53:50.006Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T20:53:50.464Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T20:53:50.769Z] ========================================================= [2020-09-24T20:53:50.769Z] EdgeX Global Pipelines Version Info [2020-09-24T20:53:50.769Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:53:52.666Z] ------------------- [2020-09-24T20:53:52.666Z] stable info: [2020-09-24T20:53:52.666Z] ------------------- [2020-09-24T20:53:52.666Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T20:53:52.666Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T20:53:52.666Z] Message: update stable to v1.0.128 [2020-09-24T20:53:53.685Z] ------------------- [2020-09-24T20:53:53.685Z] experimental info: [2020-09-24T20:53:53.685Z] ------------------- [2020-09-24T20:53:53.685Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T20:53:53.685Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T20:53:53.685Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T20:53:54.159Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2020-09-24T20:53:54.277Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2020-09-24T20:53:54.384Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T20:53:54.550Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T20:53:54.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T20:53:54.773Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T20:53:54.875Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T20:53:54.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T20:53:55.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T20:53:55.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T20:53:55.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T20:53:55.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2020-09-24T20:53:55.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T20:53:55.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T20:53:55.830Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:55.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:56.074Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:56.175Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:53:56.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-24T20:53:56.486Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T20:53:56.611Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-24T20:53:56.717Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-24T20:53:56.822Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T20:53:56.978Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T20:53:57.140Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T20:53:57.251Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T20:53:57.351Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T20:53:57.449Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T20:53:57.540Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef49de8da9a843e75bc11b5fff5c994b5d12c89d [Pipeline] echo [2020-09-24T20:53:57.669Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef49de8 [Pipeline] echo [2020-09-24T20:53:57.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T20:53:58.427Z] + git log --format=format:%s -1 ef49de8da9a843e75bc11b5fff5c994b5d12c89d [Pipeline] echo [2020-09-24T20:53:58.521Z] GIT_COMMIT: ef49de8da9a843e75bc11b5fff5c994b5d12c89d, Commit Message: Merge pull request #52 from lenny-intel/dependabot [Pipeline] echo [2020-09-24T20:53:58.637Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:59.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:53:59.580Z] [2020-09-24T20:53:59.580Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:54:00.019Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:54:00.020Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T20:54:00.020Z] 31603596830f: Pulling fs layer [2020-09-24T20:54:00.020Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T20:54:00.020Z] 6ca5941a6612: Pulling fs layer [2020-09-24T20:54:00.020Z] ecc8261a40a4: Pulling fs layer [2020-09-24T20:54:00.020Z] ecc8261a40a4: Waiting [2020-09-24T20:54:00.020Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T20:54:00.020Z] 2a8b12db71e7: Download complete [2020-09-24T20:54:00.294Z] 31603596830f: Download complete [2020-09-24T20:54:00.294Z] ecc8261a40a4: Verifying Checksum [2020-09-24T20:54:00.294Z] ecc8261a40a4: Download complete [2020-09-24T20:54:00.563Z] 6ca5941a6612: Verifying Checksum [2020-09-24T20:54:00.563Z] 6ca5941a6612: Download complete [2020-09-24T20:54:00.563Z] 31603596830f: Pull complete [2020-09-24T20:54:00.833Z] 2a8b12db71e7: Pull complete [2020-09-24T20:54:01.474Z] 6ca5941a6612: Pull complete [2020-09-24T20:54:01.779Z] ecc8261a40a4: Pull complete [2020-09-24T20:54:01.779Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T20:54:02.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:54:02.054Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T20:54:02.423Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-24T20:54:02.538Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T20:54:04.544Z] $ docker top 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:54:05.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:54:05.010Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:54:05.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:54:05.337Z] $ docker exec 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent [2020-09-24T20:54:05.554Z] SSH_AUTH_SOCK=/tmp/ssh-qrfJrvjFxXc7/agent.12 [2020-09-24T20:54:05.554Z] SSH_AGENT_PID=17 [2020-09-24T20:54:05.587Z] Running ssh-add (command line suppressed) [2020-09-24T20:54:05.753Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7822002801839650061.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7822002801839650061.key) [2020-09-24T20:54:05.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:54:06.221Z] + git describe --exact-match --tags HEAD [2020-09-24T20:54:06.221Z] fatal: no tag exactly matches 'ef49de8da9a843e75bc11b5fff5c994b5d12c89d' [Pipeline] } [2020-09-24T20:54:06.279Z] $ docker exec --env ******** --env ******** 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent -k [2020-09-24T20:54:06.424Z] unset SSH_AUTH_SOCK; [2020-09-24T20:54:06.424Z] unset SSH_AGENT_PID; [2020-09-24T20:54:06.424Z] echo Agent pid 17 killed; [2020-09-24T20:54:06.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T20:54:06.569Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T20:54:06.569Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T20:54:06.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:54:06.670Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:54:06.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:54:06.855Z] $ docker exec 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent [2020-09-24T20:54:07.041Z] SSH_AUTH_SOCK=/tmp/ssh-lQ3xf9brH6Ua/agent.47 [2020-09-24T20:54:07.041Z] SSH_AGENT_PID=52 [2020-09-24T20:54:07.050Z] Running ssh-add (command line suppressed) [2020-09-24T20:54:07.176Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8243640768671101105.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8243640768671101105.key) [2020-09-24T20:54:07.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:54:07.637Z] + git semver init [2020-09-24T20:54:07.637Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:54:07.637Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-24T20:54:07.637Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-24T20:54:07.637Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:54:07.637Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:54:07.637Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:54:07.637Z] # $SEMVER_BRANCH = master [2020-09-24T20:54:07.637Z] # $SEMVER_TEMP = /tmp/semver-848650974 [2020-09-24T20:54:07.637Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2020-09-24T20:54:07.900Z] # '/tmp/semver-848650974' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2020-09-24T20:54:07.900Z] # -> Force: false [2020-09-24T20:54:07.900Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-09-24T20:54:07.917Z] $ docker exec --env ******** --env ******** 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 ssh-agent -k [2020-09-24T20:54:08.028Z] unset SSH_AUTH_SOCK; [2020-09-24T20:54:08.029Z] unset SSH_AGENT_PID; [2020-09-24T20:54:08.029Z] echo Agent pid 52 killed; [2020-09-24T20:54:08.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:54:08.595Z] + git semver [Pipeline] } [2020-09-24T20:54:08.621Z] $ docker stop --time=1 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 [2020-09-24T20:54:10.133Z] $ docker rm -f 3ccae908788763fb8f5b1c13d19e0b830bd839d227479f1df705daca7ad7ff52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T20:54:11.145Z] Stashed 33 file(s) [Pipeline] echo [2020-09-24T20:54:11.149Z] [edgeXSemver]: initialized semver on version 0.1.23 [Pipeline] echo [2020-09-24T20:54:11.318Z] Archived original version: [0.1.23] [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:54:26.883Z] Still waiting to schedule task [2020-09-24T20:54:26.883Z] ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1278’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1262’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1275’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-24T20:54:26.890Z] Still waiting to schedule task [2020-09-24T20:54:26.890Z] Executor slot already in use; ‘prd-centos7-docker-4c-2g-1255’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1278’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1259’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1272’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1273’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1275’ is offline [2020-09-24T21:05:21.598Z] Running on prd-centos7-docker-4c-2g-1287 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-09-24T21:05:21.677Z] Running in /w/workspace/go-mod-registry/11 [Pipeline] { [Pipeline] checkout [2020-09-24T21:05:29.006Z] using credential edgex-jenkins-ssh [2020-09-24T21:05:29.069Z] Cloning the remote Git repository [2020-09-24T21:05:28.253Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-09-24T21:05:28.370Z] > git init /w/workspace/go-mod-registry/11 # timeout=10 [2020-09-24T21:05:28.449Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-24T21:05:28.449Z] > git --version # timeout=10 [2020-09-24T21:05:28.463Z] > git --version # 'git version 2.16.5' [2020-09-24T21:05:28.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:05:28.557Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:05:30.552Z] Checking out Revision ef49de8da9a843e75bc11b5fff5c994b5d12c89d (master) [2020-09-24T21:05:29.178Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-24T21:05:29.194Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:05:29.214Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-24T21:05:29.229Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-24T21:05:29.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:05:29.235Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T21:05:29.626Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T21:05:29.643Z] > git checkout -f ef49de8da9a843e75bc11b5fff5c994b5d12c89d # timeout=10 [2020-09-24T21:05:34.703Z] Commit message: "Merge pull request #52 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T21:05:35.629Z] ========================================================= [2020-09-24T21:05:35.629Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T21:05:35.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:05:36.762Z] + 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-24T21:05:37.475Z] Sending build context to Docker daemon 391.7kB [2020-09-24T21:05:37.475Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T21:05:37.475Z] Step 2/7 : FROM ${BASE} [2020-09-24T21:05:37.801Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T21:05:37.801Z] df20fa9351a1: Pulling fs layer [2020-09-24T21:05:37.801Z] ed8968b2872e: Pulling fs layer [2020-09-24T21:05:37.801Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T21:05:37.801Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T21:05:37.801Z] e73272ec9a57: Pulling fs layer [2020-09-24T21:05:37.801Z] 1e910a182e73: Pulling fs layer [2020-09-24T21:05:37.801Z] 4e634b169226: Pulling fs layer [2020-09-24T21:05:37.801Z] 1e910a182e73: Waiting [2020-09-24T21:05:37.801Z] 4e634b169226: Waiting [2020-09-24T21:05:37.801Z] e871e8e8d7a9: Waiting [2020-09-24T21:05:37.801Z] e73272ec9a57: Waiting [2020-09-24T21:05:37.801Z] a92cc7c5fd73: Download complete [2020-09-24T21:05:37.801Z] ed8968b2872e: Verifying Checksum [2020-09-24T21:05:37.801Z] ed8968b2872e: Download complete [2020-09-24T21:05:38.096Z] e73272ec9a57: Verifying Checksum [2020-09-24T21:05:38.096Z] e73272ec9a57: Download complete [2020-09-24T21:05:38.096Z] 1e910a182e73: Verifying Checksum [2020-09-24T21:05:38.096Z] 1e910a182e73: Download complete [2020-09-24T21:05:38.749Z] df20fa9351a1: Verifying Checksum [2020-09-24T21:05:38.749Z] df20fa9351a1: Download complete [2020-09-24T21:05:39.420Z] df20fa9351a1: Pull complete [2020-09-24T21:05:39.744Z] ed8968b2872e: Pull complete [2020-09-24T21:05:39.744Z] a92cc7c5fd73: Pull complete [2020-09-24T21:05:46.775Z] 4e634b169226: Verifying Checksum [2020-09-24T21:05:46.775Z] 4e634b169226: Download complete [2020-09-24T21:05:48.284Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T21:05:48.284Z] e871e8e8d7a9: Download complete [2020-09-24T21:05:56.624Z] e871e8e8d7a9: Pull complete [2020-09-24T21:05:56.624Z] e73272ec9a57: Pull complete [2020-09-24T21:05:56.624Z] 1e910a182e73: Pull complete [2020-09-24T21:06:00.969Z] 4e634b169226: Pull complete [2020-09-24T21:06:00.969Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T21:06:00.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T21:06:00.969Z] ---> f7629b54cfaa [2020-09-24T21:06:00.969Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-24T21:06:00.969Z] ---> Running in 6f95bfef36ad [2020-09-24T21:06:00.969Z] Removing intermediate container 6f95bfef36ad [2020-09-24T21:06:00.969Z] ---> 147cf34b4f7a [2020-09-24T21:06:00.969Z] Step 4/7 : RUN apk add --update bash [2020-09-24T21:06:00.969Z] ---> Running in 9157dca53baf [2020-09-24T21:06:02.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T21:06:03.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T21:06:05.524Z] OK: 166 MiB in 39 packages [2020-09-24T21:06:06.151Z] Removing intermediate container 9157dca53baf [2020-09-24T21:06:06.151Z] ---> 702bb36a0d8b [2020-09-24T21:06:06.151Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T21:06:06.151Z] ---> Running in 490677547bfb [2020-09-24T21:06:06.439Z] Removing intermediate container 490677547bfb [2020-09-24T21:06:06.439Z] ---> 1b4623b4b84c [2020-09-24T21:06:06.440Z] Step 6/7 : COPY go.mod . [2020-09-24T21:06:06.730Z] ---> 131e0d837a39 [2020-09-24T21:06:06.730Z] Step 7/7 : RUN go mod download [2020-09-24T21:06:06.730Z] ---> Running in 0067c8bf7b0f [2020-09-24T21:06:18.307Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1311 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-09-24T21:06:18.366Z] Running in /w/workspace/go-mod-registry/11 [Pipeline] { [Pipeline] checkout [2020-09-24T21:06:19.334Z] Removing intermediate container 0067c8bf7b0f [2020-09-24T21:06:19.334Z] ---> bfe26803b86b [2020-09-24T21:06:19.334Z] Successfully built bfe26803b86b [2020-09-24T21:06:19.334Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:19.882Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T21:06:19.882Z] . [Pipeline] withDockerContainer [2020-09-24T21:06:20.129Z] prd-centos7-docker-4c-2g-1287 does not seem to be running inside a container [2020-09-24T21:06:20.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/11 -v /w/workspace/go-mod-registry/11:/w/workspace/go-mod-registry/11:rw,z -v /w/workspace/go-mod-registry/11@tmp:/w/workspace/go-mod-registry/11@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-24T21:06:21.269Z] $ docker top 0167ab3aeb06058f20c25cb3d26afa0d6f37d30146ba554aff4b4f598447c042 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:06:22.753Z] + go version [2020-09-24T21:06:22.753Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T21:06:22.826Z] $ docker stop --time=1 0167ab3aeb06058f20c25cb3d26afa0d6f37d30146ba554aff4b4f598447c042 [2020-09-24T21:06:24.554Z] $ docker rm -f 0167ab3aeb06058f20c25cb3d26afa0d6f37d30146ba554aff4b4f598447c042 [2020-09-24T21:06:24.947Z] using credential edgex-jenkins-ssh [2020-09-24T21:06:25.042Z] Cloning the remote Git repository [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] } [2020-09-24T21:06:25.123Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-09-24T21:06:25.276Z] > git init /w/workspace/go-mod-registry/11 # timeout=10 [2020-09-24T21:06:25.394Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-24T21:06:25.395Z] > git --version # timeout=10 [2020-09-24T21:06:25.416Z] > git --version # 'git version 2.17.1' [2020-09-24T21:06:25.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:06:25.497Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [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 [2020-09-24T21:06:26.834Z] Checking out Revision ef49de8da9a843e75bc11b5fff5c994b5d12c89d (master) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-09-24T21:06:26.259Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-24T21:06:26.283Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:06:26.319Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-09-24T21:06:26.360Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-09-24T21:06:26.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:06:26.383Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T21:06:26.861Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T21:06:26.878Z] > git checkout -f ef49de8da9a843e75bc11b5fff5c994b5d12c89d # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T21:06:31.944Z] Commit message: "Merge pull request #52 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T21:06:33.145Z] ========================================================= [2020-09-24T21:06:33.145Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T21:06:33.145Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:34.411Z] + 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-24T21:06:35.453Z] Sending build context to Docker daemon 391.7kB [2020-09-24T21:06:35.453Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T21:06:35.453Z] Step 2/7 : FROM ${BASE} [2020-09-24T21:06:35.747Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T21:06:35.747Z] b538f80385f9: Pulling fs layer [2020-09-24T21:06:35.747Z] 74f711af9a0d: Pulling fs layer [2020-09-24T21:06:35.747Z] 99f96fe45779: Pulling fs layer [2020-09-24T21:06:35.747Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T21:06:35.747Z] 45590311c82a: Pulling fs layer [2020-09-24T21:06:35.747Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T21:06:35.747Z] 209524e5b208: Pulling fs layer [2020-09-24T21:06:35.747Z] 8529a6b9a6be: Waiting [2020-09-24T21:06:35.747Z] 45590311c82a: Waiting [2020-09-24T21:06:35.747Z] 69ca0ff8b7b3: Waiting [2020-09-24T21:06:35.747Z] 99f96fe45779: Verifying Checksum [2020-09-24T21:06:35.747Z] 99f96fe45779: Download complete [2020-09-24T21:06:35.747Z] 74f711af9a0d: Download complete [2020-09-24T21:06:35.747Z] 45590311c82a: Verifying Checksum [2020-09-24T21:06:35.747Z] 45590311c82a: Download complete [2020-09-24T21:06:35.747Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-24T21:06:35.747Z] 69ca0ff8b7b3: Download complete [2020-09-24T21:06:36.027Z] b538f80385f9: Verifying Checksum [2020-09-24T21:06:36.027Z] b538f80385f9: Download complete [2020-09-24T21:06:36.633Z] b538f80385f9: Pull complete [2020-09-24T21:06:37.308Z] 74f711af9a0d: Pull complete [2020-09-24T21:06:37.590Z] 99f96fe45779: Pull complete [2020-09-24T21:06:44.360Z] 209524e5b208: Verifying Checksum [2020-09-24T21:06:44.360Z] 209524e5b208: Download complete [2020-09-24T21:06:48.662Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T21:06:48.662Z] 8529a6b9a6be: Download complete [2020-09-24T21:06:58.849Z] 8529a6b9a6be: Pull complete [2020-09-24T21:06:58.849Z] 45590311c82a: Pull complete [2020-09-24T21:06:58.849Z] 69ca0ff8b7b3: Pull complete [2020-09-24T21:07:03.202Z] 209524e5b208: Pull complete [2020-09-24T21:07:03.202Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T21:07:03.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T21:07:03.202Z] ---> 5bddaf1c2fca [2020-09-24T21:07:03.202Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-24T21:07:06.655Z] ---> Running in bd59e25b07ef [2020-09-24T21:07:06.655Z] Removing intermediate container bd59e25b07ef [2020-09-24T21:07:06.655Z] ---> e82542ac24b0 [2020-09-24T21:07:06.655Z] Step 4/7 : RUN apk add --update bash [2020-09-24T21:07:06.655Z] ---> Running in e79c0894c578 [2020-09-24T21:07:08.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T21:07:10.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T21:07:11.533Z] OK: 142 MiB in 39 packages [2020-09-24T21:07:12.970Z] Removing intermediate container e79c0894c578 [2020-09-24T21:07:12.970Z] ---> b88a38b28b5d [2020-09-24T21:07:12.970Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T21:07:12.970Z] ---> Running in 9b1384e8402f [2020-09-24T21:07:13.572Z] Removing intermediate container 9b1384e8402f [2020-09-24T21:07:13.572Z] ---> a552fd52b54e [2020-09-24T21:07:13.572Z] Step 6/7 : COPY go.mod . [2020-09-24T21:07:14.175Z] ---> d61acad332fc [2020-09-24T21:07:14.175Z] Step 7/7 : RUN go mod download [2020-09-24T21:07:14.450Z] ---> Running in aa966096f2c2 [2020-09-24T21:07:26.865Z] Removing intermediate container aa966096f2c2 [2020-09-24T21:07:26.865Z] ---> b44bed281fa1 [2020-09-24T21:07:26.865Z] Successfully built b44bed281fa1 [2020-09-24T21:07:26.865Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:27.305Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T21:07:27.305Z] . [Pipeline] withDockerContainer [2020-09-24T21:07:27.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-1311 does not seem to be running inside a container [2020-09-24T21:07:27.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/11 -v /w/workspace/go-mod-registry/11:/w/workspace/go-mod-registry/11:rw,z -v /w/workspace/go-mod-registry/11@tmp:/w/workspace/go-mod-registry/11@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-24T21:07:29.651Z] $ docker top f11ddf7f104c405e17c3341218add96439b1c23809eae991b2d448339321486d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:07:31.150Z] + go version [2020-09-24T21:07:31.150Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T21:07:31.179Z] $ docker stop --time=1 f11ddf7f104c405e17c3341218add96439b1c23809eae991b2d448339321486d [2020-09-24T21:07:33.098Z] $ docker rm -f f11ddf7f104c405e17c3341218add96439b1c23809eae991b2d448339321486d [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-24T21:07:35.636Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-24T21:07:35.639Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-24T21:07:35.689Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:36.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T21:07:36.048Z] [2020-09-24T21:07:36.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:36.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T21:07:36.411Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-24T21:07:36.411Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-24T21:07:36.411Z] 408f87550127: Pulling fs layer [2020-09-24T21:07:36.411Z] fe522b08c979: Pulling fs layer [2020-09-24T21:07:36.411Z] 221eaa008020: Pulling fs layer [2020-09-24T21:07:36.412Z] 2a4607e5d6b9: Pulling fs layer [2020-09-24T21:07:36.412Z] 8f79b27c4fd2: Pulling fs layer [2020-09-24T21:07:36.412Z] e5c8dbe1645b: Pulling fs layer [2020-09-24T21:07:36.412Z] 23e8b3b47431: Pulling fs layer [2020-09-24T21:07:36.412Z] 5c568d65a230: Pulling fs layer [2020-09-24T21:07:36.412Z] 221eaa008020: Waiting [2020-09-24T21:07:36.412Z] 2a4607e5d6b9: Waiting [2020-09-24T21:07:36.412Z] 8f79b27c4fd2: Waiting [2020-09-24T21:07:36.412Z] e5c8dbe1645b: Waiting [2020-09-24T21:07:36.412Z] 23e8b3b47431: Waiting [2020-09-24T21:07:36.412Z] 5c568d65a230: Waiting [2020-09-24T21:07:36.412Z] fe522b08c979: Download complete [2020-09-24T21:07:36.412Z] 408f87550127: Verifying Checksum [2020-09-24T21:07:36.412Z] 408f87550127: Download complete [2020-09-24T21:07:36.412Z] 2a4607e5d6b9: Verifying Checksum [2020-09-24T21:07:36.412Z] 2a4607e5d6b9: Download complete [2020-09-24T21:07:36.412Z] 8f79b27c4fd2: Verifying Checksum [2020-09-24T21:07:36.412Z] 8f79b27c4fd2: Download complete [2020-09-24T21:07:36.412Z] cbdbe7a5bc2a: Download complete [2020-09-24T21:07:36.994Z] cbdbe7a5bc2a: Pull complete [2020-09-24T21:07:36.994Z] 408f87550127: Pull complete [2020-09-24T21:07:37.266Z] fe522b08c979: Pull complete [2020-09-24T21:07:37.531Z] e5c8dbe1645b: Verifying Checksum [2020-09-24T21:07:37.531Z] e5c8dbe1645b: Download complete [2020-09-24T21:07:38.930Z] 23e8b3b47431: Verifying Checksum [2020-09-24T21:07:38.930Z] 23e8b3b47431: Download complete [2020-09-24T21:07:38.930Z] 5c568d65a230: Verifying Checksum [2020-09-24T21:07:38.930Z] 5c568d65a230: Download complete [2020-09-24T21:07:39.920Z] 221eaa008020: Verifying Checksum [2020-09-24T21:07:39.920Z] 221eaa008020: Download complete [2020-09-24T21:07:46.616Z] 221eaa008020: Pull complete [2020-09-24T21:07:46.616Z] 2a4607e5d6b9: Pull complete [2020-09-24T21:07:46.616Z] 8f79b27c4fd2: Pull complete [2020-09-24T21:07:48.009Z] e5c8dbe1645b: Pull complete [2020-09-24T21:07:50.569Z] 23e8b3b47431: Pull complete [2020-09-24T21:07:51.970Z] 5c568d65a230: Pull complete [2020-09-24T21:07:51.970Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-24T21:07:51.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T21:07:51.970Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-24T21:07:52.141Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-24T21:07:52.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-24T21:07:53.027Z] $ docker top 1f397e9fb62c22111c52e88549dbd7ab780b0e2eeda2e025796ae5990dcb0d2c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:07:53.508Z] + snyk monitor '--org=edgex-jenkins' [2020-09-24T21:07:56.814Z] [2020-09-24T21:07:56.814Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... [2020-09-24T21:07:56.814Z] [2020-09-24T21:07:56.814Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/a2a8ae71-bcaf-42f0-9375-73d11742770b [2020-09-24T21:07:56.814Z] [2020-09-24T21:07:56.814Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-24T21:07:56.814Z] [2020-09-24T21:07:56.814Z] [2020-09-24T21:07:56.814Z] Snyk CLI supports Node.js 8 and higher. [2020-09-24T21:07:56.814Z] 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-24T21:07:56.814Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-24T21:07:56.814Z] [2020-09-24T21:07:56.814Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-24T21:07:56.814Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-24T21:07:56.833Z] $ docker stop --time=1 1f397e9fb62c22111c52e88549dbd7ab780b0e2eeda2e025796ae5990dcb0d2c [2020-09-24T21:07:58.721Z] $ docker rm -f 1f397e9fb62c22111c52e88549dbd7ab780b0e2eeda2e025796ae5990dcb0d2c [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-24T21:08:00.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:08:00.356Z] . [Pipeline] withDockerContainer [2020-09-24T21:08:00.458Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-24T21:08:00.614Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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:10004/edgex-devops/git-semver:latest cat [2020-09-24T21:08:01.752Z] $ docker top 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:08:02.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:08:02.137Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:08:02.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:08:02.462Z] $ docker exec 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 ssh-agent [2020-09-24T21:08:02.643Z] SSH_AUTH_SOCK=/tmp/ssh-6TRrxE0DTxgc/agent.13 [2020-09-24T21:08:02.643Z] SSH_AGENT_PID=18 [2020-09-24T21:08:02.653Z] Running ssh-add (command line suppressed) [2020-09-24T21:08:02.794Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8175948074535269229.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8175948074535269229.key) [2020-09-24T21:08:02.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:08:03.194Z] + git semver tag [2020-09-24T21:08:03.194Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:08:03.195Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-24T21:08:03.195Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-24T21:08:03.195Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:08:03.195Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:08:03.195Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:08:03.195Z] # $SEMVER_BRANCH = master [2020-09-24T21:08:03.195Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-09-24T21:08:03.195Z] # ef49de8da9a843e75bc11b5fff5c994b5d12c89d HEAD [2020-09-24T21:08:03.476Z] # -> Force: false [2020-09-24T21:08:03.476Z] # e961da4b2be383ddf493eaab36a465793276ef6a refs/tags/v0.1.23 [Pipeline] } [2020-09-24T21:08:03.527Z] $ docker exec --env ******** --env ******** 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 ssh-agent -k [2020-09-24T21:08:03.661Z] unset SSH_AUTH_SOCK; [2020-09-24T21:08:03.661Z] unset SSH_AGENT_PID; [2020-09-24T21:08:03.661Z] echo Agent pid 18 killed; [2020-09-24T21:08:03.703Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:08:04.188Z] + git semver [Pipeline] } [2020-09-24T21:08:04.209Z] $ docker stop --time=1 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 [2020-09-24T21:08:05.542Z] $ docker rm -f 4d3d9ef9f6eb931dd2129a6d67a72aaccbb7c34de10ec4ebdcd80cdafa16ca20 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:08:06.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:08:06.138Z] [2020-09-24T21:08:06.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:08:06.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:08:06.488Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T21:08:06.488Z] ab5ef0e58194: Pulling fs layer [2020-09-24T21:08:06.488Z] 9712f1f96733: Pulling fs layer [2020-09-24T21:08:06.488Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T21:08:06.488Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T21:08:06.488Z] e9a5061849ea: Pulling fs layer [2020-09-24T21:08:06.488Z] d747dcd14b5f: Pulling fs layer [2020-09-24T21:08:06.488Z] 2de7ff778b66: Pulling fs layer [2020-09-24T21:08:06.488Z] e9a5061849ea: Waiting [2020-09-24T21:08:06.488Z] 0d9ebad4ef96: Waiting [2020-09-24T21:08:06.488Z] d747dcd14b5f: Waiting [2020-09-24T21:08:06.488Z] 2de7ff778b66: Waiting [2020-09-24T21:08:06.488Z] 9712f1f96733: Verifying Checksum [2020-09-24T21:08:06.488Z] 9712f1f96733: Download complete [2020-09-24T21:08:09.045Z] 63f879dbbcfc: Verifying Checksum [2020-09-24T21:08:09.045Z] 63f879dbbcfc: Download complete [2020-09-24T21:08:09.045Z] e9a5061849ea: Verifying Checksum [2020-09-24T21:08:09.045Z] e9a5061849ea: Download complete [2020-09-24T21:08:09.045Z] d747dcd14b5f: Verifying Checksum [2020-09-24T21:08:09.045Z] d747dcd14b5f: Download complete [2020-09-24T21:08:09.307Z] 2de7ff778b66: Verifying Checksum [2020-09-24T21:08:09.307Z] 2de7ff778b66: Download complete [2020-09-24T21:08:09.307Z] 0d9ebad4ef96: Verifying Checksum [2020-09-24T21:08:09.307Z] 0d9ebad4ef96: Download complete [2020-09-24T21:08:09.569Z] ab5ef0e58194: Verifying Checksum [2020-09-24T21:08:09.569Z] ab5ef0e58194: Download complete [2020-09-24T21:08:13.809Z] ab5ef0e58194: Pull complete [2020-09-24T21:08:13.809Z] 9712f1f96733: Pull complete [2020-09-24T21:08:16.384Z] 63f879dbbcfc: Pull complete [2020-09-24T21:08:21.725Z] 0d9ebad4ef96: Pull complete [2020-09-24T21:08:22.010Z] e9a5061849ea: Pull complete [2020-09-24T21:08:22.010Z] d747dcd14b5f: Pull complete [2020-09-24T21:08:26.349Z] 2de7ff778b66: Pull complete [2020-09-24T21:08:26.349Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T21:08:26.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:08:26.349Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T21:08:26.580Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-24T21:08:26.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-lftools:0.23.1-centos7 cat [2020-09-24T21:08:30.376Z] $ docker top d988e5f6b1854b095bf3aa58a76ff42f8ffe5caa6a5960375d89d56aad645deb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:08:30.665Z] provisioning config files... [2020-09-24T21:08:30.694Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6701386931950290045tmp [2020-09-24T21:08:30.721Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config3285438961021913725tmp [2020-09-24T21:08:30.776Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config8749639512559601514tmp [Pipeline] { [Pipeline] echo [2020-09-24T21:08:30.848Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:31.159Z] ---> sigul-configuration.sh [2020-09-24T21:08:31.159Z] gpg: directory `/root/.gnupg' created [2020-09-24T21:08:31.159Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T21:08:31.159Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T21:08:31.159Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T21:08:31.159Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T21:08:31.159Z] gpg: CAST5 encrypted data [2020-09-24T21:08:31.426Z] gpg: encrypted with 1 passphrase [2020-09-24T21:08:31.426Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T21:08:31.734Z] + mkdir /home/jenkins [2020-09-24T21:08:31.734Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T21:08:32.058Z] + 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-24T21:08:32.077Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:32.440Z] ---> sigul-install.sh [2020-09-24T21:08:37.823Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T21:08:38.240Z] + git tag --list [2020-09-24T21:08:38.240Z] v0.0.0 [2020-09-24T21:08:38.240Z] v0.1.0 [2020-09-24T21:08:38.240Z] v0.1.1 [2020-09-24T21:08:38.240Z] v0.1.10 [2020-09-24T21:08:38.240Z] v0.1.11 [2020-09-24T21:08:38.240Z] v0.1.12 [2020-09-24T21:08:38.240Z] v0.1.13 [2020-09-24T21:08:38.240Z] v0.1.14 [2020-09-24T21:08:38.240Z] v0.1.15 [2020-09-24T21:08:38.240Z] v0.1.16 [2020-09-24T21:08:38.240Z] v0.1.17 [2020-09-24T21:08:38.240Z] v0.1.18 [2020-09-24T21:08:38.240Z] v0.1.19 [2020-09-24T21:08:38.240Z] v0.1.2 [2020-09-24T21:08:38.240Z] v0.1.20 [2020-09-24T21:08:38.240Z] v0.1.21 [2020-09-24T21:08:38.240Z] v0.1.22 [2020-09-24T21:08:38.240Z] v0.1.23 [2020-09-24T21:08:38.240Z] v0.1.3 [2020-09-24T21:08:38.240Z] v0.1.4 [2020-09-24T21:08:38.240Z] v0.1.5 [2020-09-24T21:08:38.240Z] v0.1.6 [2020-09-24T21:08:38.240Z] v0.1.7 [2020-09-24T21:08:38.240Z] v0.1.8 [2020-09-24T21:08:38.240Z] v0.1.9 [Pipeline] sh [2020-09-24T21:08:38.726Z] + lftools sign git-tag v0.1.23 [2020-09-24T21:08:40.163Z] Signing Git tag with Sigul... [2020-09-24T21:08:40.163Z] Signing v0.1.23 [Pipeline] echo [2020-09-24T21:08:41.214Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:41.519Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T21:08:41.528Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T21:08:41.632Z] $ docker stop --time=1 d988e5f6b1854b095bf3aa58a76ff42f8ffe5caa6a5960375d89d56aad645deb [2020-09-24T21:08:43.585Z] $ docker rm -f d988e5f6b1854b095bf3aa58a76ff42f8ffe5caa6a5960375d89d56aad645deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:08:44.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:08:44.444Z] . [Pipeline] withDockerContainer [2020-09-24T21:08:44.548Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-24T21:08:44.607Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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:10004/edgex-devops/git-semver:latest cat [2020-09-24T21:08:45.264Z] $ docker top 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:08:45.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:08:45.582Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:08:45.785Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:08:45.794Z] $ docker exec 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 ssh-agent [2020-09-24T21:08:45.968Z] SSH_AUTH_SOCK=/tmp/ssh-QQ08nr8oXSZk/agent.12 [2020-09-24T21:08:45.968Z] SSH_AGENT_PID=17 [2020-09-24T21:08:45.976Z] Running ssh-add (command line suppressed) [2020-09-24T21:08:46.111Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7708504252377872258.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7708504252377872258.key) [2020-09-24T21:08:46.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:08:46.516Z] + git semver bump patch [2020-09-24T21:08:46.516Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:08:46.516Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-24T21:08:46.516Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-24T21:08:46.516Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:08:46.516Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:08:46.516Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:08:46.516Z] # $SEMVER_BRANCH = master [2020-09-24T21:08:46.516Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-09-24T21:08:46.516Z] 0.1.24 [Pipeline] } [2020-09-24T21:08:46.535Z] $ docker exec --env ******** --env ******** 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 ssh-agent -k [2020-09-24T21:08:46.662Z] unset SSH_AUTH_SOCK; [2020-09-24T21:08:46.663Z] unset SSH_AGENT_PID; [2020-09-24T21:08:46.663Z] echo Agent pid 17 killed; [2020-09-24T21:08:46.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:08:47.238Z] + git semver [Pipeline] } [2020-09-24T21:08:47.262Z] $ docker stop --time=1 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 [2020-09-24T21:08:48.614Z] $ docker rm -f 68bfb5a9a76597e7fe0a776ed3df2ea99e9a2c6ecd3e80904efaba99ba145007 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:08:49.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:08:49.291Z] . [Pipeline] withDockerContainer [2020-09-24T21:08:49.449Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-24T21:08:49.648Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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:10004/edgex-devops/git-semver:latest cat [2020-09-24T21:08:50.303Z] $ docker top 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:08:50.686Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:08:50.686Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:08:50.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:08:50.900Z] $ docker exec 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d ssh-agent [2020-09-24T21:08:51.083Z] SSH_AUTH_SOCK=/tmp/ssh-2vFRBBxNUI0z/agent.11 [2020-09-24T21:08:51.083Z] SSH_AGENT_PID=17 [2020-09-24T21:08:51.092Z] Running ssh-add (command line suppressed) [2020-09-24T21:08:51.247Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3494992542613313830.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3494992542613313830.key) [2020-09-24T21:08:51.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:08:51.698Z] + git semver push [2020-09-24T21:08:51.698Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:08:51.698Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-09-24T21:08:51.698Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-09-24T21:08:51.698Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:08:51.698Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:08:51.698Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:08:51.698Z] # $SEMVER_BRANCH = master [2020-09-24T21:08:51.698Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-09-24T21:08:58.386Z] $ docker exec --env ******** --env ******** 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d ssh-agent -k [2020-09-24T21:08:58.556Z] unset SSH_AUTH_SOCK; [2020-09-24T21:08:58.556Z] unset SSH_AGENT_PID; [2020-09-24T21:08:58.556Z] echo Agent pid 17 killed; [2020-09-24T21:08:58.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:08:59.210Z] + git semver [Pipeline] } [2020-09-24T21:08:59.241Z] $ docker stop --time=1 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d [2020-09-24T21:09:00.611Z] $ docker rm -f 723765ff9a74afbbe0123260ab96458038e987dcf323e6c7b5c1aba0cbaf467d [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-24T21:09:02.254Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:09:03.000Z] ---> package-listing.sh [2020-09-24T21:09:03.000Z] ++ facter osfamily [2020-09-24T21:09:03.000Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T21:09:03.000Z] + OS_FAMILY=redhat [2020-09-24T21:09:03.000Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2020-09-24T21:09:03.000Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T21:09:03.000Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T21:09:03.000Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T21:09:03.000Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T21:09:03.000Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-09-24T21:09:03.000Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T21:09:03.000Z] + case "${OS_FAMILY}" in [2020-09-24T21:09:03.000Z] + rpm -qa [2020-09-24T21:09:03.000Z] + sort [2020-09-24T21:09:07.265Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T21:09:07.265Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T21:09:07.265Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T21:09:07.265Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-09-24T21:09:07.265Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2020-09-24T21:09:07.265Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:09:07.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:09:07.787Z] [2020-09-24T21:09:07.787Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:09:08.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:09:08.155Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T21:09:08.155Z] df20fa9351a1: Pulling fs layer [2020-09-24T21:09:08.155Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T21:09:08.155Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T21:09:08.155Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T21:09:08.155Z] 0dadc02b9964: Pulling fs layer [2020-09-24T21:09:08.155Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T21:09:08.155Z] 7a184a31f384: Pulling fs layer [2020-09-24T21:09:08.155Z] 0879bd2ef858: Pulling fs layer [2020-09-24T21:09:08.155Z] 0dadc02b9964: Waiting [2020-09-24T21:09:08.155Z] ce6a7cf60c04: Waiting [2020-09-24T21:09:08.155Z] 7a184a31f384: Waiting [2020-09-24T21:09:08.155Z] 0879bd2ef858: Waiting [2020-09-24T21:09:08.155Z] 46f8f816bc3b: Waiting [2020-09-24T21:09:08.155Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T21:09:08.155Z] 36b3adc4ff6f: Download complete [2020-09-24T21:09:08.155Z] 46f8f816bc3b: Download complete [2020-09-24T21:09:08.155Z] 0dadc02b9964: Verifying Checksum [2020-09-24T21:09:08.155Z] 0dadc02b9964: Download complete [2020-09-24T21:09:08.155Z] df20fa9351a1: Verifying Checksum [2020-09-24T21:09:08.155Z] df20fa9351a1: Download complete [2020-09-24T21:09:08.428Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T21:09:08.428Z] ce6a7cf60c04: Download complete [2020-09-24T21:09:08.428Z] 7a184a31f384: Verifying Checksum [2020-09-24T21:09:08.428Z] 7a184a31f384: Download complete [2020-09-24T21:09:08.428Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T21:09:08.428Z] 8ad3a11d3b57: Download complete [2020-09-24T21:09:08.694Z] df20fa9351a1: Pull complete [2020-09-24T21:09:08.694Z] 0879bd2ef858: Verifying Checksum [2020-09-24T21:09:08.694Z] 0879bd2ef858: Download complete [2020-09-24T21:09:08.958Z] 36b3adc4ff6f: Pull complete [2020-09-24T21:09:09.532Z] 8ad3a11d3b57: Pull complete [2020-09-24T21:09:09.532Z] 46f8f816bc3b: Pull complete [2020-09-24T21:09:10.104Z] 0dadc02b9964: Pull complete [2020-09-24T21:09:10.104Z] ce6a7cf60c04: Pull complete [2020-09-24T21:09:10.104Z] 7a184a31f384: Pull complete [2020-09-24T21:09:13.424Z] 0879bd2ef858: Pull complete [2020-09-24T21:09:13.424Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T21:09:13.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:09:13.424Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T21:09:13.575Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-24T21:09:13.627Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-lftools-log-publisher:alpine cat [2020-09-24T21:09:18.458Z] $ docker top dd70c6a97757e9e1ea160039e702ea0d7c62bc870f18f2599614a770488e8069 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:09:19.068Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T21:09:19.371Z] + ls /var/log/sa-host [2020-09-24T21:09:19.372Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T21:09:19.372Z] file_magic: OK [2020-09-24T21:09:19.372Z] HZ: Using current value: 100 [2020-09-24T21:09:19.372Z] file_header: OK [2020-09-24T21:09:19.372Z] 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-24T21:09:19.372Z] Statistics: [2020-09-24T21:09:19.372Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:09:19.372Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T21:09:19.372Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T21:09:19.372Z] file_magic: OK [2020-09-24T21:09:19.372Z] HZ: Using current value: 100 [2020-09-24T21:09:19.372Z] file_header: OK [2020-09-24T21:09:19.372Z] 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-24T21:09:19.372Z] Statistics: [2020-09-24T21:09:19.372Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:09:19.372Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:09:19.434Z] provisioning config files... [2020-09-24T21:09:19.449Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config7262155841751294600tmp [Pipeline] { [Pipeline] echo [2020-09-24T21:09:19.545Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:09:19.842Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T21:09:19.852Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:09:20.261Z] ---> logs-deploy.sh [2020-09-24T21:09:20.261Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/11 [2020-09-24T21:09:20.261Z] INFO: archiving workspace using pattern(s): [2020-09-24T21:09:21.652Z] Archives upload complete. [2020-09-24T21:09:21.652Z] INFO: archiving logs to Nexus