Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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-43541 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 Commit message: "Merge pull request #286 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T03:23:23.031Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T03:23:23.368Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T03:23:23.488Z] ========================================================= [2020-09-16T03:23:23.488Z] EdgeX Global Pipelines Version Info [2020-09-16T03:23:23.488Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T03:23:25.162Z] ------------------- [2020-09-16T03:23:25.162Z] stable info: [2020-09-16T03:23:25.162Z] ------------------- [2020-09-16T03:23:25.162Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T03:23:25.162Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T03:23:25.162Z] Message: update stable to v1.0.122 [2020-09-16T03:23:26.137Z] ------------------- [2020-09-16T03:23:26.137Z] experimental info: [2020-09-16T03:23:26.137Z] ------------------- [2020-09-16T03:23:26.137Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T03:23:26.137Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T03:23:26.137Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T03:23:26.525Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-16T03:23:26.620Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-16T03:23:26.715Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T03:23:26.815Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T03:23:26.908Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T03:23:27.014Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T03:23:27.116Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T03:23:27.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T03:23:27.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-16T03:23:27.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T03:23:27.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T03:23:27.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-16T03:23:27.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T03:23:27.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T03:23:27.930Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T03:23:28.024Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T03:23:28.121Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T03:23:28.210Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T03:23:28.302Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-16T03:23:28.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-16T03:23:28.483Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-16T03:23:28.581Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-16T03:23:28.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-16T03:23:28.770Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-16T03:23:28.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-16T03:23:28.945Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 [Pipeline] echo [2020-09-16T03:23:29.037Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2c8a35a [Pipeline] echo [2020-09-16T03:23:29.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T03:23:29.773Z] + git log --format=format:%s -1 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 [Pipeline] echo [2020-09-16T03:23:29.851Z] GIT_COMMIT: 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8, Commit Message: Merge pull request #286 from jpwhitemn/upd-go-1-15 [Pipeline] echo [2020-09-16T03:23:29.897Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:23:30.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T03:23:31.854Z] [2020-09-16T03:23:31.854Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:23:32.244Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T03:23:32.244Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T03:23:32.244Z] 31603596830f: Pulling fs layer [2020-09-16T03:23:32.244Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T03:23:32.244Z] 6ca5941a6612: Pulling fs layer [2020-09-16T03:23:32.244Z] ecc8261a40a4: Pulling fs layer [2020-09-16T03:23:32.244Z] ecc8261a40a4: Waiting [2020-09-16T03:23:32.244Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T03:23:32.244Z] 2a8b12db71e7: Download complete [2020-09-16T03:23:32.518Z] 31603596830f: Verifying Checksum [2020-09-16T03:23:32.518Z] 31603596830f: Download complete [2020-09-16T03:23:32.791Z] ecc8261a40a4: Verifying Checksum [2020-09-16T03:23:32.791Z] ecc8261a40a4: Download complete [2020-09-16T03:23:32.791Z] 31603596830f: Pull complete [2020-09-16T03:23:33.060Z] 2a8b12db71e7: Pull complete [2020-09-16T03:23:34.035Z] 6ca5941a6612: Download complete [2020-09-16T03:23:34.627Z] 6ca5941a6612: Pull complete [2020-09-16T03:23:34.891Z] ecc8261a40a4: Pull complete [2020-09-16T03:23:34.891Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T03:23:34.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T03:23:34.891Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T03:23:35.001Z] prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container [2020-09-16T03:23:35.146Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-16T03:23:37.460Z] $ docker top 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T03:23:37.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T03:23:37.773Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T03:23:37.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T03:23:37.992Z] $ docker exec 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent [2020-09-16T03:23:38.148Z] SSH_AUTH_SOCK=/tmp/ssh-wEbyaPc4xnV6/agent.11 [2020-09-16T03:23:38.149Z] SSH_AGENT_PID=16 [2020-09-16T03:23:38.163Z] Running ssh-add (command line suppressed) [2020-09-16T03:23:38.283Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4664022448497750333.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4664022448497750333.key) [2020-09-16T03:23:38.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T03:23:38.682Z] + git describe --exact-match --tags HEAD [2020-09-16T03:23:38.682Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T03:23:38.709Z] $ docker exec --env ******** --env ******** 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent -k [2020-09-16T03:23:38.818Z] unset SSH_AUTH_SOCK; [2020-09-16T03:23:38.818Z] unset SSH_AGENT_PID; [2020-09-16T03:23:38.818Z] echo Agent pid 16 killed; [2020-09-16T03:23:38.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T03:23:38.951Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T03:23:38.951Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T03:23:39.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T03:23:39.051Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T03:23:39.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T03:23:39.226Z] $ docker exec 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent [2020-09-16T03:23:39.381Z] SSH_AUTH_SOCK=/tmp/ssh-x0YEKdBERfMe/agent.44 [2020-09-16T03:23:39.381Z] SSH_AGENT_PID=49 [2020-09-16T03:23:39.389Z] Running ssh-add (command line suppressed) [2020-09-16T03:23:39.507Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7300017446584692201.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7300017446584692201.key) [2020-09-16T03:23:39.561Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T03:23:39.919Z] + git semver init [2020-09-16T03:23:39.919Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T03:23:39.919Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-16T03:23:39.919Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-16T03:23:39.919Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T03:23:39.919Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T03:23:39.919Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T03:23:39.919Z] # $SEMVER_BRANCH = master [2020-09-16T03:23:39.919Z] # $SEMVER_TEMP = /tmp/semver-388965563 [2020-09-16T03:23:39.919Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-16T03:23:40.892Z] # '/tmp/semver-388965563' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-16T03:23:40.892Z] # -> Force: false [2020-09-16T03:23:40.892Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-16T03:23:40.952Z] $ docker exec --env ******** --env ******** 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 ssh-agent -k [2020-09-16T03:23:41.061Z] unset SSH_AUTH_SOCK; [2020-09-16T03:23:41.061Z] unset SSH_AGENT_PID; [2020-09-16T03:23:41.061Z] echo Agent pid 49 killed; [2020-09-16T03:23:41.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T03:23:41.673Z] + git semver [Pipeline] } [2020-09-16T03:23:41.769Z] $ docker stop --time=1 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 [2020-09-16T03:23:43.448Z] $ docker rm -f 1bf4b7896a6ac016127eeb693e22274634008572511330009aeb3df7163c0b32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T03:23:44.781Z] Stashed 91 file(s) [Pipeline] echo [2020-09-16T03:23:44.784Z] [edgeXSemver]: initialized semver on version 0.1.80 [Pipeline] echo [2020-09-16T03:23:44.879Z] Archived original version: [0.1.80] [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-16T03:24:00.322Z] Still waiting to schedule task [2020-09-16T03:24:00.322Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-16T03:24:00.324Z] Still waiting to schedule task [2020-09-16T03:24:00.324Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43539’ is offline [2020-09-16T03:26:52.325Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43544 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-16T03:26:52.381Z] Running in /w/workspace/go-mod-core-contracts/46 [Pipeline] { [Pipeline] checkout [2020-09-16T03:26:57.616Z] using credential edgex-jenkins-ssh [2020-09-16T03:26:57.672Z] Cloning the remote Git repository [2020-09-16T03:26:57.672Z] Cloning with configured refspecs honoured and without tags [2020-09-16T03:26:57.739Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T03:26:57.854Z] > git init /w/workspace/go-mod-core-contracts/46 # timeout=10 [2020-09-16T03:26:57.928Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T03:26:57.929Z] > git --version # timeout=10 [2020-09-16T03:26:57.953Z] > git --version # 'git version 2.17.1' [2020-09-16T03:26:57.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T03:26:58.044Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T03:26:58.981Z] Fetching without tags [2020-09-16T03:26:59.536Z] Checking out Revision 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 (master) [2020-09-16T03:26:58.915Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T03:26:58.933Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T03:26:58.971Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T03:26:58.998Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T03:26:58.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T03:26:59.011Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T03:26:59.566Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T03:26:59.585Z] > git checkout -f 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 [2020-09-16T03:27:04.133Z] Commit message: "Merge pull request #286 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-16T03:27:05.502Z] ========================================================= [2020-09-16T03:27:05.502Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T03:27:05.502Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:27:06.653Z] + 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-16T03:27:07.707Z] Sending build context to Docker daemon 2.243MB [2020-09-16T03:27:07.707Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T03:27:07.707Z] Step 2/7 : FROM ${BASE} [2020-09-16T03:27:07.993Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T03:27:07.993Z] b538f80385f9: Pulling fs layer [2020-09-16T03:27:07.993Z] 74f711af9a0d: Pulling fs layer [2020-09-16T03:27:07.993Z] 99f96fe45779: Pulling fs layer [2020-09-16T03:27:07.993Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T03:27:07.993Z] 45590311c82a: Pulling fs layer [2020-09-16T03:27:07.993Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T03:27:07.993Z] 209524e5b208: Pulling fs layer [2020-09-16T03:27:07.993Z] 8529a6b9a6be: Waiting [2020-09-16T03:27:07.993Z] 45590311c82a: Waiting [2020-09-16T03:27:07.993Z] 69ca0ff8b7b3: Waiting [2020-09-16T03:27:07.993Z] 209524e5b208: Waiting [2020-09-16T03:27:07.993Z] 99f96fe45779: Verifying Checksum [2020-09-16T03:27:07.993Z] 99f96fe45779: Download complete [2020-09-16T03:27:07.993Z] 74f711af9a0d: Verifying Checksum [2020-09-16T03:27:07.993Z] 74f711af9a0d: Download complete [2020-09-16T03:27:07.993Z] 45590311c82a: Verifying Checksum [2020-09-16T03:27:07.993Z] 45590311c82a: Download complete [2020-09-16T03:27:08.601Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T03:27:08.601Z] 69ca0ff8b7b3: Download complete [2020-09-16T03:27:08.883Z] b538f80385f9: Verifying Checksum [2020-09-16T03:27:08.883Z] b538f80385f9: Download complete [2020-09-16T03:27:09.494Z] b538f80385f9: Pull complete [2020-09-16T03:27:10.102Z] 74f711af9a0d: Pull complete [2020-09-16T03:27:10.377Z] 99f96fe45779: Pull complete [2020-09-16T03:27:10.976Z] 209524e5b208: Verifying Checksum [2020-09-16T03:27:10.976Z] 209524e5b208: Download complete [2020-09-16T03:27:12.412Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T03:27:12.412Z] 8529a6b9a6be: Download complete [2020-09-16T03:27:22.587Z] 8529a6b9a6be: Pull complete [2020-09-16T03:27:22.863Z] 45590311c82a: Pull complete [2020-09-16T03:27:23.140Z] 69ca0ff8b7b3: Pull complete [2020-09-16T03:27:27.474Z] 209524e5b208: Pull complete [2020-09-16T03:27:27.474Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T03:27:27.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T03:27:27.474Z] ---> 5bddaf1c2fca [2020-09-16T03:27:27.474Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T03:27:30.110Z] ---> Running in dac0d77da3a2 [2020-09-16T03:27:30.709Z] Removing intermediate container dac0d77da3a2 [2020-09-16T03:27:30.709Z] ---> 1e3646912332 [2020-09-16T03:27:30.709Z] Step 4/7 : RUN apk add bash [2020-09-16T03:27:30.709Z] ---> Running in 9a23529b27f0 [2020-09-16T03:27:32.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T03:27:33.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T03:27:34.747Z] OK: 142 MiB in 39 packages [2020-09-16T03:27:35.733Z] Removing intermediate container 9a23529b27f0 [2020-09-16T03:27:35.734Z] ---> 789d8305b4f2 [2020-09-16T03:27:35.734Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T03:27:35.734Z] ---> Running in 14bcd528e1f7 [2020-09-16T03:27:36.331Z] Removing intermediate container 14bcd528e1f7 [2020-09-16T03:27:36.331Z] ---> c8577821769c [2020-09-16T03:27:36.331Z] Step 6/7 : COPY go.mod . [2020-09-16T03:27:36.933Z] ---> 2b5c027df79a [2020-09-16T03:27:36.933Z] Step 7/7 : RUN go mod download [2020-09-16T03:27:37.207Z] ---> Running in 65d2b238aa1a [2020-09-16T03:27:52.304Z] Removing intermediate container 65d2b238aa1a [2020-09-16T03:27:52.304Z] ---> 1c72ec3052e8 [2020-09-16T03:27:52.304Z] Successfully built 1c72ec3052e8 [2020-09-16T03:27:52.304Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:27:52.733Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T03:27:52.733Z] . [Pipeline] withDockerContainer [2020-09-16T03:27:53.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-43544 does not seem to be running inside a container [2020-09-16T03:27:53.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/46 -v /w/workspace/go-mod-core-contracts/46:/w/workspace/go-mod-core-contracts/46:rw,z -v /w/workspace/go-mod-core-contracts/46@tmp:/w/workspace/go-mod-core-contracts/46@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-arm64 cat [2020-09-16T03:27:55.096Z] $ docker top 3ad8edb5fd907232d19cb234618dd1d9fd9aca86ab45c0fc9597ba1c9368caef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T03:27:56.555Z] + go version [2020-09-16T03:27:56.555Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T03:27:56.581Z] $ docker stop --time=1 3ad8edb5fd907232d19cb234618dd1d9fd9aca86ab45c0fc9597ba1c9368caef [2020-09-16T03:27:58.620Z] $ docker rm -f 3ad8edb5fd907232d19cb234618dd1d9fd9aca86ab45c0fc9597ba1c9368caef [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-16T03:28:02.558Z] Running on prd-centos7-docker-4c-2g-43545 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-16T03:28:02.619Z] Running in /w/workspace/go-mod-core-contracts/46 [Pipeline] { [Pipeline] checkout [2020-09-16T03:28:04.948Z] using credential edgex-jenkins-ssh [2020-09-16T03:28:05.000Z] Cloning the remote Git repository [2020-09-16T03:28:05.000Z] Cloning with configured refspecs honoured and without tags [2020-09-16T03:28:05.032Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T03:28:05.100Z] > git init /w/workspace/go-mod-core-contracts/46 # timeout=10 [2020-09-16T03:28:05.712Z] Fetching without tags [2020-09-16T03:28:05.154Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T03:28:05.155Z] > git --version # timeout=10 [2020-09-16T03:28:05.162Z] > git --version # 'git version 2.16.5' [2020-09-16T03:28:05.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T03:28:05.195Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T03:28:05.687Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T03:28:05.693Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T03:28:05.709Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T03:28:05.721Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T03:28:05.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T03:28:05.727Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T03:28:06.429Z] Checking out Revision 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 (master) [2020-09-16T03:28:06.442Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T03:28:06.447Z] > git checkout -f 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 [2020-09-16T03:28:10.134Z] Commit message: "Merge pull request #286 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-16T03:28:11.468Z] ========================================================= [2020-09-16T03:28:11.468Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T03:28:11.468Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:28:12.218Z] + 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-16T03:28:12.481Z] Sending build context to Docker daemon 2.243MB [2020-09-16T03:28:12.481Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T03:28:12.481Z] Step 2/7 : FROM ${BASE} [2020-09-16T03:28:12.742Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T03:28:12.742Z] df20fa9351a1: Pulling fs layer [2020-09-16T03:28:12.742Z] ed8968b2872e: Pulling fs layer [2020-09-16T03:28:12.742Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T03:28:12.742Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T03:28:12.742Z] e73272ec9a57: Pulling fs layer [2020-09-16T03:28:12.742Z] 1e910a182e73: Pulling fs layer [2020-09-16T03:28:12.742Z] 4e634b169226: Pulling fs layer [2020-09-16T03:28:12.742Z] e73272ec9a57: Waiting [2020-09-16T03:28:12.742Z] 1e910a182e73: Waiting [2020-09-16T03:28:12.742Z] 4e634b169226: Waiting [2020-09-16T03:28:12.742Z] e871e8e8d7a9: Waiting [2020-09-16T03:28:12.742Z] a92cc7c5fd73: Download complete [2020-09-16T03:28:12.742Z] ed8968b2872e: Verifying Checksum [2020-09-16T03:28:12.742Z] ed8968b2872e: Download complete [2020-09-16T03:28:12.742Z] e73272ec9a57: Download complete [2020-09-16T03:28:13.012Z] 1e910a182e73: Verifying Checksum [2020-09-16T03:28:13.012Z] 1e910a182e73: Download complete [2020-09-16T03:28:13.012Z] df20fa9351a1: Verifying Checksum [2020-09-16T03:28:13.012Z] df20fa9351a1: Download complete [2020-09-16T03:28:13.279Z] df20fa9351a1: Pull complete [2020-09-16T03:28:13.542Z] ed8968b2872e: Pull complete [2020-09-16T03:28:13.542Z] a92cc7c5fd73: Pull complete [2020-09-16T03:28:17.768Z] 4e634b169226: Verifying Checksum [2020-09-16T03:28:17.768Z] 4e634b169226: Download complete [2020-09-16T03:28:18.031Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T03:28:18.031Z] e871e8e8d7a9: Download complete [2020-09-16T03:28:23.364Z] e871e8e8d7a9: Pull complete [2020-09-16T03:28:23.364Z] e73272ec9a57: Pull complete [2020-09-16T03:28:23.364Z] 1e910a182e73: Pull complete [2020-09-16T03:28:29.981Z] 4e634b169226: Pull complete [2020-09-16T03:28:29.981Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T03:28:29.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T03:28:29.981Z] ---> f7629b54cfaa [2020-09-16T03:28:29.981Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T03:28:29.981Z] ---> Running in 4bcc63d24b7a [2020-09-16T03:28:29.981Z] Removing intermediate container 4bcc63d24b7a [2020-09-16T03:28:29.981Z] ---> 173a44bb1da0 [2020-09-16T03:28:29.981Z] Step 4/7 : RUN apk add bash [2020-09-16T03:28:29.981Z] ---> Running in 4a3e278dce61 [2020-09-16T03:28:30.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T03:28:31.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T03:28:32.453Z] OK: 166 MiB in 39 packages [2020-09-16T03:28:33.028Z] Removing intermediate container 4a3e278dce61 [2020-09-16T03:28:33.028Z] ---> cdf3b2867383 [2020-09-16T03:28:33.028Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T03:28:33.028Z] ---> Running in 477bd8efb9ec [2020-09-16T03:28:33.294Z] Removing intermediate container 477bd8efb9ec [2020-09-16T03:28:33.294Z] ---> 4b8d6b4cf338 [2020-09-16T03:28:33.294Z] Step 6/7 : COPY go.mod . [2020-09-16T03:28:33.558Z] ---> a1bb9564539d [2020-09-16T03:28:33.558Z] Step 7/7 : RUN go mod download [2020-09-16T03:28:33.558Z] ---> Running in d45f8a2b48e6 [2020-09-16T03:28:43.600Z] Removing intermediate container d45f8a2b48e6 [2020-09-16T03:28:43.600Z] ---> 4ef5c916a003 [2020-09-16T03:28:43.600Z] Successfully built 4ef5c916a003 [2020-09-16T03:28:43.865Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:28:44.225Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T03:28:44.225Z] . [Pipeline] withDockerContainer [2020-09-16T03:28:44.335Z] prd-centos7-docker-4c-2g-43545 does not seem to be running inside a container [2020-09-16T03:28:44.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/46 -v /w/workspace/go-mod-core-contracts/46:/w/workspace/go-mod-core-contracts/46:rw,z -v /w/workspace/go-mod-core-contracts/46@tmp:/w/workspace/go-mod-core-contracts/46@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-x86_64 cat [2020-09-16T03:28:45.076Z] $ docker top 61e6a61fe3755d1833fc4db58cedc13cc84253087ae305ca6942d74fe0321de9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T03:28:45.575Z] + go version [2020-09-16T03:28:45.575Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T03:28:45.594Z] $ docker stop --time=1 61e6a61fe3755d1833fc4db58cedc13cc84253087ae305ca6942d74fe0321de9 [2020-09-16T03:28:46.944Z] $ docker rm -f 61e6a61fe3755d1833fc4db58cedc13cc84253087ae305ca6942d74fe0321de9 [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-16T03:28:49.739Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-16T03:28:49.741Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-16T03:28:49.797Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:28:50.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T03:28:50.144Z] [2020-09-16T03:28:50.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:28:50.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T03:28:50.546Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-16T03:28:50.546Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-16T03:28:50.546Z] 408f87550127: Pulling fs layer [2020-09-16T03:28:50.546Z] fe522b08c979: Pulling fs layer [2020-09-16T03:28:50.546Z] 221eaa008020: Pulling fs layer [2020-09-16T03:28:50.546Z] 2a4607e5d6b9: Pulling fs layer [2020-09-16T03:28:50.546Z] 8f79b27c4fd2: Pulling fs layer [2020-09-16T03:28:50.546Z] e5c8dbe1645b: Pulling fs layer [2020-09-16T03:28:50.546Z] 23e8b3b47431: Pulling fs layer [2020-09-16T03:28:50.546Z] 5c568d65a230: Pulling fs layer [2020-09-16T03:28:50.546Z] 2a4607e5d6b9: Waiting [2020-09-16T03:28:50.546Z] 8f79b27c4fd2: Waiting [2020-09-16T03:28:50.546Z] e5c8dbe1645b: Waiting [2020-09-16T03:28:50.546Z] 23e8b3b47431: Waiting [2020-09-16T03:28:50.546Z] 5c568d65a230: Waiting [2020-09-16T03:28:50.546Z] 221eaa008020: Waiting [2020-09-16T03:28:50.546Z] fe522b08c979: Verifying Checksum [2020-09-16T03:28:50.546Z] fe522b08c979: Download complete [2020-09-16T03:28:50.546Z] 408f87550127: Verifying Checksum [2020-09-16T03:28:50.546Z] 408f87550127: Download complete [2020-09-16T03:28:50.546Z] 2a4607e5d6b9: Verifying Checksum [2020-09-16T03:28:50.546Z] 2a4607e5d6b9: Download complete [2020-09-16T03:28:50.546Z] 8f79b27c4fd2: Download complete [2020-09-16T03:28:50.807Z] cbdbe7a5bc2a: Download complete [2020-09-16T03:28:51.069Z] cbdbe7a5bc2a: Pull complete [2020-09-16T03:28:51.331Z] 408f87550127: Pull complete [2020-09-16T03:28:51.331Z] fe522b08c979: Pull complete [2020-09-16T03:28:51.904Z] e5c8dbe1645b: Verifying Checksum [2020-09-16T03:28:51.904Z] e5c8dbe1645b: Download complete [2020-09-16T03:28:53.295Z] 5c568d65a230: Verifying Checksum [2020-09-16T03:28:53.295Z] 5c568d65a230: Download complete [2020-09-16T03:28:53.295Z] 23e8b3b47431: Verifying Checksum [2020-09-16T03:28:53.295Z] 23e8b3b47431: Download complete [2020-09-16T03:28:54.239Z] 221eaa008020: Verifying Checksum [2020-09-16T03:28:54.239Z] 221eaa008020: Download complete [2020-09-16T03:28:59.577Z] 221eaa008020: Pull complete [2020-09-16T03:28:59.577Z] 2a4607e5d6b9: Pull complete [2020-09-16T03:28:59.577Z] 8f79b27c4fd2: Pull complete [2020-09-16T03:29:02.133Z] e5c8dbe1645b: Pull complete [2020-09-16T03:29:05.462Z] 23e8b3b47431: Pull complete [2020-09-16T03:29:06.409Z] 5c568d65a230: Pull complete [2020-09-16T03:29:06.409Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-16T03:29:06.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T03:29:06.409Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-16T03:29:06.574Z] prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container [2020-09-16T03:29:06.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-16T03:29:07.461Z] $ docker top 9161429c3816eb568ca3eccf48a7ae5c07610de0d1a1c1c893e1b867e51ed561 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T03:29:07.969Z] + snyk monitor '--org=edgex-jenkins' [2020-09-16T03:29:12.193Z] [2020-09-16T03:29:12.193Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-16T03:29:12.193Z] [2020-09-16T03:29:12.193Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/f7425e46-3020-41e5-9825-6ebf6b75d68b [2020-09-16T03:29:12.193Z] [2020-09-16T03:29:12.193Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-16T03:29:12.193Z] [2020-09-16T03:29:12.193Z] [2020-09-16T03:29:12.193Z] Snyk CLI supports Node.js 8 and higher. [2020-09-16T03:29:12.193Z] 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-16T03:29:12.193Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-16T03:29:12.193Z] [2020-09-16T03:29:12.193Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-16T03:29:12.193Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-16T03:29:12.209Z] $ docker stop --time=1 9161429c3816eb568ca3eccf48a7ae5c07610de0d1a1c1c893e1b867e51ed561 [2020-09-16T03:29:14.441Z] $ docker rm -f 9161429c3816eb568ca3eccf48a7ae5c07610de0d1a1c1c893e1b867e51ed561 [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-16T03:29:16.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T03:29:16.309Z] . [Pipeline] withDockerContainer [2020-09-16T03:29:16.407Z] prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container [2020-09-16T03:29:16.455Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-16T03:29:17.112Z] $ docker top 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T03:29:17.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T03:29:17.469Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T03:29:17.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T03:29:17.688Z] $ docker exec 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 ssh-agent [2020-09-16T03:29:17.843Z] SSH_AUTH_SOCK=/tmp/ssh-3Pb3ncUTu3RD/agent.11 [2020-09-16T03:29:17.843Z] SSH_AGENT_PID=16 [2020-09-16T03:29:17.852Z] Running ssh-add (command line suppressed) [2020-09-16T03:29:17.984Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7099857763269982836.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7099857763269982836.key) [2020-09-16T03:29:18.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T03:29:18.451Z] + git semver tag [2020-09-16T03:29:18.451Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T03:29:18.451Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-16T03:29:18.451Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-16T03:29:18.451Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T03:29:18.451Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T03:29:18.451Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T03:29:18.451Z] # $SEMVER_BRANCH = master [2020-09-16T03:29:18.451Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-16T03:29:18.451Z] # 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 HEAD [2020-09-16T03:29:18.451Z] # -> Force: false [2020-09-16T03:29:18.451Z] # 2f47782e50a6bdcacc47a7cb48d321f1ae692ec1 refs/tags/v0.1.80 [Pipeline] } [2020-09-16T03:29:18.466Z] $ docker exec --env ******** --env ******** 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 ssh-agent -k [2020-09-16T03:29:18.583Z] unset SSH_AUTH_SOCK; [2020-09-16T03:29:18.583Z] unset SSH_AGENT_PID; [2020-09-16T03:29:18.583Z] echo Agent pid 16 killed; [2020-09-16T03:29:18.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T03:29:19.132Z] + git semver [Pipeline] } [2020-09-16T03:29:19.152Z] $ docker stop --time=1 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 [2020-09-16T03:29:20.472Z] $ docker rm -f 7a78c8f9114724af31ddc136b3b7796610cd93ff4afa51c4c2cc44be9d9df294 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:29:21.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T03:29:21.183Z] [2020-09-16T03:29:21.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:29:21.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T03:29:21.539Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-16T03:29:21.539Z] ab5ef0e58194: Pulling fs layer [2020-09-16T03:29:21.539Z] 9712f1f96733: Pulling fs layer [2020-09-16T03:29:21.539Z] 63f879dbbcfc: Pulling fs layer [2020-09-16T03:29:21.539Z] 0d9ebad4ef96: Pulling fs layer [2020-09-16T03:29:21.539Z] e9a5061849ea: Pulling fs layer [2020-09-16T03:29:21.539Z] d747dcd14b5f: Pulling fs layer [2020-09-16T03:29:21.539Z] 2de7ff778b66: Pulling fs layer [2020-09-16T03:29:21.539Z] e9a5061849ea: Waiting [2020-09-16T03:29:21.539Z] d747dcd14b5f: Waiting [2020-09-16T03:29:21.539Z] 2de7ff778b66: Waiting [2020-09-16T03:29:21.539Z] 0d9ebad4ef96: Waiting [2020-09-16T03:29:21.539Z] 9712f1f96733: Download complete [2020-09-16T03:29:23.458Z] 63f879dbbcfc: Verifying Checksum [2020-09-16T03:29:23.458Z] 63f879dbbcfc: Download complete [2020-09-16T03:29:23.721Z] e9a5061849ea: Verifying Checksum [2020-09-16T03:29:23.721Z] e9a5061849ea: Download complete [2020-09-16T03:29:23.722Z] d747dcd14b5f: Verifying Checksum [2020-09-16T03:29:23.722Z] d747dcd14b5f: Download complete [2020-09-16T03:29:24.078Z] 2de7ff778b66: Verifying Checksum [2020-09-16T03:29:24.078Z] 2de7ff778b66: Download complete [2020-09-16T03:29:24.078Z] 0d9ebad4ef96: Verifying Checksum [2020-09-16T03:29:24.078Z] 0d9ebad4ef96: Download complete [2020-09-16T03:29:24.341Z] ab5ef0e58194: Verifying Checksum [2020-09-16T03:29:24.341Z] ab5ef0e58194: Download complete [2020-09-16T03:29:27.660Z] ab5ef0e58194: Pull complete [2020-09-16T03:29:27.922Z] 9712f1f96733: Pull complete [2020-09-16T03:29:31.229Z] 63f879dbbcfc: Pull complete [2020-09-16T03:29:37.848Z] 0d9ebad4ef96: Pull complete [2020-09-16T03:29:38.791Z] e9a5061849ea: Pull complete [2020-09-16T03:29:38.791Z] d747dcd14b5f: Pull complete [2020-09-16T03:29:42.099Z] 2de7ff778b66: Pull complete [2020-09-16T03:29:42.099Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-16T03:29:42.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T03:29:42.099Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-16T03:29:42.273Z] prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container [2020-09-16T03:29:42.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-16T03:29:45.705Z] $ docker top db4d8f71efba2ebe9ac52a6860cb0af37f149806d5c9c7086ab7505a4b3dbf06 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-16T03:29:46.021Z] provisioning config files... [2020-09-16T03:29:46.035Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7903058450699027427tmp [2020-09-16T03:29:46.054Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1901464542741062067tmp [2020-09-16T03:29:46.074Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2725355296952528598tmp [Pipeline] { [Pipeline] echo [2020-09-16T03:29:46.135Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T03:29:46.428Z] ---> sigul-configuration.sh [2020-09-16T03:29:46.428Z] gpg: directory `/root/.gnupg' created [2020-09-16T03:29:46.428Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-16T03:29:46.428Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-16T03:29:46.428Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-16T03:29:46.428Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-16T03:29:46.428Z] gpg: CAST5 encrypted data [2020-09-16T03:29:46.689Z] gpg: encrypted with 1 passphrase [2020-09-16T03:29:46.689Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-16T03:29:46.987Z] + mkdir /home/jenkins [2020-09-16T03:29:46.987Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-16T03:29:47.285Z] + 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-16T03:29:47.297Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T03:29:47.594Z] ---> sigul-install.sh [2020-09-16T03:29:52.889Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-16T03:29:53.185Z] + git tag --list [2020-09-16T03:29:53.185Z] v0.1.80 [Pipeline] sh [2020-09-16T03:29:53.979Z] + lftools sign git-tag v0.1.80 [2020-09-16T03:29:55.366Z] Signing Git tag with Sigul... [2020-09-16T03:29:55.366Z] Signing v0.1.80 [Pipeline] echo [2020-09-16T03:29:56.321Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T03:29:56.615Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-16T03:29:56.624Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-16T03:29:56.738Z] $ docker stop --time=1 db4d8f71efba2ebe9ac52a6860cb0af37f149806d5c9c7086ab7505a4b3dbf06 [2020-09-16T03:29:58.682Z] $ docker rm -f db4d8f71efba2ebe9ac52a6860cb0af37f149806d5c9c7086ab7505a4b3dbf06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:29:59.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T03:29:59.576Z] . [Pipeline] withDockerContainer [2020-09-16T03:29:59.677Z] prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container [2020-09-16T03:29:59.720Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-16T03:30:00.406Z] $ docker top 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T03:30:00.877Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T03:30:00.877Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T03:30:01.075Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T03:30:01.080Z] $ docker exec 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e ssh-agent [2020-09-16T03:30:01.246Z] SSH_AUTH_SOCK=/tmp/ssh-RsEnAOuwW7Vw/agent.12 [2020-09-16T03:30:01.246Z] SSH_AGENT_PID=18 [2020-09-16T03:30:01.254Z] Running ssh-add (command line suppressed) [2020-09-16T03:30:01.403Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1141174370980484551.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1141174370980484551.key) [2020-09-16T03:30:01.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T03:30:01.846Z] + git semver bump patch [2020-09-16T03:30:01.846Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T03:30:01.846Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-16T03:30:01.846Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-16T03:30:01.846Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T03:30:01.846Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T03:30:01.846Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T03:30:01.846Z] # $SEMVER_BRANCH = master [2020-09-16T03:30:01.846Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-16T03:30:01.846Z] 0.1.81 [Pipeline] } [2020-09-16T03:30:01.860Z] $ docker exec --env ******** --env ******** 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e ssh-agent -k [2020-09-16T03:30:01.972Z] unset SSH_AUTH_SOCK; [2020-09-16T03:30:01.972Z] unset SSH_AGENT_PID; [2020-09-16T03:30:01.972Z] echo Agent pid 18 killed; [2020-09-16T03:30:02.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T03:30:02.710Z] + git semver [Pipeline] } [2020-09-16T03:30:02.732Z] $ docker stop --time=1 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e [2020-09-16T03:30:04.086Z] $ docker rm -f 4f62d390e2b79f0a94ece8243ed5fe14fa8ae4a2f9f06d9285dec0b53fc46d1e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:30:05.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T03:30:05.125Z] . [Pipeline] withDockerContainer [2020-09-16T03:30:05.220Z] prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container [2020-09-16T03:30:05.265Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-16T03:30:05.869Z] $ docker top 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T03:30:06.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T03:30:06.189Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T03:30:06.370Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T03:30:06.374Z] $ docker exec 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb ssh-agent [2020-09-16T03:30:06.536Z] SSH_AUTH_SOCK=/tmp/ssh-o25P5suokiH9/agent.12 [2020-09-16T03:30:06.536Z] SSH_AGENT_PID=17 [2020-09-16T03:30:06.543Z] Running ssh-add (command line suppressed) [2020-09-16T03:30:06.660Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2305046818963602192.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2305046818963602192.key) [2020-09-16T03:30:06.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T03:30:07.060Z] + git semver push [2020-09-16T03:30:07.060Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T03:30:07.060Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-16T03:30:07.060Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-16T03:30:07.060Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T03:30:07.060Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T03:30:07.060Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T03:30:07.060Z] # $SEMVER_BRANCH = master [2020-09-16T03:30:07.060Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-16T03:30:13.663Z] $ docker exec --env ******** --env ******** 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb ssh-agent -k [2020-09-16T03:30:13.782Z] unset SSH_AUTH_SOCK; [2020-09-16T03:30:13.782Z] unset SSH_AGENT_PID; [2020-09-16T03:30:13.782Z] echo Agent pid 17 killed; [2020-09-16T03:30:13.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T03:30:14.350Z] + git semver [Pipeline] } [2020-09-16T03:30:14.369Z] $ docker stop --time=1 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb [2020-09-16T03:30:15.731Z] $ docker rm -f 716d7f0b91d337c3b1b9e0b621efdbe20baf2a1ccd96d074fd0e8f46fe71c2eb [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-16T03:30:17.258Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T03:30:17.827Z] ---> package-listing.sh [2020-09-16T03:30:17.827Z] ++ facter osfamily [2020-09-16T03:30:17.827Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T03:30:17.827Z] + OS_FAMILY=redhat [2020-09-16T03:30:17.827Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-16T03:30:17.827Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T03:30:17.827Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T03:30:17.827Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T03:30:17.827Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T03:30:17.827Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-16T03:30:17.827Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T03:30:17.827Z] + case "${OS_FAMILY}" in [2020-09-16T03:30:17.827Z] + rpm -qa [2020-09-16T03:30:17.827Z] + sort [2020-09-16T03:30:22.042Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T03:30:22.042Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T03:30:22.042Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T03:30:22.042Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-16T03:30:22.042Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-16T03:30:22.042Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:30:23.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T03:30:23.271Z] [2020-09-16T03:30:23.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T03:30:23.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T03:30:23.643Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T03:30:23.643Z] df20fa9351a1: Pulling fs layer [2020-09-16T03:30:23.643Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T03:30:23.643Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T03:30:23.643Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T03:30:23.643Z] 0dadc02b9964: Pulling fs layer [2020-09-16T03:30:23.643Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T03:30:23.643Z] 7a184a31f384: Pulling fs layer [2020-09-16T03:30:23.643Z] 0879bd2ef858: Pulling fs layer [2020-09-16T03:30:23.643Z] ce6a7cf60c04: Waiting [2020-09-16T03:30:23.643Z] 7a184a31f384: Waiting [2020-09-16T03:30:23.643Z] 46f8f816bc3b: Waiting [2020-09-16T03:30:23.643Z] 36b3adc4ff6f: Verifying Checksum [2020-09-16T03:30:23.643Z] 36b3adc4ff6f: Download complete [2020-09-16T03:30:23.643Z] 46f8f816bc3b: Download complete [2020-09-16T03:30:23.906Z] df20fa9351a1: Verifying Checksum [2020-09-16T03:30:23.906Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T03:30:23.906Z] ce6a7cf60c04: Download complete [2020-09-16T03:30:23.906Z] 0dadc02b9964: Verifying Checksum [2020-09-16T03:30:23.906Z] 0dadc02b9964: Download complete [2020-09-16T03:30:23.906Z] 7a184a31f384: Download complete [2020-09-16T03:30:24.168Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T03:30:24.168Z] 8ad3a11d3b57: Download complete [2020-09-16T03:30:24.430Z] df20fa9351a1: Pull complete [2020-09-16T03:30:24.692Z] 36b3adc4ff6f: Pull complete [2020-09-16T03:30:24.692Z] 0879bd2ef858: Download complete [2020-09-16T03:30:25.266Z] 8ad3a11d3b57: Pull complete [2020-09-16T03:30:25.527Z] 46f8f816bc3b: Pull complete [2020-09-16T03:30:25.788Z] 0dadc02b9964: Pull complete [2020-09-16T03:30:25.788Z] ce6a7cf60c04: Pull complete [2020-09-16T03:30:25.788Z] 7a184a31f384: Pull complete [2020-09-16T03:30:28.575Z] 0879bd2ef858: Pull complete [2020-09-16T03:30:28.575Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T03:30:28.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T03:30:28.575Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T03:30:28.678Z] prd-centos7-docker-4c-2g-43541 does not seem to be running inside a container [2020-09-16T03:30:28.721Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-16T03:30:32.052Z] $ docker top 02a6625827e376a711b5710a4e399e0dd286ec61323bf061f6a8892119a5a8e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T03:30:32.592Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T03:30:32.892Z] + ls /var/log/sa-host [2020-09-16T03:30:32.892Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T03:30:32.892Z] file_magic: OK [2020-09-16T03:30:32.892Z] HZ: Using current value: 100 [2020-09-16T03:30:32.892Z] file_header: OK [2020-09-16T03:30:32.892Z] 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-16T03:30:32.892Z] Statistics: [2020-09-16T03:30:32.892Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T03:30:32.892Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T03:30:32.892Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T03:30:32.892Z] file_magic: OK [2020-09-16T03:30:32.892Z] HZ: Using current value: 100 [2020-09-16T03:30:32.892Z] file_header: OK [2020-09-16T03:30:32.892Z] 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-16T03:30:32.892Z] Statistics: [2020-09-16T03:30:32.892Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T03:30:32.892Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T03:30:32.963Z] provisioning config files... [2020-09-16T03:30:32.984Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config640017039225509021tmp [Pipeline] { [Pipeline] echo [2020-09-16T03:30:33.079Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T03:30:33.383Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T03:30:33.394Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T03:30:33.693Z] ---> logs-deploy.sh [2020-09-16T03:30:33.693Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/46 [2020-09-16T03:30:33.693Z] INFO: archiving workspace using pattern(s): [2020-09-16T03:30:35.088Z] Archives upload complete. [2020-09-16T03:30:35.088Z] INFO: archiving logs to Nexus