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 21:08:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:08:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:08:56 ========================================================= 21:08:56 EdgeX Global Pipelines Version Info 21:08:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:08:57 ------------------- 21:08:57 stable info: 21:08:57 ------------------- 21:08:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:08:57 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 21:08:57 Message: update stable to v1.0.131 21:08:58 ------------------- 21:08:58 experimental info: 21:08:58 ------------------- 21:08:58 Commited By: **** collab-it+edgex@linuxfoundation.org 21:08:58 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 21:08:58 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:08:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:09:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:09:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:09:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11135aa80e527cda27448d3fc9afd0dd950ec3b5 [Pipeline] echo 21:09:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11135aa [Pipeline] echo 21:09:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:09:02 + git log --format=format:%s -1 11135aa80e527cda27448d3fc9afd0dd950ec3b5 [Pipeline] echo 21:09:02 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 21:09:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:09:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:09:03 21:09:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:09:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:09:04 latest: Pulling from edgex-devops/git-semver 21:09:04 31603596830f: Pulling fs layer 21:09:04 2a8b12db71e7: Pulling fs layer 21:09:04 6ca5941a6612: Pulling fs layer 21:09:04 ecc8261a40a4: Pulling fs layer 21:09:04 ecc8261a40a4: Waiting 21:09:04 2a8b12db71e7: Verifying Checksum 21:09:04 2a8b12db71e7: Download complete 21:09:04 31603596830f: Verifying Checksum 21:09:04 31603596830f: Download complete 21:09:04 ecc8261a40a4: Verifying Checksum 21:09:04 ecc8261a40a4: Download complete 21:09:04 6ca5941a6612: Verifying Checksum 21:09:04 6ca5941a6612: Download complete 21:09:04 31603596830f: Pull complete 21:09:04 2a8b12db71e7: Pull complete 21:09:05 6ca5941a6612: Pull complete 21:09:05 ecc8261a40a4: Pull complete 21:09:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:09:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:09:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:09:05 prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container 21:09:05 $ 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 21:09:07 $ docker top d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:09:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:09:07 [ssh-agent] Looking for ssh-agent implementation... 21:09:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:09:07 $ docker exec d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent 21:09:08 SSH_AUTH_SOCK=/tmp/ssh-kLnRPSVHnQLV/agent.13 21:09:08 SSH_AGENT_PID=18 21:09:08 Running ssh-add (command line suppressed) 21:09:08 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) 21:09:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:09:08 + git describe --exact-match --tags HEAD 21:09:08 fatal: no tag exactly matches '11135aa80e527cda27448d3fc9afd0dd950ec3b5' [Pipeline] } 21:09:08 $ docker exec --env ******** --env ******** d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent -k 21:09:08 unset SSH_AUTH_SOCK; 21:09:08 unset SSH_AGENT_PID; 21:09:08 echo Agent pid 18 killed; 21:09:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:09:08 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:09:08 This usually means this commit has not been tagged. [Pipeline] sshagent 21:09:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:09:09 [ssh-agent] Looking for ssh-agent implementation... 21:09:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:09:09 $ docker exec d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent 21:09:09 SSH_AUTH_SOCK=/tmp/ssh-ND3Lgvlad3WJ/agent.47 21:09:09 SSH_AGENT_PID=52 21:09:09 Running ssh-add (command line suppressed) 21:09:09 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) 21:09:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:09:09 + git semver init 21:09:09 # -> Open(): unable to determine branch for HEAD 21:09:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:09:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:09:09 # $SEMVER_REMOTE_NAME = origin 21:09:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:09:09 # $SEMVER_USER_NAME = edgex-jenkins 21:09:09 # $SEMVER_BRANCH = master 21:09:09 # $SEMVER_TEMP = /tmp/semver-896524776 21:09:09 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:09:12 # '/tmp/semver-896524776' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 21:09:12 # -> Force: false 21:09:12 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:09:12 $ docker exec --env ******** --env ******** d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 ssh-agent -k 21:09:12 unset SSH_AUTH_SOCK; 21:09:12 unset SSH_AGENT_PID; 21:09:12 echo Agent pid 52 killed; 21:09:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:09:13 + git semver [Pipeline] } 21:09:13 $ docker stop --time=1 d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 21:09:14 $ docker rm -f d22b0c17a45f75ae1d9ee8e5c9681d5f5efb316d34ba802c715f213b574b1c76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:09:16 Stashed 49 file(s) [Pipeline] echo 21:09:16 [edgeXSemver]: initialized semver on version 1.2.1-dev.36 [Pipeline] echo 21:09:16 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 21:09:32 Still waiting to schedule task 21:09:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:09:32 Still waiting to schedule task 21:09:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3767’ is offline 21:11:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3772 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:11:23 Running in /w/workspace/app-functions-sdk-go/124 [Pipeline] { [Pipeline] checkout 21:11:29 using credential edgex-jenkins-ssh 21:11:29 Cloning the remote Git repository 21:11:29 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:11:29 > git init /w/workspace/app-functions-sdk-go/124 # timeout=10 21:11:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:11:29 > git --version # timeout=10 21:11:29 > git --version # 'git version 2.17.1' 21:11:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:11:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:11:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:11:32 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:11:33 Checking out Revision 11135aa80e527cda27448d3fc9afd0dd950ec3b5 (master) 21:11:33 Running on prd-centos7-docker-4c-2g-3774 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:11:33 Running in /w/workspace/app-functions-sdk-go/124 [Pipeline] { [Pipeline] checkout 21:11:33 > git config core.sparsecheckout # timeout=10 21:11:33 > git checkout -f 11135aa80e527cda27448d3fc9afd0dd950ec3b5 # timeout=10 21:11:36 using credential edgex-jenkins-ssh 21:11:36 Cloning the remote Git repository 21:11:36 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:11:36 > git init /w/workspace/app-functions-sdk-go/124 # timeout=10 21:11:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:11:36 > git --version # timeout=10 21:11:36 > git --version # 'git version 2.16.5' 21:11:36 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:37 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 21:11:40 ========================================================= 21:11:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:11:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:11:42 + 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 . 21:11:43 Checking out Revision 11135aa80e527cda27448d3fc9afd0dd950ec3b5 (master) 21:11:43 Sending build context to Docker daemon 37.39MB 21:11:42 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:11:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:42 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:11:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:11:42 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:11:43 > git config core.sparsecheckout # timeout=10 21:11:43 > git checkout -f 11135aa80e527cda27448d3fc9afd0dd950ec3b5 # timeout=10 21:11:43 Step 1/8 : ARG BASE=golang:1.15-alpine 21:11:43 Step 2/8 : FROM ${BASE} 21:11:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:11:43 b538f80385f9: Pulling fs layer 21:11:43 74f711af9a0d: Pulling fs layer 21:11:43 99f96fe45779: Pulling fs layer 21:11:43 8529a6b9a6be: Pulling fs layer 21:11:43 45590311c82a: Pulling fs layer 21:11:43 69ca0ff8b7b3: Pulling fs layer 21:11:43 209524e5b208: Pulling fs layer 21:11:43 45590311c82a: Waiting 21:11:43 8529a6b9a6be: Waiting 21:11:43 69ca0ff8b7b3: Waiting 21:11:43 209524e5b208: Waiting 21:11:43 99f96fe45779: Verifying Checksum 21:11:43 99f96fe45779: Download complete 21:11:43 74f711af9a0d: Verifying Checksum 21:11:43 74f711af9a0d: Download complete 21:11:43 45590311c82a: Verifying Checksum 21:11:43 45590311c82a: Download complete 21:11:43 69ca0ff8b7b3: Download complete 21:11:43 b538f80385f9: Download complete 21:11:44 b538f80385f9: Pull complete 21:11:44 74f711af9a0d: Pull complete 21:11:45 99f96fe45779: Pull complete 21:11:46 209524e5b208: Verifying Checksum 21:11:46 209524e5b208: Download complete 21:11:46 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 21:11:47 8529a6b9a6be: Verifying Checksum 21:11:47 8529a6b9a6be: Download complete [Pipeline] echo 21:11:48 ========================================================= 21:11:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:11:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:11:49 + 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 . 21:11:49 Sending build context to Docker daemon 37.39MB 21:11:49 Step 1/8 : ARG BASE=golang:1.15-alpine 21:11:49 Step 2/8 : FROM ${BASE} 21:11:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:11:50 df20fa9351a1: Pulling fs layer 21:11:50 ed8968b2872e: Pulling fs layer 21:11:50 a92cc7c5fd73: Pulling fs layer 21:11:50 e871e8e8d7a9: Pulling fs layer 21:11:50 e73272ec9a57: Pulling fs layer 21:11:50 1e910a182e73: Pulling fs layer 21:11:50 4e634b169226: Pulling fs layer 21:11:50 e73272ec9a57: Waiting 21:11:50 1e910a182e73: Waiting 21:11:50 e871e8e8d7a9: Waiting 21:11:50 a92cc7c5fd73: Verifying Checksum 21:11:50 a92cc7c5fd73: Download complete 21:11:50 ed8968b2872e: Verifying Checksum 21:11:50 ed8968b2872e: Download complete 21:11:50 e73272ec9a57: Verifying Checksum 21:11:50 e73272ec9a57: Download complete 21:11:50 1e910a182e73: Verifying Checksum 21:11:50 1e910a182e73: Download complete 21:11:50 df20fa9351a1: Verifying Checksum 21:11:50 df20fa9351a1: Download complete 21:11:50 df20fa9351a1: Pull complete 21:11:50 ed8968b2872e: Pull complete 21:11:50 a92cc7c5fd73: Pull complete 21:11:51 4e634b169226: Verifying Checksum 21:11:51 4e634b169226: Download complete 21:11:52 e871e8e8d7a9: Verifying Checksum 21:11:52 e871e8e8d7a9: Download complete 21:11:57 8529a6b9a6be: Pull complete 21:11:57 45590311c82a: Pull complete 21:11:58 69ca0ff8b7b3: Pull complete 21:11:58 e871e8e8d7a9: Pull complete 21:11:58 e73272ec9a57: Pull complete 21:11:58 1e910a182e73: Pull complete 21:12:02 209524e5b208: Pull complete 21:12:02 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:12:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:12:02 ---> 5bddaf1c2fca 21:12:02 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:12:02 latest: Pulling from library/docker 21:12:02 b538f80385f9: Already exists 21:12:02 259a493cd78d: Pulling fs layer 21:12:02 b8e66b5100f5: Pulling fs layer 21:12:02 7f8258a56ab6: Pulling fs layer 21:12:02 75a0a0ebb566: Pulling fs layer 21:12:02 4a2c62f0a2a3: Pulling fs layer 21:12:02 294320357d30: Pulling fs layer 21:12:02 75a0a0ebb566: Waiting 21:12:02 4a2c62f0a2a3: Waiting 21:12:02 294320357d30: Waiting 21:12:02 259a493cd78d: Verifying Checksum 21:12:02 259a493cd78d: Download complete 21:12:02 b8e66b5100f5: Download complete 21:12:03 75a0a0ebb566: Verifying Checksum 21:12:03 75a0a0ebb566: Download complete 21:12:03 294320357d30: Verifying Checksum 21:12:03 294320357d30: Download complete 21:12:03 259a493cd78d: Pull complete 21:12:03 b8e66b5100f5: Pull complete 21:12:04 7f8258a56ab6: Verifying Checksum 21:12:04 7f8258a56ab6: Download complete 21:12:06 4e634b169226: Pull complete 21:12:06 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:12:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:12:06 ---> f7629b54cfaa 21:12:06 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:12:06 latest: Pulling from library/docker 21:12:06 df20fa9351a1: Already exists 21:12:06 25ad7478873d: Pulling fs layer 21:12:06 4684f6177b5d: Pulling fs layer 21:12:06 8ba584e970af: Pulling fs layer 21:12:06 3cdc74d2b06d: Pulling fs layer 21:12:06 4cf5a0d07c1f: Pulling fs layer 21:12:06 fca0ccc462d5: Pulling fs layer 21:12:06 3cdc74d2b06d: Waiting 21:12:06 fca0ccc462d5: Waiting 21:12:06 4cf5a0d07c1f: Waiting 21:12:06 25ad7478873d: Verifying Checksum 21:12:06 25ad7478873d: Download complete 21:12:06 4684f6177b5d: Verifying Checksum 21:12:06 4684f6177b5d: Download complete 21:12:06 3cdc74d2b06d: Verifying Checksum 21:12:06 3cdc74d2b06d: Download complete 21:12:06 4cf5a0d07c1f: Verifying Checksum 21:12:06 4cf5a0d07c1f: Download complete 21:12:06 fca0ccc462d5: Verifying Checksum 21:12:06 fca0ccc462d5: Download complete 21:12:06 25ad7478873d: Pull complete 21:12:06 4684f6177b5d: Pull complete 21:12:07 8ba584e970af: Verifying Checksum 21:12:07 8ba584e970af: Download complete 21:12:07 7f8258a56ab6: Pull complete 21:12:07 75a0a0ebb566: Pull complete 21:12:08 4a2c62f0a2a3: Pull complete 21:12:08 294320357d30: Pull complete 21:12:08 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 21:12:08 Status: Downloaded newer image for docker:latest 21:12:10 8ba584e970af: Pull complete 21:12:10 3cdc74d2b06d: Pull complete 21:12:10 4cf5a0d07c1f: Pull complete 21:12:10 fca0ccc462d5: Pull complete 21:12:10 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 21:12:10 Status: Downloaded newer image for docker:latest 21:12:12 ---> 6f716b66b6de 21:12:12 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:12:12 ---> Running in 9fd7beea7a1e 21:12:12 Removing intermediate container 9fd7beea7a1e 21:12:12 ---> 8cec6ac5b22e 21:12:12 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:12:12 ---> Running in 483b58edb91b 21:12:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:14 (1/5) Installing libsodium (1.0.18-r0) 21:12:15 (2/5) Installing libzmq (4.3.3-r0) 21:12:15 (3/5) Installing pkgconf (1.7.2-r0) 21:12:15 (4/5) Installing libsodium-dev (1.0.18-r0) 21:12:15 (5/5) Installing zeromq-dev (4.3.3-r0) 21:12:15 Executing busybox-1.31.1-r16.trigger 21:12:15 OK: 167 MiB in 44 packages 21:12:15 ---> d420efe5dcd4 21:12:15 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:12:15 ---> Running in ea9c14b2b880 21:12:15 Removing intermediate container ea9c14b2b880 21:12:15 ---> c30d376bdd64 21:12:15 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:12:15 ---> Running in 84826f31334a 21:12:15 Removing intermediate container 483b58edb91b 21:12:15 ---> c9987522fac9 21:12:15 Step 6/8 : WORKDIR /build 21:12:16 ---> Running in fb43b512ef6e 21:12:16 Removing intermediate container fb43b512ef6e 21:12:16 ---> e97719c1fd56 21:12:16 Step 7/8 : COPY go.mod . 21:12:16 ---> 97ea390404c3 21:12:16 Step 8/8 : RUN go mod download 21:12:16 ---> Running in 7017e7f6ccd3 21:12:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:18 (1/5) Installing libsodium (1.0.18-r0) 21:12:18 (2/5) Installing libzmq (4.3.3-r0) 21:12:18 (3/5) Installing pkgconf (1.7.2-r0) 21:12:18 (4/5) Installing libsodium-dev (1.0.18-r0) 21:12:18 (5/5) Installing zeromq-dev (4.3.3-r0) 21:12:19 Executing busybox-1.31.1-r16.trigger 21:12:19 OK: 144 MiB in 44 packages 21:12:20 Removing intermediate container 84826f31334a 21:12:20 ---> 3f4f4a176814 21:12:20 Step 6/8 : WORKDIR /build 21:12:20 ---> Running in 342d86d1e869 21:12:21 Removing intermediate container 342d86d1e869 21:12:21 ---> 80f9384d050f 21:12:21 Step 7/8 : COPY go.mod . 21:12:21 ---> c082d1adf14f 21:12:21 Step 8/8 : RUN go mod download 21:12:21 ---> Running in c52d62ebf2a9 21:12:43 Removing intermediate container 7017e7f6ccd3 21:12:43 ---> 0a57fd8a8354 21:12:43 Successfully built 0a57fd8a8354 21:12:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:12:43 + docker inspect -f . ci-base-image-x86_64 21:12:43 . [Pipeline] withDockerContainer 21:12:43 prd-centos7-docker-4c-2g-3774 does not seem to be running inside a container 21:12:43 $ 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 21:12:44 $ docker top 5ad69f89919d4ca6b9dfd26b9d816ad84b6abefda6a8e6cee069f700a9555042 -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:45 + go version 21:12:45 go version go1.15.2 linux/amd64 [Pipeline] } 21:12:45 $ docker stop --time=1 5ad69f89919d4ca6b9dfd26b9d816ad84b6abefda6a8e6cee069f700a9555042 21:12:46 $ 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] } 21:12:48 Removing intermediate container c52d62ebf2a9 21:12:48 ---> 79810664e7d5 21:12:48 Successfully built 79810664e7d5 21:12:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:12:48 + docker inspect -f . ci-base-image-arm64 21:12:48 . [Pipeline] withDockerContainer 21:12:49 prd-ubuntu18.04-docker-arm64-4c-16g-3772 does not seem to be running inside a container 21:12:49 $ 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 21:12:51 $ docker top ec5b58968ddf398964457f187b8c0554440028a28d611a5fc9107b49e5fde415 -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:52 + go version 21:12:52 go version go1.15.2 linux/arm64 [Pipeline] } 21:12:52 $ docker stop --time=1 ec5b58968ddf398964457f187b8c0554440028a28d611a5fc9107b49e5fde415 21:12:54 $ 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 21:12:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:12:57 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:12:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:12:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:12:57 21:12:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:12:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:12:57 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:12:57 cbdbe7a5bc2a: Pulling fs layer 21:12:57 408f87550127: Pulling fs layer 21:12:57 fe522b08c979: Pulling fs layer 21:12:57 221eaa008020: Pulling fs layer 21:12:57 2a4607e5d6b9: Pulling fs layer 21:12:57 8f79b27c4fd2: Pulling fs layer 21:12:57 e5c8dbe1645b: Pulling fs layer 21:12:57 23e8b3b47431: Pulling fs layer 21:12:57 5c568d65a230: Pulling fs layer 21:12:57 8f79b27c4fd2: Waiting 21:12:57 e5c8dbe1645b: Waiting 21:12:57 23e8b3b47431: Waiting 21:12:57 5c568d65a230: Waiting 21:12:57 221eaa008020: Waiting 21:12:57 2a4607e5d6b9: Waiting 21:12:57 fe522b08c979: Verifying Checksum 21:12:57 fe522b08c979: Download complete 21:12:57 408f87550127: Verifying Checksum 21:12:57 408f87550127: Download complete 21:12:57 2a4607e5d6b9: Verifying Checksum 21:12:57 2a4607e5d6b9: Download complete 21:12:57 8f79b27c4fd2: Verifying Checksum 21:12:57 8f79b27c4fd2: Download complete 21:12:57 cbdbe7a5bc2a: Download complete 21:12:58 cbdbe7a5bc2a: Pull complete 21:12:58 408f87550127: Pull complete 21:12:58 fe522b08c979: Pull complete 21:12:58 e5c8dbe1645b: Verifying Checksum 21:12:58 e5c8dbe1645b: Download complete 21:12:59 23e8b3b47431: Verifying Checksum 21:12:59 23e8b3b47431: Download complete 21:13:00 5c568d65a230: Verifying Checksum 21:13:00 5c568d65a230: Download complete 21:13:01 221eaa008020: Verifying Checksum 21:13:01 221eaa008020: Download complete 21:13:06 221eaa008020: Pull complete 21:13:06 2a4607e5d6b9: Pull complete 21:13:06 8f79b27c4fd2: Pull complete 21:13:08 e5c8dbe1645b: Pull complete 21:13:12 23e8b3b47431: Pull complete 21:13:13 5c568d65a230: Pull complete 21:13:13 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:13:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:13:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:13:13 prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container 21:13:13 $ 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 21:13:14 $ docker top c5a839a8571a4dd8ba6a62c3849d8cf2dc0a90c068ba46e422865d923180a7f9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:14 + snyk monitor '--org=edgex-jenkins' 21:13:29 21:13:29 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 21:13:29 21:13:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/962a8e02-fc69-4932-864a-15cddb497670 21:13:29 21:13:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:13:29 21:13:29 21:13:29 Snyk CLI supports Node.js 8 and higher. 21:13:29 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 21:13:29 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 21:13:29 21:13:29 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 21:13:29 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 21:13:29 $ docker stop --time=1 c5a839a8571a4dd8ba6a62c3849d8cf2dc0a90c068ba46e422865d923180a7f9 21:13:31 $ 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 21:13:32 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:13:32 provisioning config files... 21:13:32 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2273921400463641114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:13:33 --> edgex-publish-swagger.sh 21:13:33 === Publish openapi/v2 API === 21:13:33 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:13:33 [publishToSwagger] Publishing API Name [app-functions-sdk] 21:13:33 % Total % Received % Xferd Average Speed Time Time Time Current 21:13:33 Dload Upload Total Spent Left Speed 21:13:34 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 21:13:34 21:13:34 [Pipeline] } 21:13:34 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 21:13:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:13:36 . [Pipeline] withDockerContainer 21:13:36 prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container 21:13:36 $ 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 21:13:37 $ docker top 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:13:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:13:37 [ssh-agent] Looking for ssh-agent implementation... 21:13:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:13:37 $ docker exec 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 ssh-agent 21:13:37 SSH_AUTH_SOCK=/tmp/ssh-mEGOJthi4COR/agent.12 21:13:37 SSH_AGENT_PID=18 21:13:37 Running ssh-add (command line suppressed) 21:13:37 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) 21:13:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:13:38 + git semver tag 21:13:38 # -> Open(): unable to determine branch for HEAD 21:13:38 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:13:38 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:13:38 # $SEMVER_REMOTE_NAME = origin 21:13:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:13:38 # $SEMVER_USER_NAME = edgex-jenkins 21:13:38 # $SEMVER_BRANCH = master 21:13:38 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:13:38 # 11135aa80e527cda27448d3fc9afd0dd950ec3b5 HEAD 21:13:38 # -> Force: false 21:13:38 # 9741d8c9e82c5d5a3483858a9d2e6dcd3ce955dc refs/tags/v1.2.1-dev.36 [Pipeline] } 21:13:38 $ docker exec --env ******** --env ******** 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 ssh-agent -k 21:13:38 unset SSH_AUTH_SOCK; 21:13:38 unset SSH_AGENT_PID; 21:13:38 echo Agent pid 18 killed; 21:13:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:13:38 + git semver [Pipeline] } 21:13:38 $ docker stop --time=1 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 21:13:40 $ docker rm -f 67c3c6a3dfabfc0073ce6391df08d192c505dbd4c05ba1089c09da6a3a669662 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:13:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:13:40 21:13:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:13:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:13:41 0.23.1-centos7: Pulling from edgex-lftools 21:13:41 ab5ef0e58194: Pulling fs layer 21:13:41 9712f1f96733: Pulling fs layer 21:13:41 63f879dbbcfc: Pulling fs layer 21:13:41 0d9ebad4ef96: Pulling fs layer 21:13:41 e9a5061849ea: Pulling fs layer 21:13:41 d747dcd14b5f: Pulling fs layer 21:13:41 2de7ff778b66: Pulling fs layer 21:13:41 e9a5061849ea: Waiting 21:13:41 d747dcd14b5f: Waiting 21:13:41 2de7ff778b66: Waiting 21:13:41 0d9ebad4ef96: Waiting 21:13:41 9712f1f96733: Download complete 21:13:42 63f879dbbcfc: Verifying Checksum 21:13:42 63f879dbbcfc: Download complete 21:13:42 e9a5061849ea: Verifying Checksum 21:13:42 e9a5061849ea: Download complete 21:13:42 d747dcd14b5f: Verifying Checksum 21:13:42 d747dcd14b5f: Download complete 21:13:43 2de7ff778b66: Verifying Checksum 21:13:43 2de7ff778b66: Download complete 21:13:43 0d9ebad4ef96: Verifying Checksum 21:13:43 0d9ebad4ef96: Download complete 21:13:43 ab5ef0e58194: Verifying Checksum 21:13:43 ab5ef0e58194: Download complete 21:13:47 ab5ef0e58194: Pull complete 21:13:47 9712f1f96733: Pull complete 21:13:50 63f879dbbcfc: Pull complete 21:14:00 0d9ebad4ef96: Pull complete 21:14:00 e9a5061849ea: Pull complete 21:14:00 d747dcd14b5f: Pull complete 21:14:05 2de7ff778b66: Pull complete 21:14:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:14:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:14:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:14:05 prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container 21:14:05 $ 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 21:14:09 $ docker top 5d2d741abd1fa6221a477a9e78d066a89a2c98644b1c789968e28ebaa3ef0057 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:14:09 provisioning config files... 21:14:09 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2794709882541016261tmp 21:14:09 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1498880949372079689tmp 21:14:09 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6368866750293429134tmp [Pipeline] { [Pipeline] echo 21:14:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:14:09 ---> sigul-configuration.sh 21:14:09 gpg: directory `/root/.gnupg' created 21:14:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:14:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:14:09 gpg: keyring `/root/.gnupg/secring.gpg' created 21:14:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:14:09 gpg: CAST5 encrypted data 21:14:10 gpg: encrypted with 1 passphrase 21:14:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:14:10 + mkdir /home/jenkins 21:14:10 + mkdir /home/jenkins/sigul [Pipeline] sh 21:14:11 + 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 21:14:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:14:11 ---> sigul-install.sh 21:14:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:14:18 + git tag --list 21:14:18 v0.1.0 21:14:18 v0.1.1 21:14:18 v1.0.0 21:14:18 v1.1.0 21:14:18 v1.2.0 21:14:18 v1.2.1-dev.1 21:14:18 v1.2.1-dev.10 21:14:18 v1.2.1-dev.11 21:14:18 v1.2.1-dev.12 21:14:18 v1.2.1-dev.13 21:14:18 v1.2.1-dev.14 21:14:18 v1.2.1-dev.15 21:14:18 v1.2.1-dev.16 21:14:18 v1.2.1-dev.17 21:14:18 v1.2.1-dev.18 21:14:18 v1.2.1-dev.19 21:14:18 v1.2.1-dev.2 21:14:18 v1.2.1-dev.20 21:14:18 v1.2.1-dev.21 21:14:18 v1.2.1-dev.22 21:14:18 v1.2.1-dev.23 21:14:18 v1.2.1-dev.24 21:14:18 v1.2.1-dev.25 21:14:18 v1.2.1-dev.26 21:14:18 v1.2.1-dev.27 21:14:18 v1.2.1-dev.28 21:14:18 v1.2.1-dev.29 21:14:18 v1.2.1-dev.3 21:14:18 v1.2.1-dev.30 21:14:18 v1.2.1-dev.31 21:14:18 v1.2.1-dev.32 21:14:18 v1.2.1-dev.33 21:14:18 v1.2.1-dev.34 21:14:18 v1.2.1-dev.35 21:14:18 v1.2.1-dev.36 21:14:18 v1.2.1-dev.4 21:14:18 v1.2.1-dev.5 21:14:18 v1.2.1-dev.6 21:14:18 v1.2.1-dev.7 21:14:18 v1.2.1-dev.8 21:14:18 v1.2.1-dev.9 [Pipeline] sh 21:14:18 + lftools sign git-tag v1.2.1-dev.36 21:14:19 Signing Git tag with Sigul... 21:14:19 Signing v1.2.1-dev.36 [Pipeline] echo 21:14:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:14:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:14:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:14:21 $ docker stop --time=1 5d2d741abd1fa6221a477a9e78d066a89a2c98644b1c789968e28ebaa3ef0057 21:14:23 $ docker rm -f 5d2d741abd1fa6221a477a9e78d066a89a2c98644b1c789968e28ebaa3ef0057 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:14:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:14:24 . [Pipeline] withDockerContainer 21:14:24 prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container 21:14:24 $ 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 21:14:24 $ docker top 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:14:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:14:25 [ssh-agent] Looking for ssh-agent implementation... 21:14:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:14:25 $ docker exec 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 ssh-agent 21:14:25 SSH_AUTH_SOCK=/tmp/ssh-8IygUeaNdKp6/agent.11 21:14:25 SSH_AGENT_PID=16 21:14:25 Running ssh-add (command line suppressed) 21:14:25 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) 21:14:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:14:26 + git semver bump pre 21:14:26 # -> Open(): unable to determine branch for HEAD 21:14:26 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:14:26 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:14:26 # $SEMVER_REMOTE_NAME = origin 21:14:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:14:26 # $SEMVER_USER_NAME = edgex-jenkins 21:14:26 # $SEMVER_BRANCH = master 21:14:26 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:14:26 1.2.1-dev.37 [Pipeline] } 21:14:26 $ docker exec --env ******** --env ******** 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 ssh-agent -k 21:14:26 unset SSH_AUTH_SOCK; 21:14:26 unset SSH_AGENT_PID; 21:14:26 echo Agent pid 16 killed; 21:14:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:14:26 + git semver [Pipeline] } 21:14:26 $ docker stop --time=1 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 21:14:28 $ docker rm -f 98f2a62d6b4e3dcb225c62ec142bf1751f88d66711a53e9e954a19851eb733f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:14:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:14:28 . [Pipeline] withDockerContainer 21:14:28 prd-centos7-docker-4c-2g-3769 does not seem to be running inside a container 21:14:28 $ 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 21:14:29 $ docker top 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:14:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:14:29 [ssh-agent] Looking for ssh-agent implementation... 21:14:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:14:29 $ docker exec 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d ssh-agent 21:14:29 SSH_AUTH_SOCK=/tmp/ssh-7PATeWIg91jt/agent.12 21:14:29 SSH_AGENT_PID=18 21:14:30 Running ssh-add (command line suppressed) 21:14:30 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) 21:14:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:14:30 + git semver push 21:14:30 # -> Open(): unable to determine branch for HEAD 21:14:30 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:14:30 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:14:30 # $SEMVER_REMOTE_NAME = origin 21:14:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:14:30 # $SEMVER_USER_NAME = edgex-jenkins 21:14:30 # $SEMVER_BRANCH = master 21:14:30 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:14:37 $ docker exec --env ******** --env ******** 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d ssh-agent -k 21:14:37 unset SSH_AUTH_SOCK; 21:14:37 unset SSH_AGENT_PID; 21:14:37 echo Agent pid 18 killed; 21:14:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:14:37 + git semver [Pipeline] } 21:14:37 $ docker stop --time=1 0c0a885572c83eb67fe6359f2a1574c56008a71a387a909999765bc49858689d 21:14:39 $ 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 21:14:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:14:41 ---> package-listing.sh 21:14:41 ++ facter osfamily 21:14:41 ++ tr '[:upper:]' '[:lower:]' 21:14:41 + OS_FAMILY=redhat 21:14:41 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 21:14:41 + START_PACKAGES=/tmp/packages_start.txt 21:14:41 + END_PACKAGES=/tmp/packages_end.txt 21:14:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:14:41 + PACKAGES=/tmp/packages_start.txt 21:14:41 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:14:41 + PACKAGES=/tmp/packages_end.txt 21:14:41 + case "${OS_FAMILY}" in 21:14:41 + sort 21:14:41 + rpm -qa 21:14:45 + '[' -f /tmp/packages_start.txt ']' 21:14:45 + '[' -f /tmp/packages_end.txt ']' 21:14:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:14:45 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:14:45 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 21:14:45 + 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 21:14:45 provisioning config files... 21:14:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8896534512949608228tmp [Pipeline] { [Pipeline] echo 21:14:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:14:46 ---> create-netrc.sh [Pipeline] } 21:14:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:14:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:14:46 ---> python-tools-install.sh 21:14:46 Generating Requirements File 21:16:08 Python 3.6.8 21:16:08 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 21:16:08 appdirs==1.4.3 21:16:08 argcomplete==1.12.1 21:16:08 aspy.yaml==1.3.0 21:16:08 attrs==19.3.0 21:16:08 Babel==2.8.0 21:16:08 beautifulsoup4==4.8.2 21:16:08 boto3==1.11.6 21:16:08 botocore==1.14.6 21:16:08 bs4==0.0.1 21:16:08 cachetools==4.1.1 21:16:08 certifi==2019.11.28 21:16:08 cffi==1.14.3 21:16:08 cfgv==2.0.1 21:16:08 chardet==3.0.4 21:16:08 click==7.1 21:16:08 cliff==3.4.0 21:16:08 cmd2==1.3.11 21:16:08 colorama==0.4.3 21:16:08 cryptography==3.1.1 21:16:08 debtcollector==2.2.0 21:16:08 decorator==4.4.2 21:16:08 defusedxml==0.6.0 21:16:08 Deprecated==1.2.7 21:16:08 distlib==0.3.1 21:16:08 distro==1.2.0 21:16:08 dnspython==1.16.0 21:16:08 docker==4.2.0 21:16:08 docutils==0.15.2 21:16:08 dogpile.cache==1.0.2 21:16:08 email-validator==1.0.5 21:16:08 filelock==3.0.12 21:16:08 future==0.18.2 21:16:08 google-auth==1.22.1 21:16:08 httplib2==0.17.0 21:16:08 identify==1.4.11 21:16:08 idna==2.9 21:16:08 importlib-metadata==1.7.0 21:16:08 importlib-resources==1.5.0 21:16:08 iso8601==0.1.13 21:16:08 Jinja2==2.11.1 21:16:08 jmespath==0.10.0 21:16:08 jsonpatch==1.26 21:16:08 jsonpointer==2.0 21:16:08 jsonschema==3.2.0 21:16:08 keystoneauth1==4.2.1 21:16:08 kubernetes==11.0.0 21:16:08 lftools==0.34.2 21:16:08 lxml==4.5.0 21:16:08 MarkupSafe==0.23 21:16:08 msgpack==1.0.0 21:16:08 multi-key-dict==2.0.3 21:16:08 munch==2.5.0 21:16:08 netaddr==0.8.0 21:16:08 netifaces==0.10.9 21:16:08 niet==1.4.2 21:16:08 nodeenv==1.3.5 21:16:08 oauth2client==4.1.3 21:16:08 oauthlib==3.1.0 21:16:08 openstacksdk==0.50.0 21:16:08 os-client-config==2.1.0 21:16:08 os-service-types==1.7.0 21:16:08 osc-lib==2.2.1 21:16:08 oslo.config==8.3.2 21:16:08 oslo.context==3.1.1 21:16:08 oslo.i18n==5.0.1 21:16:08 oslo.log==4.4.0 21:16:08 oslo.serialization==4.0.1 21:16:08 oslo.utils==4.6.0 21:16:08 packaging==20.4 21:16:08 pbr==5.4.4 21:16:08 pluggy==0.13.1 21:16:08 prettytable==0.7.2 21:16:08 py==1.9.0 21:16:08 pyasn1==0.4.8 21:16:08 pyasn1-modules==0.2.8 21:16:08 pycparser==2.20 21:16:08 pygerrit2==2.0.10 21:16:08 PyGithub==1.46 21:16:08 pyinotify==0.9.6 21:16:08 PyJWT==1.7.1 21:16:08 pyparsing==2.4.7 21:16:08 pyperclip==1.8.0 21:16:08 pyroute2==0.4.13 21:16:08 pyrsistent==0.15.7 21:16:08 PySocks==1.6.8 21:16:08 python-cinderclient==7.2.0 21:16:08 python-dateutil==2.8.1 21:16:08 python-heatclient==2.2.1 21:16:08 python-jenkins==1.7.0 21:16:08 python-keystoneclient==4.1.1 21:16:08 python-magnumclient==3.2.1 21:16:08 python-novaclient==17.2.1 21:16:08 python-openstackclient==5.4.0 21:16:08 python-swiftclient==3.10.1 21:16:08 pytz==2020.1 21:16:08 PyYAML==5.3 21:16:08 requests==2.23.0 21:16:08 requests-oauthlib==1.3.0 21:16:08 requestsexceptions==1.4.0 21:16:08 rfc3986==1.4.0 21:16:08 rpm==4.11.3 21:16:08 rsa==4.0 21:16:08 ruamel.yaml==0.16.10 21:16:08 ruamel.yaml.clib==0.2.0 21:16:08 s3transfer==0.3.3 21:16:08 shade==1.27.2 21:16:08 simplejson==3.17.2 21:16:08 six==1.14.0 21:16:08 soupsieve==2.0 21:16:08 stevedore==3.2.2 21:16:08 tabulate==0.8.6 21:16:08 toml==0.10.0 21:16:08 tox==3.20.0 21:16:08 tqdm==4.43.0 21:16:08 urllib3==1.25.8 21:16:08 virtualenv==20.0.33 21:16:08 wcwidth==0.2.5 21:16:08 websocket-client==0.57.0 21:16:08 wrapt==1.12.1 21:16:08 xdg==3.0.2 21:16:08 xmltodict==0.12.0 21:16:08 yq==2.11.1 21:16:08 zipp==3.3.0 21:16:08 Cache entry deserialization failed, entry ignored 21:16:08 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. 21:16:08 Python 2.7.5 21:16:08 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 21:16:08 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. 21:16:08 ansible==2.9.7 21:16:08 Babel==0.9.6 21:16:08 backports.ssl-match-hostname==3.5.0.1 21:16:08 beautifulsoup4==4.4.1 21:16:08 bodhi==2.11.0 21:16:08 bodhi-client==2.11.0 21:16:08 CCColUtils==1.4 21:16:08 cffi==1.6.0 21:16:08 chardet==2.2.1 21:16:08 click==6.7 21:16:08 cloud-init==18.5 21:16:08 configobj==4.7.2 21:16:08 cryptography==1.7.2 21:16:08 decorator==3.4.0 21:16:08 distro==1.2.0 21:16:08 enum34==1.0.4 21:16:08 fedpkg==1.38 21:16:08 futures==3.1.1 21:16:08 gitdb==0.6.4 21:16:08 GitPython==1.0.1 21:16:08 html5lib==0.999 21:16:08 httplib2==0.9.2 21:16:08 idna==2.4 21:16:08 iniparse==0.4 21:16:08 ipaddress==1.0.16 21:16:08 IPy==0.75 21:16:08 javapackages==1.0.0 21:16:08 Jinja2==2.7.2 21:16:08 jmespath==0.9.4 21:16:08 jsonpatch==1.2 21:16:08 jsonpointer==1.9 21:16:08 kerberos==1.1 21:16:08 kitchen==1.1.1 21:16:08 langtable==0.0.31 21:16:08 lockfile==0.9.1 21:16:08 lxml==3.2.1 21:16:08 MarkupSafe==0.11 21:16:08 munch==2.0.2 21:16:08 offtrac==0.1.0 21:16:08 openidc-client==0.6.0 21:16:08 packagedb-cli==2.14.1 21:16:08 paramiko==2.1.1 21:16:08 perf==0.1 21:16:08 ply==3.4 21:16:08 policycoreutils-default-encoding==0.1 21:16:08 prettytable==0.7.2 21:16:08 pyasn1==0.1.9 21:16:08 pycparser==2.14 21:16:08 pycurl==7.19.0 21:16:08 pygobject==3.22.0 21:16:08 pygpgme==0.3 21:16:08 pyliblzma==0.5.3 21:16:08 pyOpenSSL==0.13.1 21:16:08 pyparsing==1.5.6 21:16:08 pyserial==2.6 21:16:08 python-augeas==0.5.0 21:16:08 python-bugzilla==2.3.0 21:16:08 python-dateutil==1.5 21:16:08 python-fedora==0.10.0 21:16:08 python-linux-procfs==0.4.9 21:16:08 python-yubico==1.2.3 21:16:08 pyudev==0.15 21:16:08 pyusb==1.0.0b1 21:16:08 pyxattr==0.5.1 21:16:08 PyYAML==3.10 21:16:08 requests==2.6.0 21:16:08 requests-kerberos==0.7.0 21:16:08 rpkg==1.60 21:16:08 schedutils==0.4 21:16:08 seobject==0.1 21:16:08 sepolicy==1.1 21:16:08 six==1.9.0 21:16:08 smmap==0.9.0 21:16:08 urlgrabber==3.10 21:16:08 urllib3==1.10.2 21:16:08 virtualenv==15.1.0 21:16:08 yum-langpacks==0.4.2 21:16:08 yum-metadata-parser==1.1.4 [Pipeline] echo 21:16:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:16:09 ---> sudo-logs.sh 21:16:09 Archiving 'sudo' log.. [Pipeline] echo 21:16:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:16:09 ---> job-cost.sh 21:16:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vB93 21:16:18 Cache entry deserialization failed, entry ignored 21:16:18 Cache entry deserialization failed, entry ignored 21:16:18 Cache entry deserialization failed, entry ignored 21:16:18 Cache entry deserialization failed, entry ignored 21:16:18 Cache entry deserialization failed, entry ignored 21:16:19 Cache entry deserialization failed, entry ignored 21:16:19 Cache entry deserialization failed, entry ignored 21:16:19 Cache entry deserialization failed, entry ignored 21:16:19 Cache entry deserialization failed, entry ignored 21:16:19 Cache entry deserialization failed, entry ignored 21:16:19 Cache entry deserialization failed, entry ignored 21:16:20 Cache entry deserialization failed, entry ignored 21:16:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:16:55 lf-activate-venv(): INFO: Adding /tmp/venv-vB93/bin to PATH 21:16:55 INFO: No Stack... 21:16:55 INFO: Retrieving Pricing Info for: v1-standard-2 21:16:55 INFO: Archiving Costs [Pipeline] echo 21:16:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:16:56 ---> logs-deploy.sh 21:16:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/124 21:16:56 INFO: archiving workspace using pattern(s): 21:16:57 Archives upload complete. 21:16:57 INFO: archiving logs to Nexus