Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 32334ba23a08c2d47dddfb812bb10fd92c6b0129 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2372 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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 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 Checking out Revision 32334ba23a08c2d47dddfb812bb10fd92c6b0129 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 Commit message: "Merge pull request #55 from jpwhitemn/upd-go-1-15" > git rev-list --no-walk c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-11T22:18:21.819Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-11T22:18:22.044Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-11T22:18:22.153Z] ========================================================= [2020-09-11T22:18:22.153Z] EdgeX Global Pipelines Version Info [2020-09-11T22:18:22.153Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:18:23.583Z] ------------------- [2020-09-11T22:18:23.583Z] stable info: [2020-09-11T22:18:23.583Z] ------------------- [2020-09-11T22:18:23.583Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-11T22:18:23.583Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-11T22:18:23.583Z] Message: update stable to v1.0.119 [2020-09-11T22:18:24.536Z] ------------------- [2020-09-11T22:18:24.536Z] experimental info: [2020-09-11T22:18:24.536Z] ------------------- [2020-09-11T22:18:24.536Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-11T22:18:24.536Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-11T22:18:24.536Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-11T22:18:24.975Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2020-09-11T22:18:25.071Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2020-09-11T22:18:25.387Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-11T22:18:25.482Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-11T22:18:25.590Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-11T22:18:25.697Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-11T22:18:25.787Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-11T22:18:25.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-11T22:18:25.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-11T22:18:26.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-11T22:18:26.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-11T22:18:26.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2020-09-11T22:18:26.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-11T22:18:26.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-11T22:18:26.617Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:18:26.715Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:18:26.806Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:18:26.897Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-11T22:18:26.988Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-11T22:18:27.084Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-11T22:18:27.170Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-11T22:18:27.256Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-11T22:18:27.341Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-11T22:18:27.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-11T22:18:27.523Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-11T22:18:27.611Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32334ba23a08c2d47dddfb812bb10fd92c6b0129 [Pipeline] echo [2020-09-11T22:18:27.700Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32334ba [Pipeline] echo [2020-09-11T22:18:27.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-11T22:18:28.399Z] + git log --format=format:%s -1 32334ba23a08c2d47dddfb812bb10fd92c6b0129 [Pipeline] echo [2020-09-11T22:18:28.473Z] GIT_COMMIT: 32334ba23a08c2d47dddfb812bb10fd92c6b0129, Commit Message: Merge pull request #55 from jpwhitemn/upd-go-1-15 [Pipeline] echo [2020-09-11T22:18:28.518Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:18:29.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:18:29.632Z] [2020-09-11T22:18:29.632Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:18:29.984Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:18:29.984Z] latest: Pulling from edgex-devops/git-semver [2020-09-11T22:18:29.984Z] 31603596830f: Pulling fs layer [2020-09-11T22:18:29.984Z] 2a8b12db71e7: Pulling fs layer [2020-09-11T22:18:29.984Z] 6ca5941a6612: Pulling fs layer [2020-09-11T22:18:29.984Z] ecc8261a40a4: Pulling fs layer [2020-09-11T22:18:29.984Z] ecc8261a40a4: Waiting [2020-09-11T22:18:29.984Z] 2a8b12db71e7: Verifying Checksum [2020-09-11T22:18:29.984Z] 2a8b12db71e7: Download complete [2020-09-11T22:18:30.249Z] 31603596830f: Verifying Checksum [2020-09-11T22:18:30.249Z] 31603596830f: Download complete [2020-09-11T22:18:30.249Z] ecc8261a40a4: Verifying Checksum [2020-09-11T22:18:30.249Z] ecc8261a40a4: Download complete [2020-09-11T22:18:30.249Z] 6ca5941a6612: Verifying Checksum [2020-09-11T22:18:30.249Z] 6ca5941a6612: Download complete [2020-09-11T22:18:30.515Z] 31603596830f: Pull complete [2020-09-11T22:18:30.515Z] 2a8b12db71e7: Pull complete [2020-09-11T22:18:31.478Z] 6ca5941a6612: Pull complete [2020-09-11T22:18:31.741Z] ecc8261a40a4: Pull complete [2020-09-11T22:18:31.741Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-11T22:18:31.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:18:31.741Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-11T22:18:31.843Z] prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container [2020-09-11T22:18:31.898Z] $ 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-11T22:18:34.334Z] $ docker top a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:18:34.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:18:34.600Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:18:34.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:18:34.832Z] $ docker exec a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent [2020-09-11T22:18:34.996Z] SSH_AUTH_SOCK=/tmp/ssh-f5d2dpYPgGz8/agent.12 [2020-09-11T22:18:34.996Z] SSH_AGENT_PID=17 [2020-09-11T22:18:35.007Z] Running ssh-add (command line suppressed) [2020-09-11T22:18:35.162Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_34507773135180169.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_34507773135180169.key) [2020-09-11T22:18:35.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:18:35.574Z] + git describe --exact-match --tags HEAD [2020-09-11T22:18:35.574Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-11T22:18:35.604Z] $ docker exec --env ******** --env ******** a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent -k [2020-09-11T22:18:35.723Z] unset SSH_AUTH_SOCK; [2020-09-11T22:18:35.724Z] unset SSH_AGENT_PID; [2020-09-11T22:18:35.724Z] echo Agent pid 17 killed; [2020-09-11T22:18:35.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-11T22:18:35.842Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-11T22:18:35.842Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-11T22:18:35.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:18:35.945Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:18:36.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:18:36.122Z] $ docker exec a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent [2020-09-11T22:18:36.272Z] SSH_AUTH_SOCK=/tmp/ssh-WI9C5nWlTrhC/agent.47 [2020-09-11T22:18:36.272Z] SSH_AGENT_PID=52 [2020-09-11T22:18:36.279Z] Running ssh-add (command line suppressed) [2020-09-11T22:18:36.402Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7993688811113164483.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7993688811113164483.key) [2020-09-11T22:18:36.446Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:18:36.780Z] + git semver init [2020-09-11T22:18:36.780Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:18:36.780Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-11T22:18:36.780Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-11T22:18:36.780Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:18:36.780Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:18:36.780Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:18:36.780Z] # $SEMVER_BRANCH = master [2020-09-11T22:18:36.780Z] # $SEMVER_TEMP = /tmp/semver-727230552 [2020-09-11T22:18:36.780Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-09-11T22:18:37.042Z] # '/tmp/semver-727230552' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2020-09-11T22:18:37.042Z] # -> Force: false [2020-09-11T22:18:37.042Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-09-11T22:18:37.061Z] $ docker exec --env ******** --env ******** a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 ssh-agent -k [2020-09-11T22:18:37.171Z] unset SSH_AUTH_SOCK; [2020-09-11T22:18:37.172Z] unset SSH_AGENT_PID; [2020-09-11T22:18:37.172Z] echo Agent pid 52 killed; [2020-09-11T22:18:37.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:18:37.663Z] + git semver [Pipeline] } [2020-09-11T22:18:37.685Z] $ docker stop --time=1 a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 [2020-09-11T22:18:39.010Z] $ docker rm -f a432d285087d9143ad44d61b56639876d785890e0b31e5770e6995788b8dd3f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-11T22:18:39.653Z] Stashed 29 file(s) [Pipeline] echo [2020-09-11T22:18:39.656Z] [edgeXSemver]: initialized semver on version 0.0.20 [Pipeline] echo [2020-09-11T22:18:39.746Z] Archived original version: [0.0.20] [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-11T22:18:55.331Z] Still waiting to schedule task [2020-09-11T22:18:55.331Z] ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-2358’ is offline; ‘prd-centos7-docker-4c-2g-2373’ is offline; ‘prd-centos7-docker-8c-8g-2351’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2371’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-11T22:18:55.334Z] Still waiting to schedule task [2020-09-11T22:18:55.334Z] ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-213’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2358’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2373’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-8c-8g-2351’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2371’ is offline [2020-09-11T22:21:08.526Z] Running on prd-centos7-docker-4c-2g-2374 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-09-11T22:21:08.585Z] Running in /w/workspace/go-mod-secrets/10 [Pipeline] { [Pipeline] checkout [2020-09-11T22:21:11.454Z] using credential edgex-jenkins-ssh [2020-09-11T22:21:11.506Z] Cloning the remote Git repository [2020-09-11T22:21:11.506Z] Cloning with configured refspecs honoured and without tags [2020-09-11T22:21:12.170Z] Fetching without tags [2020-09-11T22:21:11.542Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-11T22:21:11.606Z] > git init /w/workspace/go-mod-secrets/10 # timeout=10 [2020-09-11T22:21:11.657Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-11T22:21:11.657Z] > git --version # timeout=10 [2020-09-11T22:21:11.665Z] > git --version # 'git version 2.16.5' [2020-09-11T22:21:11.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:21:11.693Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:21:12.141Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-11T22:21:12.150Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:21:12.167Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-11T22:21:12.178Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-11T22:21:12.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:21:12.182Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:21:12.548Z] Checking out Revision 32334ba23a08c2d47dddfb812bb10fd92c6b0129 (master) [2020-09-11T22:21:12.560Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T22:21:12.565Z] > git checkout -f 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 [2020-09-11T22:21:16.226Z] Commit message: "Merge pull request #55 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T22:21:16.957Z] ========================================================= [2020-09-11T22:21:16.958Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-11T22:21:16.958Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:21:17.584Z] + 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-11T22:21:17.849Z] Sending build context to Docker daemon 510kB [2020-09-11T22:21:18.111Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-11T22:21:18.111Z] Step 2/7 : FROM ${BASE} [2020-09-11T22:21:18.111Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-11T22:21:18.111Z] df20fa9351a1: Pulling fs layer [2020-09-11T22:21:18.111Z] ed8968b2872e: Pulling fs layer [2020-09-11T22:21:18.111Z] a92cc7c5fd73: Pulling fs layer [2020-09-11T22:21:18.111Z] e871e8e8d7a9: Pulling fs layer [2020-09-11T22:21:18.111Z] e73272ec9a57: Pulling fs layer [2020-09-11T22:21:18.111Z] 1e910a182e73: Pulling fs layer [2020-09-11T22:21:18.111Z] 4e634b169226: Pulling fs layer [2020-09-11T22:21:18.111Z] e871e8e8d7a9: Waiting [2020-09-11T22:21:18.111Z] e73272ec9a57: Waiting [2020-09-11T22:21:18.111Z] 1e910a182e73: Waiting [2020-09-11T22:21:18.111Z] 4e634b169226: Waiting [2020-09-11T22:21:18.111Z] a92cc7c5fd73: Verifying Checksum [2020-09-11T22:21:18.111Z] a92cc7c5fd73: Download complete [2020-09-11T22:21:18.111Z] ed8968b2872e: Download complete [2020-09-11T22:21:18.683Z] e73272ec9a57: Download complete [2020-09-11T22:21:18.683Z] 1e910a182e73: Verifying Checksum [2020-09-11T22:21:18.683Z] 1e910a182e73: Download complete [2020-09-11T22:21:18.946Z] df20fa9351a1: Verifying Checksum [2020-09-11T22:21:18.946Z] df20fa9351a1: Download complete [2020-09-11T22:21:19.209Z] df20fa9351a1: Pull complete [2020-09-11T22:21:19.470Z] ed8968b2872e: Pull complete [2020-09-11T22:21:19.470Z] a92cc7c5fd73: Pull complete [2020-09-11T22:21:20.417Z] 4e634b169226: Verifying Checksum [2020-09-11T22:21:20.417Z] 4e634b169226: Download complete [2020-09-11T22:21:20.999Z] e871e8e8d7a9: Verifying Checksum [2020-09-11T22:21:20.999Z] e871e8e8d7a9: Download complete [2020-09-11T22:21:26.347Z] e871e8e8d7a9: Pull complete [2020-09-11T22:21:26.347Z] e73272ec9a57: Pull complete [2020-09-11T22:21:26.347Z] 1e910a182e73: Pull complete [2020-09-11T22:21:36.381Z] 4e634b169226: Pull complete [2020-09-11T22:21:36.381Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-11T22:21:36.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-11T22:21:36.381Z] ---> f7629b54cfaa [2020-09-11T22:21:36.381Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-11T22:21:36.381Z] ---> Running in 10790baa88ca [2020-09-11T22:21:36.646Z] Removing intermediate container 10790baa88ca [2020-09-11T22:21:36.646Z] ---> b8455dea15c8 [2020-09-11T22:21:36.646Z] Step 4/7 : RUN apk add --update bash [2020-09-11T22:21:36.646Z] ---> Running in a9397afaaf60 [2020-09-11T22:21:37.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-11T22:21:38.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-11T22:21:38.826Z] OK: 166 MiB in 39 packages [2020-09-11T22:21:39.403Z] Removing intermediate container a9397afaaf60 [2020-09-11T22:21:39.403Z] ---> 3082f2774053 [2020-09-11T22:21:39.403Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-11T22:21:39.403Z] ---> Running in 44acbdb1efec [2020-09-11T22:21:39.667Z] Removing intermediate container 44acbdb1efec [2020-09-11T22:21:39.667Z] ---> e2d2279f398d [2020-09-11T22:21:39.667Z] Step 6/7 : COPY go.mod . [2020-09-11T22:21:39.667Z] ---> a5da27a24c62 [2020-09-11T22:21:39.667Z] Step 7/7 : RUN go mod download [2020-09-11T22:21:39.935Z] ---> Running in eed219a488dc [2020-09-11T22:21:42.497Z] Removing intermediate container eed219a488dc [2020-09-11T22:21:42.497Z] ---> 30bed7bfee9e [2020-09-11T22:21:42.497Z] Successfully built 30bed7bfee9e [2020-09-11T22:21:42.497Z] Successfully tagged ci-base-image-x86_64:latest [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] } [2020-09-11T22:21:43.421Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2375 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] ws [2020-09-11T22:21:44.120Z] Running in /w/workspace/go-mod-secrets/10 [Pipeline] { [Pipeline] checkout 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-11T22:21:49.467Z] using credential edgex-jenkins-ssh [2020-09-11T22:21:49.525Z] Cloning the remote Git repository [2020-09-11T22:21:49.525Z] Cloning with configured refspecs honoured and without tags [2020-09-11T22:21:49.593Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-11T22:21:49.700Z] > git init /w/workspace/go-mod-secrets/10 # timeout=10 [2020-09-11T22:21:49.776Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-11T22:21:49.776Z] > git --version # timeout=10 [2020-09-11T22:21:49.795Z] > git --version # 'git version 2.17.1' [2020-09-11T22:21:49.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:21:49.871Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:21:50.638Z] Fetching without tags [2020-09-11T22:21:51.179Z] Checking out Revision 32334ba23a08c2d47dddfb812bb10fd92c6b0129 (master) [2020-09-11T22:21:50.567Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-11T22:21:50.586Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:21:50.620Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-11T22:21:50.653Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-11T22:21:50.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-11T22:21:50.666Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-11T22:21:51.204Z] > git config core.sparsecheckout # timeout=10 [2020-09-11T22:21:51.227Z] > git checkout -f 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 [2020-09-11T22:21:55.903Z] Commit message: "Merge pull request #55 from jpwhitemn/upd-go-1-15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-11T22:21:56.815Z] ========================================================= [2020-09-11T22:21:56.815Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-11T22:21:56.815Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:21:58.082Z] + 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-11T22:21:58.705Z] Sending build context to Docker daemon 510kB [2020-09-11T22:21:58.982Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-11T22:21:58.982Z] Step 2/7 : FROM ${BASE} [2020-09-11T22:21:59.266Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-11T22:21:59.266Z] b538f80385f9: Pulling fs layer [2020-09-11T22:21:59.266Z] 74f711af9a0d: Pulling fs layer [2020-09-11T22:21:59.266Z] 99f96fe45779: Pulling fs layer [2020-09-11T22:21:59.266Z] 8529a6b9a6be: Pulling fs layer [2020-09-11T22:21:59.266Z] 45590311c82a: Pulling fs layer [2020-09-11T22:21:59.266Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-11T22:21:59.266Z] 209524e5b208: Pulling fs layer [2020-09-11T22:21:59.266Z] 8529a6b9a6be: Waiting [2020-09-11T22:21:59.266Z] 45590311c82a: Waiting [2020-09-11T22:21:59.266Z] 69ca0ff8b7b3: Waiting [2020-09-11T22:21:59.266Z] 209524e5b208: Waiting [2020-09-11T22:21:59.266Z] 99f96fe45779: Verifying Checksum [2020-09-11T22:21:59.266Z] 99f96fe45779: Download complete [2020-09-11T22:21:59.266Z] 74f711af9a0d: Download complete [2020-09-11T22:21:59.548Z] 45590311c82a: Verifying Checksum [2020-09-11T22:21:59.548Z] 45590311c82a: Download complete [2020-09-11T22:21:59.548Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-11T22:21:59.548Z] 69ca0ff8b7b3: Download complete [2020-09-11T22:21:59.548Z] b538f80385f9: Verifying Checksum [2020-09-11T22:21:59.548Z] b538f80385f9: Download complete [2020-09-11T22:22:00.548Z] b538f80385f9: Pull complete [2020-09-11T22:22:01.152Z] 74f711af9a0d: Pull complete [2020-09-11T22:22:01.426Z] 99f96fe45779: Pull complete [2020-09-11T22:22:01.701Z] 209524e5b208: Verifying Checksum [2020-09-11T22:22:01.701Z] 209524e5b208: Download complete [2020-09-11T22:22:03.150Z] 8529a6b9a6be: Verifying Checksum [2020-09-11T22:22:03.150Z] 8529a6b9a6be: Download complete [2020-09-11T22:22:13.352Z] 8529a6b9a6be: Pull complete [2020-09-11T22:22:13.352Z] 45590311c82a: Pull complete [2020-09-11T22:22:13.626Z] 69ca0ff8b7b3: Pull complete [2020-09-11T22:22:17.989Z] 209524e5b208: Pull complete [2020-09-11T22:22:17.989Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-11T22:22:17.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-11T22:22:17.989Z] ---> 5bddaf1c2fca [2020-09-11T22:22:17.989Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-11T22:22:20.630Z] ---> Running in dadfac786ffb [2020-09-11T22:22:20.918Z] Removing intermediate container dadfac786ffb [2020-09-11T22:22:20.918Z] ---> f7a209baded6 [2020-09-11T22:22:20.918Z] Step 4/7 : RUN apk add --update bash [2020-09-11T22:22:20.918Z] ---> Running in b1eb76b02781 [2020-09-11T22:22:22.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-11T22:22:23.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-11T22:22:24.481Z] OK: 142 MiB in 39 packages [2020-09-11T22:22:25.465Z] Removing intermediate container b1eb76b02781 [2020-09-11T22:22:25.465Z] ---> 64adec9c4cc0 [2020-09-11T22:22:25.465Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-11T22:22:25.742Z] ---> Running in 72cd84e57696 [2020-09-11T22:22:26.338Z] Removing intermediate container 72cd84e57696 [2020-09-11T22:22:26.338Z] ---> 58e5f30619a5 [2020-09-11T22:22:26.338Z] Step 6/7 : COPY go.mod . [2020-09-11T22:22:26.950Z] ---> 4e7ce62c3294 [2020-09-11T22:22:26.950Z] Step 7/7 : RUN go mod download [2020-09-11T22:22:26.950Z] ---> Running in 2a57cd5e1cd9 [2020-09-11T22:22:31.282Z] Removing intermediate container 2a57cd5e1cd9 [2020-09-11T22:22:31.282Z] ---> 841d3979b91d [2020-09-11T22:22:31.282Z] Successfully built 841d3979b91d [2020-09-11T22:22:31.282Z] Successfully tagged ci-base-image-arm64:latest [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-11T22:22:33.955Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-11T22:22:33.957Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-11T22:22:34.008Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:22:34.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:22:34.367Z] [2020-09-11T22:22:34.367Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:22:34.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:22:34.850Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-11T22:22:34.850Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-11T22:22:34.850Z] 408f87550127: Pulling fs layer [2020-09-11T22:22:34.850Z] fe522b08c979: Pulling fs layer [2020-09-11T22:22:34.850Z] 221eaa008020: Pulling fs layer [2020-09-11T22:22:34.850Z] 2a4607e5d6b9: Pulling fs layer [2020-09-11T22:22:34.850Z] 8f79b27c4fd2: Pulling fs layer [2020-09-11T22:22:34.850Z] e5c8dbe1645b: Pulling fs layer [2020-09-11T22:22:34.850Z] 23e8b3b47431: Pulling fs layer [2020-09-11T22:22:34.850Z] 5c568d65a230: Pulling fs layer [2020-09-11T22:22:34.850Z] 2a4607e5d6b9: Waiting [2020-09-11T22:22:34.850Z] 8f79b27c4fd2: Waiting [2020-09-11T22:22:34.850Z] e5c8dbe1645b: Waiting [2020-09-11T22:22:34.850Z] 23e8b3b47431: Waiting [2020-09-11T22:22:34.850Z] 5c568d65a230: Waiting [2020-09-11T22:22:34.850Z] 221eaa008020: Waiting [2020-09-11T22:22:34.850Z] fe522b08c979: Verifying Checksum [2020-09-11T22:22:34.850Z] fe522b08c979: Download complete [2020-09-11T22:22:34.850Z] 408f87550127: Download complete [2020-09-11T22:22:34.850Z] 2a4607e5d6b9: Verifying Checksum [2020-09-11T22:22:34.850Z] 2a4607e5d6b9: Download complete [2020-09-11T22:22:34.850Z] 8f79b27c4fd2: Verifying Checksum [2020-09-11T22:22:34.850Z] 8f79b27c4fd2: Download complete [2020-09-11T22:22:34.850Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-11T22:22:34.850Z] cbdbe7a5bc2a: Download complete [2020-09-11T22:22:35.430Z] cbdbe7a5bc2a: Pull complete [2020-09-11T22:22:35.430Z] 408f87550127: Pull complete [2020-09-11T22:22:35.693Z] fe522b08c979: Pull complete [2020-09-11T22:22:35.693Z] e5c8dbe1645b: Download complete [2020-09-11T22:22:37.106Z] 5c568d65a230: Verifying Checksum [2020-09-11T22:22:37.106Z] 5c568d65a230: Download complete [2020-09-11T22:22:37.106Z] 23e8b3b47431: Verifying Checksum [2020-09-11T22:22:37.106Z] 23e8b3b47431: Download complete [2020-09-11T22:22:38.057Z] 221eaa008020: Verifying Checksum [2020-09-11T22:22:38.057Z] 221eaa008020: Download complete [2020-09-11T22:22:43.389Z] 221eaa008020: Pull complete [2020-09-11T22:22:43.389Z] 2a4607e5d6b9: Pull complete [2020-09-11T22:22:43.389Z] 8f79b27c4fd2: Pull complete [2020-09-11T22:22:45.983Z] e5c8dbe1645b: Pull complete [2020-09-11T22:22:48.568Z] 23e8b3b47431: Pull complete [2020-09-11T22:22:49.966Z] 5c568d65a230: Pull complete [2020-09-11T22:22:50.229Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-11T22:22:50.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-11T22:22:50.229Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-11T22:22:50.423Z] prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container [2020-09-11T22:22:50.484Z] $ 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-11T22:22:51.317Z] $ docker top 63e63b9ea3a583fc42648828ca8f4d6a9e3eed741367d462e1a06d4fd5b0eada -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T22:22:51.838Z] + snyk monitor '--org=edgex-jenkins' [2020-09-11T22:22:56.060Z] [2020-09-11T22:22:56.060Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2020-09-11T22:22:56.060Z] [2020-09-11T22:22:56.060Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/11edd704-8900-4539-8622-8d5f91e7f937 [2020-09-11T22:22:56.060Z] [2020-09-11T22:22:56.060Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-11T22:22:56.060Z] [2020-09-11T22:22:56.060Z] [2020-09-11T22:22:56.060Z] Snyk CLI supports Node.js 8 and higher. [2020-09-11T22:22:56.060Z] 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-11T22:22:56.060Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-11T22:22:56.060Z] [2020-09-11T22:22:56.060Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-11T22:22:56.060Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-11T22:22:56.080Z] $ docker stop --time=1 63e63b9ea3a583fc42648828ca8f4d6a9e3eed741367d462e1a06d4fd5b0eada [2020-09-11T22:22:57.762Z] $ docker rm -f 63e63b9ea3a583fc42648828ca8f4d6a9e3eed741367d462e1a06d4fd5b0eada [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-11T22:22:59.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:22:59.588Z] . [Pipeline] withDockerContainer [2020-09-11T22:22:59.687Z] prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container [2020-09-11T22:22:59.739Z] $ 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-11T22:23:00.853Z] $ docker top de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:23:01.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:23:01.224Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:23:01.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:23:01.488Z] $ docker exec de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 ssh-agent [2020-09-11T22:23:01.653Z] SSH_AUTH_SOCK=/tmp/ssh-o9Yqzs6U5zaV/agent.11 [2020-09-11T22:23:01.653Z] SSH_AGENT_PID=17 [2020-09-11T22:23:01.663Z] Running ssh-add (command line suppressed) [2020-09-11T22:23:01.799Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4564151681628639309.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4564151681628639309.key) [2020-09-11T22:23:01.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:23:02.190Z] + git semver tag [2020-09-11T22:23:02.190Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:23:02.190Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-11T22:23:02.190Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-11T22:23:02.190Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:23:02.190Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:23:02.190Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:23:02.190Z] # $SEMVER_BRANCH = master [2020-09-11T22:23:02.190Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-09-11T22:23:02.190Z] # 32334ba23a08c2d47dddfb812bb10fd92c6b0129 HEAD [2020-09-11T22:23:02.190Z] # -> Force: false [2020-09-11T22:23:02.190Z] # 58b62ffd5de7388520f1e519f7df528eb827108c refs/tags/v0.0.20 [Pipeline] } [2020-09-11T22:23:02.215Z] $ docker exec --env ******** --env ******** de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 ssh-agent -k [2020-09-11T22:23:02.344Z] unset SSH_AUTH_SOCK; [2020-09-11T22:23:02.345Z] unset SSH_AGENT_PID; [2020-09-11T22:23:02.345Z] echo Agent pid 17 killed; [2020-09-11T22:23:02.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:23:03.016Z] + git semver [Pipeline] } [2020-09-11T22:23:03.039Z] $ docker stop --time=1 de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 [2020-09-11T22:23:04.506Z] $ docker rm -f de900f82d0c70358a4aca9ae5862d6874e1e40e9fb49298bf0b5ae81096caa45 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:23:05.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:23:05.184Z] [2020-09-11T22:23:05.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:23:05.540Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:23:05.540Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-11T22:23:05.540Z] ab5ef0e58194: Pulling fs layer [2020-09-11T22:23:05.540Z] 9712f1f96733: Pulling fs layer [2020-09-11T22:23:05.540Z] 63f879dbbcfc: Pulling fs layer [2020-09-11T22:23:05.540Z] 0d9ebad4ef96: Pulling fs layer [2020-09-11T22:23:05.540Z] e9a5061849ea: Pulling fs layer [2020-09-11T22:23:05.540Z] d747dcd14b5f: Pulling fs layer [2020-09-11T22:23:05.540Z] 2de7ff778b66: Pulling fs layer [2020-09-11T22:23:05.540Z] e9a5061849ea: Waiting [2020-09-11T22:23:05.540Z] d747dcd14b5f: Waiting [2020-09-11T22:23:05.540Z] 2de7ff778b66: Waiting [2020-09-11T22:23:05.540Z] 0d9ebad4ef96: Waiting [2020-09-11T22:23:05.540Z] 9712f1f96733: Verifying Checksum [2020-09-11T22:23:05.540Z] 9712f1f96733: Download complete [2020-09-11T22:23:08.113Z] 63f879dbbcfc: Verifying Checksum [2020-09-11T22:23:08.113Z] 63f879dbbcfc: Download complete [2020-09-11T22:23:08.696Z] e9a5061849ea: Verifying Checksum [2020-09-11T22:23:08.696Z] e9a5061849ea: Download complete [2020-09-11T22:23:08.696Z] d747dcd14b5f: Verifying Checksum [2020-09-11T22:23:08.696Z] d747dcd14b5f: Download complete [2020-09-11T22:23:08.959Z] 2de7ff778b66: Verifying Checksum [2020-09-11T22:23:08.959Z] 2de7ff778b66: Download complete [2020-09-11T22:23:09.223Z] 0d9ebad4ef96: Verifying Checksum [2020-09-11T22:23:09.223Z] 0d9ebad4ef96: Download complete [2020-09-11T22:23:09.487Z] ab5ef0e58194: Verifying Checksum [2020-09-11T22:23:09.487Z] ab5ef0e58194: Download complete [2020-09-11T22:23:13.721Z] ab5ef0e58194: Pull complete [2020-09-11T22:23:13.721Z] 9712f1f96733: Pull complete [2020-09-11T22:23:16.287Z] 63f879dbbcfc: Pull complete [2020-09-11T22:23:24.475Z] 0d9ebad4ef96: Pull complete [2020-09-11T22:23:24.475Z] e9a5061849ea: Pull complete [2020-09-11T22:23:24.475Z] d747dcd14b5f: Pull complete [2020-09-11T22:23:27.812Z] 2de7ff778b66: Pull complete [2020-09-11T22:23:27.812Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-11T22:23:27.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-11T22:23:27.812Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-11T22:23:28.000Z] prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container [2020-09-11T22:23:28.047Z] $ 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-11T22:23:31.883Z] $ docker top 585686b57aa63a9057e431bdf0b1877bb17ab5f833f37f5af857f3c8acd2ec02 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-11T22:23:32.196Z] provisioning config files... [2020-09-11T22:23:32.256Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5980789952553040483tmp [2020-09-11T22:23:32.382Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2567400933526006049tmp [2020-09-11T22:23:32.482Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3609066369865803995tmp [Pipeline] { [Pipeline] echo [2020-09-11T22:23:32.559Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:23:32.928Z] ---> sigul-configuration.sh [2020-09-11T22:23:32.928Z] gpg: directory `/root/.gnupg' created [2020-09-11T22:23:32.928Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-11T22:23:32.928Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-11T22:23:32.928Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-11T22:23:32.928Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-11T22:23:32.928Z] gpg: CAST5 encrypted data [2020-09-11T22:23:33.191Z] gpg: encrypted with 1 passphrase [2020-09-11T22:23:33.191Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-11T22:23:33.487Z] + mkdir /home/jenkins [2020-09-11T22:23:33.487Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-11T22:23:33.785Z] + 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-11T22:23:33.797Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:23:34.094Z] ---> sigul-install.sh [2020-09-11T22:23:39.416Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-11T22:23:39.716Z] + git tag --list [2020-09-11T22:23:39.716Z] v0.0.20 [Pipeline] sh [2020-09-11T22:23:40.013Z] + lftools sign git-tag v0.0.20 [2020-09-11T22:23:41.404Z] Signing Git tag with Sigul... [2020-09-11T22:23:41.404Z] Signing v0.0.20 [Pipeline] echo [2020-09-11T22:23:42.360Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:23:42.657Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-11T22:23:42.667Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-11T22:23:42.770Z] $ docker stop --time=1 585686b57aa63a9057e431bdf0b1877bb17ab5f833f37f5af857f3c8acd2ec02 [2020-09-11T22:23:44.840Z] $ docker rm -f 585686b57aa63a9057e431bdf0b1877bb17ab5f833f37f5af857f3c8acd2ec02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:23:45.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:23:45.781Z] . [Pipeline] withDockerContainer [2020-09-11T22:23:45.887Z] prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container [2020-09-11T22:23:45.937Z] $ 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-11T22:23:46.563Z] $ docker top e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:23:46.865Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:23:46.865Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:23:47.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:23:47.066Z] $ docker exec e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df ssh-agent [2020-09-11T22:23:47.243Z] SSH_AUTH_SOCK=/tmp/ssh-pGNuYthI9qgQ/agent.11 [2020-09-11T22:23:47.243Z] SSH_AGENT_PID=16 [2020-09-11T22:23:47.250Z] Running ssh-add (command line suppressed) [2020-09-11T22:23:47.378Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3485560380108103032.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3485560380108103032.key) [2020-09-11T22:23:47.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:23:47.773Z] + git semver bump patch [2020-09-11T22:23:47.773Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:23:47.773Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-11T22:23:47.773Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-11T22:23:47.773Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:23:47.773Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:23:47.773Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:23:47.773Z] # $SEMVER_BRANCH = master [2020-09-11T22:23:47.773Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-09-11T22:23:47.773Z] 0.0.21 [Pipeline] } [2020-09-11T22:23:47.788Z] $ docker exec --env ******** --env ******** e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df ssh-agent -k [2020-09-11T22:23:47.910Z] unset SSH_AUTH_SOCK; [2020-09-11T22:23:47.911Z] unset SSH_AGENT_PID; [2020-09-11T22:23:47.911Z] echo Agent pid 16 killed; [2020-09-11T22:23:47.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:23:48.493Z] + git semver [Pipeline] } [2020-09-11T22:23:48.515Z] $ docker stop --time=1 e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df [2020-09-11T22:23:49.840Z] $ docker rm -f e5555becf8143814c3f01945c4365160c8507660ca3cbde0b52ab364e19893df [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:23:50.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-11T22:23:50.355Z] . [Pipeline] withDockerContainer [2020-09-11T22:23:50.503Z] prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container [2020-09-11T22:23:50.557Z] $ 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-11T22:23:51.142Z] $ docker top 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-11T22:23:51.452Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-11T22:23:51.452Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-11T22:23:51.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-11T22:23:51.631Z] $ docker exec 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 ssh-agent [2020-09-11T22:23:51.816Z] SSH_AUTH_SOCK=/tmp/ssh-5Npb3YcII345/agent.12 [2020-09-11T22:23:51.816Z] SSH_AGENT_PID=18 [2020-09-11T22:23:51.823Z] Running ssh-add (command line suppressed) [2020-09-11T22:23:51.955Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1466718075264659432.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1466718075264659432.key) [2020-09-11T22:23:52.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-11T22:23:52.348Z] + git semver push [2020-09-11T22:23:52.348Z] # -> Open(): unable to determine branch for HEAD [2020-09-11T22:23:52.348Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-09-11T22:23:52.348Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-09-11T22:23:52.348Z] # $SEMVER_REMOTE_NAME = origin [2020-09-11T22:23:52.348Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-11T22:23:52.348Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-11T22:23:52.348Z] # $SEMVER_BRANCH = master [2020-09-11T22:23:52.348Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-09-11T22:23:58.961Z] $ docker exec --env ******** --env ******** 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 ssh-agent -k [2020-09-11T22:23:59.101Z] unset SSH_AUTH_SOCK; [2020-09-11T22:23:59.102Z] unset SSH_AGENT_PID; [2020-09-11T22:23:59.102Z] echo Agent pid 18 killed; [2020-09-11T22:23:59.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-11T22:23:59.653Z] + git semver [Pipeline] } [2020-09-11T22:23:59.674Z] $ docker stop --time=1 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 [2020-09-11T22:24:01.013Z] $ docker rm -f 20f43a93ca9afc0075bd55acf3ddc3e0b11ee9c7a3e73ea8b5775a6b6044a4f7 [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-11T22:24:02.433Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:24:02.996Z] ---> package-listing.sh [2020-09-11T22:24:02.996Z] ++ facter osfamily [2020-09-11T22:24:02.996Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-11T22:24:02.996Z] + OS_FAMILY=redhat [2020-09-11T22:24:02.996Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2020-09-11T22:24:02.996Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-11T22:24:02.996Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-11T22:24:02.996Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-11T22:24:02.996Z] + PACKAGES=/tmp/packages_start.txt [2020-09-11T22:24:02.997Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-09-11T22:24:02.997Z] + PACKAGES=/tmp/packages_end.txt [2020-09-11T22:24:02.997Z] + case "${OS_FAMILY}" in [2020-09-11T22:24:02.997Z] + rpm -qa [2020-09-11T22:24:02.997Z] + sort [2020-09-11T22:24:07.221Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-11T22:24:07.221Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-11T22:24:07.222Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-11T22:24:07.222Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-09-11T22:24:07.222Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2020-09-11T22:24:07.222Z] + 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-11T22:24:07.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:24:07.704Z] [2020-09-11T22:24:07.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-11T22:24:08.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:24:08.097Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-11T22:24:08.097Z] df20fa9351a1: Pulling fs layer [2020-09-11T22:24:08.097Z] 36b3adc4ff6f: Pulling fs layer [2020-09-11T22:24:08.097Z] 8ad3a11d3b57: Pulling fs layer [2020-09-11T22:24:08.097Z] 46f8f816bc3b: Pulling fs layer [2020-09-11T22:24:08.097Z] 0dadc02b9964: Pulling fs layer [2020-09-11T22:24:08.097Z] ce6a7cf60c04: Pulling fs layer [2020-09-11T22:24:08.097Z] 7a184a31f384: Pulling fs layer [2020-09-11T22:24:08.097Z] 0879bd2ef858: Pulling fs layer [2020-09-11T22:24:08.097Z] 0dadc02b9964: Waiting [2020-09-11T22:24:08.097Z] ce6a7cf60c04: Waiting [2020-09-11T22:24:08.097Z] 7a184a31f384: Waiting [2020-09-11T22:24:08.097Z] 0879bd2ef858: Waiting [2020-09-11T22:24:08.097Z] 46f8f816bc3b: Waiting [2020-09-11T22:24:08.097Z] 36b3adc4ff6f: Verifying Checksum [2020-09-11T22:24:08.097Z] 36b3adc4ff6f: Download complete [2020-09-11T22:24:08.097Z] 46f8f816bc3b: Verifying Checksum [2020-09-11T22:24:08.097Z] 46f8f816bc3b: Download complete [2020-09-11T22:24:08.097Z] df20fa9351a1: Verifying Checksum [2020-09-11T22:24:08.097Z] df20fa9351a1: Download complete [2020-09-11T22:24:08.097Z] ce6a7cf60c04: Verifying Checksum [2020-09-11T22:24:08.097Z] ce6a7cf60c04: Download complete [2020-09-11T22:24:08.097Z] 7a184a31f384: Verifying Checksum [2020-09-11T22:24:08.097Z] 7a184a31f384: Download complete [2020-09-11T22:24:08.097Z] 0dadc02b9964: Verifying Checksum [2020-09-11T22:24:08.097Z] 0dadc02b9964: Download complete [2020-09-11T22:24:08.363Z] 8ad3a11d3b57: Verifying Checksum [2020-09-11T22:24:08.363Z] 8ad3a11d3b57: Download complete [2020-09-11T22:24:08.624Z] df20fa9351a1: Pull complete [2020-09-11T22:24:08.624Z] 36b3adc4ff6f: Pull complete [2020-09-11T22:24:08.887Z] 0879bd2ef858: Verifying Checksum [2020-09-11T22:24:08.887Z] 0879bd2ef858: Download complete [2020-09-11T22:24:09.466Z] 8ad3a11d3b57: Pull complete [2020-09-11T22:24:09.736Z] 46f8f816bc3b: Pull complete [2020-09-11T22:24:09.998Z] 0dadc02b9964: Pull complete [2020-09-11T22:24:09.998Z] ce6a7cf60c04: Pull complete [2020-09-11T22:24:10.260Z] 7a184a31f384: Pull complete [2020-09-11T22:24:12.816Z] 0879bd2ef858: Pull complete [2020-09-11T22:24:12.816Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-11T22:24:12.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-11T22:24:12.816Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-11T22:24:12.919Z] prd-centos7-docker-4c-2g-2372 does not seem to be running inside a container [2020-09-11T22:24:12.965Z] $ 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-11T22:24:16.156Z] $ docker top 2fa16f33678a8d310d8afe442e7d5cebee75fa9e3d1f248c2ffe4475fdec183d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-11T22:24:16.662Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-11T22:24:16.967Z] + ls /var/log/sa-host [2020-09-11T22:24:16.967Z] + sadf -c /var/log/sa-host/sa05 [2020-09-11T22:24:16.967Z] file_magic: OK [2020-09-11T22:24:16.967Z] HZ: Using current value: 100 [2020-09-11T22:24:16.967Z] file_header: OK [2020-09-11T22:24:16.967Z] 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-11T22:24:16.967Z] Statistics: [2020-09-11T22:24:16.967Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T22:24:16.967Z] File successfully converted to sysstat format version 12.2.1 [2020-09-11T22:24:16.967Z] + sadf -c /var/log/sa-host/sa11 [2020-09-11T22:24:16.967Z] file_magic: OK [2020-09-11T22:24:16.967Z] HZ: Using current value: 100 [2020-09-11T22:24:16.967Z] file_header: OK [2020-09-11T22:24:16.967Z] 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-11T22:24:16.967Z] Statistics: [2020-09-11T22:24:16.967Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-11T22:24:16.967Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-11T22:24:17.031Z] provisioning config files... [2020-09-11T22:24:17.045Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7461612565708138001tmp [Pipeline] { [Pipeline] echo [2020-09-11T22:24:17.125Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:24:17.423Z] ---> create-netrc.sh [Pipeline] echo [2020-09-11T22:24:17.435Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-11T22:24:17.741Z] ---> logs-deploy.sh [2020-09-11T22:24:17.741Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/10 [2020-09-11T22:24:17.741Z] INFO: archiving workspace using pattern(s): [2020-09-11T22:24:19.130Z] Archives upload complete. [2020-09-11T22:24:19.130Z] INFO: archiving logs to Nexus