Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d36960e62c123c887cc476429b66e97243ab9e9 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-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-43617 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git Fetching without tags > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4d36960e62c123c887cc476429b66e97243ab9e9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 Commit message: "Merge pull request #90 from lenny-intel/go-mod" > git rev-list --no-walk 40ca38474f55f855f0992f2930430c3fe3e7a006 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T17:14:06.510Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T17:14:06.832Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T17:14:06.948Z] ========================================================= [2020-09-16T17:14:06.948Z] EdgeX Global Pipelines Version Info [2020-09-16T17:14:06.948Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T17:14:08.365Z] ------------------- [2020-09-16T17:14:08.365Z] stable info: [2020-09-16T17:14:08.365Z] ------------------- [2020-09-16T17:14:08.365Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T17:14:08.365Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T17:14:08.365Z] Message: update stable to v1.0.122 [2020-09-16T17:14:09.323Z] ------------------- [2020-09-16T17:14:09.323Z] experimental info: [2020-09-16T17:14:09.323Z] ------------------- [2020-09-16T17:14:09.323Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T17:14:09.323Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T17:14:09.323Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T17:14:09.805Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-09-16T17:14:09.919Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-09-16T17:14:10.057Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T17:14:10.202Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T17:14:10.402Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T17:14:10.521Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T17:14:10.695Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T17:14:10.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T17:14:10.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-16T17:14:11.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T17:14:11.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T17:14:11.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-09-16T17:14:11.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T17:14:11.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T17:14:11.742Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T17:14:11.879Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T17:14:12.008Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T17:14:12.119Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T17:14:12.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-16T17:14:12.340Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-16T17:14:12.509Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-16T17:14:12.607Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-16T17:14:12.711Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-16T17:14:12.820Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-16T17:14:12.932Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-16T17:14:13.070Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d36960e62c123c887cc476429b66e97243ab9e9 [Pipeline] echo [2020-09-16T17:14:13.166Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d36960 [Pipeline] echo [2020-09-16T17:14:13.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T17:14:13.942Z] + git log --format=format:%s -1 4d36960e62c123c887cc476429b66e97243ab9e9 [Pipeline] echo [2020-09-16T17:14:14.001Z] GIT_COMMIT: 4d36960e62c123c887cc476429b66e97243ab9e9, Commit Message: Merge pull request #90 from lenny-intel/go-mod [Pipeline] echo [2020-09-16T17:14:14.064Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:14:14.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T17:14:15.175Z] [2020-09-16T17:14:15.175Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:14:15.528Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T17:14:15.529Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T17:14:15.529Z] 31603596830f: Pulling fs layer [2020-09-16T17:14:15.529Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T17:14:15.529Z] 6ca5941a6612: Pulling fs layer [2020-09-16T17:14:15.529Z] ecc8261a40a4: Pulling fs layer [2020-09-16T17:14:15.529Z] ecc8261a40a4: Waiting [2020-09-16T17:14:15.529Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T17:14:15.529Z] 2a8b12db71e7: Download complete [2020-09-16T17:14:15.790Z] 31603596830f: Verifying Checksum [2020-09-16T17:14:15.790Z] 31603596830f: Download complete [2020-09-16T17:14:15.790Z] ecc8261a40a4: Verifying Checksum [2020-09-16T17:14:15.790Z] ecc8261a40a4: Download complete [2020-09-16T17:14:15.790Z] 6ca5941a6612: Verifying Checksum [2020-09-16T17:14:15.790Z] 6ca5941a6612: Download complete [2020-09-16T17:14:16.052Z] 31603596830f: Pull complete [2020-09-16T17:14:16.052Z] 2a8b12db71e7: Pull complete [2020-09-16T17:14:16.997Z] 6ca5941a6612: Pull complete [2020-09-16T17:14:16.997Z] ecc8261a40a4: Pull complete [2020-09-16T17:14:16.997Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T17:14:16.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T17:14:16.997Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T17:14:17.092Z] prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container [2020-09-16T17:14:17.137Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T17:14:18.983Z] $ docker top 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T17:14:19.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T17:14:19.342Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T17:14:19.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T17:14:19.546Z] $ docker exec 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent [2020-09-16T17:14:19.695Z] SSH_AUTH_SOCK=/tmp/ssh-52dg6LET1Fxj/agent.13 [2020-09-16T17:14:19.695Z] SSH_AGENT_PID=18 [2020-09-16T17:14:19.707Z] Running ssh-add (command line suppressed) [2020-09-16T17:14:19.827Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4124672243838678760.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4124672243838678760.key) [2020-09-16T17:14:19.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T17:14:20.212Z] + git describe --exact-match --tags HEAD [2020-09-16T17:14:20.212Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T17:14:20.297Z] $ docker exec --env ******** --env ******** 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent -k [2020-09-16T17:14:20.416Z] unset SSH_AUTH_SOCK; [2020-09-16T17:14:20.417Z] unset SSH_AGENT_PID; [2020-09-16T17:14:20.417Z] echo Agent pid 18 killed; [2020-09-16T17:14:20.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T17:14:20.649Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T17:14:20.649Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T17:14:20.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T17:14:20.813Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T17:14:20.970Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T17:14:20.976Z] $ docker exec 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent [2020-09-16T17:14:21.127Z] SSH_AUTH_SOCK=/tmp/ssh-6cezRtjDdvn1/agent.48 [2020-09-16T17:14:21.127Z] SSH_AGENT_PID=53 [2020-09-16T17:14:21.133Z] Running ssh-add (command line suppressed) [2020-09-16T17:14:21.242Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9145360680368876531.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_9145360680368876531.key) [2020-09-16T17:14:21.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T17:14:21.629Z] + git semver init [2020-09-16T17:14:21.629Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T17:14:21.629Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-16T17:14:21.629Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-16T17:14:21.629Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T17:14:21.629Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T17:14:21.629Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T17:14:21.629Z] # $SEMVER_BRANCH = master [2020-09-16T17:14:21.629Z] # $SEMVER_TEMP = /tmp/semver-487308091 [2020-09-16T17:14:21.629Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-09-16T17:14:21.890Z] # '/tmp/semver-487308091' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-09-16T17:14:21.890Z] # -> Force: false [2020-09-16T17:14:21.890Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-09-16T17:14:21.905Z] $ docker exec --env ******** --env ******** 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb ssh-agent -k [2020-09-16T17:14:22.017Z] unset SSH_AUTH_SOCK; [2020-09-16T17:14:22.017Z] unset SSH_AGENT_PID; [2020-09-16T17:14:22.017Z] echo Agent pid 53 killed; [2020-09-16T17:14:22.059Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T17:14:22.549Z] + git semver [Pipeline] } [2020-09-16T17:14:22.568Z] $ docker stop --time=1 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb [2020-09-16T17:14:24.003Z] $ docker rm -f 42870d552418c605c79e92c949f58a16aa02ce0329c08a85094b510390a71adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T17:14:24.702Z] Stashed 47 file(s) [Pipeline] echo [2020-09-16T17:14:24.705Z] [edgeXSemver]: initialized semver on version 0.0.39 [Pipeline] echo [2020-09-16T17:14:24.808Z] Archived original version: [0.0.39] [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-16T17:14:40.372Z] Still waiting to schedule task [2020-09-16T17:14:40.372Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-16T17:14:40.375Z] Still waiting to schedule task [2020-09-16T17:14:40.375Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-16T17:16:38.543Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43618 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-09-16T17:16:38.644Z] Running in /w/workspace/go-mod-bootstrap/41 [Pipeline] { [Pipeline] checkout [2020-09-16T17:16:44.054Z] using credential edgex-jenkins-ssh [2020-09-16T17:16:44.114Z] Cloning the remote Git repository [2020-09-16T17:16:44.114Z] Cloning with configured refspecs honoured and without tags [2020-09-16T17:16:44.182Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-16T17:16:44.287Z] > git init /w/workspace/go-mod-bootstrap/41 # timeout=10 [2020-09-16T17:16:44.352Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-16T17:16:44.353Z] > git --version # timeout=10 [2020-09-16T17:16:44.375Z] > git --version # 'git version 2.17.1' [2020-09-16T17:16:44.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T17:16:44.449Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T17:16:45.132Z] Fetching without tags [2020-09-16T17:16:45.616Z] Checking out Revision 4d36960e62c123c887cc476429b66e97243ab9e9 (master) [2020-09-16T17:16:45.061Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-16T17:16:45.086Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T17:16:45.116Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-16T17:16:45.147Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-16T17:16:45.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T17:16:45.162Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T17:16:45.642Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T17:16:45.666Z] > git checkout -f 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 [2020-09-16T17:16:50.108Z] Commit message: "Merge pull request #90 from lenny-intel/go-mod" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T17:16:51.332Z] ========================================================= [2020-09-16T17:16:51.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T17:16:51.332Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:16:52.326Z] + 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-16T17:16:53.380Z] Sending build context to Docker daemon 652.3kB [2020-09-16T17:16:53.380Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T17:16:53.380Z] Step 2/8 : FROM ${BASE} [2020-09-16T17:16:53.380Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T17:16:53.380Z] b538f80385f9: Pulling fs layer [2020-09-16T17:16:53.380Z] 74f711af9a0d: Pulling fs layer [2020-09-16T17:16:53.380Z] 99f96fe45779: Pulling fs layer [2020-09-16T17:16:53.380Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T17:16:53.380Z] 45590311c82a: Pulling fs layer [2020-09-16T17:16:53.380Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T17:16:53.380Z] 209524e5b208: Pulling fs layer [2020-09-16T17:16:53.380Z] 8529a6b9a6be: Waiting [2020-09-16T17:16:53.380Z] 45590311c82a: Waiting [2020-09-16T17:16:53.380Z] 69ca0ff8b7b3: Waiting [2020-09-16T17:16:53.380Z] 209524e5b208: Waiting [2020-09-16T17:16:53.657Z] 99f96fe45779: Verifying Checksum [2020-09-16T17:16:53.657Z] 99f96fe45779: Download complete [2020-09-16T17:16:53.657Z] 74f711af9a0d: Verifying Checksum [2020-09-16T17:16:53.657Z] 74f711af9a0d: Download complete [2020-09-16T17:16:53.657Z] 45590311c82a: Verifying Checksum [2020-09-16T17:16:53.657Z] 45590311c82a: Download complete [2020-09-16T17:16:53.657Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T17:16:53.657Z] 69ca0ff8b7b3: Download complete [2020-09-16T17:16:53.657Z] b538f80385f9: Verifying Checksum [2020-09-16T17:16:53.657Z] b538f80385f9: Download complete [2020-09-16T17:16:54.660Z] b538f80385f9: Pull complete [2020-09-16T17:16:54.938Z] 74f711af9a0d: Pull complete [2020-09-16T17:16:55.536Z] 99f96fe45779: Pull complete [2020-09-16T17:16:56.521Z] 209524e5b208: Verifying Checksum [2020-09-16T17:16:56.521Z] 209524e5b208: Download complete [2020-09-16T17:16:57.507Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T17:16:57.507Z] 8529a6b9a6be: Download complete [2020-09-16T17:17:07.695Z] 8529a6b9a6be: Pull complete [2020-09-16T17:17:07.695Z] 45590311c82a: Pull complete [2020-09-16T17:17:07.970Z] 69ca0ff8b7b3: Pull complete [2020-09-16T17:17:12.291Z] 209524e5b208: Pull complete [2020-09-16T17:17:12.291Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T17:17:12.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T17:17:12.291Z] ---> 5bddaf1c2fca [2020-09-16T17:17:12.291Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T17:17:14.911Z] ---> Running in 89c39abf6d8f [2020-09-16T17:17:14.911Z] Removing intermediate container 89c39abf6d8f [2020-09-16T17:17:14.911Z] ---> c68313c93846 [2020-09-16T17:17:14.911Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T17:17:14.911Z] ---> Running in 6a24d70bc55b [2020-09-16T17:17:17.528Z] Removing intermediate container 6a24d70bc55b [2020-09-16T17:17:17.528Z] ---> f51126666ad3 [2020-09-16T17:17:17.528Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-16T17:17:17.812Z] ---> Running in 7af34ddd86c6 [2020-09-16T17:17:19.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T17:17:19.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T17:17:20.447Z] OK: 142 MiB in 39 packages [2020-09-16T17:17:21.429Z] Removing intermediate container 7af34ddd86c6 [2020-09-16T17:17:21.429Z] ---> 338b6aa21642 [2020-09-16T17:17:21.429Z] Step 6/8 : WORKDIR /build [2020-09-16T17:17:21.702Z] ---> Running in 94626a738446 [2020-09-16T17:17:21.979Z] Removing intermediate container 94626a738446 [2020-09-16T17:17:21.979Z] ---> e6445a2ad9b8 [2020-09-16T17:17:21.979Z] Step 7/8 : COPY go.mod . [2020-09-16T17:17:22.542Z] Running on prd-centos7-docker-4c-2g-43619 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [2020-09-16T17:17:22.578Z] ---> 9a90d462bbb1 [2020-09-16T17:17:22.578Z] Step 8/8 : RUN go mod download [Pipeline] ws [2020-09-16T17:17:22.600Z] Running in /w/workspace/go-mod-bootstrap/41 [Pipeline] { [Pipeline] checkout [2020-09-16T17:17:22.855Z] ---> Running in d7df70300502 [2020-09-16T17:17:25.064Z] using credential edgex-jenkins-ssh [2020-09-16T17:17:25.119Z] Cloning the remote Git repository [2020-09-16T17:17:25.119Z] Cloning with configured refspecs honoured and without tags [2020-09-16T17:17:25.150Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-16T17:17:25.222Z] > git init /w/workspace/go-mod-bootstrap/41 # timeout=10 [2020-09-16T17:17:25.552Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-16T17:17:25.553Z] > git --version # timeout=10 [2020-09-16T17:17:25.561Z] > git --version # 'git version 2.16.5' [2020-09-16T17:17:25.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T17:17:25.756Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T17:17:26.334Z] Fetching without tags [2020-09-16T17:17:26.737Z] Checking out Revision 4d36960e62c123c887cc476429b66e97243ab9e9 (master) [2020-09-16T17:17:26.302Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-16T17:17:26.315Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T17:17:26.328Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-09-16T17:17:26.339Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-09-16T17:17:26.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T17:17:26.344Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T17:17:26.748Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T17:17:26.752Z] > git checkout -f 4d36960e62c123c887cc476429b66e97243ab9e9 # timeout=10 [2020-09-16T17:17:30.413Z] Commit message: "Merge pull request #90 from lenny-intel/go-mod" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T17:17:31.287Z] ========================================================= [2020-09-16T17:17:31.287Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T17:17:31.287Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:17:31.901Z] + 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-16T17:17:32.163Z] Sending build context to Docker daemon 652.3kB [2020-09-16T17:17:32.163Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T17:17:32.163Z] Step 2/8 : FROM ${BASE} [2020-09-16T17:17:32.163Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T17:17:32.163Z] df20fa9351a1: Pulling fs layer [2020-09-16T17:17:32.163Z] ed8968b2872e: Pulling fs layer [2020-09-16T17:17:32.163Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T17:17:32.163Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T17:17:32.163Z] e73272ec9a57: Pulling fs layer [2020-09-16T17:17:32.163Z] 1e910a182e73: Pulling fs layer [2020-09-16T17:17:32.163Z] 4e634b169226: Pulling fs layer [2020-09-16T17:17:32.163Z] e871e8e8d7a9: Waiting [2020-09-16T17:17:32.163Z] 4e634b169226: Waiting [2020-09-16T17:17:32.163Z] 1e910a182e73: Waiting [2020-09-16T17:17:32.426Z] a92cc7c5fd73: Verifying Checksum [2020-09-16T17:17:32.426Z] a92cc7c5fd73: Download complete [2020-09-16T17:17:32.426Z] ed8968b2872e: Verifying Checksum [2020-09-16T17:17:32.426Z] ed8968b2872e: Download complete [2020-09-16T17:17:32.426Z] e73272ec9a57: Verifying Checksum [2020-09-16T17:17:32.426Z] e73272ec9a57: Download complete [2020-09-16T17:17:32.426Z] df20fa9351a1: Download complete [2020-09-16T17:17:32.426Z] 1e910a182e73: Verifying Checksum [2020-09-16T17:17:32.426Z] 1e910a182e73: Download complete [2020-09-16T17:17:32.688Z] df20fa9351a1: Pull complete [2020-09-16T17:17:32.688Z] ed8968b2872e: Pull complete [2020-09-16T17:17:32.953Z] a92cc7c5fd73: Pull complete [2020-09-16T17:17:34.352Z] 4e634b169226: Verifying Checksum [2020-09-16T17:17:34.352Z] 4e634b169226: Download complete [2020-09-16T17:17:34.621Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T17:17:34.621Z] e871e8e8d7a9: Download complete [2020-09-16T17:17:39.969Z] e871e8e8d7a9: Pull complete [2020-09-16T17:17:39.969Z] e73272ec9a57: Pull complete [2020-09-16T17:17:39.969Z] 1e910a182e73: Pull complete [2020-09-16T17:17:45.006Z] Removing intermediate container d7df70300502 [2020-09-16T17:17:45.006Z] ---> 9e818d3fd087 [2020-09-16T17:17:45.006Z] Successfully built 9e818d3fd087 [2020-09-16T17:17:45.006Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:17:45.303Z] 4e634b169226: Pull complete [2020-09-16T17:17:45.303Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T17:17:45.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T17:17:45.303Z] ---> f7629b54cfaa [2020-09-16T17:17:45.303Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T17:17:45.303Z] ---> Running in 9f26afaaf3c7 [2020-09-16T17:17:45.303Z] Removing intermediate container 9f26afaaf3c7 [2020-09-16T17:17:45.303Z] ---> 8531b276587e [2020-09-16T17:17:45.303Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T17:17:45.303Z] ---> Running in c6622fac0598 [2020-09-16T17:17:45.420Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T17:17:45.420Z] . [Pipeline] withDockerContainer [2020-09-16T17:17:45.692Z] prd-ubuntu18.04-docker-arm64-4c-16g-43618 does not seem to be running inside a container [2020-09-16T17:17:45.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/41 -v /w/workspace/go-mod-bootstrap/41:/w/workspace/go-mod-bootstrap/41:rw,z -v /w/workspace/go-mod-bootstrap/41@tmp:/w/workspace/go-mod-bootstrap/41@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-16T17:17:46.253Z] Removing intermediate container c6622fac0598 [2020-09-16T17:17:46.253Z] ---> 6c9f4d406880 [2020-09-16T17:17:46.253Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-09-16T17:17:46.253Z] ---> Running in 5947a6268fa5 [2020-09-16T17:17:46.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T17:17:47.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T17:17:47.690Z] $ docker top 377246f45df57f228f68ff675fa420343704674ce610733cd1c7db8a01322bdc -eo pid,comm [2020-09-16T17:17:47.985Z] OK: 166 MiB in 39 packages [Pipeline] { [Pipeline] sh [2020-09-16T17:17:48.249Z] Removing intermediate container 5947a6268fa5 [2020-09-16T17:17:48.249Z] ---> 46810ba4f54e [2020-09-16T17:17:48.249Z] Step 6/8 : WORKDIR /build [2020-09-16T17:17:48.249Z] ---> Running in 98dd96e229dd [2020-09-16T17:17:48.511Z] Removing intermediate container 98dd96e229dd [2020-09-16T17:17:48.512Z] ---> 30dff8776831 [2020-09-16T17:17:48.512Z] Step 7/8 : COPY go.mod . [2020-09-16T17:17:48.773Z] ---> eac8ea206afd [2020-09-16T17:17:48.773Z] Step 8/8 : RUN go mod download [2020-09-16T17:17:48.773Z] ---> Running in 7155fc07c0da [2020-09-16T17:17:49.169Z] + go version [2020-09-16T17:17:49.169Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T17:17:49.195Z] $ docker stop --time=1 377246f45df57f228f68ff675fa420343704674ce610733cd1c7db8a01322bdc [2020-09-16T17:17:51.133Z] $ docker rm -f 377246f45df57f228f68ff675fa420343704674ce610733cd1c7db8a01322bdc [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-16T17:18:06.985Z] Removing intermediate container 7155fc07c0da [2020-09-16T17:18:06.985Z] ---> ddac00ddef09 [2020-09-16T17:18:06.985Z] Successfully built ddac00ddef09 [2020-09-16T17:18:06.985Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:18:07.336Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T17:18:07.336Z] . [Pipeline] withDockerContainer [2020-09-16T17:18:07.436Z] prd-centos7-docker-4c-2g-43619 does not seem to be running inside a container [2020-09-16T17:18:07.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/41 -v /w/workspace/go-mod-bootstrap/41:/w/workspace/go-mod-bootstrap/41:rw,z -v /w/workspace/go-mod-bootstrap/41@tmp:/w/workspace/go-mod-bootstrap/41@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-16T17:18:08.254Z] $ docker top 6186c2085544090471f80fc5930e74ee0e9f442ef177a0ccc26113d0b95de4e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T17:18:08.762Z] + go version [2020-09-16T17:18:08.762Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T17:18:08.778Z] $ docker stop --time=1 6186c2085544090471f80fc5930e74ee0e9f442ef177a0ccc26113d0b95de4e4 [2020-09-16T17:18:10.127Z] $ docker rm -f 6186c2085544090471f80fc5930e74ee0e9f442ef177a0ccc26113d0b95de4e4 [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-16T17:18:13.433Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-16T17:18:13.435Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-16T17:18:13.524Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:18:13.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T17:18:13.885Z] [2020-09-16T17:18:13.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:18:14.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T17:18:14.241Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-16T17:18:14.241Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-16T17:18:14.241Z] 408f87550127: Pulling fs layer [2020-09-16T17:18:14.241Z] fe522b08c979: Pulling fs layer [2020-09-16T17:18:14.241Z] 221eaa008020: Pulling fs layer [2020-09-16T17:18:14.241Z] 2a4607e5d6b9: Pulling fs layer [2020-09-16T17:18:14.241Z] 8f79b27c4fd2: Pulling fs layer [2020-09-16T17:18:14.241Z] e5c8dbe1645b: Pulling fs layer [2020-09-16T17:18:14.241Z] 23e8b3b47431: Pulling fs layer [2020-09-16T17:18:14.241Z] 5c568d65a230: Pulling fs layer [2020-09-16T17:18:14.241Z] 8f79b27c4fd2: Waiting [2020-09-16T17:18:14.241Z] e5c8dbe1645b: Waiting [2020-09-16T17:18:14.241Z] 23e8b3b47431: Waiting [2020-09-16T17:18:14.241Z] 5c568d65a230: Waiting [2020-09-16T17:18:14.241Z] 221eaa008020: Waiting [2020-09-16T17:18:14.241Z] 2a4607e5d6b9: Waiting [2020-09-16T17:18:14.241Z] fe522b08c979: Download complete [2020-09-16T17:18:14.241Z] 408f87550127: Verifying Checksum [2020-09-16T17:18:14.241Z] 408f87550127: Download complete [2020-09-16T17:18:14.241Z] 2a4607e5d6b9: Verifying Checksum [2020-09-16T17:18:14.241Z] 2a4607e5d6b9: Download complete [2020-09-16T17:18:14.241Z] 8f79b27c4fd2: Verifying Checksum [2020-09-16T17:18:14.241Z] 8f79b27c4fd2: Download complete [2020-09-16T17:18:14.241Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-16T17:18:14.241Z] cbdbe7a5bc2a: Download complete [2020-09-16T17:18:14.503Z] cbdbe7a5bc2a: Pull complete [2020-09-16T17:18:14.765Z] 408f87550127: Pull complete [2020-09-16T17:18:14.765Z] fe522b08c979: Pull complete [2020-09-16T17:18:15.340Z] e5c8dbe1645b: Download complete [2020-09-16T17:18:16.290Z] 23e8b3b47431: Verifying Checksum [2020-09-16T17:18:16.290Z] 23e8b3b47431: Download complete [2020-09-16T17:18:16.562Z] 5c568d65a230: Verifying Checksum [2020-09-16T17:18:16.562Z] 5c568d65a230: Download complete [2020-09-16T17:18:17.505Z] 221eaa008020: Verifying Checksum [2020-09-16T17:18:17.505Z] 221eaa008020: Download complete [2020-09-16T17:18:22.833Z] 221eaa008020: Pull complete [2020-09-16T17:18:22.833Z] 2a4607e5d6b9: Pull complete [2020-09-16T17:18:22.833Z] 8f79b27c4fd2: Pull complete [2020-09-16T17:18:24.757Z] e5c8dbe1645b: Pull complete [2020-09-16T17:18:28.977Z] 23e8b3b47431: Pull complete [2020-09-16T17:18:29.557Z] 5c568d65a230: Pull complete [2020-09-16T17:18:29.557Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-16T17:18:29.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T17:18:29.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-16T17:18:29.729Z] prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container [2020-09-16T17:18:29.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-16T17:18:30.990Z] $ docker top be2936b0df1ae94607f7facae5194dc87fd5cb148fd3dadf3ed815fe99acce5a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T17:18:31.504Z] + snyk monitor '--org=edgex-jenkins' [2020-09-16T17:18:39.653Z] [2020-09-16T17:18:39.653Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-09-16T17:18:39.653Z] [2020-09-16T17:18:39.653Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/44571cdf-2f82-4aae-b926-68ca06b2921e [2020-09-16T17:18:39.653Z] [2020-09-16T17:18:39.653Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-16T17:18:39.653Z] [2020-09-16T17:18:39.653Z] [2020-09-16T17:18:39.653Z] Snyk CLI supports Node.js 8 and higher. [2020-09-16T17:18:39.653Z] 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-16T17:18:39.653Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-16T17:18:39.653Z] [2020-09-16T17:18:39.653Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-16T17:18:39.653Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-16T17:18:39.673Z] $ docker stop --time=1 be2936b0df1ae94607f7facae5194dc87fd5cb148fd3dadf3ed815fe99acce5a [2020-09-16T17:18:41.776Z] $ docker rm -f be2936b0df1ae94607f7facae5194dc87fd5cb148fd3dadf3ed815fe99acce5a [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-16T17:18:43.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T17:18:43.276Z] . [Pipeline] withDockerContainer [2020-09-16T17:18:43.365Z] prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container [2020-09-16T17:18:43.409Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T17:18:44.009Z] $ docker top 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T17:18:44.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T17:18:44.280Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T17:18:44.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T17:18:44.483Z] $ docker exec 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb ssh-agent [2020-09-16T17:18:44.635Z] SSH_AUTH_SOCK=/tmp/ssh-5Jpzy5m8PawA/agent.11 [2020-09-16T17:18:44.635Z] SSH_AGENT_PID=16 [2020-09-16T17:18:44.641Z] Running ssh-add (command line suppressed) [2020-09-16T17:18:44.761Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3455761969198563750.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3455761969198563750.key) [2020-09-16T17:18:44.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T17:18:45.140Z] + git semver tag [2020-09-16T17:18:45.140Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T17:18:45.140Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-16T17:18:45.140Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-16T17:18:45.140Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T17:18:45.140Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T17:18:45.140Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T17:18:45.140Z] # $SEMVER_BRANCH = master [2020-09-16T17:18:45.140Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-09-16T17:18:45.140Z] # 4d36960e62c123c887cc476429b66e97243ab9e9 HEAD [2020-09-16T17:18:45.140Z] # -> Force: false [2020-09-16T17:18:45.140Z] # 4d45526a0281aa75f2eff111926b4e56b9686509 refs/tags/v0.0.39 [Pipeline] } [2020-09-16T17:18:45.154Z] $ docker exec --env ******** --env ******** 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb ssh-agent -k [2020-09-16T17:18:45.263Z] unset SSH_AUTH_SOCK; [2020-09-16T17:18:45.263Z] unset SSH_AGENT_PID; [2020-09-16T17:18:45.263Z] echo Agent pid 16 killed; [2020-09-16T17:18:45.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T17:18:45.773Z] + git semver [Pipeline] } [2020-09-16T17:18:45.790Z] $ docker stop --time=1 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb [2020-09-16T17:18:47.133Z] $ docker rm -f 538788e8831e4d75ffba09481885f0708f5922815504ea27ae0aebf26b0aeafb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:18:47.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T17:18:47.791Z] [2020-09-16T17:18:47.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:18:48.136Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T17:18:48.137Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-16T17:18:48.137Z] ab5ef0e58194: Pulling fs layer [2020-09-16T17:18:48.137Z] 9712f1f96733: Pulling fs layer [2020-09-16T17:18:48.137Z] 63f879dbbcfc: Pulling fs layer [2020-09-16T17:18:48.137Z] 0d9ebad4ef96: Pulling fs layer [2020-09-16T17:18:48.137Z] e9a5061849ea: Pulling fs layer [2020-09-16T17:18:48.137Z] d747dcd14b5f: Pulling fs layer [2020-09-16T17:18:48.137Z] 2de7ff778b66: Pulling fs layer [2020-09-16T17:18:48.137Z] e9a5061849ea: Waiting [2020-09-16T17:18:48.137Z] 2de7ff778b66: Waiting [2020-09-16T17:18:48.137Z] d747dcd14b5f: Waiting [2020-09-16T17:18:48.137Z] 0d9ebad4ef96: Waiting [2020-09-16T17:18:48.137Z] 9712f1f96733: Download complete [2020-09-16T17:18:50.067Z] 63f879dbbcfc: Verifying Checksum [2020-09-16T17:18:50.067Z] 63f879dbbcfc: Download complete [2020-09-16T17:18:50.330Z] e9a5061849ea: Verifying Checksum [2020-09-16T17:18:50.330Z] e9a5061849ea: Download complete [2020-09-16T17:18:50.330Z] d747dcd14b5f: Verifying Checksum [2020-09-16T17:18:50.330Z] d747dcd14b5f: Download complete [2020-09-16T17:18:50.909Z] 2de7ff778b66: Verifying Checksum [2020-09-16T17:18:50.909Z] 2de7ff778b66: Download complete [2020-09-16T17:18:51.852Z] 0d9ebad4ef96: Verifying Checksum [2020-09-16T17:18:51.852Z] 0d9ebad4ef96: Download complete [2020-09-16T17:18:51.852Z] ab5ef0e58194: Verifying Checksum [2020-09-16T17:18:51.852Z] ab5ef0e58194: Download complete [2020-09-16T17:18:55.172Z] ab5ef0e58194: Pull complete [2020-09-16T17:18:55.435Z] 9712f1f96733: Pull complete [2020-09-16T17:18:58.740Z] 63f879dbbcfc: Pull complete [2020-09-16T17:19:04.051Z] 0d9ebad4ef96: Pull complete [2020-09-16T17:19:05.965Z] e9a5061849ea: Pull complete [2020-09-16T17:19:06.228Z] d747dcd14b5f: Pull complete [2020-09-16T17:19:08.786Z] 2de7ff778b66: Pull complete [2020-09-16T17:19:08.786Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-16T17:19:08.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T17:19:08.786Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-16T17:19:08.952Z] prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container [2020-09-16T17:19:08.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-16T17:19:12.584Z] $ docker top 6d085c6b3cc415ca90b1a40ae4fbc32b250e53de699d727281c7a03e7fe62165 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-16T17:19:12.839Z] provisioning config files... [2020-09-16T17:19:12.851Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6131853203152578151tmp [2020-09-16T17:19:12.868Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5501478348608179840tmp [2020-09-16T17:19:12.881Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config889285149003452156tmp [Pipeline] { [Pipeline] echo [2020-09-16T17:19:12.938Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T17:19:13.230Z] ---> sigul-configuration.sh [2020-09-16T17:19:13.230Z] gpg: directory `/root/.gnupg' created [2020-09-16T17:19:13.230Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-16T17:19:13.230Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-16T17:19:13.230Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-16T17:19:13.230Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-16T17:19:13.230Z] gpg: CAST5 encrypted data [2020-09-16T17:19:13.491Z] gpg: encrypted with 1 passphrase [2020-09-16T17:19:13.491Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-16T17:19:13.782Z] + mkdir /home/jenkins [2020-09-16T17:19:13.782Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-16T17:19:14.082Z] + 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-16T17:19:14.092Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T17:19:14.391Z] ---> sigul-install.sh [2020-09-16T17:19:21.009Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-16T17:19:21.303Z] + git tag --list [2020-09-16T17:19:21.303Z] v0.0.39 [Pipeline] sh [2020-09-16T17:19:21.597Z] + lftools sign git-tag v0.0.39 [2020-09-16T17:19:22.539Z] Signing Git tag with Sigul... [2020-09-16T17:19:22.539Z] Signing v0.0.39 [Pipeline] echo [2020-09-16T17:19:23.938Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T17:19:24.229Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-16T17:19:24.239Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-16T17:19:24.359Z] $ docker stop --time=1 6d085c6b3cc415ca90b1a40ae4fbc32b250e53de699d727281c7a03e7fe62165 [2020-09-16T17:19:26.357Z] $ docker rm -f 6d085c6b3cc415ca90b1a40ae4fbc32b250e53de699d727281c7a03e7fe62165 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:19:27.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T17:19:27.209Z] . [Pipeline] withDockerContainer [2020-09-16T17:19:27.300Z] prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container [2020-09-16T17:19:27.343Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T17:19:27.996Z] $ docker top d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T17:19:28.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T17:19:28.366Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T17:19:28.562Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T17:19:28.567Z] $ docker exec d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 ssh-agent [2020-09-16T17:19:28.727Z] SSH_AUTH_SOCK=/tmp/ssh-elvVyPRNhX30/agent.11 [2020-09-16T17:19:28.727Z] SSH_AGENT_PID=17 [2020-09-16T17:19:28.733Z] Running ssh-add (command line suppressed) [2020-09-16T17:19:28.863Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_224450853697186170.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_224450853697186170.key) [2020-09-16T17:19:28.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T17:19:29.246Z] + git semver bump patch [2020-09-16T17:19:29.247Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T17:19:29.247Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-16T17:19:29.247Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-16T17:19:29.247Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T17:19:29.247Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T17:19:29.247Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T17:19:29.247Z] # $SEMVER_BRANCH = master [2020-09-16T17:19:29.247Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-09-16T17:19:29.247Z] 0.0.40 [Pipeline] } [2020-09-16T17:19:29.261Z] $ docker exec --env ******** --env ******** d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 ssh-agent -k [2020-09-16T17:19:29.371Z] unset SSH_AUTH_SOCK; [2020-09-16T17:19:29.371Z] unset SSH_AGENT_PID; [2020-09-16T17:19:29.371Z] echo Agent pid 17 killed; [2020-09-16T17:19:29.417Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T17:19:29.890Z] + git semver [Pipeline] } [2020-09-16T17:19:29.908Z] $ docker stop --time=1 d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 [2020-09-16T17:19:31.234Z] $ docker rm -f d3254f76d227326d2ed7dc9de8eefc38085adf15198712669adf720ac951fa21 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:19:31.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T17:19:31.754Z] . [Pipeline] withDockerContainer [2020-09-16T17:19:31.843Z] prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container [2020-09-16T17:19:31.885Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T17:19:32.414Z] $ docker top cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T17:19:32.735Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T17:19:32.735Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T17:19:32.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T17:19:32.906Z] $ docker exec cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 ssh-agent [2020-09-16T17:19:33.067Z] SSH_AUTH_SOCK=/tmp/ssh-WM8xOK13O6cC/agent.12 [2020-09-16T17:19:33.067Z] SSH_AGENT_PID=17 [2020-09-16T17:19:33.073Z] Running ssh-add (command line suppressed) [2020-09-16T17:19:33.194Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3663198727814301415.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3663198727814301415.key) [2020-09-16T17:19:33.242Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T17:19:33.587Z] + git semver push [2020-09-16T17:19:33.587Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T17:19:33.587Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-09-16T17:19:33.587Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-16T17:19:33.587Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T17:19:33.587Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T17:19:33.587Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T17:19:33.587Z] # $SEMVER_BRANCH = master [2020-09-16T17:19:33.587Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-09-16T17:19:40.194Z] $ docker exec --env ******** --env ******** cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 ssh-agent -k [2020-09-16T17:19:40.313Z] unset SSH_AUTH_SOCK; [2020-09-16T17:19:40.316Z] unset SSH_AGENT_PID; [2020-09-16T17:19:40.316Z] echo Agent pid 17 killed; [2020-09-16T17:19:40.359Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T17:19:40.961Z] + git semver [Pipeline] } [2020-09-16T17:19:40.979Z] $ docker stop --time=1 cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 [2020-09-16T17:19:42.329Z] $ docker rm -f cb8f186c10749a7278caaabd2eff66f47957215b3d29e40c1edfeffc47695966 [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-16T17:19:43.726Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T17:19:44.291Z] ---> package-listing.sh [2020-09-16T17:19:44.291Z] ++ facter osfamily [2020-09-16T17:19:44.291Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T17:19:44.291Z] + OS_FAMILY=redhat [2020-09-16T17:19:44.291Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-09-16T17:19:44.291Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T17:19:44.291Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T17:19:44.291Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T17:19:44.291Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T17:19:44.291Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-09-16T17:19:44.291Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T17:19:44.291Z] + case "${OS_FAMILY}" in [2020-09-16T17:19:44.291Z] + rpm -qa [2020-09-16T17:19:44.291Z] + sort [2020-09-16T17:19:48.504Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T17:19:48.504Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T17:19:48.504Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T17:19:48.504Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-09-16T17:19:48.504Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-09-16T17:19:48.504Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:19:49.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T17:19:49.906Z] [2020-09-16T17:19:49.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T17:19:50.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T17:19:50.256Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T17:19:50.256Z] df20fa9351a1: Pulling fs layer [2020-09-16T17:19:50.256Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T17:19:50.256Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T17:19:50.256Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T17:19:50.256Z] 0dadc02b9964: Pulling fs layer [2020-09-16T17:19:50.256Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T17:19:50.256Z] 7a184a31f384: Pulling fs layer [2020-09-16T17:19:50.256Z] 0879bd2ef858: Pulling fs layer [2020-09-16T17:19:50.256Z] 46f8f816bc3b: Waiting [2020-09-16T17:19:50.256Z] ce6a7cf60c04: Waiting [2020-09-16T17:19:50.256Z] 7a184a31f384: Waiting [2020-09-16T17:19:50.256Z] 0dadc02b9964: Waiting [2020-09-16T17:19:50.256Z] 0879bd2ef858: Waiting [2020-09-16T17:19:50.256Z] 36b3adc4ff6f: Verifying Checksum [2020-09-16T17:19:50.256Z] 36b3adc4ff6f: Download complete [2020-09-16T17:19:50.256Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T17:19:50.256Z] 46f8f816bc3b: Download complete [2020-09-16T17:19:50.256Z] df20fa9351a1: Download complete [2020-09-16T17:19:50.521Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T17:19:50.521Z] ce6a7cf60c04: Download complete [2020-09-16T17:19:50.521Z] 7a184a31f384: Verifying Checksum [2020-09-16T17:19:50.521Z] 7a184a31f384: Download complete [2020-09-16T17:19:50.521Z] 0dadc02b9964: Verifying Checksum [2020-09-16T17:19:50.521Z] 0dadc02b9964: Download complete [2020-09-16T17:19:50.521Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T17:19:50.521Z] 8ad3a11d3b57: Download complete [2020-09-16T17:19:50.783Z] df20fa9351a1: Pull complete [2020-09-16T17:19:50.783Z] 36b3adc4ff6f: Pull complete [2020-09-16T17:19:51.045Z] 0879bd2ef858: Verifying Checksum [2020-09-16T17:19:51.045Z] 0879bd2ef858: Download complete [2020-09-16T17:19:51.308Z] 8ad3a11d3b57: Pull complete [2020-09-16T17:19:51.572Z] 46f8f816bc3b: Pull complete [2020-09-16T17:19:51.835Z] 0dadc02b9964: Pull complete [2020-09-16T17:19:51.835Z] ce6a7cf60c04: Pull complete [2020-09-16T17:19:52.097Z] 7a184a31f384: Pull complete [2020-09-16T17:19:54.648Z] 0879bd2ef858: Pull complete [2020-09-16T17:19:54.648Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T17:19:54.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T17:19:54.648Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T17:19:54.756Z] prd-centos7-docker-4c-2g-43617 does not seem to be running inside a container [2020-09-16T17:19:54.806Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-16T17:19:58.057Z] $ docker top daf51b06ea68f8fba622d8c25bdef562e50399a19cf99569075a6df59da660ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T17:19:58.570Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T17:19:58.866Z] + ls /var/log/sa-host [2020-09-16T17:19:58.866Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T17:19:58.866Z] file_magic: OK [2020-09-16T17:19:58.866Z] HZ: Using current value: 100 [2020-09-16T17:19:58.866Z] file_header: OK [2020-09-16T17:19:58.866Z] 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-16T17:19:58.866Z] Statistics: [2020-09-16T17:19:58.866Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T17:19:58.866Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T17:19:58.866Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T17:19:58.866Z] file_magic: OK [2020-09-16T17:19:58.866Z] HZ: Using current value: 100 [2020-09-16T17:19:58.866Z] file_header: OK [2020-09-16T17:19:58.866Z] 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-16T17:19:58.866Z] Statistics: [2020-09-16T17:19:58.866Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T17:19:58.866Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T17:19:58.928Z] provisioning config files... [2020-09-16T17:19:58.945Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5463406231915019595tmp [Pipeline] { [Pipeline] echo [2020-09-16T17:19:59.021Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T17:19:59.315Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T17:19:59.325Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T17:19:59.620Z] ---> logs-deploy.sh [2020-09-16T17:19:59.620Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/41 [2020-09-16T17:19:59.620Z] INFO: archiving workspace using pattern(s): [2020-09-16T17:20:01.006Z] Archives upload complete. [2020-09-16T17:20:01.006Z] INFO: archiving logs to Nexus