Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 912bafda15eb2b65f59c90ee688a8c24ad2447e6 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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-messaging, 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-messaging-settings PROJECT: go-mod-messaging 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-messaging 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43439 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Checking out Revision 912bafda15eb2b65f59c90ee688a8c24ad2447e6 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 912bafda15eb2b65f59c90ee688a8c24ad2447e6 # timeout=10 Commit message: "Merge pull request #59 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk bcb78af5f8eafd924cf61f28d1097c57f4e87501 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T22:32:33.834Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T22:32:34.054Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T22:32:34.153Z] ========================================================= [2020-09-15T22:32:34.153Z] EdgeX Global Pipelines Version Info [2020-09-15T22:32:34.153Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:32:35.594Z] ------------------- [2020-09-15T22:32:35.594Z] stable info: [2020-09-15T22:32:35.594Z] ------------------- [2020-09-15T22:32:35.594Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-15T22:32:35.594Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:32:35.594Z] Message: update stable to v1.0.122 [2020-09-15T22:32:36.536Z] ------------------- [2020-09-15T22:32:36.536Z] experimental info: [2020-09-15T22:32:36.536Z] ------------------- [2020-09-15T22:32:36.536Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T22:32:36.536Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:32:36.536Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T22:32:36.899Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2020-09-15T22:32:36.992Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2020-09-15T22:32:37.084Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T22:32:37.176Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T22:32:37.265Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T22:32:37.356Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T22:32:37.468Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T22:32:37.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T22:32:37.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-15T22:32:37.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T22:32:37.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T22:32:37.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-messaging [Pipeline] echo [2020-09-15T22:32:38.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T22:32:38.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T22:32:38.194Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:32:38.286Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:32:38.386Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:32:38.489Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:32:38.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-15T22:32:38.677Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T22:32:38.767Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T22:32:38.858Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T22:32:38.969Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-15T22:32:39.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-15T22:32:39.162Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-15T22:32:39.278Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 912bafda15eb2b65f59c90ee688a8c24ad2447e6 [Pipeline] echo [2020-09-15T22:32:39.370Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 912bafd [Pipeline] echo [2020-09-15T22:32:39.462Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T22:32:40.055Z] + git log --format=format:%s -1 912bafda15eb2b65f59c90ee688a8c24ad2447e6 [Pipeline] echo [2020-09-15T22:32:40.112Z] GIT_COMMIT: 912bafda15eb2b65f59c90ee688a8c24ad2447e6, Commit Message: Merge pull request #59 from jpwhitemn/upd-go-1-15 [Pipeline] echo [2020-09-15T22:32:40.204Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:32:40.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:32:41.008Z] [2020-09-15T22:32:41.008Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:32:41.378Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:32:41.378Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T22:32:41.378Z] 31603596830f: Pulling fs layer [2020-09-15T22:32:41.378Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T22:32:41.378Z] 6ca5941a6612: Pulling fs layer [2020-09-15T22:32:41.378Z] ecc8261a40a4: Pulling fs layer [2020-09-15T22:32:41.378Z] ecc8261a40a4: Waiting [2020-09-15T22:32:41.378Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T22:32:41.378Z] 2a8b12db71e7: Download complete [2020-09-15T22:32:41.644Z] 31603596830f: Verifying Checksum [2020-09-15T22:32:41.644Z] 31603596830f: Download complete [2020-09-15T22:32:41.644Z] ecc8261a40a4: Verifying Checksum [2020-09-15T22:32:41.644Z] ecc8261a40a4: Download complete [2020-09-15T22:32:41.644Z] 6ca5941a6612: Verifying Checksum [2020-09-15T22:32:41.644Z] 6ca5941a6612: Download complete [2020-09-15T22:32:41.916Z] 31603596830f: Pull complete [2020-09-15T22:32:41.916Z] 2a8b12db71e7: Pull complete [2020-09-15T22:32:42.864Z] 6ca5941a6612: Pull complete [2020-09-15T22:32:42.864Z] ecc8261a40a4: Pull complete [2020-09-15T22:32:42.864Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T22:32:42.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:32:42.864Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T22:32:42.960Z] prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container [2020-09-15T22:32:43.003Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:32:44.893Z] $ docker top a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:32:45.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:32:45.237Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:32:45.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:32:45.472Z] $ docker exec a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent [2020-09-15T22:32:45.631Z] SSH_AUTH_SOCK=/tmp/ssh-YDSCimkVqBSK/agent.11 [2020-09-15T22:32:45.631Z] SSH_AGENT_PID=16 [2020-09-15T22:32:45.643Z] Running ssh-add (command line suppressed) [2020-09-15T22:32:45.752Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7617605036983960491.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_7617605036983960491.key) [2020-09-15T22:32:45.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:32:46.210Z] + git describe --exact-match --tags HEAD [2020-09-15T22:32:46.210Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T22:32:46.234Z] $ docker exec --env ******** --env ******** a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent -k [2020-09-15T22:32:46.336Z] unset SSH_AUTH_SOCK; [2020-09-15T22:32:46.336Z] unset SSH_AGENT_PID; [2020-09-15T22:32:46.336Z] echo Agent pid 16 killed; [2020-09-15T22:32:46.374Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T22:32:46.469Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T22:32:46.469Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T22:32:46.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:32:46.571Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:32:46.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:32:46.732Z] $ docker exec a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent [2020-09-15T22:32:46.876Z] SSH_AUTH_SOCK=/tmp/ssh-v4EHudKCOoNC/agent.46 [2020-09-15T22:32:46.876Z] SSH_AGENT_PID=51 [2020-09-15T22:32:46.882Z] Running ssh-add (command line suppressed) [2020-09-15T22:32:46.994Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6599945562435422887.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_6599945562435422887.key) [2020-09-15T22:32:47.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:32:47.371Z] + git semver init [2020-09-15T22:32:47.372Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:32:47.372Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-09-15T22:32:47.372Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-09-15T22:32:47.372Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:32:47.372Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:32:47.372Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:32:47.372Z] # $SEMVER_BRANCH = master [2020-09-15T22:32:47.372Z] # $SEMVER_TEMP = /tmp/semver-845208610 [2020-09-15T22:32:47.372Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-messaging.git $SEMVER_TEMP [2020-09-15T22:32:47.942Z] # '/tmp/semver-845208610' -> '/w/workspace/xfoundry_go-mod-messaging_master/.semver' [2020-09-15T22:32:47.942Z] # -> Force: false [2020-09-15T22:32:47.942Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-09-15T22:32:47.956Z] $ docker exec --env ******** --env ******** a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e ssh-agent -k [2020-09-15T22:32:48.067Z] unset SSH_AUTH_SOCK; [2020-09-15T22:32:48.068Z] unset SSH_AGENT_PID; [2020-09-15T22:32:48.068Z] echo Agent pid 51 killed; [2020-09-15T22:32:48.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:32:48.588Z] + git semver [Pipeline] } [2020-09-15T22:32:48.606Z] $ docker stop --time=1 a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e [2020-09-15T22:32:49.942Z] $ docker rm -f a1f0f44d213f7c5598ef9aa0be7608388d1b381467028885d4de04a494e29a7e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T22:32:50.666Z] Stashed 32 file(s) [Pipeline] echo [2020-09-15T22:32:50.669Z] [edgeXSemver]: initialized semver on version 0.1.22 [Pipeline] echo [2020-09-15T22:32:50.872Z] Archived original version: [0.1.22] [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-15T22:33:06.373Z] Still waiting to schedule task [2020-09-15T22:33:06.373Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T22:33:06.375Z] Still waiting to schedule task [2020-09-15T22:33:06.375Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T22:34:40.732Z] Running on prd-centos7-docker-4c-2g-43441 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-09-15T22:34:40.799Z] Running in /w/workspace/go-mod-messaging/12 [Pipeline] { [Pipeline] checkout [2020-09-15T22:34:43.585Z] using credential edgex-jenkins-ssh [2020-09-15T22:34:43.651Z] Cloning the remote Git repository [2020-09-15T22:34:43.651Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:34:43.746Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-15T22:34:43.812Z] > git init /w/workspace/go-mod-messaging/12 # timeout=10 [2020-09-15T22:34:43.859Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-15T22:34:43.859Z] > git --version # timeout=10 [2020-09-15T22:34:43.868Z] > git --version # 'git version 2.16.5' [2020-09-15T22:34:43.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:34:43.903Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:34:45.168Z] Fetching without tags [2020-09-15T22:34:45.572Z] Checking out Revision 912bafda15eb2b65f59c90ee688a8c24ad2447e6 (master) [2020-09-15T22:34:45.132Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-15T22:34:45.142Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:34:45.159Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-15T22:34:45.174Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-15T22:34:45.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:34:45.179Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:34:45.582Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:34:45.587Z] > git checkout -f 912bafda15eb2b65f59c90ee688a8c24ad2447e6 # timeout=10 [2020-09-15T22:34:49.205Z] Commit message: "Merge pull request #59 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:34:49.972Z] ========================================================= [2020-09-15T22:34:49.972Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T22:34:49.972Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:34:50.650Z] + 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-15T22:34:51.225Z] Sending build context to Docker daemon 576.5kB [2020-09-15T22:34:51.225Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T22:34:51.225Z] Step 2/7 : FROM ${BASE} [2020-09-15T22:34:51.485Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T22:34:51.485Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:34:51.485Z] ed8968b2872e: Pulling fs layer [2020-09-15T22:34:51.485Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T22:34:51.485Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T22:34:51.485Z] e73272ec9a57: Pulling fs layer [2020-09-15T22:34:51.485Z] 1e910a182e73: Pulling fs layer [2020-09-15T22:34:51.485Z] 4e634b169226: Pulling fs layer [2020-09-15T22:34:51.485Z] e73272ec9a57: Waiting [2020-09-15T22:34:51.485Z] 1e910a182e73: Waiting [2020-09-15T22:34:51.485Z] 4e634b169226: Waiting [2020-09-15T22:34:51.485Z] e871e8e8d7a9: Waiting [2020-09-15T22:34:51.485Z] a92cc7c5fd73: Download complete [2020-09-15T22:34:51.485Z] ed8968b2872e: Verifying Checksum [2020-09-15T22:34:51.485Z] ed8968b2872e: Download complete [2020-09-15T22:34:51.748Z] e73272ec9a57: Download complete [2020-09-15T22:34:51.748Z] 1e910a182e73: Verifying Checksum [2020-09-15T22:34:51.748Z] 1e910a182e73: Download complete [2020-09-15T22:34:51.748Z] df20fa9351a1: Verifying Checksum [2020-09-15T22:34:51.748Z] df20fa9351a1: Download complete [2020-09-15T22:34:52.012Z] df20fa9351a1: Pull complete [2020-09-15T22:34:52.273Z] ed8968b2872e: Pull complete [2020-09-15T22:34:52.535Z] a92cc7c5fd73: Pull complete [2020-09-15T22:34:53.483Z] 4e634b169226: Verifying Checksum [2020-09-15T22:34:53.483Z] 4e634b169226: Download complete [2020-09-15T22:34:53.746Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T22:34:53.746Z] e871e8e8d7a9: Download complete [2020-09-15T22:34:59.079Z] e871e8e8d7a9: Pull complete [2020-09-15T22:34:59.079Z] e73272ec9a57: Pull complete [2020-09-15T22:34:59.079Z] 1e910a182e73: Pull complete [2020-09-15T22:35:00.845Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43440 in /w/workspace/xfoundry_go-mod-messaging_master [Pipeline] { [Pipeline] ws [2020-09-15T22:35:00.916Z] Running in /w/workspace/go-mod-messaging/12 [Pipeline] { [Pipeline] checkout [2020-09-15T22:35:04.408Z] 4e634b169226: Pull complete [2020-09-15T22:35:04.408Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T22:35:04.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T22:35:04.408Z] ---> f7629b54cfaa [2020-09-15T22:35:04.408Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T22:35:04.408Z] ---> Running in a31db6ead0d0 [2020-09-15T22:35:04.408Z] Removing intermediate container a31db6ead0d0 [2020-09-15T22:35:04.408Z] ---> 145de148e594 [2020-09-15T22:35:04.408Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-15T22:35:04.408Z] ---> Running in c8b6f6f3e1a4 [2020-09-15T22:35:04.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T22:35:05.885Z] using credential edgex-jenkins-ssh [2020-09-15T22:35:05.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T22:35:05.958Z] Cloning the remote Git repository [2020-09-15T22:35:05.958Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:35:06.023Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-15T22:35:06.502Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-15T22:35:06.502Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-15T22:35:06.502Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-15T22:35:06.502Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-15T22:35:06.767Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-15T22:35:06.767Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T22:35:06.767Z] OK: 167 MiB in 44 packages [2020-09-15T22:35:07.020Z] Fetching without tags [2020-09-15T22:35:06.148Z] > git init /w/workspace/go-mod-messaging/12 # timeout=10 [2020-09-15T22:35:06.224Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-15T22:35:06.225Z] > git --version # timeout=10 [2020-09-15T22:35:06.248Z] > git --version # 'git version 2.17.1' [2020-09-15T22:35:06.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:35:06.336Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:35:06.957Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-15T22:35:06.982Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:35:07.007Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2020-09-15T22:35:07.036Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2020-09-15T22:35:07.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:35:07.047Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:35:07.341Z] Removing intermediate container c8b6f6f3e1a4 [2020-09-15T22:35:07.341Z] ---> 890a4c5bb515 [2020-09-15T22:35:07.341Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T22:35:07.341Z] ---> Running in 2c793cc443bd [2020-09-15T22:35:07.526Z] Checking out Revision 912bafda15eb2b65f59c90ee688a8c24ad2447e6 (master) [2020-09-15T22:35:07.602Z] Removing intermediate container 2c793cc443bd [2020-09-15T22:35:07.602Z] ---> 7ae99c5cf2c3 [2020-09-15T22:35:07.602Z] Step 6/7 : COPY go.mod . [2020-09-15T22:35:07.863Z] ---> 1411d550380c [2020-09-15T22:35:07.863Z] Step 7/7 : RUN go mod download [2020-09-15T22:35:07.863Z] ---> Running in 34fa1ac16fec [2020-09-15T22:35:07.556Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:35:07.577Z] > git checkout -f 912bafda15eb2b65f59c90ee688a8c24ad2447e6 # timeout=10 [2020-09-15T22:35:11.968Z] Commit message: "Merge pull request #59 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:35:13.051Z] ========================================================= [2020-09-15T22:35:13.051Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T22:35:13.051Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:35:14.268Z] + 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-15T22:35:15.275Z] Sending build context to Docker daemon 576.5kB [2020-09-15T22:35:15.275Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T22:35:15.275Z] Step 2/7 : FROM ${BASE} [2020-09-15T22:35:15.275Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T22:35:15.275Z] b538f80385f9: Pulling fs layer [2020-09-15T22:35:15.275Z] 74f711af9a0d: Pulling fs layer [2020-09-15T22:35:15.275Z] 99f96fe45779: Pulling fs layer [2020-09-15T22:35:15.275Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T22:35:15.275Z] 45590311c82a: Pulling fs layer [2020-09-15T22:35:15.275Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T22:35:15.275Z] 209524e5b208: Pulling fs layer [2020-09-15T22:35:15.275Z] 45590311c82a: Waiting [2020-09-15T22:35:15.275Z] 69ca0ff8b7b3: Waiting [2020-09-15T22:35:15.275Z] 8529a6b9a6be: Waiting [2020-09-15T22:35:15.275Z] 209524e5b208: Waiting [2020-09-15T22:35:15.563Z] 99f96fe45779: Verifying Checksum [2020-09-15T22:35:15.563Z] 99f96fe45779: Download complete [2020-09-15T22:35:15.563Z] 74f711af9a0d: Verifying Checksum [2020-09-15T22:35:15.563Z] 74f711af9a0d: Download complete [2020-09-15T22:35:15.563Z] 45590311c82a: Verifying Checksum [2020-09-15T22:35:15.563Z] 45590311c82a: Download complete [2020-09-15T22:35:15.563Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T22:35:15.563Z] 69ca0ff8b7b3: Download complete [2020-09-15T22:35:15.563Z] b538f80385f9: Verifying Checksum [2020-09-15T22:35:15.563Z] b538f80385f9: Download complete [2020-09-15T22:35:16.557Z] b538f80385f9: Pull complete [2020-09-15T22:35:17.167Z] 74f711af9a0d: Pull complete [2020-09-15T22:35:17.448Z] 99f96fe45779: Pull complete [2020-09-15T22:35:17.724Z] 209524e5b208: Verifying Checksum [2020-09-15T22:35:17.724Z] 209524e5b208: Download complete [2020-09-15T22:35:19.163Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T22:35:19.163Z] 8529a6b9a6be: Download complete [2020-09-15T22:35:20.120Z] Removing intermediate container 34fa1ac16fec [2020-09-15T22:35:20.120Z] ---> 47bf812d1805 [2020-09-15T22:35:20.120Z] Successfully built 47bf812d1805 [2020-09-15T22:35:20.120Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:35:20.458Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T22:35:20.458Z] . [Pipeline] withDockerContainer [2020-09-15T22:35:20.554Z] prd-centos7-docker-4c-2g-43441 does not seem to be running inside a container [2020-09-15T22:35:20.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/12 -v /w/workspace/go-mod-messaging/12:/w/workspace/go-mod-messaging/12:rw,z -v /w/workspace/go-mod-messaging/12@tmp:/w/workspace/go-mod-messaging/12@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 ******** ci-base-image-x86_64 cat [2020-09-15T22:35:21.180Z] $ docker top dee9f143be482bf998dae01ed5a70ab54fd5c104a09ca0a5bd0f6ad53d960048 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:35:21.684Z] + go version [2020-09-15T22:35:21.684Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-15T22:35:21.700Z] $ docker stop --time=1 dee9f143be482bf998dae01ed5a70ab54fd5c104a09ca0a5bd0f6ad53d960048 [2020-09-15T22:35:23.038Z] $ docker rm -f dee9f143be482bf998dae01ed5a70ab54fd5c104a09ca0a5bd0f6ad53d960048 [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-15T22:35:31.656Z] 8529a6b9a6be: Pull complete [2020-09-15T22:35:31.656Z] 45590311c82a: Pull complete [2020-09-15T22:35:31.656Z] 69ca0ff8b7b3: Pull complete [2020-09-15T22:35:34.288Z] 209524e5b208: Pull complete [2020-09-15T22:35:34.288Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T22:35:34.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T22:35:34.288Z] ---> 5bddaf1c2fca [2020-09-15T22:35:34.288Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T22:35:36.917Z] ---> Running in 77f057da2e1e [2020-09-15T22:35:37.189Z] Removing intermediate container 77f057da2e1e [2020-09-15T22:35:37.189Z] ---> 11c26f304923 [2020-09-15T22:35:37.189Z] Step 4/7 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-15T22:35:37.464Z] ---> Running in 59b20c5a730a [2020-09-15T22:35:38.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T22:35:39.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T22:35:40.472Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-15T22:35:40.472Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-15T22:35:40.472Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-15T22:35:40.744Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-15T22:35:40.744Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-15T22:35:41.018Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T22:35:41.018Z] OK: 144 MiB in 44 packages [2020-09-15T22:35:42.469Z] Removing intermediate container 59b20c5a730a [2020-09-15T22:35:42.469Z] ---> 33ec51317996 [2020-09-15T22:35:42.469Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T22:35:42.469Z] ---> Running in ee43b0a3cca1 [2020-09-15T22:35:43.070Z] Removing intermediate container ee43b0a3cca1 [2020-09-15T22:35:43.070Z] ---> 520e37e0c78d [2020-09-15T22:35:43.070Z] Step 6/7 : COPY go.mod . [2020-09-15T22:35:43.664Z] ---> 3e32ff3e2630 [2020-09-15T22:35:43.664Z] Step 7/7 : RUN go mod download [2020-09-15T22:35:43.944Z] ---> Running in 480109c66217 [2020-09-15T22:35:59.030Z] Removing intermediate container 480109c66217 [2020-09-15T22:35:59.030Z] ---> 1dac493b82ba [2020-09-15T22:35:59.030Z] Successfully built 1dac493b82ba [2020-09-15T22:35:59.030Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:35:59.433Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T22:35:59.433Z] . [Pipeline] withDockerContainer [2020-09-15T22:35:59.715Z] prd-ubuntu18.04-docker-arm64-4c-16g-43440 does not seem to be running inside a container [2020-09-15T22:35:59.817Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/12 -v /w/workspace/go-mod-messaging/12:/w/workspace/go-mod-messaging/12:rw,z -v /w/workspace/go-mod-messaging/12@tmp:/w/workspace/go-mod-messaging/12@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 ******** ci-base-image-arm64 cat [2020-09-15T22:36:01.668Z] $ docker top 5f47958d0b44e9e9859431093e37e447f3d00889c98864f28cba57d144ebf1c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:36:03.129Z] + go version [2020-09-15T22:36:03.129Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-15T22:36:03.158Z] $ docker stop --time=1 5f47958d0b44e9e9859431093e37e447f3d00889c98864f28cba57d144ebf1c8 [2020-09-15T22:36:05.181Z] $ docker rm -f 5f47958d0b44e9e9859431093e37e447f3d00889c98864f28cba57d144ebf1c8 [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-15T22:36:08.405Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-15T22:36:08.407Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-15T22:36:08.466Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:36:08.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:36:08.898Z] [2020-09-15T22:36:08.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:36:09.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:36:09.252Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-15T22:36:09.252Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-15T22:36:09.252Z] 408f87550127: Pulling fs layer [2020-09-15T22:36:09.252Z] fe522b08c979: Pulling fs layer [2020-09-15T22:36:09.252Z] 221eaa008020: Pulling fs layer [2020-09-15T22:36:09.252Z] 2a4607e5d6b9: Pulling fs layer [2020-09-15T22:36:09.252Z] 8f79b27c4fd2: Pulling fs layer [2020-09-15T22:36:09.252Z] e5c8dbe1645b: Pulling fs layer [2020-09-15T22:36:09.252Z] 23e8b3b47431: Pulling fs layer [2020-09-15T22:36:09.252Z] 5c568d65a230: Pulling fs layer [2020-09-15T22:36:09.252Z] 221eaa008020: Waiting [2020-09-15T22:36:09.252Z] 2a4607e5d6b9: Waiting [2020-09-15T22:36:09.252Z] e5c8dbe1645b: Waiting [2020-09-15T22:36:09.252Z] 8f79b27c4fd2: Waiting [2020-09-15T22:36:09.252Z] 23e8b3b47431: Waiting [2020-09-15T22:36:09.252Z] 5c568d65a230: Waiting [2020-09-15T22:36:09.252Z] fe522b08c979: Verifying Checksum [2020-09-15T22:36:09.252Z] fe522b08c979: Download complete [2020-09-15T22:36:09.252Z] 408f87550127: Download complete [2020-09-15T22:36:09.252Z] 2a4607e5d6b9: Verifying Checksum [2020-09-15T22:36:09.252Z] 2a4607e5d6b9: Download complete [2020-09-15T22:36:09.252Z] 8f79b27c4fd2: Verifying Checksum [2020-09-15T22:36:09.252Z] 8f79b27c4fd2: Download complete [2020-09-15T22:36:09.252Z] cbdbe7a5bc2a: Download complete [2020-09-15T22:36:09.515Z] cbdbe7a5bc2a: Pull complete [2020-09-15T22:36:09.776Z] 408f87550127: Pull complete [2020-09-15T22:36:09.776Z] fe522b08c979: Pull complete [2020-09-15T22:36:10.350Z] e5c8dbe1645b: Verifying Checksum [2020-09-15T22:36:10.350Z] e5c8dbe1645b: Download complete [2020-09-15T22:36:10.932Z] 23e8b3b47431: Verifying Checksum [2020-09-15T22:36:10.932Z] 23e8b3b47431: Download complete [2020-09-15T22:36:11.194Z] 5c568d65a230: Verifying Checksum [2020-09-15T22:36:11.194Z] 5c568d65a230: Download complete [2020-09-15T22:36:12.141Z] 221eaa008020: Verifying Checksum [2020-09-15T22:36:12.141Z] 221eaa008020: Download complete [2020-09-15T22:36:17.453Z] 221eaa008020: Pull complete [2020-09-15T22:36:17.453Z] 2a4607e5d6b9: Pull complete [2020-09-15T22:36:17.453Z] 8f79b27c4fd2: Pull complete [2020-09-15T22:36:20.006Z] e5c8dbe1645b: Pull complete [2020-09-15T22:36:22.577Z] 23e8b3b47431: Pull complete [2020-09-15T22:36:23.968Z] 5c568d65a230: Pull complete [2020-09-15T22:36:23.968Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-15T22:36:23.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:36:23.968Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-15T22:36:24.137Z] prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container [2020-09-15T22:36:24.180Z] $ 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-messaging_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-15T22:36:25.174Z] $ docker top 4697b48312c554d7e70a9299eb2ba5e86a597bedd6c5adaec3705974a1fbd05f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:36:25.819Z] + snyk monitor '--org=edgex-jenkins' [2020-09-15T22:36:31.109Z] [2020-09-15T22:36:31.109Z] Monitoring /w/workspace/xfoundry_go-mod-messaging_master (github.com/edgexfoundry/go-mod-messaging)... [2020-09-15T22:36:31.109Z] [2020-09-15T22:36:31.109Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f6e4b672-2be2-4054-abeb-10731c768cda/history/521e7d8c-394a-48a0-a414-7334c8829e90 [2020-09-15T22:36:31.109Z] [2020-09-15T22:36:31.109Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-15T22:36:31.109Z] [2020-09-15T22:36:32.054Z] [2020-09-15T22:36:32.054Z] Snyk CLI supports Node.js 8 and higher. [2020-09-15T22:36:32.054Z] 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-15T22:36:32.054Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-15T22:36:32.054Z] [2020-09-15T22:36:32.054Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-15T22:36:32.054Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-15T22:36:32.073Z] $ docker stop --time=1 4697b48312c554d7e70a9299eb2ba5e86a597bedd6c5adaec3705974a1fbd05f [2020-09-15T22:36:34.370Z] $ docker rm -f 4697b48312c554d7e70a9299eb2ba5e86a597bedd6c5adaec3705974a1fbd05f [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] { (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-15T22:36:35.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:36:35.955Z] . [Pipeline] withDockerContainer [2020-09-15T22:36:36.061Z] prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container [2020-09-15T22:36:36.102Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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-15T22:36:36.928Z] $ docker top 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:36:37.254Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:36:37.254Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:36:37.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:36:37.442Z] $ docker exec 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 ssh-agent [2020-09-15T22:36:37.594Z] SSH_AUTH_SOCK=/tmp/ssh-4P4JBLR4TO5I/agent.12 [2020-09-15T22:36:37.594Z] SSH_AGENT_PID=18 [2020-09-15T22:36:37.601Z] Running ssh-add (command line suppressed) [2020-09-15T22:36:37.735Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_237232975415332227.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_237232975415332227.key) [2020-09-15T22:36:37.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:36:38.134Z] + git semver tag [2020-09-15T22:36:38.134Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:36:38.134Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-09-15T22:36:38.134Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-09-15T22:36:38.134Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:36:38.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:36:38.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:36:38.134Z] # $SEMVER_BRANCH = master [2020-09-15T22:36:38.134Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-09-15T22:36:38.134Z] # 912bafda15eb2b65f59c90ee688a8c24ad2447e6 HEAD [2020-09-15T22:36:38.134Z] # -> Force: false [2020-09-15T22:36:38.134Z] # 2fd5228878ab8ce3d39752b5ed2a78458bfe65ab refs/tags/v0.1.22 [Pipeline] } [2020-09-15T22:36:38.148Z] $ docker exec --env ******** --env ******** 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 ssh-agent -k [2020-09-15T22:36:38.259Z] unset SSH_AUTH_SOCK; [2020-09-15T22:36:38.259Z] unset SSH_AGENT_PID; [2020-09-15T22:36:38.259Z] echo Agent pid 18 killed; [2020-09-15T22:36:38.301Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:36:38.781Z] + git semver [Pipeline] } [2020-09-15T22:36:38.799Z] $ docker stop --time=1 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 [2020-09-15T22:36:40.182Z] $ docker rm -f 976e2517d17c7c186c87a2120ac4b4d630a10242da27f3e2b459906ee19dfb17 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:36:40.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:36:40.982Z] [2020-09-15T22:36:40.982Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:36:41.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:36:41.332Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-15T22:36:41.332Z] ab5ef0e58194: Pulling fs layer [2020-09-15T22:36:41.332Z] 9712f1f96733: Pulling fs layer [2020-09-15T22:36:41.332Z] 63f879dbbcfc: Pulling fs layer [2020-09-15T22:36:41.332Z] 0d9ebad4ef96: Pulling fs layer [2020-09-15T22:36:41.332Z] e9a5061849ea: Pulling fs layer [2020-09-15T22:36:41.332Z] d747dcd14b5f: Pulling fs layer [2020-09-15T22:36:41.332Z] 2de7ff778b66: Pulling fs layer [2020-09-15T22:36:41.332Z] e9a5061849ea: Waiting [2020-09-15T22:36:41.332Z] d747dcd14b5f: Waiting [2020-09-15T22:36:41.332Z] 2de7ff778b66: Waiting [2020-09-15T22:36:41.332Z] 0d9ebad4ef96: Waiting [2020-09-15T22:36:41.332Z] 9712f1f96733: Verifying Checksum [2020-09-15T22:36:41.332Z] 9712f1f96733: Download complete [2020-09-15T22:36:42.723Z] 63f879dbbcfc: Verifying Checksum [2020-09-15T22:36:42.723Z] 63f879dbbcfc: Download complete [2020-09-15T22:36:42.723Z] e9a5061849ea: Verifying Checksum [2020-09-15T22:36:42.723Z] e9a5061849ea: Download complete [2020-09-15T22:36:42.723Z] d747dcd14b5f: Verifying Checksum [2020-09-15T22:36:42.723Z] d747dcd14b5f: Download complete [2020-09-15T22:36:42.985Z] 2de7ff778b66: Verifying Checksum [2020-09-15T22:36:42.985Z] 2de7ff778b66: Download complete [2020-09-15T22:36:43.246Z] 0d9ebad4ef96: Verifying Checksum [2020-09-15T22:36:43.246Z] 0d9ebad4ef96: Download complete [2020-09-15T22:36:43.511Z] ab5ef0e58194: Verifying Checksum [2020-09-15T22:36:43.511Z] ab5ef0e58194: Download complete [2020-09-15T22:36:47.738Z] ab5ef0e58194: Pull complete [2020-09-15T22:36:47.738Z] 9712f1f96733: Pull complete [2020-09-15T22:36:50.280Z] 63f879dbbcfc: Pull complete [2020-09-15T22:36:55.603Z] 0d9ebad4ef96: Pull complete [2020-09-15T22:36:57.000Z] e9a5061849ea: Pull complete [2020-09-15T22:36:57.000Z] d747dcd14b5f: Pull complete [2020-09-15T22:37:01.223Z] 2de7ff778b66: Pull complete [2020-09-15T22:37:01.223Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-15T22:37:01.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:37:01.223Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-15T22:37:01.436Z] prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container [2020-09-15T22:37:01.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-15T22:37:05.256Z] $ docker top 3688d8ad1fb996238a3df2fddc99e030948b226b076b015d992b2d779726f043 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:37:05.617Z] provisioning config files... [2020-09-15T22:37:05.639Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config5599053954965105731tmp [2020-09-15T22:37:05.672Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4051517456445975407tmp [2020-09-15T22:37:05.687Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config4612136549685979487tmp [Pipeline] { [Pipeline] echo [2020-09-15T22:37:05.744Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:37:06.046Z] ---> sigul-configuration.sh [2020-09-15T22:37:06.046Z] gpg: directory `/root/.gnupg' created [2020-09-15T22:37:06.046Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-15T22:37:06.046Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-15T22:37:06.046Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-15T22:37:06.046Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-15T22:37:06.046Z] gpg: CAST5 encrypted data [2020-09-15T22:37:06.309Z] gpg: encrypted with 1 passphrase [2020-09-15T22:37:06.309Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-15T22:37:06.606Z] + mkdir /home/jenkins [2020-09-15T22:37:06.607Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-15T22:37:06.905Z] + 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-15T22:37:06.915Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:37:07.207Z] ---> sigul-install.sh [2020-09-15T22:37:12.500Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-15T22:37:12.794Z] + git tag --list [2020-09-15T22:37:12.794Z] v0.1.22 [Pipeline] sh [2020-09-15T22:37:13.093Z] + lftools sign git-tag v0.1.22 [2020-09-15T22:37:14.480Z] Signing Git tag with Sigul... [2020-09-15T22:37:14.480Z] Signing v0.1.22 [Pipeline] echo [2020-09-15T22:37:15.432Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:37:15.721Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-15T22:37:15.730Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-15T22:37:15.840Z] $ docker stop --time=1 3688d8ad1fb996238a3df2fddc99e030948b226b076b015d992b2d779726f043 [2020-09-15T22:37:17.915Z] $ docker rm -f 3688d8ad1fb996238a3df2fddc99e030948b226b076b015d992b2d779726f043 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:37:18.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:37:18.717Z] . [Pipeline] withDockerContainer [2020-09-15T22:37:18.819Z] prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container [2020-09-15T22:37:18.863Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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-15T22:37:19.461Z] $ docker top 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:37:19.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:37:19.747Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:37:19.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:37:19.929Z] $ docker exec 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 ssh-agent [2020-09-15T22:37:20.092Z] SSH_AUTH_SOCK=/tmp/ssh-ULKJLzAATIP8/agent.12 [2020-09-15T22:37:20.092Z] SSH_AGENT_PID=17 [2020-09-15T22:37:20.098Z] Running ssh-add (command line suppressed) [2020-09-15T22:37:20.221Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3242261222741949032.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_3242261222741949032.key) [2020-09-15T22:37:20.268Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:37:20.602Z] + git semver bump patch [2020-09-15T22:37:20.602Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:37:20.602Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-09-15T22:37:20.602Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-09-15T22:37:20.602Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:37:20.602Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:37:20.602Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:37:20.602Z] # $SEMVER_BRANCH = master [2020-09-15T22:37:20.602Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [2020-09-15T22:37:20.602Z] 0.1.23 [Pipeline] } [2020-09-15T22:37:20.615Z] $ docker exec --env ******** --env ******** 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 ssh-agent -k [2020-09-15T22:37:20.729Z] unset SSH_AUTH_SOCK; [2020-09-15T22:37:20.731Z] unset SSH_AGENT_PID; [2020-09-15T22:37:20.731Z] echo Agent pid 17 killed; [2020-09-15T22:37:20.773Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:37:21.260Z] + git semver [Pipeline] } [2020-09-15T22:37:21.277Z] $ docker stop --time=1 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 [2020-09-15T22:37:22.609Z] $ docker rm -f 996a2aad2d656c6e53ab7593fc88685bbaa3cf8b1826751b9c2a2a90a6e1ce19 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:37:23.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:37:23.136Z] . [Pipeline] withDockerContainer [2020-09-15T22:37:23.227Z] prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container [2020-09-15T22:37:23.268Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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-15T22:37:23.914Z] $ docker top 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:37:24.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:37:24.256Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:37:24.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:37:24.446Z] $ docker exec 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 ssh-agent [2020-09-15T22:37:24.614Z] SSH_AUTH_SOCK=/tmp/ssh-7LyhiZ1ytuqY/agent.11 [2020-09-15T22:37:24.614Z] SSH_AGENT_PID=16 [2020-09-15T22:37:24.621Z] Running ssh-add (command line suppressed) [2020-09-15T22:37:24.744Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4217738149158617798.key (/w/workspace/xfoundry_go-mod-messaging_master@tmp/private_key_4217738149158617798.key) [2020-09-15T22:37:24.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:37:25.158Z] + git semver push [2020-09-15T22:37:25.158Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:37:25.158Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.git [2020-09-15T22:37:25.158Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-messaging_master [2020-09-15T22:37:25.158Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:37:25.158Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:37:25.158Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:37:25.158Z] # $SEMVER_BRANCH = master [2020-09-15T22:37:25.158Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-messaging_master/.semver [Pipeline] } [2020-09-15T22:37:31.766Z] $ docker exec --env ******** --env ******** 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 ssh-agent -k [2020-09-15T22:37:31.911Z] unset SSH_AUTH_SOCK; [2020-09-15T22:37:31.911Z] unset SSH_AGENT_PID; [2020-09-15T22:37:31.911Z] echo Agent pid 16 killed; [2020-09-15T22:37:31.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:37:32.495Z] + git semver [Pipeline] } [2020-09-15T22:37:32.513Z] $ docker stop --time=1 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 [2020-09-15T22:37:33.866Z] $ docker rm -f 696ddd31850483df1ab250c790d0cc78960c4c99d86252f396accb7fbafad6e5 [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-15T22:37:35.251Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:37:35.816Z] ---> package-listing.sh [2020-09-15T22:37:35.816Z] ++ facter osfamily [2020-09-15T22:37:35.816Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T22:37:35.816Z] + OS_FAMILY=redhat [2020-09-15T22:37:35.816Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_master [2020-09-15T22:37:35.816Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T22:37:35.816Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T22:37:35.816Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T22:37:35.816Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T22:37:35.816Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-09-15T22:37:35.816Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T22:37:35.816Z] + case "${OS_FAMILY}" in [2020-09-15T22:37:35.816Z] + rpm -qa [2020-09-15T22:37:35.816Z] + sort [2020-09-15T22:37:40.029Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T22:37:40.029Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T22:37:40.029Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T22:37:40.029Z] + '[' /w/workspace/xfoundry_go-mod-messaging_master ']' [2020-09-15T22:37:40.029Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_master/archives/ [2020-09-15T22:37:40.029Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:37:40.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:37:40.856Z] [2020-09-15T22:37:40.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:37:41.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:37:41.203Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T22:37:41.203Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:37:41.203Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T22:37:41.203Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T22:37:41.203Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T22:37:41.203Z] 0dadc02b9964: Pulling fs layer [2020-09-15T22:37:41.203Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T22:37:41.203Z] 7a184a31f384: Pulling fs layer [2020-09-15T22:37:41.203Z] 0879bd2ef858: Pulling fs layer [2020-09-15T22:37:41.203Z] 0dadc02b9964: Waiting [2020-09-15T22:37:41.203Z] 7a184a31f384: Waiting [2020-09-15T22:37:41.203Z] 0879bd2ef858: Waiting [2020-09-15T22:37:41.203Z] ce6a7cf60c04: Waiting [2020-09-15T22:37:41.203Z] 46f8f816bc3b: Waiting [2020-09-15T22:37:41.203Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T22:37:41.203Z] 36b3adc4ff6f: Download complete [2020-09-15T22:37:41.203Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T22:37:41.203Z] 46f8f816bc3b: Download complete [2020-09-15T22:37:41.203Z] df20fa9351a1: Verifying Checksum [2020-09-15T22:37:41.203Z] df20fa9351a1: Download complete [2020-09-15T22:37:41.203Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T22:37:41.203Z] ce6a7cf60c04: Download complete [2020-09-15T22:37:41.203Z] 7a184a31f384: Download complete [2020-09-15T22:37:41.203Z] 0dadc02b9964: Verifying Checksum [2020-09-15T22:37:41.203Z] 0dadc02b9964: Download complete [2020-09-15T22:37:41.466Z] df20fa9351a1: Pull complete [2020-09-15T22:37:41.466Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T22:37:41.466Z] 8ad3a11d3b57: Download complete [2020-09-15T22:37:41.728Z] 36b3adc4ff6f: Pull complete [2020-09-15T22:37:41.728Z] 0879bd2ef858: Verifying Checksum [2020-09-15T22:37:41.728Z] 0879bd2ef858: Download complete [2020-09-15T22:37:42.672Z] 8ad3a11d3b57: Pull complete [2020-09-15T22:37:42.672Z] 46f8f816bc3b: Pull complete [2020-09-15T22:37:42.936Z] 0dadc02b9964: Pull complete [2020-09-15T22:37:42.936Z] ce6a7cf60c04: Pull complete [2020-09-15T22:37:43.206Z] 7a184a31f384: Pull complete [2020-09-15T22:37:45.765Z] 0879bd2ef858: Pull complete [2020-09-15T22:37:45.765Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T22:37:45.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:37:45.765Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T22:37:45.892Z] prd-centos7-docker-4c-2g-43439 does not seem to be running inside a container [2020-09-15T22:37:45.935Z] $ 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-messaging_master -v /w/workspace/xfoundry_go-mod-messaging_master:/w/workspace/xfoundry_go-mod-messaging_master:rw,z -v /w/workspace/xfoundry_go-mod-messaging_master@tmp:/w/workspace/xfoundry_go-mod-messaging_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:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T22:37:48.783Z] $ docker top 69c154a11efc77f7ac05b6d080b4471884de8d223826390b3cda2a3d9dd604bf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:37:49.477Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T22:37:49.883Z] + ls /var/log/sa-host [2020-09-15T22:37:49.883Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T22:37:49.883Z] file_magic: OK [2020-09-15T22:37:49.883Z] HZ: Using current value: 100 [2020-09-15T22:37:49.883Z] file_header: OK [2020-09-15T22:37:49.883Z] 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-15T22:37:49.883Z] Statistics: [2020-09-15T22:37:49.883Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:37:49.883Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T22:37:49.883Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T22:37:49.883Z] file_magic: OK [2020-09-15T22:37:49.883Z] HZ: Using current value: 100 [2020-09-15T22:37:49.883Z] file_header: OK [2020-09-15T22:37:49.883Z] 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-15T22:37:49.883Z] Statistics: [2020-09-15T22:37:49.883Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:37:49.883Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:37:49.950Z] provisioning config files... [2020-09-15T22:37:50.152Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_master@tmp/config761485811858161763tmp [Pipeline] { [Pipeline] echo [2020-09-15T22:37:50.210Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:37:50.505Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T22:37:50.515Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:37:50.809Z] ---> logs-deploy.sh [2020-09-15T22:37:50.809Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/master/12 [2020-09-15T22:37:50.809Z] INFO: archiving workspace using pattern(s): [2020-09-15T22:37:52.200Z] Archives upload complete. [2020-09-15T22:37:52.200Z] INFO: archiving logs to Nexus