Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43103de098cdcbb78cf067fd19afda48c0e0d939 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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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-10’ is offline; ‘prd-centos7-docker-4c-2g-5’ is offline; ‘prd-centos7-docker-4c-2g-7’ is offline Running on prd-centos7-docker-4c-2g-11 in /w/workspace/gexfoundry_go-mod-secrets_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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching without tags Checking out Revision 43103de098cdcbb78cf067fd19afda48c0e0d939 (master) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 Commit message: "Merge pull request #57 from lenny-intel/path" > git rev-list --no-walk 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T21:20:55.171Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T21:20:55.439Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T21:20:55.561Z] ========================================================= [2020-09-16T21:20:55.561Z] EdgeX Global Pipelines Version Info [2020-09-16T21:20:55.561Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T21:20:57.462Z] ------------------- [2020-09-16T21:20:57.463Z] stable info: [2020-09-16T21:20:57.463Z] ------------------- [2020-09-16T21:20:57.463Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T21:20:57.463Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T21:20:57.463Z] Message: update stable to v1.0.122 [2020-09-16T21:20:58.854Z] ------------------- [2020-09-16T21:20:58.854Z] experimental info: [2020-09-16T21:20:58.854Z] ------------------- [2020-09-16T21:20:58.854Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T21:20:58.854Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T21:20:58.854Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T21:20:59.259Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2020-09-16T21:20:59.383Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2020-09-16T21:20:59.474Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T21:20:59.563Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T21:20:59.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T21:20:59.742Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T21:20:59.837Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T21:20:59.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T21:21:00.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-16T21:21:00.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T21:21:00.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T21:21:00.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2020-09-16T21:21:00.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T21:21:00.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T21:21:00.914Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T21:21:01.004Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T21:21:01.132Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T21:21:01.230Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T21:21:01.327Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-16T21:21:01.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-16T21:21:01.521Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-16T21:21:01.608Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-16T21:21:01.715Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-16T21:21:01.812Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-16T21:21:01.908Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-16T21:21:02.007Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43103de098cdcbb78cf067fd19afda48c0e0d939 [Pipeline] echo [2020-09-16T21:21:02.105Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43103de [Pipeline] echo [2020-09-16T21:21:02.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T21:21:02.868Z] + git log --format=format:%s -1 43103de098cdcbb78cf067fd19afda48c0e0d939 [Pipeline] echo [2020-09-16T21:21:02.933Z] GIT_COMMIT: 43103de098cdcbb78cf067fd19afda48c0e0d939, Commit Message: Merge pull request #57 from lenny-intel/path [Pipeline] echo [2020-09-16T21:21:02.989Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:21:03.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T21:21:03.563Z] [2020-09-16T21:21:03.564Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:21:03.914Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T21:21:03.915Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T21:21:03.915Z] 31603596830f: Pulling fs layer [2020-09-16T21:21:03.915Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T21:21:03.915Z] 6ca5941a6612: Pulling fs layer [2020-09-16T21:21:03.915Z] ecc8261a40a4: Pulling fs layer [2020-09-16T21:21:03.915Z] ecc8261a40a4: Waiting [2020-09-16T21:21:03.915Z] 2a8b12db71e7: Download complete [2020-09-16T21:21:04.182Z] 31603596830f: Verifying Checksum [2020-09-16T21:21:04.182Z] 31603596830f: Download complete [2020-09-16T21:21:04.182Z] ecc8261a40a4: Verifying Checksum [2020-09-16T21:21:04.182Z] ecc8261a40a4: Download complete [2020-09-16T21:21:04.445Z] 6ca5941a6612: Verifying Checksum [2020-09-16T21:21:04.446Z] 6ca5941a6612: Download complete [2020-09-16T21:21:04.446Z] 31603596830f: Pull complete [2020-09-16T21:21:04.446Z] 2a8b12db71e7: Pull complete [2020-09-16T21:21:05.394Z] 6ca5941a6612: Pull complete [2020-09-16T21:21:05.394Z] ecc8261a40a4: Pull complete [2020-09-16T21:21:05.394Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T21:21:05.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T21:21:05.394Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T21:21:05.498Z] prd-centos7-docker-4c-2g-11 does not seem to be running inside a container [2020-09-16T21:21:05.551Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-16T21:21:07.576Z] $ docker top e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T21:21:07.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T21:21:07.904Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T21:21:08.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T21:21:08.091Z] $ docker exec e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent [2020-09-16T21:21:08.239Z] SSH_AUTH_SOCK=/tmp/ssh-CD2S1bE00vHj/agent.11 [2020-09-16T21:21:08.239Z] SSH_AGENT_PID=16 [2020-09-16T21:21:08.253Z] Running ssh-add (command line suppressed) [2020-09-16T21:21:08.364Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4684718921581214904.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4684718921581214904.key) [2020-09-16T21:21:08.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T21:21:08.745Z] + git describe --exact-match --tags HEAD [2020-09-16T21:21:08.746Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T21:21:08.769Z] $ docker exec --env ******** --env ******** e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent -k [2020-09-16T21:21:08.873Z] unset SSH_AUTH_SOCK; [2020-09-16T21:21:08.873Z] unset SSH_AGENT_PID; [2020-09-16T21:21:08.873Z] echo Agent pid 16 killed; [2020-09-16T21:21:08.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T21:21:09.005Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T21:21:09.005Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T21:21:09.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T21:21:09.103Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T21:21:09.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T21:21:09.310Z] $ docker exec e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent [2020-09-16T21:21:09.475Z] SSH_AUTH_SOCK=/tmp/ssh-t05ybk4L6TYY/agent.45 [2020-09-16T21:21:09.475Z] SSH_AGENT_PID=50 [2020-09-16T21:21:09.483Z] Running ssh-add (command line suppressed) [2020-09-16T21:21:09.596Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3753815818680337451.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3753815818680337451.key) [2020-09-16T21:21:09.639Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T21:21:09.973Z] + git semver init [2020-09-16T21:21:09.973Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T21:21:09.973Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-16T21:21:09.973Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-16T21:21:09.973Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T21:21:09.973Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T21:21:09.973Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T21:21:09.973Z] # $SEMVER_BRANCH = master [2020-09-16T21:21:09.974Z] # $SEMVER_TEMP = /tmp/semver-849412299 [2020-09-16T21:21:09.974Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-09-16T21:21:10.236Z] # '/tmp/semver-849412299' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2020-09-16T21:21:10.236Z] # -> Force: false [2020-09-16T21:21:10.236Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-09-16T21:21:10.250Z] $ docker exec --env ******** --env ******** e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 ssh-agent -k [2020-09-16T21:21:10.355Z] unset SSH_AUTH_SOCK; [2020-09-16T21:21:10.356Z] unset SSH_AGENT_PID; [2020-09-16T21:21:10.356Z] echo Agent pid 50 killed; [2020-09-16T21:21:10.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T21:21:10.903Z] + git semver [Pipeline] } [2020-09-16T21:21:10.923Z] $ docker stop --time=1 e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 [2020-09-16T21:21:12.278Z] $ docker rm -f e7c3f61cd5f19409c57cd27117749960319d91a6a33bdc90047e51ca2a838ef4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T21:21:13.061Z] Stashed 30 file(s) [Pipeline] echo [2020-09-16T21:21:13.065Z] [edgeXSemver]: initialized semver on version 0.0.21 [Pipeline] echo [2020-09-16T21:21:13.154Z] Archived original version: [0.0.21] [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-16T21:21:28.641Z] Still waiting to schedule task [2020-09-16T21:21:28.641Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-16T21:21:28.644Z] Still waiting to schedule task [2020-09-16T21:21:28.644Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-9’ is offline [2020-09-16T21:22:47.925Z] Running on prd-centos7-docker-4c-2g-15 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-09-16T21:22:47.979Z] Running in /w/workspace/go-mod-secrets/11 [Pipeline] { [Pipeline] checkout [2020-09-16T21:22:51.606Z] using credential edgex-jenkins-ssh [2020-09-16T21:22:51.673Z] Cloning the remote Git repository [2020-09-16T21:22:51.673Z] Cloning with configured refspecs honoured and without tags [2020-09-16T21:22:52.412Z] Fetching without tags [2020-09-16T21:22:51.710Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T21:22:51.775Z] > git init /w/workspace/go-mod-secrets/11 # timeout=10 [2020-09-16T21:22:51.822Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T21:22:51.823Z] > git --version # timeout=10 [2020-09-16T21:22:51.828Z] > git --version # 'git version 2.16.5' [2020-09-16T21:22:51.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T21:22:51.862Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T21:22:52.385Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T21:22:52.394Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T21:22:52.404Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T21:22:52.418Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T21:22:52.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T21:22:52.422Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T21:22:52.824Z] Checking out Revision 43103de098cdcbb78cf067fd19afda48c0e0d939 (master) [2020-09-16T21:22:52.833Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T21:22:52.838Z] > git checkout -f 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 [2020-09-16T21:22:56.531Z] Commit message: "Merge pull request #57 from lenny-intel/path" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T21:22:57.332Z] ========================================================= [2020-09-16T21:22:57.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T21:22:57.332Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:22:58.025Z] + 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-16T21:22:58.297Z] Sending build context to Docker daemon 524.8kB [2020-09-16T21:22:58.297Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T21:22:58.297Z] Step 2/7 : FROM ${BASE} [2020-09-16T21:22:58.297Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T21:22:58.297Z] df20fa9351a1: Pulling fs layer [2020-09-16T21:22:58.297Z] ed8968b2872e: Pulling fs layer [2020-09-16T21:22:58.297Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T21:22:58.297Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T21:22:58.297Z] e73272ec9a57: Pulling fs layer [2020-09-16T21:22:58.297Z] 1e910a182e73: Pulling fs layer [2020-09-16T21:22:58.297Z] 4e634b169226: Pulling fs layer [2020-09-16T21:22:58.297Z] e871e8e8d7a9: Waiting [2020-09-16T21:22:58.297Z] e73272ec9a57: Waiting [2020-09-16T21:22:58.297Z] 1e910a182e73: Waiting [2020-09-16T21:22:58.297Z] a92cc7c5fd73: Verifying Checksum [2020-09-16T21:22:58.297Z] a92cc7c5fd73: Download complete [2020-09-16T21:22:58.297Z] ed8968b2872e: Verifying Checksum [2020-09-16T21:22:58.297Z] ed8968b2872e: Download complete [2020-09-16T21:22:58.297Z] e73272ec9a57: Verifying Checksum [2020-09-16T21:22:58.297Z] e73272ec9a57: Download complete [2020-09-16T21:22:58.297Z] 1e910a182e73: Verifying Checksum [2020-09-16T21:22:58.297Z] 1e910a182e73: Download complete [2020-09-16T21:22:58.297Z] df20fa9351a1: Verifying Checksum [2020-09-16T21:22:58.297Z] df20fa9351a1: Download complete [2020-09-16T21:22:58.572Z] df20fa9351a1: Pull complete [2020-09-16T21:22:58.833Z] ed8968b2872e: Pull complete [2020-09-16T21:22:58.833Z] a92cc7c5fd73: Pull complete [2020-09-16T21:23:00.765Z] 4e634b169226: Verifying Checksum [2020-09-16T21:23:00.765Z] 4e634b169226: Download complete [2020-09-16T21:23:01.727Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T21:23:01.727Z] e871e8e8d7a9: Download complete [2020-09-16T21:23:07.081Z] e871e8e8d7a9: Pull complete [2020-09-16T21:23:07.081Z] e73272ec9a57: Pull complete [2020-09-16T21:23:07.081Z] 1e910a182e73: Pull complete [2020-09-16T21:23:13.710Z] 4e634b169226: Pull complete [2020-09-16T21:23:13.710Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T21:23:13.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T21:23:13.710Z] ---> f7629b54cfaa [2020-09-16T21:23:13.710Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T21:23:13.710Z] ---> Running in 09dcd5c6decb [2020-09-16T21:23:13.710Z] Removing intermediate container 09dcd5c6decb [2020-09-16T21:23:13.710Z] ---> d4144f42ed38 [2020-09-16T21:23:13.710Z] Step 4/7 : RUN apk add --update bash [2020-09-16T21:23:13.976Z] ---> Running in 5207c73ac4a4 [2020-09-16T21:23:14.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T21:23:15.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T21:23:15.711Z] OK: 166 MiB in 39 packages [2020-09-16T21:23:15.974Z] Removing intermediate container 5207c73ac4a4 [2020-09-16T21:23:15.974Z] ---> 012dbfeca95d [2020-09-16T21:23:15.974Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T21:23:16.239Z] ---> Running in f64e4796857d [2020-09-16T21:23:16.239Z] Removing intermediate container f64e4796857d [2020-09-16T21:23:16.239Z] ---> 7f055ad7ac77 [2020-09-16T21:23:16.239Z] Step 6/7 : COPY go.mod . [2020-09-16T21:23:16.509Z] ---> bc356f55cd57 [2020-09-16T21:23:16.509Z] Step 7/7 : RUN go mod download [2020-09-16T21:23:16.509Z] ---> Running in ef30d4f33075 [2020-09-16T21:23:27.510Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-09-16T21:23:27.609Z] Running in /w/workspace/go-mod-secrets/11 [Pipeline] { [Pipeline] checkout [2020-09-16T21:23:28.872Z] Removing intermediate container ef30d4f33075 [2020-09-16T21:23:28.872Z] ---> 21c0a9c69d9e [2020-09-16T21:23:28.872Z] Successfully built 21c0a9c69d9e [2020-09-16T21:23:28.872Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:23:29.327Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T21:23:29.328Z] . [Pipeline] withDockerContainer [2020-09-16T21:23:29.501Z] prd-centos7-docker-4c-2g-15 does not seem to be running inside a container [2020-09-16T21:23:29.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/11 -v /w/workspace/go-mod-secrets/11:/w/workspace/go-mod-secrets/11:rw,z -v /w/workspace/go-mod-secrets/11@tmp:/w/workspace/go-mod-secrets/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-16T21:23:30.273Z] $ docker top cb1827b158c3d85f3bd60ca9f197b3dd9b91bd830aa6f32eeb11641f63f9f90d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T21:23:30.873Z] + go version [2020-09-16T21:23:30.873Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T21:23:30.891Z] $ docker stop --time=1 cb1827b158c3d85f3bd60ca9f197b3dd9b91bd830aa6f32eeb11641f63f9f90d [2020-09-16T21:23:32.224Z] $ docker rm -f cb1827b158c3d85f3bd60ca9f197b3dd9b91bd830aa6f32eeb11641f63f9f90d [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 [2020-09-16T21:23:33.828Z] using credential edgex-jenkins-ssh [Pipeline] } [Pipeline] // ws [2020-09-16T21:23:33.910Z] Cloning the remote Git repository [2020-09-16T21:23:33.910Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-16T21:23:34.003Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [Pipeline] // stage [Pipeline] } [2020-09-16T21:23:35.166Z] Fetching without tags [2020-09-16T21:23:34.159Z] > git init /w/workspace/go-mod-secrets/11 # timeout=10 [2020-09-16T21:23:34.283Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T21:23:34.284Z] > git --version # timeout=10 [2020-09-16T21:23:34.312Z] > git --version # 'git version 2.17.1' [2020-09-16T21:23:34.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T21:23:34.385Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T21:23:35.048Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T21:23:35.113Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T21:23:35.144Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T21:23:35.211Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T21:23:35.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T21:23:35.258Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T21:23:35.742Z] Checking out Revision 43103de098cdcbb78cf067fd19afda48c0e0d939 (master) [2020-09-16T21:23:35.781Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T21:23:35.805Z] > git checkout -f 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 [2020-09-16T21:23:40.166Z] Commit message: "Merge pull request #57 from lenny-intel/path" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T21:23:41.425Z] ========================================================= [2020-09-16T21:23:41.425Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T21:23:41.425Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:23:42.644Z] + 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-16T21:23:43.672Z] Sending build context to Docker daemon 524.8kB [2020-09-16T21:23:43.672Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T21:23:43.672Z] Step 2/7 : FROM ${BASE} [2020-09-16T21:23:43.972Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T21:23:43.972Z] b538f80385f9: Pulling fs layer [2020-09-16T21:23:43.972Z] 74f711af9a0d: Pulling fs layer [2020-09-16T21:23:43.972Z] 99f96fe45779: Pulling fs layer [2020-09-16T21:23:43.972Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T21:23:43.972Z] 45590311c82a: Pulling fs layer [2020-09-16T21:23:43.972Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T21:23:43.972Z] 209524e5b208: Pulling fs layer [2020-09-16T21:23:43.972Z] 45590311c82a: Waiting [2020-09-16T21:23:43.972Z] 69ca0ff8b7b3: Waiting [2020-09-16T21:23:43.972Z] 209524e5b208: Waiting [2020-09-16T21:23:43.972Z] 8529a6b9a6be: Waiting [2020-09-16T21:23:43.972Z] 99f96fe45779: Verifying Checksum [2020-09-16T21:23:43.972Z] 99f96fe45779: Download complete [2020-09-16T21:23:43.972Z] 74f711af9a0d: Verifying Checksum [2020-09-16T21:23:43.972Z] 74f711af9a0d: Download complete [2020-09-16T21:23:43.972Z] 45590311c82a: Verifying Checksum [2020-09-16T21:23:43.972Z] 45590311c82a: Download complete [2020-09-16T21:23:43.972Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T21:23:43.972Z] 69ca0ff8b7b3: Download complete [2020-09-16T21:23:43.972Z] b538f80385f9: Verifying Checksum [2020-09-16T21:23:45.010Z] b538f80385f9: Pull complete [2020-09-16T21:23:45.626Z] 74f711af9a0d: Pull complete [2020-09-16T21:23:45.910Z] 99f96fe45779: Pull complete [2020-09-16T21:23:46.935Z] 209524e5b208: Verifying Checksum [2020-09-16T21:23:46.935Z] 209524e5b208: Download complete [2020-09-16T21:23:48.445Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T21:23:48.446Z] 8529a6b9a6be: Download complete [2020-09-16T21:24:01.004Z] 8529a6b9a6be: Pull complete [2020-09-16T21:24:01.004Z] 45590311c82a: Pull complete [2020-09-16T21:24:01.004Z] 69ca0ff8b7b3: Pull complete [2020-09-16T21:24:03.671Z] 209524e5b208: Pull complete [2020-09-16T21:24:03.671Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T21:24:03.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T21:24:03.671Z] ---> 5bddaf1c2fca [2020-09-16T21:24:03.671Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T21:24:06.323Z] ---> Running in 315327affb97 [2020-09-16T21:24:06.919Z] Removing intermediate container 315327affb97 [2020-09-16T21:24:06.919Z] ---> 051b1469990e [2020-09-16T21:24:06.919Z] Step 4/7 : RUN apk add --update bash [2020-09-16T21:24:06.919Z] ---> Running in 23dca24d4e48 [2020-09-16T21:24:08.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T21:24:09.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T21:24:10.879Z] OK: 142 MiB in 39 packages [2020-09-16T21:24:12.336Z] Removing intermediate container 23dca24d4e48 [2020-09-16T21:24:12.336Z] ---> c37ea2b59641 [2020-09-16T21:24:12.336Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T21:24:12.336Z] ---> Running in 81d866bd7a99 [2020-09-16T21:24:12.933Z] Removing intermediate container 81d866bd7a99 [2020-09-16T21:24:12.933Z] ---> dc0d995401f0 [2020-09-16T21:24:12.933Z] Step 6/7 : COPY go.mod . [2020-09-16T21:24:13.533Z] ---> e4453c6b6fae [2020-09-16T21:24:13.533Z] Step 7/7 : RUN go mod download [2020-09-16T21:24:13.822Z] ---> Running in 50f3e36943b0 [2020-09-16T21:24:28.959Z] Removing intermediate container 50f3e36943b0 [2020-09-16T21:24:28.959Z] ---> 91c93d29cb50 [2020-09-16T21:24:28.959Z] Successfully built 91c93d29cb50 [2020-09-16T21:24:28.959Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:24:29.397Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T21:24:29.397Z] . [Pipeline] withDockerContainer [2020-09-16T21:24:29.634Z] prd-ubuntu18.04-docker-arm64-4c-16g-14 does not seem to be running inside a container [2020-09-16T21:24:29.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/11 -v /w/workspace/go-mod-secrets/11:/w/workspace/go-mod-secrets/11:rw,z -v /w/workspace/go-mod-secrets/11@tmp:/w/workspace/go-mod-secrets/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-16T21:24:31.468Z] $ docker top b7ce6bd6be4c7740268e3bf283ff945704915048ff31142a87e479c7f2cf65ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T21:24:32.982Z] + go version [2020-09-16T21:24:32.982Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T21:24:33.033Z] $ docker stop --time=1 b7ce6bd6be4c7740268e3bf283ff945704915048ff31142a87e479c7f2cf65ca [2020-09-16T21:24:34.856Z] $ docker rm -f b7ce6bd6be4c7740268e3bf283ff945704915048ff31142a87e479c7f2cf65ca [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-16T21:24:40.881Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-16T21:24:40.884Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-16T21:24:41.194Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:24:41.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T21:24:41.546Z] [2020-09-16T21:24:41.546Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:24:41.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T21:24:41.901Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-16T21:24:41.901Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-16T21:24:41.901Z] 408f87550127: Pulling fs layer [2020-09-16T21:24:41.901Z] fe522b08c979: Pulling fs layer [2020-09-16T21:24:41.901Z] 221eaa008020: Pulling fs layer [2020-09-16T21:24:41.901Z] 2a4607e5d6b9: Pulling fs layer [2020-09-16T21:24:41.901Z] 8f79b27c4fd2: Pulling fs layer [2020-09-16T21:24:41.901Z] e5c8dbe1645b: Pulling fs layer [2020-09-16T21:24:41.901Z] 23e8b3b47431: Pulling fs layer [2020-09-16T21:24:41.901Z] 5c568d65a230: Pulling fs layer [2020-09-16T21:24:41.901Z] 8f79b27c4fd2: Waiting [2020-09-16T21:24:41.901Z] e5c8dbe1645b: Waiting [2020-09-16T21:24:41.901Z] 23e8b3b47431: Waiting [2020-09-16T21:24:41.901Z] 5c568d65a230: Waiting [2020-09-16T21:24:41.901Z] 221eaa008020: Waiting [2020-09-16T21:24:41.901Z] 2a4607e5d6b9: Waiting [2020-09-16T21:24:41.901Z] fe522b08c979: Verifying Checksum [2020-09-16T21:24:41.901Z] fe522b08c979: Download complete [2020-09-16T21:24:41.901Z] 408f87550127: Verifying Checksum [2020-09-16T21:24:41.901Z] 408f87550127: Download complete [2020-09-16T21:24:41.901Z] 2a4607e5d6b9: Verifying Checksum [2020-09-16T21:24:41.901Z] 2a4607e5d6b9: Download complete [2020-09-16T21:24:41.901Z] 8f79b27c4fd2: Verifying Checksum [2020-09-16T21:24:41.901Z] 8f79b27c4fd2: Download complete [2020-09-16T21:24:41.901Z] cbdbe7a5bc2a: Download complete [2020-09-16T21:24:42.165Z] cbdbe7a5bc2a: Pull complete [2020-09-16T21:24:42.428Z] 408f87550127: Pull complete [2020-09-16T21:24:42.428Z] fe522b08c979: Pull complete [2020-09-16T21:24:43.827Z] e5c8dbe1645b: Verifying Checksum [2020-09-16T21:24:43.827Z] e5c8dbe1645b: Download complete [2020-09-16T21:24:44.786Z] 23e8b3b47431: Verifying Checksum [2020-09-16T21:24:44.786Z] 23e8b3b47431: Download complete [2020-09-16T21:24:44.786Z] 5c568d65a230: Verifying Checksum [2020-09-16T21:24:44.786Z] 5c568d65a230: Download complete [2020-09-16T21:24:46.185Z] 221eaa008020: Verifying Checksum [2020-09-16T21:24:46.185Z] 221eaa008020: Download complete [2020-09-16T21:24:51.507Z] 221eaa008020: Pull complete [2020-09-16T21:24:51.507Z] 2a4607e5d6b9: Pull complete [2020-09-16T21:24:51.507Z] 8f79b27c4fd2: Pull complete [2020-09-16T21:24:53.473Z] e5c8dbe1645b: Pull complete [2020-09-16T21:24:56.025Z] 23e8b3b47431: Pull complete [2020-09-16T21:24:56.973Z] 5c568d65a230: Pull complete [2020-09-16T21:24:56.973Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-16T21:24:56.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-16T21:24:56.973Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-16T21:24:57.169Z] prd-centos7-docker-4c-2g-11 does not seem to be running inside a container [2020-09-16T21:24:57.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_go-mod-secrets_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-16T21:24:58.030Z] $ docker top 288a15e065bc40dd7c1b9a8d20d00aa654ed083acc969ac588e8a9e3f705e276 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T21:24:58.602Z] + snyk monitor '--org=edgex-jenkins' [2020-09-16T21:25:03.918Z] [2020-09-16T21:25:03.918Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2020-09-16T21:25:03.918Z] [2020-09-16T21:25:03.918Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/8b3d9fad-b642-4f01-8b46-c07a6a6938d8 [2020-09-16T21:25:03.918Z] [2020-09-16T21:25:03.918Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-16T21:25:03.918Z] [2020-09-16T21:25:03.918Z] [2020-09-16T21:25:03.918Z] Snyk CLI supports Node.js 8 and higher. [2020-09-16T21:25:03.918Z] 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-16T21:25:03.918Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-16T21:25:03.918Z] [2020-09-16T21:25:03.918Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-16T21:25:03.918Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-16T21:25:03.934Z] $ docker stop --time=1 288a15e065bc40dd7c1b9a8d20d00aa654ed083acc969ac588e8a9e3f705e276 [2020-09-16T21:25:05.736Z] $ docker rm -f 288a15e065bc40dd7c1b9a8d20d00aa654ed083acc969ac588e8a9e3f705e276 [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-16T21:25:07.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T21:25:07.143Z] . [Pipeline] withDockerContainer [2020-09-16T21:25:07.237Z] prd-centos7-docker-4c-2g-11 does not seem to be running inside a container [2020-09-16T21:25:07.281Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-16T21:25:08.051Z] $ docker top 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T21:25:08.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T21:25:08.356Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T21:25:08.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T21:25:08.545Z] $ docker exec 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 ssh-agent [2020-09-16T21:25:08.712Z] SSH_AUTH_SOCK=/tmp/ssh-V9LKu94JbCiK/agent.11 [2020-09-16T21:25:08.712Z] SSH_AGENT_PID=17 [2020-09-16T21:25:08.724Z] Running ssh-add (command line suppressed) [2020-09-16T21:25:08.844Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4292151715844494445.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4292151715844494445.key) [2020-09-16T21:25:08.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T21:25:09.227Z] + git semver tag [2020-09-16T21:25:09.227Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T21:25:09.227Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-16T21:25:09.227Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-16T21:25:09.227Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T21:25:09.227Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T21:25:09.227Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T21:25:09.227Z] # $SEMVER_BRANCH = master [2020-09-16T21:25:09.227Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-09-16T21:25:09.227Z] # 43103de098cdcbb78cf067fd19afda48c0e0d939 HEAD [2020-09-16T21:25:09.227Z] # -> Force: false [2020-09-16T21:25:09.227Z] # 7e94296fc38a31418c98036641a740f048023612 refs/tags/v0.0.21 [Pipeline] } [2020-09-16T21:25:09.240Z] $ docker exec --env ******** --env ******** 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 ssh-agent -k [2020-09-16T21:25:09.347Z] unset SSH_AUTH_SOCK; [2020-09-16T21:25:09.347Z] unset SSH_AGENT_PID; [2020-09-16T21:25:09.347Z] echo Agent pid 17 killed; [2020-09-16T21:25:09.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T21:25:09.921Z] + git semver [Pipeline] } [2020-09-16T21:25:09.937Z] $ docker stop --time=1 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 [2020-09-16T21:25:11.271Z] $ docker rm -f 644851b0f6060bdddfaa62b000393afc09ba12a1c4371469851d9e1a71b724f9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:25:12.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T21:25:12.183Z] [2020-09-16T21:25:12.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:25:12.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T21:25:12.538Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-16T21:25:12.539Z] ab5ef0e58194: Pulling fs layer [2020-09-16T21:25:12.539Z] 9712f1f96733: Pulling fs layer [2020-09-16T21:25:12.539Z] 63f879dbbcfc: Pulling fs layer [2020-09-16T21:25:12.539Z] 0d9ebad4ef96: Pulling fs layer [2020-09-16T21:25:12.539Z] e9a5061849ea: Pulling fs layer [2020-09-16T21:25:12.539Z] d747dcd14b5f: Pulling fs layer [2020-09-16T21:25:12.539Z] 2de7ff778b66: Pulling fs layer [2020-09-16T21:25:12.539Z] 0d9ebad4ef96: Waiting [2020-09-16T21:25:12.539Z] e9a5061849ea: Waiting [2020-09-16T21:25:12.539Z] 2de7ff778b66: Waiting [2020-09-16T21:25:12.539Z] d747dcd14b5f: Waiting [2020-09-16T21:25:12.539Z] 9712f1f96733: Verifying Checksum [2020-09-16T21:25:12.539Z] 9712f1f96733: Download complete [2020-09-16T21:25:15.099Z] 63f879dbbcfc: Verifying Checksum [2020-09-16T21:25:15.099Z] 63f879dbbcfc: Download complete [2020-09-16T21:25:15.365Z] e9a5061849ea: Verifying Checksum [2020-09-16T21:25:15.365Z] e9a5061849ea: Download complete [2020-09-16T21:25:15.365Z] d747dcd14b5f: Verifying Checksum [2020-09-16T21:25:15.365Z] d747dcd14b5f: Download complete [2020-09-16T21:25:15.629Z] 2de7ff778b66: Verifying Checksum [2020-09-16T21:25:15.629Z] 2de7ff778b66: Download complete [2020-09-16T21:25:15.891Z] 0d9ebad4ef96: Verifying Checksum [2020-09-16T21:25:15.891Z] 0d9ebad4ef96: Download complete [2020-09-16T21:25:15.891Z] ab5ef0e58194: Verifying Checksum [2020-09-16T21:25:15.891Z] ab5ef0e58194: Download complete [2020-09-16T21:25:19.215Z] ab5ef0e58194: Pull complete [2020-09-16T21:25:19.477Z] 9712f1f96733: Pull complete [2020-09-16T21:25:22.793Z] 63f879dbbcfc: Pull complete [2020-09-16T21:25:28.108Z] 0d9ebad4ef96: Pull complete [2020-09-16T21:25:30.027Z] e9a5061849ea: Pull complete [2020-09-16T21:25:30.293Z] d747dcd14b5f: Pull complete [2020-09-16T21:25:32.854Z] 2de7ff778b66: Pull complete [2020-09-16T21:25:32.854Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-16T21:25:32.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-16T21:25:32.854Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-16T21:25:33.022Z] prd-centos7-docker-4c-2g-11 does not seem to be running inside a container [2020-09-16T21:25:33.165Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-16T21:25:37.171Z] $ docker top f7c726d70809e86304147f857de6bc4dc8b0d0ee3051dc6b61ca52142f891d92 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-16T21:25:37.415Z] provisioning config files... [2020-09-16T21:25:37.429Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1137515460742919056tmp [2020-09-16T21:25:37.450Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8113846443860573928tmp [2020-09-16T21:25:37.466Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2312645907402691000tmp [Pipeline] { [Pipeline] echo [2020-09-16T21:25:37.538Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T21:25:37.845Z] ---> sigul-configuration.sh [2020-09-16T21:25:37.846Z] gpg: directory `/root/.gnupg' created [2020-09-16T21:25:37.846Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-16T21:25:37.846Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-16T21:25:37.846Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-16T21:25:37.846Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-16T21:25:37.846Z] gpg: CAST5 encrypted data [2020-09-16T21:25:38.111Z] gpg: encrypted with 1 passphrase [2020-09-16T21:25:38.111Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-16T21:25:38.416Z] + mkdir /home/jenkins [2020-09-16T21:25:38.416Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-16T21:25:38.715Z] + 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-16T21:25:38.725Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T21:25:39.022Z] ---> sigul-install.sh [2020-09-16T21:25:44.330Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-16T21:25:44.629Z] + git tag --list [2020-09-16T21:25:44.629Z] v0.0.21 [Pipeline] sh [2020-09-16T21:25:44.925Z] + lftools sign git-tag v0.0.21 [2020-09-16T21:25:46.322Z] Signing Git tag with Sigul... [2020-09-16T21:25:46.322Z] Signing v0.0.21 [Pipeline] echo [2020-09-16T21:25:47.275Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T21:25:47.570Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-16T21:25:47.579Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-16T21:25:47.678Z] $ docker stop --time=1 f7c726d70809e86304147f857de6bc4dc8b0d0ee3051dc6b61ca52142f891d92 [2020-09-16T21:25:49.704Z] $ docker rm -f f7c726d70809e86304147f857de6bc4dc8b0d0ee3051dc6b61ca52142f891d92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:25:50.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T21:25:50.828Z] . [Pipeline] withDockerContainer [2020-09-16T21:25:50.920Z] prd-centos7-docker-4c-2g-11 does not seem to be running inside a container [2020-09-16T21:25:50.963Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-16T21:25:51.560Z] $ docker top 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T21:25:51.852Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T21:25:51.852Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T21:25:52.023Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T21:25:52.029Z] $ docker exec 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 ssh-agent [2020-09-16T21:25:52.182Z] SSH_AUTH_SOCK=/tmp/ssh-nxPEBziUmper/agent.11 [2020-09-16T21:25:52.182Z] SSH_AGENT_PID=16 [2020-09-16T21:25:52.189Z] Running ssh-add (command line suppressed) [2020-09-16T21:25:52.306Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1764848727079070293.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1764848727079070293.key) [2020-09-16T21:25:52.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T21:25:52.717Z] + git semver bump patch [2020-09-16T21:25:52.717Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T21:25:52.717Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-16T21:25:52.717Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-16T21:25:52.717Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T21:25:52.717Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T21:25:52.717Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T21:25:52.717Z] # $SEMVER_BRANCH = master [2020-09-16T21:25:52.717Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-09-16T21:25:52.717Z] 0.0.22 [Pipeline] } [2020-09-16T21:25:52.731Z] $ docker exec --env ******** --env ******** 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 ssh-agent -k [2020-09-16T21:25:52.836Z] unset SSH_AUTH_SOCK; [2020-09-16T21:25:52.836Z] unset SSH_AGENT_PID; [2020-09-16T21:25:52.836Z] echo Agent pid 16 killed; [2020-09-16T21:25:52.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T21:25:53.368Z] + git semver [Pipeline] } [2020-09-16T21:25:53.393Z] $ docker stop --time=1 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 [2020-09-16T21:25:54.733Z] $ docker rm -f 12175eafb16199cd99e81a1fc3d73168fef1e238d11774b6d4d3fcfb6aa6d542 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:25:55.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T21:25:55.310Z] . [Pipeline] withDockerContainer [2020-09-16T21:25:55.406Z] prd-centos7-docker-4c-2g-11 does not seem to be running inside a container [2020-09-16T21:25:55.455Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-16T21:25:55.974Z] $ docker top cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T21:25:56.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T21:25:56.284Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T21:25:56.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T21:25:56.448Z] $ docker exec cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb ssh-agent [2020-09-16T21:25:56.604Z] SSH_AUTH_SOCK=/tmp/ssh-5XO3i1FXmuTn/agent.11 [2020-09-16T21:25:56.604Z] SSH_AGENT_PID=16 [2020-09-16T21:25:56.610Z] Running ssh-add (command line suppressed) [2020-09-16T21:25:56.721Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5681909524525258892.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5681909524525258892.key) [2020-09-16T21:25:56.770Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T21:25:57.104Z] + git semver push [2020-09-16T21:25:57.104Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T21:25:57.104Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-16T21:25:57.104Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-16T21:25:57.104Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T21:25:57.104Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T21:25:57.104Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T21:25:57.104Z] # $SEMVER_BRANCH = master [2020-09-16T21:25:57.104Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-09-16T21:26:03.706Z] $ docker exec --env ******** --env ******** cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb ssh-agent -k [2020-09-16T21:26:03.841Z] unset SSH_AUTH_SOCK; [2020-09-16T21:26:03.841Z] unset SSH_AGENT_PID; [2020-09-16T21:26:03.842Z] echo Agent pid 16 killed; [2020-09-16T21:26:03.895Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T21:26:04.383Z] + git semver [Pipeline] } [2020-09-16T21:26:04.399Z] $ docker stop --time=1 cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb [2020-09-16T21:26:06.065Z] $ docker rm -f cb09cde262ff0cb32f2d530f653267ed349fbc2230bb732644b06a4f14031feb [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-16T21:26:07.439Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T21:26:08.019Z] ---> package-listing.sh [2020-09-16T21:26:08.019Z] ++ facter osfamily [2020-09-16T21:26:08.019Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T21:26:08.019Z] + OS_FAMILY=redhat [2020-09-16T21:26:08.019Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2020-09-16T21:26:08.019Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T21:26:08.019Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T21:26:08.019Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T21:26:08.019Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T21:26:08.019Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-09-16T21:26:08.019Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T21:26:08.019Z] + case "${OS_FAMILY}" in [2020-09-16T21:26:08.019Z] + rpm -qa [2020-09-16T21:26:08.019Z] + sort [2020-09-16T21:26:12.237Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T21:26:12.237Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T21:26:12.237Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T21:26:12.237Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-09-16T21:26:12.237Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2020-09-16T21:26:12.237Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:26:13.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T21:26:13.032Z] [2020-09-16T21:26:13.032Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T21:26:13.384Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T21:26:13.384Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T21:26:13.384Z] df20fa9351a1: Pulling fs layer [2020-09-16T21:26:13.384Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T21:26:13.384Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T21:26:13.384Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T21:26:13.384Z] 0dadc02b9964: Pulling fs layer [2020-09-16T21:26:13.384Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T21:26:13.384Z] 7a184a31f384: Pulling fs layer [2020-09-16T21:26:13.384Z] 0879bd2ef858: Pulling fs layer [2020-09-16T21:26:13.384Z] ce6a7cf60c04: Waiting [2020-09-16T21:26:13.384Z] 46f8f816bc3b: Waiting [2020-09-16T21:26:13.384Z] 0dadc02b9964: Waiting [2020-09-16T21:26:13.384Z] 7a184a31f384: Waiting [2020-09-16T21:26:13.384Z] 36b3adc4ff6f: Verifying Checksum [2020-09-16T21:26:13.384Z] 36b3adc4ff6f: Download complete [2020-09-16T21:26:13.384Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T21:26:13.384Z] 46f8f816bc3b: Download complete [2020-09-16T21:26:13.384Z] df20fa9351a1: Verifying Checksum [2020-09-16T21:26:13.384Z] df20fa9351a1: Download complete [2020-09-16T21:26:13.648Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T21:26:13.648Z] ce6a7cf60c04: Download complete [2020-09-16T21:26:13.648Z] 7a184a31f384: Verifying Checksum [2020-09-16T21:26:13.648Z] 7a184a31f384: Download complete [2020-09-16T21:26:13.648Z] df20fa9351a1: Pull complete [2020-09-16T21:26:13.914Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T21:26:13.914Z] 8ad3a11d3b57: Download complete [2020-09-16T21:26:13.914Z] 0dadc02b9964: Verifying Checksum [2020-09-16T21:26:13.914Z] 0dadc02b9964: Download complete [2020-09-16T21:26:13.914Z] 36b3adc4ff6f: Pull complete [2020-09-16T21:26:14.180Z] 0879bd2ef858: Verifying Checksum [2020-09-16T21:26:14.180Z] 0879bd2ef858: Download complete [2020-09-16T21:26:14.757Z] 8ad3a11d3b57: Pull complete [2020-09-16T21:26:14.757Z] 46f8f816bc3b: Pull complete [2020-09-16T21:26:15.018Z] 0dadc02b9964: Pull complete [2020-09-16T21:26:15.280Z] ce6a7cf60c04: Pull complete [2020-09-16T21:26:15.280Z] 7a184a31f384: Pull complete [2020-09-16T21:26:18.596Z] 0879bd2ef858: Pull complete [2020-09-16T21:26:18.596Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T21:26:18.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T21:26:18.596Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T21:26:18.756Z] prd-centos7-docker-4c-2g-11 does not seem to be running inside a container [2020-09-16T21:26:18.921Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-16T21:26:21.491Z] $ docker top b3482983a3cb06bff832acc1be38c1d4cf041f71c1458e3557c5a743c8ed6722 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T21:26:22.027Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T21:26:22.325Z] + ls /var/log/sa-host [2020-09-16T21:26:22.326Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T21:26:22.326Z] file_magic: OK [2020-09-16T21:26:22.326Z] HZ: Using current value: 100 [2020-09-16T21:26:22.326Z] file_header: OK [2020-09-16T21:26:22.326Z] 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-16T21:26:22.326Z] Statistics: [2020-09-16T21:26:22.326Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T21:26:22.326Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T21:26:22.326Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T21:26:22.326Z] file_magic: OK [2020-09-16T21:26:22.326Z] HZ: Using current value: 100 [2020-09-16T21:26:22.326Z] file_header: OK [2020-09-16T21:26:22.326Z] 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-16T21:26:22.326Z] Statistics: [2020-09-16T21:26:22.326Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T21:26:22.326Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T21:26:22.392Z] provisioning config files... [2020-09-16T21:26:22.408Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config982771410890708005tmp [Pipeline] { [Pipeline] echo [2020-09-16T21:26:22.489Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T21:26:22.784Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T21:26:22.794Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T21:26:23.088Z] ---> logs-deploy.sh [2020-09-16T21:26:23.088Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/11 [2020-09-16T21:26:23.088Z] INFO: archiving workspace using pattern(s): [2020-09-16T21:26:24.476Z] Archives upload complete. [2020-09-16T21:26:24.476Z] INFO: archiving logs to Nexus