Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 11135aa80e527cda27448d3fc9afd0dd950ec3b5 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3769 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 11135aa80e527cda27448d3fc9afd0dd950ec3b5 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11135aa80e527cda27448d3fc9afd0dd950ec3b5 # timeout=10 Commit message: "Merge pull request #523 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.46" > git rev-list --no-walk f40e2be3c73940b991c744b10b7b286bb29fb93c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T21:08:55.804Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T21:08:56.069Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T21:08:56.182Z] ========================================================= [2020-10-06T21:08:56.182Z] EdgeX Global Pipelines Version Info [2020-10-06T21:08:56.182Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:08:57.716Z] ------------------- [2020-10-06T21:08:57.717Z] stable info: [2020-10-06T21:08:57.717Z] ------------------- [2020-10-06T21:08:57.717Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T21:08:57.717Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T21:08:57.717Z] Message: update stable to v1.0.131 [2020-10-06T21:08:58.675Z] ------------------- [2020-10-06T21:08:58.675Z] experimental info: [2020-10-06T21:08:58.675Z] ------------------- [2020-10-06T21:08:58.675Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T21:08:58.675Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T21:08:58.675Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T21:08:59.021Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-06T21:08:59.106Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-06T21:08:59.187Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T21:08:59.300Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T21:08:59.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T21:08:59.485Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T21:08:59.590Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T21:08:59.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T21:08:59.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-06T21:08:59.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T21:08:59.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T21:09:00.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-06T21:09:00.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T21:09:00.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T21:09:00.512Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T21:09:00.598Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T21:09:00.814Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T21:09:00.899Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T21:09:00.988Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T21:09:01.087Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T21:09:01.170Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T21:09:01.281Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-06T21:09:01.368Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-06T21:09:01.466Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-06T21:09:01.606Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-06T21:09:01.719Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T21:09:01.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T21:09:01.897Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T21:09:02.052Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11135aa80e527cda27448d3fc9afd0dd950ec3b5 [Pipeline] echo [2020-10-06T21:09:02.152Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11135aa [Pipeline] echo [2020-10-06T21:09:02.250Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T21:09:02.862Z] + git log --format=format:%s -1 11135aa80e527cda27448d3fc9afd0dd950ec3b5 [Pipeline] echo [2020-10-06T21:09:02.921Z] GIT_COMMIT: 11135aa80e527cda27448d3fc9afd0dd950ec3b5, Commit Message: Merge pull request #523 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.46 [Pipeline] echo [2020-10-06T21:09:02.964Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:03.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:09:03.764Z] [2020-10-06T21:09:03.764Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:09:04.112Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:09:04.112Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T21:09:04.112Z] 31603596830f: Pulling fs layer [2020-10-06T21:09:04.112Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T21:09:04.112Z] 6ca5941a6612: Pulling fs layer [2020-10-06T21:09:04.112Z] ecc8261a40a4: Pulling fs layer [2020-10-06T21:09:04.112Z] ecc8261a40a4: Waiting [2020-10-06T21:09:04.112Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T21:09:04.112Z] 2a8b12db71e7: Download complete [2020-10-06T21:09:04.112Z] 31603596830f: Verifying Checksum [2020-10-06T21:09:04.112Z] 31603596830f: Download complete [2020-10-06T21:09:04.373Z] ecc8261a40a4: Verifying Checksum [2020-10-06T21:09:04.373Z] ecc8261a40a4: Download complete [2020-10-06T21:09:04.373Z] 6ca5941a6612: Verifying Checksum [2020-10-06T21:09:04.373Z] 6ca5941a6612: Download complete [2020-10-06T21:09:04.636Z] 31603596830f: Pull complete [2020-10-06T21:09:04.636Z] 2a8b12db71e7: Pull complete [2020-10-06T21:09:05.211Z] 6ca5941a6612: Pull complete [2020-10-06T21:09:05.473Z] ecc8261a40a4: Pull complete [2020-10-06T21:09:05.473Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T21:09:05.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:09:05.473Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T21:09:05.571Z] prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container [2020-10-06T21:09:05.617Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T21:09:07.334Z] $ docker top d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T21:09:07.687Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:09:07.687Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:09:07.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:09:07.896Z] $ docker exec d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent [2020-10-06T21:09:08.047Z] SSH_AUTH_SOCK=/tmp/ssh-kLnRPSVHnQLV/agent.13 [2020-10-06T21:09:08.047Z] SSH_AGENT_PID=18 [2020-10-06T21:09:08.060Z] Running ssh-add (command line suppressed) [2020-10-06T21:09:08.173Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2786428694595481455.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2786428694595481455.key) [2020-10-06T21:09:08.222Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:09:08.646Z] + git describe --exact-match --tags HEAD [2020-10-06T21:09:08.646Z] fatal: no tag exactly matches '11135aa80e527cda27448d3fc9afd0dd950ec3b5' [Pipeline] } [2020-10-06T21:09:08.668Z] $ docker exec --env ******** --env ******** d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent -k [2020-10-06T21:09:08.779Z] unset SSH_AUTH_SOCK; [2020-10-06T21:09:08.780Z] unset SSH_AGENT_PID; [2020-10-06T21:09:08.780Z] echo Agent pid 18 killed; [2020-10-06T21:09:08.823Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T21:09:08.908Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T21:09:08.908Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T21:09:09.008Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:09:09.008Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:09:09.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:09:09.175Z] $ docker exec d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent [2020-10-06T21:09:09.323Z] SSH_AUTH_SOCK=/tmp/ssh-ND3Lgvlad3WJ/agent.47 [2020-10-06T21:09:09.323Z] SSH_AGENT_PID=52 [2020-10-06T21:09:09.330Z] Running ssh-add (command line suppressed) [2020-10-06T21:09:09.444Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5173330555126589698.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5173330555126589698.key) [2020-10-06T21:09:09.488Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:09:09.815Z] + git semver init [2020-10-06T21:09:09.815Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T21:09:09.815Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-06T21:09:09.815Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-06T21:09:09.815Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T21:09:09.815Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T21:09:09.815Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T21:09:09.815Z] # $SEMVER_BRANCH = master [2020-10-06T21:09:09.815Z] # $SEMVER_TEMP = /tmp/semver-896524776 [2020-10-06T21:09:09.815Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-06T21:09:12.372Z] # '/tmp/semver-896524776' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-06T21:09:12.372Z] # -> Force: false [2020-10-06T21:09:12.372Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-06T21:09:12.384Z] $ docker exec --env ******** --env ******** d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent -k [2020-10-06T21:09:12.499Z] unset SSH_AUTH_SOCK; [2020-10-06T21:09:12.500Z] unset SSH_AGENT_PID; [2020-10-06T21:09:12.500Z] echo Agent pid 52 killed; [2020-10-06T21:09:12.547Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T21:09:13.003Z] + git semver [Pipeline] } [2020-10-06T21:09:13.021Z] $ docker stop --time=1 d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 [2020-10-06T21:09:14.474Z] $ docker rm -f d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T21:09:16.609Z] Stashed 49 file(s) [Pipeline] echo [2020-10-06T21:09:16.611Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.36 [Pipeline] echo [2020-10-06T21:09:16.767Z] Archived original version: [1.2.1-dev.36] [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-10-06T21:09:32.221Z] Still waiting to schedule task [2020-10-06T21:09:32.221Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-06T21:09:32.224Z] Still waiting to schedule task [2020-10-06T21:09:32.224Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3767’ is offline [2020-10-06T21:11:23.601Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3772 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T21:11:23.671Z] Running in /w/workspace/app-functions-sdk-go/124 [Pipeline] { [Pipeline] checkout [2020-10-06T21:11:29.228Z] using credential edgex-jenkins-ssh [2020-10-06T21:11:29.315Z] Cloning the remote Git repository [2020-10-06T21:11:29.374Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-06T21:11:29.507Z] > git init /w/workspace/app-functions-sdk-go/124 # timeout=10 [2020-10-06T21:11:29.583Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-06T21:11:29.584Z] > git --version # timeout=10 [2020-10-06T21:11:29.604Z] > git --version # 'git version 2.17.1' [2020-10-06T21:11:29.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T21:11:29.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T21:11:32.460Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-06T21:11:32.479Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T21:11:32.510Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-06T21:11:32.550Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-06T21:11:32.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T21:11:32.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T21:11:33.086Z] Checking out Revision 11135aa80e527cda27448d3fc9afd0dd950ec3b5 (master) [2020-10-06T21:11:33.090Z] Running on prd-centos7-docker-4c-2g-3774 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-06T21:11:33.146Z] Running in /w/workspace/app-functions-sdk-go/124 [Pipeline] { [Pipeline] checkout [2020-10-06T21:11:33.111Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T21:11:33.129Z] > git checkout -f 11135aa80e527cda27448d3fc9afd0dd950ec3b5 # timeout=10 [2020-10-06T21:11:36.417Z] using credential edgex-jenkins-ssh [2020-10-06T21:11:36.466Z] Cloning the remote Git repository [2020-10-06T21:11:36.492Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-06T21:11:36.561Z] > git init /w/workspace/app-functions-sdk-go/124 # timeout=10 [2020-10-06T21:11:36.610Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-06T21:11:36.611Z] > git --version # timeout=10 [2020-10-06T21:11:36.616Z] > git --version # 'git version 2.16.5' [2020-10-06T21:11:36.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T21:11:36.641Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T21:11:37.588Z] Commit message: "Merge pull request #523 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.46" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-06T21:11:40.998Z] ========================================================= [2020-10-06T21:11:40.998Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T21:11:40.998Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:42.189Z] + 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-10-06T21:11:43.056Z] Checking out Revision 11135aa80e527cda27448d3fc9afd0dd950ec3b5 (master) [2020-10-06T21:11:43.198Z] Sending build context to Docker daemon 37.39MB [2020-10-06T21:11:42.570Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-06T21:11:42.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T21:11:42.590Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-06T21:11:42.603Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-06T21:11:42.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T21:11:42.608Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T21:11:43.067Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T21:11:43.072Z] > git checkout -f 11135aa80e527cda27448d3fc9afd0dd950ec3b5 # timeout=10 [2020-10-06T21:11:43.478Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T21:11:43.478Z] Step 2/8 : FROM ${BASE} [2020-10-06T21:11:43.758Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T21:11:43.758Z] b538f80385f9: Pulling fs layer [2020-10-06T21:11:43.758Z] 74f711af9a0d: Pulling fs layer [2020-10-06T21:11:43.758Z] 99f96fe45779: Pulling fs layer [2020-10-06T21:11:43.758Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T21:11:43.758Z] 45590311c82a: Pulling fs layer [2020-10-06T21:11:43.758Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T21:11:43.758Z] 209524e5b208: Pulling fs layer [2020-10-06T21:11:43.758Z] 45590311c82a: Waiting [2020-10-06T21:11:43.758Z] 8529a6b9a6be: Waiting [2020-10-06T21:11:43.758Z] 69ca0ff8b7b3: Waiting [2020-10-06T21:11:43.758Z] 209524e5b208: Waiting [2020-10-06T21:11:43.758Z] 99f96fe45779: Verifying Checksum [2020-10-06T21:11:43.758Z] 99f96fe45779: Download complete [2020-10-06T21:11:43.758Z] 74f711af9a0d: Verifying Checksum [2020-10-06T21:11:43.758Z] 74f711af9a0d: Download complete [2020-10-06T21:11:43.758Z] 45590311c82a: Verifying Checksum [2020-10-06T21:11:43.758Z] 45590311c82a: Download complete [2020-10-06T21:11:43.758Z] 69ca0ff8b7b3: Download complete [2020-10-06T21:11:43.758Z] b538f80385f9: Download complete [2020-10-06T21:11:44.356Z] b538f80385f9: Pull complete [2020-10-06T21:11:44.966Z] 74f711af9a0d: Pull complete [2020-10-06T21:11:45.245Z] 99f96fe45779: Pull complete [2020-10-06T21:11:46.242Z] 209524e5b208: Verifying Checksum [2020-10-06T21:11:46.242Z] 209524e5b208: Download complete [2020-10-06T21:11:46.755Z] Commit message: "Merge pull request #523 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.46" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-06T21:11:47.689Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T21:11:47.689Z] 8529a6b9a6be: Download complete [Pipeline] echo [2020-10-06T21:11:48.717Z] ========================================================= [2020-10-06T21:11:48.717Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T21:11:48.717Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:11:49.293Z] + 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-10-06T21:11:49.871Z] Sending build context to Docker daemon 37.39MB [2020-10-06T21:11:49.871Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T21:11:49.871Z] Step 2/8 : FROM ${BASE} [2020-10-06T21:11:50.137Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T21:11:50.137Z] df20fa9351a1: Pulling fs layer [2020-10-06T21:11:50.137Z] ed8968b2872e: Pulling fs layer [2020-10-06T21:11:50.137Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T21:11:50.137Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T21:11:50.137Z] e73272ec9a57: Pulling fs layer [2020-10-06T21:11:50.137Z] 1e910a182e73: Pulling fs layer [2020-10-06T21:11:50.137Z] 4e634b169226: Pulling fs layer [2020-10-06T21:11:50.137Z] e73272ec9a57: Waiting [2020-10-06T21:11:50.137Z] 1e910a182e73: Waiting [2020-10-06T21:11:50.137Z] e871e8e8d7a9: Waiting [2020-10-06T21:11:50.137Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T21:11:50.137Z] a92cc7c5fd73: Download complete [2020-10-06T21:11:50.137Z] ed8968b2872e: Verifying Checksum [2020-10-06T21:11:50.137Z] ed8968b2872e: Download complete [2020-10-06T21:11:50.137Z] e73272ec9a57: Verifying Checksum [2020-10-06T21:11:50.137Z] e73272ec9a57: Download complete [2020-10-06T21:11:50.137Z] 1e910a182e73: Verifying Checksum [2020-10-06T21:11:50.137Z] 1e910a182e73: Download complete [2020-10-06T21:11:50.406Z] df20fa9351a1: Verifying Checksum [2020-10-06T21:11:50.406Z] df20fa9351a1: Download complete [2020-10-06T21:11:50.669Z] df20fa9351a1: Pull complete [2020-10-06T21:11:50.933Z] ed8968b2872e: Pull complete [2020-10-06T21:11:50.933Z] a92cc7c5fd73: Pull complete [2020-10-06T21:11:51.894Z] 4e634b169226: Verifying Checksum [2020-10-06T21:11:51.894Z] 4e634b169226: Download complete [2020-10-06T21:11:52.857Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T21:11:52.857Z] e871e8e8d7a9: Download complete [2020-10-06T21:11:57.870Z] 8529a6b9a6be: Pull complete [2020-10-06T21:11:57.870Z] 45590311c82a: Pull complete [2020-10-06T21:11:58.146Z] 69ca0ff8b7b3: Pull complete [2020-10-06T21:11:58.204Z] e871e8e8d7a9: Pull complete [2020-10-06T21:11:58.204Z] e73272ec9a57: Pull complete [2020-10-06T21:11:58.204Z] 1e910a182e73: Pull complete [2020-10-06T21:12:02.477Z] 209524e5b208: Pull complete [2020-10-06T21:12:02.477Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T21:12:02.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T21:12:02.477Z] ---> 5bddaf1c2fca [2020-10-06T21:12:02.477Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T21:12:02.477Z] latest: Pulling from library/docker [2020-10-06T21:12:02.477Z] b538f80385f9: Already exists [2020-10-06T21:12:02.477Z] 259a493cd78d: Pulling fs layer [2020-10-06T21:12:02.477Z] b8e66b5100f5: Pulling fs layer [2020-10-06T21:12:02.477Z] 7f8258a56ab6: Pulling fs layer [2020-10-06T21:12:02.477Z] 75a0a0ebb566: Pulling fs layer [2020-10-06T21:12:02.477Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-06T21:12:02.477Z] 294320357d30: Pulling fs layer [2020-10-06T21:12:02.477Z] 75a0a0ebb566: Waiting [2020-10-06T21:12:02.477Z] 4a2c62f0a2a3: Waiting [2020-10-06T21:12:02.477Z] 294320357d30: Waiting [2020-10-06T21:12:02.755Z] 259a493cd78d: Verifying Checksum [2020-10-06T21:12:02.755Z] 259a493cd78d: Download complete [2020-10-06T21:12:02.755Z] b8e66b5100f5: Download complete [2020-10-06T21:12:03.031Z] 75a0a0ebb566: Verifying Checksum [2020-10-06T21:12:03.031Z] 75a0a0ebb566: Download complete [2020-10-06T21:12:03.031Z] 294320357d30: Verifying Checksum [2020-10-06T21:12:03.031Z] 294320357d30: Download complete [2020-10-06T21:12:03.316Z] 259a493cd78d: Pull complete [2020-10-06T21:12:03.914Z] b8e66b5100f5: Pull complete [2020-10-06T21:12:04.516Z] 7f8258a56ab6: Verifying Checksum [2020-10-06T21:12:04.516Z] 7f8258a56ab6: Download complete [2020-10-06T21:12:06.381Z] 4e634b169226: Pull complete [2020-10-06T21:12:06.381Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T21:12:06.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T21:12:06.381Z] ---> f7629b54cfaa [2020-10-06T21:12:06.381Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T21:12:06.381Z] latest: Pulling from library/docker [2020-10-06T21:12:06.381Z] df20fa9351a1: Already exists [2020-10-06T21:12:06.381Z] 25ad7478873d: Pulling fs layer [2020-10-06T21:12:06.381Z] 4684f6177b5d: Pulling fs layer [2020-10-06T21:12:06.381Z] 8ba584e970af: Pulling fs layer [2020-10-06T21:12:06.381Z] 3cdc74d2b06d: Pulling fs layer [2020-10-06T21:12:06.381Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-06T21:12:06.381Z] fca0ccc462d5: Pulling fs layer [2020-10-06T21:12:06.381Z] 3cdc74d2b06d: Waiting [2020-10-06T21:12:06.381Z] fca0ccc462d5: Waiting [2020-10-06T21:12:06.381Z] 4cf5a0d07c1f: Waiting [2020-10-06T21:12:06.381Z] 25ad7478873d: Verifying Checksum [2020-10-06T21:12:06.381Z] 25ad7478873d: Download complete [2020-10-06T21:12:06.381Z] 4684f6177b5d: Verifying Checksum [2020-10-06T21:12:06.381Z] 4684f6177b5d: Download complete [2020-10-06T21:12:06.381Z] 3cdc74d2b06d: Verifying Checksum [2020-10-06T21:12:06.381Z] 3cdc74d2b06d: Download complete [2020-10-06T21:12:06.381Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-06T21:12:06.381Z] 4cf5a0d07c1f: Download complete [2020-10-06T21:12:06.381Z] fca0ccc462d5: Verifying Checksum [2020-10-06T21:12:06.381Z] fca0ccc462d5: Download complete [2020-10-06T21:12:06.381Z] 25ad7478873d: Pull complete [2020-10-06T21:12:06.648Z] 4684f6177b5d: Pull complete [2020-10-06T21:12:07.598Z] 8ba584e970af: Verifying Checksum [2020-10-06T21:12:07.598Z] 8ba584e970af: Download complete [2020-10-06T21:12:07.921Z] 7f8258a56ab6: Pull complete [2020-10-06T21:12:07.921Z] 75a0a0ebb566: Pull complete [2020-10-06T21:12:08.197Z] 4a2c62f0a2a3: Pull complete [2020-10-06T21:12:08.794Z] 294320357d30: Pull complete [2020-10-06T21:12:08.794Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T21:12:08.794Z] Status: Downloaded newer image for docker:latest [2020-10-06T21:12:10.172Z] 8ba584e970af: Pull complete [2020-10-06T21:12:10.435Z] 3cdc74d2b06d: Pull complete [2020-10-06T21:12:10.435Z] 4cf5a0d07c1f: Pull complete [2020-10-06T21:12:10.698Z] fca0ccc462d5: Pull complete [2020-10-06T21:12:10.698Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T21:12:10.698Z] Status: Downloaded newer image for docker:latest [2020-10-06T21:12:12.695Z] ---> 6f716b66b6de [2020-10-06T21:12:12.695Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-06T21:12:12.695Z] ---> Running in 9fd7beea7a1e [2020-10-06T21:12:12.695Z] Removing intermediate container 9fd7beea7a1e [2020-10-06T21:12:12.695Z] ---> 8cec6ac5b22e [2020-10-06T21:12:12.695Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-06T21:12:12.695Z] ---> Running in 483b58edb91b [2020-10-06T21:12:13.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T21:12:14.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T21:12:14.806Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-06T21:12:15.069Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-06T21:12:15.069Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-06T21:12:15.332Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-06T21:12:15.332Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-06T21:12:15.332Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:12:15.332Z] OK: 167 MiB in 44 packages [2020-10-06T21:12:15.543Z] ---> d420efe5dcd4 [2020-10-06T21:12:15.543Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-06T21:12:15.543Z] ---> Running in ea9c14b2b880 [2020-10-06T21:12:15.543Z] Removing intermediate container ea9c14b2b880 [2020-10-06T21:12:15.543Z] ---> c30d376bdd64 [2020-10-06T21:12:15.543Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-06T21:12:15.543Z] ---> Running in 84826f31334a [2020-10-06T21:12:15.907Z] Removing intermediate container 483b58edb91b [2020-10-06T21:12:15.907Z] ---> c9987522fac9 [2020-10-06T21:12:15.907Z] Step 6/8 : WORKDIR /build [2020-10-06T21:12:16.170Z] ---> Running in fb43b512ef6e [2020-10-06T21:12:16.170Z] Removing intermediate container fb43b512ef6e [2020-10-06T21:12:16.170Z] ---> e97719c1fd56 [2020-10-06T21:12:16.170Z] Step 7/8 : COPY go.mod . [2020-10-06T21:12:16.433Z] ---> 97ea390404c3 [2020-10-06T21:12:16.433Z] Step 8/8 : RUN go mod download [2020-10-06T21:12:16.433Z] ---> Running in 7017e7f6ccd3 [2020-10-06T21:12:16.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T21:12:17.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T21:12:18.552Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-06T21:12:18.552Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-06T21:12:18.824Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-06T21:12:18.825Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-06T21:12:18.825Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-06T21:12:19.096Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T21:12:19.096Z] OK: 144 MiB in 44 packages [2020-10-06T21:12:20.534Z] Removing intermediate container 84826f31334a [2020-10-06T21:12:20.534Z] ---> 3f4f4a176814 [2020-10-06T21:12:20.534Z] Step 6/8 : WORKDIR /build [2020-10-06T21:12:20.534Z] ---> Running in 342d86d1e869 [2020-10-06T21:12:21.143Z] Removing intermediate container 342d86d1e869 [2020-10-06T21:12:21.143Z] ---> 80f9384d050f [2020-10-06T21:12:21.143Z] Step 7/8 : COPY go.mod . [2020-10-06T21:12:21.742Z] ---> c082d1adf14f [2020-10-06T21:12:21.742Z] Step 8/8 : RUN go mod download [2020-10-06T21:12:21.742Z] ---> Running in c52d62ebf2a9 [2020-10-06T21:12:43.079Z] Removing intermediate container 7017e7f6ccd3 [2020-10-06T21:12:43.079Z] ---> 0a57fd8a8354 [2020-10-06T21:12:43.079Z] Successfully built 0a57fd8a8354 [2020-10-06T21:12:43.079Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:43.446Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T21:12:43.446Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:43.668Z] prd-centos7-docker-4c-2g-3774 does not seem to be running inside a container [2020-10-06T21:12:43.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/124 -v /w/workspace/app-functions-sdk-go/124:/w/workspace/app-functions-sdk-go/124:rw,z -v /w/workspace/app-functions-sdk-go/124@tmp:/w/workspace/app-functions-sdk-go/124@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-06T21:12:44.510Z] $ docker top 5ad69f89919d4ca6b9dfd26b9d816ad84b6abefda6a8e6cee069f700a9555042 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T21:12:45.027Z] + go version [2020-10-06T21:12:45.027Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T21:12:45.046Z] $ docker stop --time=1 5ad69f89919d4ca6b9dfd26b9d816ad84b6abefda6a8e6cee069f700a9555042 [2020-10-06T21:12:46.418Z] $ docker rm -f 5ad69f89919d4ca6b9dfd26b9d816ad84b6abefda6a8e6cee069f700a9555042 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T21:12:48.554Z] Removing intermediate container c52d62ebf2a9 [2020-10-06T21:12:48.554Z] ---> 79810664e7d5 [2020-10-06T21:12:48.554Z] Successfully built 79810664e7d5 [2020-10-06T21:12:48.554Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:48.951Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T21:12:48.951Z] . [Pipeline] withDockerContainer [2020-10-06T21:12:49.187Z] prd-ubuntu18.04-docker-arm64-4c-16g-3772 does not seem to be running inside a container [2020-10-06T21:12:49.282Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/124 -v /w/workspace/app-functions-sdk-go/124:/w/workspace/app-functions-sdk-go/124:rw,z -v /w/workspace/app-functions-sdk-go/124@tmp:/w/workspace/app-functions-sdk-go/124@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-06T21:12:51.077Z] $ docker top ec5b58968ddf398964457f187b8c0554440028a28d611a5fc9107b49e5fde415 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T21:12:52.455Z] + go version [2020-10-06T21:12:52.455Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T21:12:52.489Z] $ docker stop --time=1 ec5b58968ddf398964457f187b8c0554440028a28d611a5fc9107b49e5fde415 [2020-10-06T21:12:54.427Z] $ docker rm -f ec5b58968ddf398964457f187b8c0554440028a28d611a5fc9107b49e5fde415 [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-10-06T21:12:57.100Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T21:12:57.102Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T21:12:57.154Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:57.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T21:12:57.509Z] [2020-10-06T21:12:57.509Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:12:57.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T21:12:57.856Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T21:12:57.856Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T21:12:57.856Z] 408f87550127: Pulling fs layer [2020-10-06T21:12:57.856Z] fe522b08c979: Pulling fs layer [2020-10-06T21:12:57.856Z] 221eaa008020: Pulling fs layer [2020-10-06T21:12:57.856Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T21:12:57.856Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T21:12:57.856Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T21:12:57.856Z] 23e8b3b47431: Pulling fs layer [2020-10-06T21:12:57.856Z] 5c568d65a230: Pulling fs layer [2020-10-06T21:12:57.856Z] 8f79b27c4fd2: Waiting [2020-10-06T21:12:57.856Z] e5c8dbe1645b: Waiting [2020-10-06T21:12:57.856Z] 23e8b3b47431: Waiting [2020-10-06T21:12:57.856Z] 5c568d65a230: Waiting [2020-10-06T21:12:57.856Z] 221eaa008020: Waiting [2020-10-06T21:12:57.856Z] 2a4607e5d6b9: Waiting [2020-10-06T21:12:57.856Z] fe522b08c979: Verifying Checksum [2020-10-06T21:12:57.857Z] fe522b08c979: Download complete [2020-10-06T21:12:57.857Z] 408f87550127: Verifying Checksum [2020-10-06T21:12:57.857Z] 408f87550127: Download complete [2020-10-06T21:12:57.857Z] 2a4607e5d6b9: Verifying Checksum [2020-10-06T21:12:57.857Z] 2a4607e5d6b9: Download complete [2020-10-06T21:12:57.857Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T21:12:57.857Z] 8f79b27c4fd2: Download complete [2020-10-06T21:12:57.857Z] cbdbe7a5bc2a: Download complete [2020-10-06T21:12:58.118Z] cbdbe7a5bc2a: Pull complete [2020-10-06T21:12:58.384Z] 408f87550127: Pull complete [2020-10-06T21:12:58.384Z] fe522b08c979: Pull complete [2020-10-06T21:12:58.960Z] e5c8dbe1645b: Verifying Checksum [2020-10-06T21:12:58.960Z] e5c8dbe1645b: Download complete [2020-10-06T21:12:59.917Z] 23e8b3b47431: Verifying Checksum [2020-10-06T21:12:59.917Z] 23e8b3b47431: Download complete [2020-10-06T21:13:00.180Z] 5c568d65a230: Verifying Checksum [2020-10-06T21:13:00.180Z] 5c568d65a230: Download complete [2020-10-06T21:13:01.127Z] 221eaa008020: Verifying Checksum [2020-10-06T21:13:01.127Z] 221eaa008020: Download complete [2020-10-06T21:13:06.461Z] 221eaa008020: Pull complete [2020-10-06T21:13:06.461Z] 2a4607e5d6b9: Pull complete [2020-10-06T21:13:06.461Z] 8f79b27c4fd2: Pull complete [2020-10-06T21:13:08.391Z] e5c8dbe1645b: Pull complete [2020-10-06T21:13:12.611Z] 23e8b3b47431: Pull complete [2020-10-06T21:13:13.186Z] 5c568d65a230: Pull complete [2020-10-06T21:13:13.186Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T21:13:13.186Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T21:13:13.186Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T21:13:13.345Z] prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container [2020-10-06T21:13:13.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-06T21:13:14.376Z] $ docker top c5a839a8571a4dd8ba6a62c3849d8cf2dc0a90c068ba46e422865d923180a7f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T21:13:14.883Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T21:13:29.817Z] [2020-10-06T21:13:29.817Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-06T21:13:29.817Z] [2020-10-06T21:13:29.817Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/962a8e02-fc69-4932-864a-15cddb497670 [2020-10-06T21:13:29.817Z] [2020-10-06T21:13:29.817Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T21:13:29.817Z] [2020-10-06T21:13:29.817Z] [2020-10-06T21:13:29.817Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T21:13:29.817Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-06T21:13:29.817Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T21:13:29.817Z] [2020-10-06T21:13:29.817Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T21:13:29.817Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T21:13:29.833Z] $ docker stop --time=1 c5a839a8571a4dd8ba6a62c3849d8cf2dc0a90c068ba46e422865d923180a7f9 [2020-10-06T21:13:31.293Z] $ docker rm -f c5a839a8571a4dd8ba6a62c3849d8cf2dc0a90c068ba46e422865d923180a7f9 [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] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-06T21:13:32.645Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T21:13:32.698Z] provisioning config files... [2020-10-06T21:13:32.712Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2273921400463641114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:13:33.081Z] --> edgex-publish-swagger.sh [2020-10-06T21:13:33.081Z] === Publish openapi/v2 API === [2020-10-06T21:13:33.081Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T21:13:33.081Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-06T21:13:33.081Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T21:13:33.081Z] Dload Upload Total Spent Left Speed [2020-10-06T21:13:34.287Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11170 0:00:01 0:00:01 --:--:-- 11180 [2020-10-06T21:13:34.287Z] [2020-10-06T21:13:34.287Z] [Pipeline] } [2020-10-06T21:13:34.296Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:36.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:13:36.343Z] . [Pipeline] withDockerContainer [2020-10-06T21:13:36.431Z] prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container [2020-10-06T21:13:36.472Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T21:13:37.115Z] $ docker top 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T21:13:37.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:13:37.388Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:13:37.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:13:37.570Z] $ docker exec 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 ssh-agent [2020-10-06T21:13:37.722Z] SSH_AUTH_SOCK=/tmp/ssh-mEGOJthi4COR/agent.12 [2020-10-06T21:13:37.722Z] SSH_AGENT_PID=18 [2020-10-06T21:13:37.729Z] Running ssh-add (command line suppressed) [2020-10-06T21:13:37.851Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2562549744057791970.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2562549744057791970.key) [2020-10-06T21:13:37.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:13:38.235Z] + git semver tag [2020-10-06T21:13:38.236Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T21:13:38.236Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-06T21:13:38.236Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-06T21:13:38.236Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T21:13:38.236Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T21:13:38.236Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T21:13:38.236Z] # $SEMVER_BRANCH = master [2020-10-06T21:13:38.236Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-06T21:13:38.236Z] # 11135aa80e527cda27448d3fc9afd0dd950ec3b5 HEAD [2020-10-06T21:13:38.236Z] # -> Force: false [2020-10-06T21:13:38.236Z] # 9741d8c9e82c5d5a3483858a9d2e6dcd3ce955dc refs/tags/v1.2.1-dev.36 [Pipeline] } [2020-10-06T21:13:38.250Z] $ docker exec --env ******** --env ******** 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 ssh-agent -k [2020-10-06T21:13:38.359Z] unset SSH_AUTH_SOCK; [2020-10-06T21:13:38.359Z] unset SSH_AGENT_PID; [2020-10-06T21:13:38.359Z] echo Agent pid 18 killed; [2020-10-06T21:13:38.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T21:13:38.871Z] + git semver [Pipeline] } [2020-10-06T21:13:38.889Z] $ docker stop --time=1 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 [2020-10-06T21:13:40.222Z] $ docker rm -f 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:40.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T21:13:40.902Z] [2020-10-06T21:13:40.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:13:41.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T21:13:41.241Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T21:13:41.241Z] ab5ef0e58194: Pulling fs layer [2020-10-06T21:13:41.241Z] 9712f1f96733: Pulling fs layer [2020-10-06T21:13:41.241Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T21:13:41.241Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T21:13:41.241Z] e9a5061849ea: Pulling fs layer [2020-10-06T21:13:41.241Z] d747dcd14b5f: Pulling fs layer [2020-10-06T21:13:41.241Z] 2de7ff778b66: Pulling fs layer [2020-10-06T21:13:41.241Z] e9a5061849ea: Waiting [2020-10-06T21:13:41.241Z] d747dcd14b5f: Waiting [2020-10-06T21:13:41.241Z] 2de7ff778b66: Waiting [2020-10-06T21:13:41.241Z] 0d9ebad4ef96: Waiting [2020-10-06T21:13:41.241Z] 9712f1f96733: Download complete [2020-10-06T21:13:42.631Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T21:13:42.631Z] 63f879dbbcfc: Download complete [2020-10-06T21:13:42.894Z] e9a5061849ea: Verifying Checksum [2020-10-06T21:13:42.894Z] e9a5061849ea: Download complete [2020-10-06T21:13:42.894Z] d747dcd14b5f: Verifying Checksum [2020-10-06T21:13:42.894Z] d747dcd14b5f: Download complete [2020-10-06T21:13:43.476Z] 2de7ff778b66: Verifying Checksum [2020-10-06T21:13:43.476Z] 2de7ff778b66: Download complete [2020-10-06T21:13:43.476Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T21:13:43.476Z] 0d9ebad4ef96: Download complete [2020-10-06T21:13:43.476Z] ab5ef0e58194: Verifying Checksum [2020-10-06T21:13:43.476Z] ab5ef0e58194: Download complete [2020-10-06T21:13:47.846Z] ab5ef0e58194: Pull complete [2020-10-06T21:13:47.846Z] 9712f1f96733: Pull complete [2020-10-06T21:13:50.414Z] 63f879dbbcfc: Pull complete [2020-10-06T21:14:00.447Z] 0d9ebad4ef96: Pull complete [2020-10-06T21:14:00.447Z] e9a5061849ea: Pull complete [2020-10-06T21:14:00.447Z] d747dcd14b5f: Pull complete [2020-10-06T21:14:05.751Z] 2de7ff778b66: Pull complete [2020-10-06T21:14:05.751Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T21:14:05.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T21:14:05.751Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T21:14:05.929Z] prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container [2020-10-06T21:14:05.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-06T21:14:09.264Z] $ docker top 5d2d741abd1fa6221a477a9e78d066a89a2c98644b1c789968e28ebaa3ef0057 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T21:14:09.535Z] provisioning config files... [2020-10-06T21:14:09.545Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2794709882541016261tmp [2020-10-06T21:14:09.564Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1498880949372079689tmp [2020-10-06T21:14:09.578Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6368866750293429134tmp [Pipeline] { [Pipeline] echo [2020-10-06T21:14:09.631Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:14:09.924Z] ---> sigul-configuration.sh [2020-10-06T21:14:09.924Z] gpg: directory `/root/.gnupg' created [2020-10-06T21:14:09.924Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T21:14:09.924Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T21:14:09.924Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T21:14:09.924Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T21:14:09.925Z] gpg: CAST5 encrypted data [2020-10-06T21:14:10.186Z] gpg: encrypted with 1 passphrase [2020-10-06T21:14:10.186Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T21:14:10.571Z] + mkdir /home/jenkins [2020-10-06T21:14:10.571Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T21:14:11.009Z] + 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-10-06T21:14:11.021Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:14:11.321Z] ---> sigul-install.sh [2020-10-06T21:14:17.920Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T21:14:18.213Z] + git tag --list [2020-10-06T21:14:18.213Z] v0.1.0 [2020-10-06T21:14:18.213Z] v0.1.1 [2020-10-06T21:14:18.213Z] v1.0.0 [2020-10-06T21:14:18.213Z] v1.1.0 [2020-10-06T21:14:18.213Z] v1.2.0 [2020-10-06T21:14:18.213Z] v1.2.1-dev.1 [2020-10-06T21:14:18.213Z] v1.2.1-dev.10 [2020-10-06T21:14:18.214Z] v1.2.1-dev.11 [2020-10-06T21:14:18.214Z] v1.2.1-dev.12 [2020-10-06T21:14:18.214Z] v1.2.1-dev.13 [2020-10-06T21:14:18.214Z] v1.2.1-dev.14 [2020-10-06T21:14:18.214Z] v1.2.1-dev.15 [2020-10-06T21:14:18.214Z] v1.2.1-dev.16 [2020-10-06T21:14:18.214Z] v1.2.1-dev.17 [2020-10-06T21:14:18.214Z] v1.2.1-dev.18 [2020-10-06T21:14:18.214Z] v1.2.1-dev.19 [2020-10-06T21:14:18.214Z] v1.2.1-dev.2 [2020-10-06T21:14:18.214Z] v1.2.1-dev.20 [2020-10-06T21:14:18.214Z] v1.2.1-dev.21 [2020-10-06T21:14:18.214Z] v1.2.1-dev.22 [2020-10-06T21:14:18.214Z] v1.2.1-dev.23 [2020-10-06T21:14:18.214Z] v1.2.1-dev.24 [2020-10-06T21:14:18.214Z] v1.2.1-dev.25 [2020-10-06T21:14:18.214Z] v1.2.1-dev.26 [2020-10-06T21:14:18.214Z] v1.2.1-dev.27 [2020-10-06T21:14:18.214Z] v1.2.1-dev.28 [2020-10-06T21:14:18.214Z] v1.2.1-dev.29 [2020-10-06T21:14:18.214Z] v1.2.1-dev.3 [2020-10-06T21:14:18.214Z] v1.2.1-dev.30 [2020-10-06T21:14:18.214Z] v1.2.1-dev.31 [2020-10-06T21:14:18.214Z] v1.2.1-dev.32 [2020-10-06T21:14:18.214Z] v1.2.1-dev.33 [2020-10-06T21:14:18.214Z] v1.2.1-dev.34 [2020-10-06T21:14:18.214Z] v1.2.1-dev.35 [2020-10-06T21:14:18.214Z] v1.2.1-dev.36 [2020-10-06T21:14:18.214Z] v1.2.1-dev.4 [2020-10-06T21:14:18.214Z] v1.2.1-dev.5 [2020-10-06T21:14:18.214Z] v1.2.1-dev.6 [2020-10-06T21:14:18.214Z] v1.2.1-dev.7 [2020-10-06T21:14:18.214Z] v1.2.1-dev.8 [2020-10-06T21:14:18.214Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-06T21:14:18.509Z] + lftools sign git-tag v1.2.1-dev.36 [2020-10-06T21:14:19.895Z] Signing Git tag with Sigul... [2020-10-06T21:14:19.895Z] Signing v1.2.1-dev.36 [Pipeline] echo [2020-10-06T21:14:20.850Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:14:21.145Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T21:14:21.153Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T21:14:21.264Z] $ docker stop --time=1 5d2d741abd1fa6221a477a9e78d066a89a2c98644b1c789968e28ebaa3ef0057 [2020-10-06T21:14:23.246Z] $ docker rm -f 5d2d741abd1fa6221a477a9e78d066a89a2c98644b1c789968e28ebaa3ef0057 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:14:24.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:14:24.130Z] . [Pipeline] withDockerContainer [2020-10-06T21:14:24.232Z] prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container [2020-10-06T21:14:24.277Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T21:14:24.883Z] $ docker top 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T21:14:25.214Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:14:25.214Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:14:25.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:14:25.410Z] $ docker exec 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 ssh-agent [2020-10-06T21:14:25.576Z] SSH_AUTH_SOCK=/tmp/ssh-8IygUeaNdKp6/agent.11 [2020-10-06T21:14:25.576Z] SSH_AGENT_PID=16 [2020-10-06T21:14:25.582Z] Running ssh-add (command line suppressed) [2020-10-06T21:14:25.699Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2098432597993077747.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2098432597993077747.key) [2020-10-06T21:14:25.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:14:26.121Z] + git semver bump pre [2020-10-06T21:14:26.121Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T21:14:26.121Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-06T21:14:26.121Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-06T21:14:26.121Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T21:14:26.121Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T21:14:26.121Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T21:14:26.121Z] # $SEMVER_BRANCH = master [2020-10-06T21:14:26.121Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-06T21:14:26.121Z] 1.2.1-dev.37 [Pipeline] } [2020-10-06T21:14:26.133Z] $ docker exec --env ******** --env ******** 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 ssh-agent -k [2020-10-06T21:14:26.252Z] unset SSH_AUTH_SOCK; [2020-10-06T21:14:26.254Z] unset SSH_AGENT_PID; [2020-10-06T21:14:26.254Z] echo Agent pid 16 killed; [2020-10-06T21:14:26.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T21:14:26.784Z] + git semver [Pipeline] } [2020-10-06T21:14:26.801Z] $ docker stop --time=1 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 [2020-10-06T21:14:28.141Z] $ docker rm -f 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T21:14:28.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T21:14:28.640Z] . [Pipeline] withDockerContainer [2020-10-06T21:14:28.738Z] prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container [2020-10-06T21:14:28.783Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T21:14:29.359Z] $ docker top 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T21:14:29.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T21:14:29.654Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T21:14:29.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T21:14:29.831Z] $ docker exec 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d ssh-agent [2020-10-06T21:14:29.993Z] SSH_AUTH_SOCK=/tmp/ssh-7PATeWIg91jt/agent.12 [2020-10-06T21:14:29.993Z] SSH_AGENT_PID=18 [2020-10-06T21:14:30.007Z] Running ssh-add (command line suppressed) [2020-10-06T21:14:30.127Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6950177484893723018.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6950177484893723018.key) [2020-10-06T21:14:30.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T21:14:30.620Z] + git semver push [2020-10-06T21:14:30.621Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T21:14:30.621Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-06T21:14:30.621Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-06T21:14:30.621Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T21:14:30.621Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T21:14:30.621Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T21:14:30.621Z] # $SEMVER_BRANCH = master [2020-10-06T21:14:30.621Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-06T21:14:37.219Z] $ docker exec --env ******** --env ******** 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d ssh-agent -k [2020-10-06T21:14:37.353Z] unset SSH_AUTH_SOCK; [2020-10-06T21:14:37.353Z] unset SSH_AGENT_PID; [2020-10-06T21:14:37.353Z] echo Agent pid 18 killed; [2020-10-06T21:14:37.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T21:14:37.912Z] + git semver [Pipeline] } [2020-10-06T21:14:37.930Z] $ docker stop --time=1 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d [2020-10-06T21:14:39.257Z] $ docker rm -f 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d [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-10-06T21:14:40.670Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:14:41.245Z] ---> package-listing.sh [2020-10-06T21:14:41.245Z] ++ facter osfamily [2020-10-06T21:14:41.245Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T21:14:41.245Z] + OS_FAMILY=redhat [2020-10-06T21:14:41.245Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-06T21:14:41.245Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T21:14:41.245Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T21:14:41.245Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T21:14:41.245Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T21:14:41.245Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-06T21:14:41.245Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T21:14:41.245Z] + case "${OS_FAMILY}" in [2020-10-06T21:14:41.245Z] + sort [2020-10-06T21:14:41.245Z] + rpm -qa [2020-10-06T21:14:45.489Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T21:14:45.489Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T21:14:45.489Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T21:14:45.489Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-06T21:14:45.489Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-06T21:14:45.489Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T21:14:45.697Z] provisioning config files... [2020-10-06T21:14:45.718Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8896534512949608228tmp [Pipeline] { [Pipeline] echo [2020-10-06T21:14:45.795Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:14:46.151Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T21:14:46.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T21:14:46.276Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:14:46.577Z] ---> python-tools-install.sh [2020-10-06T21:14:46.577Z] Generating Requirements File [2020-10-06T21:16:08.164Z] Python 3.6.8 [2020-10-06T21:16:08.164Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T21:16:08.164Z] appdirs==1.4.3 [2020-10-06T21:16:08.164Z] argcomplete==1.12.1 [2020-10-06T21:16:08.164Z] aspy.yaml==1.3.0 [2020-10-06T21:16:08.164Z] attrs==19.3.0 [2020-10-06T21:16:08.164Z] Babel==2.8.0 [2020-10-06T21:16:08.164Z] beautifulsoup4==4.8.2 [2020-10-06T21:16:08.164Z] boto3==1.11.6 [2020-10-06T21:16:08.164Z] botocore==1.14.6 [2020-10-06T21:16:08.164Z] bs4==0.0.1 [2020-10-06T21:16:08.164Z] cachetools==4.1.1 [2020-10-06T21:16:08.164Z] certifi==2019.11.28 [2020-10-06T21:16:08.164Z] cffi==1.14.3 [2020-10-06T21:16:08.164Z] cfgv==2.0.1 [2020-10-06T21:16:08.164Z] chardet==3.0.4 [2020-10-06T21:16:08.164Z] click==7.1 [2020-10-06T21:16:08.164Z] cliff==3.4.0 [2020-10-06T21:16:08.164Z] cmd2==1.3.11 [2020-10-06T21:16:08.164Z] colorama==0.4.3 [2020-10-06T21:16:08.164Z] cryptography==3.1.1 [2020-10-06T21:16:08.164Z] debtcollector==2.2.0 [2020-10-06T21:16:08.164Z] decorator==4.4.2 [2020-10-06T21:16:08.164Z] defusedxml==0.6.0 [2020-10-06T21:16:08.164Z] Deprecated==1.2.7 [2020-10-06T21:16:08.164Z] distlib==0.3.1 [2020-10-06T21:16:08.164Z] distro==1.2.0 [2020-10-06T21:16:08.164Z] dnspython==1.16.0 [2020-10-06T21:16:08.164Z] docker==4.2.0 [2020-10-06T21:16:08.164Z] docutils==0.15.2 [2020-10-06T21:16:08.164Z] dogpile.cache==1.0.2 [2020-10-06T21:16:08.164Z] email-validator==1.0.5 [2020-10-06T21:16:08.164Z] filelock==3.0.12 [2020-10-06T21:16:08.164Z] future==0.18.2 [2020-10-06T21:16:08.164Z] google-auth==1.22.1 [2020-10-06T21:16:08.164Z] httplib2==0.17.0 [2020-10-06T21:16:08.164Z] identify==1.4.11 [2020-10-06T21:16:08.164Z] idna==2.9 [2020-10-06T21:16:08.164Z] importlib-metadata==1.7.0 [2020-10-06T21:16:08.164Z] importlib-resources==1.5.0 [2020-10-06T21:16:08.164Z] iso8601==0.1.13 [2020-10-06T21:16:08.164Z] Jinja2==2.11.1 [2020-10-06T21:16:08.164Z] jmespath==0.10.0 [2020-10-06T21:16:08.164Z] jsonpatch==1.26 [2020-10-06T21:16:08.164Z] jsonpointer==2.0 [2020-10-06T21:16:08.164Z] jsonschema==3.2.0 [2020-10-06T21:16:08.164Z] keystoneauth1==4.2.1 [2020-10-06T21:16:08.164Z] kubernetes==11.0.0 [2020-10-06T21:16:08.164Z] lftools==0.34.2 [2020-10-06T21:16:08.164Z] lxml==4.5.0 [2020-10-06T21:16:08.164Z] MarkupSafe==0.23 [2020-10-06T21:16:08.164Z] msgpack==1.0.0 [2020-10-06T21:16:08.164Z] multi-key-dict==2.0.3 [2020-10-06T21:16:08.164Z] munch==2.5.0 [2020-10-06T21:16:08.164Z] netaddr==0.8.0 [2020-10-06T21:16:08.165Z] netifaces==0.10.9 [2020-10-06T21:16:08.165Z] niet==1.4.2 [2020-10-06T21:16:08.165Z] nodeenv==1.3.5 [2020-10-06T21:16:08.165Z] oauth2client==4.1.3 [2020-10-06T21:16:08.165Z] oauthlib==3.1.0 [2020-10-06T21:16:08.165Z] openstacksdk==0.50.0 [2020-10-06T21:16:08.165Z] os-client-config==2.1.0 [2020-10-06T21:16:08.165Z] os-service-types==1.7.0 [2020-10-06T21:16:08.165Z] osc-lib==2.2.1 [2020-10-06T21:16:08.165Z] oslo.config==8.3.2 [2020-10-06T21:16:08.165Z] oslo.context==3.1.1 [2020-10-06T21:16:08.165Z] oslo.i18n==5.0.1 [2020-10-06T21:16:08.165Z] oslo.log==4.4.0 [2020-10-06T21:16:08.165Z] oslo.serialization==4.0.1 [2020-10-06T21:16:08.165Z] oslo.utils==4.6.0 [2020-10-06T21:16:08.165Z] packaging==20.4 [2020-10-06T21:16:08.165Z] pbr==5.4.4 [2020-10-06T21:16:08.165Z] pluggy==0.13.1 [2020-10-06T21:16:08.165Z] prettytable==0.7.2 [2020-10-06T21:16:08.165Z] py==1.9.0 [2020-10-06T21:16:08.165Z] pyasn1==0.4.8 [2020-10-06T21:16:08.165Z] pyasn1-modules==0.2.8 [2020-10-06T21:16:08.165Z] pycparser==2.20 [2020-10-06T21:16:08.165Z] pygerrit2==2.0.10 [2020-10-06T21:16:08.165Z] PyGithub==1.46 [2020-10-06T21:16:08.165Z] pyinotify==0.9.6 [2020-10-06T21:16:08.165Z] PyJWT==1.7.1 [2020-10-06T21:16:08.165Z] pyparsing==2.4.7 [2020-10-06T21:16:08.165Z] pyperclip==1.8.0 [2020-10-06T21:16:08.165Z] pyroute2==0.4.13 [2020-10-06T21:16:08.165Z] pyrsistent==0.15.7 [2020-10-06T21:16:08.165Z] PySocks==1.6.8 [2020-10-06T21:16:08.165Z] python-cinderclient==7.2.0 [2020-10-06T21:16:08.165Z] python-dateutil==2.8.1 [2020-10-06T21:16:08.165Z] python-heatclient==2.2.1 [2020-10-06T21:16:08.165Z] python-jenkins==1.7.0 [2020-10-06T21:16:08.165Z] python-keystoneclient==4.1.1 [2020-10-06T21:16:08.165Z] python-magnumclient==3.2.1 [2020-10-06T21:16:08.165Z] python-novaclient==17.2.1 [2020-10-06T21:16:08.165Z] python-openstackclient==5.4.0 [2020-10-06T21:16:08.165Z] python-swiftclient==3.10.1 [2020-10-06T21:16:08.165Z] pytz==2020.1 [2020-10-06T21:16:08.165Z] PyYAML==5.3 [2020-10-06T21:16:08.165Z] requests==2.23.0 [2020-10-06T21:16:08.165Z] requests-oauthlib==1.3.0 [2020-10-06T21:16:08.165Z] requestsexceptions==1.4.0 [2020-10-06T21:16:08.165Z] rfc3986==1.4.0 [2020-10-06T21:16:08.165Z] rpm==4.11.3 [2020-10-06T21:16:08.165Z] rsa==4.0 [2020-10-06T21:16:08.165Z] ruamel.yaml==0.16.10 [2020-10-06T21:16:08.165Z] ruamel.yaml.clib==0.2.0 [2020-10-06T21:16:08.165Z] s3transfer==0.3.3 [2020-10-06T21:16:08.165Z] shade==1.27.2 [2020-10-06T21:16:08.165Z] simplejson==3.17.2 [2020-10-06T21:16:08.165Z] six==1.14.0 [2020-10-06T21:16:08.165Z] soupsieve==2.0 [2020-10-06T21:16:08.165Z] stevedore==3.2.2 [2020-10-06T21:16:08.165Z] tabulate==0.8.6 [2020-10-06T21:16:08.165Z] toml==0.10.0 [2020-10-06T21:16:08.165Z] tox==3.20.0 [2020-10-06T21:16:08.165Z] tqdm==4.43.0 [2020-10-06T21:16:08.165Z] urllib3==1.25.8 [2020-10-06T21:16:08.165Z] virtualenv==20.0.33 [2020-10-06T21:16:08.165Z] wcwidth==0.2.5 [2020-10-06T21:16:08.165Z] websocket-client==0.57.0 [2020-10-06T21:16:08.165Z] wrapt==1.12.1 [2020-10-06T21:16:08.165Z] xdg==3.0.2 [2020-10-06T21:16:08.165Z] xmltodict==0.12.0 [2020-10-06T21:16:08.165Z] yq==2.11.1 [2020-10-06T21:16:08.165Z] zipp==3.3.0 [2020-10-06T21:16:08.165Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:08.165Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T21:16:08.165Z] Python 2.7.5 [2020-10-06T21:16:08.426Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T21:16:08.689Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T21:16:08.954Z] ansible==2.9.7 [2020-10-06T21:16:08.954Z] Babel==0.9.6 [2020-10-06T21:16:08.954Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T21:16:08.954Z] beautifulsoup4==4.4.1 [2020-10-06T21:16:08.954Z] bodhi==2.11.0 [2020-10-06T21:16:08.954Z] bodhi-client==2.11.0 [2020-10-06T21:16:08.954Z] CCColUtils==1.4 [2020-10-06T21:16:08.954Z] cffi==1.6.0 [2020-10-06T21:16:08.954Z] chardet==2.2.1 [2020-10-06T21:16:08.954Z] click==6.7 [2020-10-06T21:16:08.954Z] cloud-init==18.5 [2020-10-06T21:16:08.954Z] configobj==4.7.2 [2020-10-06T21:16:08.954Z] cryptography==1.7.2 [2020-10-06T21:16:08.954Z] decorator==3.4.0 [2020-10-06T21:16:08.954Z] distro==1.2.0 [2020-10-06T21:16:08.954Z] enum34==1.0.4 [2020-10-06T21:16:08.954Z] fedpkg==1.38 [2020-10-06T21:16:08.954Z] futures==3.1.1 [2020-10-06T21:16:08.954Z] gitdb==0.6.4 [2020-10-06T21:16:08.954Z] GitPython==1.0.1 [2020-10-06T21:16:08.954Z] html5lib==0.999 [2020-10-06T21:16:08.954Z] httplib2==0.9.2 [2020-10-06T21:16:08.954Z] idna==2.4 [2020-10-06T21:16:08.954Z] iniparse==0.4 [2020-10-06T21:16:08.954Z] ipaddress==1.0.16 [2020-10-06T21:16:08.954Z] IPy==0.75 [2020-10-06T21:16:08.954Z] javapackages==1.0.0 [2020-10-06T21:16:08.954Z] Jinja2==2.7.2 [2020-10-06T21:16:08.954Z] jmespath==0.9.4 [2020-10-06T21:16:08.954Z] jsonpatch==1.2 [2020-10-06T21:16:08.954Z] jsonpointer==1.9 [2020-10-06T21:16:08.954Z] kerberos==1.1 [2020-10-06T21:16:08.954Z] kitchen==1.1.1 [2020-10-06T21:16:08.954Z] langtable==0.0.31 [2020-10-06T21:16:08.954Z] lockfile==0.9.1 [2020-10-06T21:16:08.954Z] lxml==3.2.1 [2020-10-06T21:16:08.954Z] MarkupSafe==0.11 [2020-10-06T21:16:08.954Z] munch==2.0.2 [2020-10-06T21:16:08.954Z] offtrac==0.1.0 [2020-10-06T21:16:08.954Z] openidc-client==0.6.0 [2020-10-06T21:16:08.954Z] packagedb-cli==2.14.1 [2020-10-06T21:16:08.954Z] paramiko==2.1.1 [2020-10-06T21:16:08.954Z] perf==0.1 [2020-10-06T21:16:08.954Z] ply==3.4 [2020-10-06T21:16:08.954Z] policycoreutils-default-encoding==0.1 [2020-10-06T21:16:08.954Z] prettytable==0.7.2 [2020-10-06T21:16:08.954Z] pyasn1==0.1.9 [2020-10-06T21:16:08.954Z] pycparser==2.14 [2020-10-06T21:16:08.954Z] pycurl==7.19.0 [2020-10-06T21:16:08.954Z] pygobject==3.22.0 [2020-10-06T21:16:08.954Z] pygpgme==0.3 [2020-10-06T21:16:08.954Z] pyliblzma==0.5.3 [2020-10-06T21:16:08.954Z] pyOpenSSL==0.13.1 [2020-10-06T21:16:08.954Z] pyparsing==1.5.6 [2020-10-06T21:16:08.954Z] pyserial==2.6 [2020-10-06T21:16:08.954Z] python-augeas==0.5.0 [2020-10-06T21:16:08.954Z] python-bugzilla==2.3.0 [2020-10-06T21:16:08.954Z] python-dateutil==1.5 [2020-10-06T21:16:08.954Z] python-fedora==0.10.0 [2020-10-06T21:16:08.954Z] python-linux-procfs==0.4.9 [2020-10-06T21:16:08.954Z] python-yubico==1.2.3 [2020-10-06T21:16:08.954Z] pyudev==0.15 [2020-10-06T21:16:08.954Z] pyusb==1.0.0b1 [2020-10-06T21:16:08.954Z] pyxattr==0.5.1 [2020-10-06T21:16:08.954Z] PyYAML==3.10 [2020-10-06T21:16:08.954Z] requests==2.6.0 [2020-10-06T21:16:08.954Z] requests-kerberos==0.7.0 [2020-10-06T21:16:08.954Z] rpkg==1.60 [2020-10-06T21:16:08.954Z] schedutils==0.4 [2020-10-06T21:16:08.954Z] seobject==0.1 [2020-10-06T21:16:08.954Z] sepolicy==1.1 [2020-10-06T21:16:08.954Z] six==1.9.0 [2020-10-06T21:16:08.954Z] smmap==0.9.0 [2020-10-06T21:16:08.954Z] urlgrabber==3.10 [2020-10-06T21:16:08.954Z] urllib3==1.10.2 [2020-10-06T21:16:08.954Z] virtualenv==15.1.0 [2020-10-06T21:16:08.954Z] yum-langpacks==0.4.2 [2020-10-06T21:16:08.954Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T21:16:08.970Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:16:09.276Z] ---> sudo-logs.sh [2020-10-06T21:16:09.276Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T21:16:09.553Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:16:09.881Z] ---> job-cost.sh [2020-10-06T21:16:09.881Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vB93 [2020-10-06T21:16:18.425Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:18.425Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:18.693Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:18.957Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:18.957Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:19.220Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:19.220Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:19.493Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:19.766Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:19.767Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:19.767Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:20.030Z] Cache entry deserialization failed, entry ignored [2020-10-06T21:16:23.385Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T21:16:55.784Z] lf-activate-venv(): INFO: Adding /tmp/venv-vB93/bin to PATH [2020-10-06T21:16:55.784Z] INFO: No Stack... [2020-10-06T21:16:55.784Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T21:16:55.784Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T21:16:55.801Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T21:16:56.106Z] ---> logs-deploy.sh [2020-10-06T21:16:56.106Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/124 [2020-10-06T21:16:56.106Z] INFO: archiving workspace using pattern(s): [2020-10-06T21:16:57.504Z] Archives upload complete. [2020-10-06T21:16:57.765Z] INFO: archiving logs to Nexus