Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cbb80dee1238c0d7880a48b9754aa793873358ea 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:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4394 in /w/workspace/dry_go-mod-core-contracts_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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cbb80dee1238c0d7880a48b9754aa793873358ea (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbb80dee1238c0d7880a48b9754aa793873358ea # timeout=10 Commit message: "Merge pull request #327 from weichou1229/issue-326" > git rev-list --no-walk fea83f768be8873eb74d359eca9233db51769833 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-09T16:54:47.957Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-09T16:54:48.394Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-09T16:54:48.502Z] ========================================================= [2020-10-09T16:54:48.502Z] EdgeX Global Pipelines Version Info [2020-10-09T16:54:48.502Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-09T16:54:50.428Z] ------------------- [2020-10-09T16:54:50.428Z] stable info: [2020-10-09T16:54:50.428Z] ------------------- [2020-10-09T16:54:50.428Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-09T16:54:50.428Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-09T16:54:50.428Z] Message: update stable to v1.0.131 [2020-10-09T16:54:51.002Z] ------------------- [2020-10-09T16:54:51.002Z] experimental info: [2020-10-09T16:54:51.002Z] ------------------- [2020-10-09T16:54:51.002Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-09T16:54:51.002Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-09T16:54:51.002Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-09T16:54:51.387Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-09T16:54:51.481Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-09T16:54:51.656Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-09T16:54:51.750Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-09T16:54:51.846Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-09T16:54:51.941Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-09T16:54:52.036Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-09T16:54:52.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-09T16:54:52.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-09T16:54:52.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-09T16:54:52.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-09T16:54:52.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-09T16:54:52.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-09T16:54:52.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-09T16:54:52.865Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-09T16:54:52.961Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-09T16:54:53.054Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-09T16:54:53.143Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-09T16:54:53.253Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-09T16:54:53.351Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-09T16:54:53.449Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-09T16:54:53.547Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-09T16:54:53.653Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-09T16:54:53.748Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-09T16:54:53.846Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-09T16:54:53.985Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-09T16:54:54.079Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-09T16:54:54.167Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-09T16:54:54.306Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbb80dee1238c0d7880a48b9754aa793873358ea [Pipeline] echo [2020-10-09T16:54:54.402Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbb80de [Pipeline] echo [2020-10-09T16:54:54.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-09T16:54:55.093Z] + git log --format=format:%s -1 cbb80dee1238c0d7880a48b9754aa793873358ea [Pipeline] echo [2020-10-09T16:54:55.154Z] GIT_COMMIT: cbb80dee1238c0d7880a48b9754aa793873358ea, Commit Message: Merge pull request #327 from weichou1229/issue-326 [Pipeline] echo [2020-10-09T16:54:55.201Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:54:55.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T16:54:56.254Z] [2020-10-09T16:54:56.254Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:54:56.613Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T16:54:56.613Z] latest: Pulling from edgex-devops/git-semver [2020-10-09T16:54:56.613Z] 31603596830f: Pulling fs layer [2020-10-09T16:54:56.613Z] 2a8b12db71e7: Pulling fs layer [2020-10-09T16:54:56.613Z] 6ca5941a6612: Pulling fs layer [2020-10-09T16:54:56.613Z] ecc8261a40a4: Pulling fs layer [2020-10-09T16:54:56.613Z] ecc8261a40a4: Waiting [2020-10-09T16:54:56.613Z] 2a8b12db71e7: Verifying Checksum [2020-10-09T16:54:56.613Z] 2a8b12db71e7: Download complete [2020-10-09T16:54:56.883Z] 31603596830f: Verifying Checksum [2020-10-09T16:54:56.883Z] 31603596830f: Download complete [2020-10-09T16:54:56.883Z] ecc8261a40a4: Verifying Checksum [2020-10-09T16:54:56.883Z] ecc8261a40a4: Download complete [2020-10-09T16:54:57.147Z] 6ca5941a6612: Verifying Checksum [2020-10-09T16:54:57.147Z] 6ca5941a6612: Download complete [2020-10-09T16:54:57.147Z] 31603596830f: Pull complete [2020-10-09T16:54:57.410Z] 2a8b12db71e7: Pull complete [2020-10-09T16:54:58.357Z] 6ca5941a6612: Pull complete [2020-10-09T16:54:58.357Z] ecc8261a40a4: Pull complete [2020-10-09T16:54:58.357Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-09T16:54:58.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T16:54:58.357Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-09T16:54:58.467Z] prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container [2020-10-09T16:54:58.525Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-09T16:55:00.928Z] $ docker top 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T16:55:01.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T16:55:01.237Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T16:55:01.505Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T16:55:01.512Z] $ docker exec 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent [2020-10-09T16:55:01.706Z] SSH_AUTH_SOCK=/tmp/ssh-fURE5Z40L2l7/agent.11 [2020-10-09T16:55:01.706Z] SSH_AGENT_PID=16 [2020-10-09T16:55:01.719Z] Running ssh-add (command line suppressed) [2020-10-09T16:55:01.863Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4650676840819112785.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4650676840819112785.key) [2020-10-09T16:55:01.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T16:55:02.270Z] + git describe --exact-match --tags HEAD [2020-10-09T16:55:02.270Z] fatal: no tag exactly matches 'cbb80dee1238c0d7880a48b9754aa793873358ea' [Pipeline] } [2020-10-09T16:55:02.293Z] $ docker exec --env ******** --env ******** 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent -k [2020-10-09T16:55:02.419Z] unset SSH_AUTH_SOCK; [2020-10-09T16:55:02.420Z] unset SSH_AGENT_PID; [2020-10-09T16:55:02.420Z] echo Agent pid 16 killed; [2020-10-09T16:55:02.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-09T16:55:02.564Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-09T16:55:02.564Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-09T16:55:02.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T16:55:02.673Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T16:55:02.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T16:55:02.850Z] $ docker exec 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent [2020-10-09T16:55:03.016Z] SSH_AUTH_SOCK=/tmp/ssh-tkm2Ug59P5f7/agent.46 [2020-10-09T16:55:03.016Z] SSH_AGENT_PID=51 [2020-10-09T16:55:03.023Z] Running ssh-add (command line suppressed) [2020-10-09T16:55:03.152Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_199851267619061821.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_199851267619061821.key) [2020-10-09T16:55:03.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T16:55:03.544Z] + git semver init [2020-10-09T16:55:03.544Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T16:55:03.544Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-09T16:55:03.544Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-09T16:55:03.544Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T16:55:03.544Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T16:55:03.544Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T16:55:03.544Z] # $SEMVER_BRANCH = master [2020-10-09T16:55:03.544Z] # $SEMVER_TEMP = /tmp/semver-103128784 [2020-10-09T16:55:03.544Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-09T16:55:04.933Z] # '/tmp/semver-103128784' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-10-09T16:55:04.933Z] # -> Force: false [2020-10-09T16:55:04.933Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-09T16:55:04.946Z] $ docker exec --env ******** --env ******** 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 ssh-agent -k [2020-10-09T16:55:05.071Z] unset SSH_AUTH_SOCK; [2020-10-09T16:55:05.071Z] unset SSH_AGENT_PID; [2020-10-09T16:55:05.071Z] echo Agent pid 51 killed; [2020-10-09T16:55:05.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T16:55:05.586Z] + git semver [Pipeline] } [2020-10-09T16:55:05.605Z] $ docker stop --time=1 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 [2020-10-09T16:55:07.553Z] $ docker rm -f 240e5d0911bb19b1ee6da3d5bd90109ca7a14576feb15447367f36cf71056f49 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-09T16:55:08.441Z] Stashed 105 file(s) [Pipeline] echo [2020-10-09T16:55:08.444Z] [edgeXSemver]: initialized semver on version 0.1.94 [Pipeline] echo [2020-10-09T16:55:08.535Z] Archived original version: [0.1.94] [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-09T16:55:09.200Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4384 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-09T16:55:09.250Z] Running in /w/workspace/go-mod-core-contracts/60 [Pipeline] { [Pipeline] checkout [2020-10-09T16:55:13.849Z] using credential edgex-jenkins-ssh [2020-10-09T16:55:13.903Z] Cloning the remote Git repository [2020-10-09T16:55:13.962Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-09T16:55:14.081Z] > git init /w/workspace/go-mod-core-contracts/60 # timeout=10 [2020-10-09T16:55:14.171Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-09T16:55:14.172Z] > git --version # timeout=10 [2020-10-09T16:55:14.192Z] > git --version # 'git version 2.17.1' [2020-10-09T16:55:14.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-09T16:55:14.257Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-09T16:55:15.097Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-09T16:55:15.125Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-09T16:55:15.148Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-09T16:55:15.176Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-09T16:55:15.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-09T16:55:15.188Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-09T16:55:15.742Z] Checking out Revision cbb80dee1238c0d7880a48b9754aa793873358ea (master) [2020-10-09T16:55:15.768Z] > git config core.sparsecheckout # timeout=10 [2020-10-09T16:55:15.782Z] > git checkout -f cbb80dee1238c0d7880a48b9754aa793873358ea # timeout=10 [2020-10-09T16:55:20.038Z] Commit message: "Merge pull request #327 from weichou1229/issue-326" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-09T16:55:21.264Z] ========================================================= [2020-10-09T16:55:21.264Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-09T16:55:21.264Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:55:22.404Z] + 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-09T16:55:23.390Z] Sending build context to Docker daemon 2.544MB [2020-10-09T16:55:23.390Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-09T16:55:23.390Z] Step 2/7 : FROM ${BASE} [2020-10-09T16:55:23.674Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-09T16:55:23.674Z] b538f80385f9: Pulling fs layer [2020-10-09T16:55:23.674Z] 74f711af9a0d: Pulling fs layer [2020-10-09T16:55:23.674Z] 99f96fe45779: Pulling fs layer [2020-10-09T16:55:23.674Z] 8529a6b9a6be: Pulling fs layer [2020-10-09T16:55:23.674Z] 45590311c82a: Pulling fs layer [2020-10-09T16:55:23.674Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-09T16:55:23.674Z] 209524e5b208: Pulling fs layer [2020-10-09T16:55:23.674Z] 45590311c82a: Waiting [2020-10-09T16:55:23.674Z] 69ca0ff8b7b3: Waiting [2020-10-09T16:55:23.674Z] 209524e5b208: Waiting [2020-10-09T16:55:23.674Z] 8529a6b9a6be: Waiting [2020-10-09T16:55:23.950Z] 99f96fe45779: Verifying Checksum [2020-10-09T16:55:23.950Z] 99f96fe45779: Download complete [2020-10-09T16:55:23.950Z] 74f711af9a0d: Download complete [2020-10-09T16:55:23.950Z] 45590311c82a: Download complete [2020-10-09T16:55:23.950Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-09T16:55:23.950Z] 69ca0ff8b7b3: Download complete [2020-10-09T16:55:23.950Z] b538f80385f9: Verifying Checksum [2020-10-09T16:55:23.950Z] b538f80385f9: Download complete [2020-10-09T16:55:24.002Z] Still waiting to schedule task [2020-10-09T16:55:24.002Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-09T16:55:24.547Z] b538f80385f9: Pull complete [2020-10-09T16:55:25.149Z] 74f711af9a0d: Pull complete [2020-10-09T16:55:25.423Z] 99f96fe45779: Pull complete [2020-10-09T16:55:26.868Z] 209524e5b208: Verifying Checksum [2020-10-09T16:55:26.868Z] 209524e5b208: Download complete [2020-10-09T16:55:28.319Z] 8529a6b9a6be: Verifying Checksum [2020-10-09T16:55:28.319Z] 8529a6b9a6be: Download complete [2020-10-09T16:55:38.504Z] 8529a6b9a6be: Pull complete [2020-10-09T16:55:38.505Z] 45590311c82a: Pull complete [2020-10-09T16:55:38.505Z] 69ca0ff8b7b3: Pull complete [2020-10-09T16:55:41.903Z] 209524e5b208: Pull complete [2020-10-09T16:55:41.903Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-09T16:55:41.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-09T16:55:41.903Z] ---> 5bddaf1c2fca [2020-10-09T16:55:41.903Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-09T16:55:45.296Z] ---> Running in 22499ad99c66 [2020-10-09T16:55:45.296Z] Removing intermediate container 22499ad99c66 [2020-10-09T16:55:45.296Z] ---> 1e2b479cb0d4 [2020-10-09T16:55:45.296Z] Step 4/7 : RUN apk add bash [2020-10-09T16:55:45.296Z] ---> Running in f5c128c39016 [2020-10-09T16:55:47.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-09T16:55:47.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-09T16:55:48.842Z] OK: 142 MiB in 39 packages [2020-10-09T16:55:49.832Z] Removing intermediate container f5c128c39016 [2020-10-09T16:55:49.832Z] ---> 13828633a2ad [2020-10-09T16:55:49.832Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-09T16:55:50.104Z] ---> Running in 3363fb57c09f [2020-10-09T16:55:50.376Z] Removing intermediate container 3363fb57c09f [2020-10-09T16:55:50.377Z] ---> 19ed7da2a3d1 [2020-10-09T16:55:50.377Z] Step 6/7 : COPY go.mod . [2020-10-09T16:55:50.974Z] ---> c3c5cb4a6eb6 [2020-10-09T16:55:50.974Z] Step 7/7 : RUN go mod download [2020-10-09T16:55:51.249Z] ---> Running in fc6a54466238 [2020-10-09T16:56:06.348Z] Removing intermediate container fc6a54466238 [2020-10-09T16:56:06.348Z] ---> 666aced33151 [2020-10-09T16:56:06.348Z] Successfully built 666aced33151 [2020-10-09T16:56:06.348Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:56:06.750Z] + docker inspect -f . ci-base-image-arm64 [2020-10-09T16:56:06.750Z] . [Pipeline] withDockerContainer [2020-10-09T16:56:06.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-4384 does not seem to be running inside a container [2020-10-09T16:56:07.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/60 -v /w/workspace/go-mod-core-contracts/60:/w/workspace/go-mod-core-contracts/60:rw,z -v /w/workspace/go-mod-core-contracts/60@tmp:/w/workspace/go-mod-core-contracts/60@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 ******** ci-base-image-arm64 cat [2020-10-09T16:56:08.863Z] $ docker top c1e8244d38a43194a6e488c16c33b0feeeeab6dddee7c963cd2dd3d5f1409489 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T16:56:10.298Z] + go version [2020-10-09T16:56:10.298Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-09T16:56:10.326Z] $ docker stop --time=1 c1e8244d38a43194a6e488c16c33b0feeeeab6dddee7c963cd2dd3d5f1409489 [2020-10-09T16:56:12.250Z] $ docker rm -f c1e8244d38a43194a6e488c16c33b0feeeeab6dddee7c963cd2dd3d5f1409489 [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-09T16:58:09.478Z] Running on prd-centos7-docker-4c-2g-4395 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-10-09T16:58:09.537Z] Running in /w/workspace/go-mod-core-contracts/60 [Pipeline] { [Pipeline] checkout [2020-10-09T16:58:11.981Z] using credential edgex-jenkins-ssh [2020-10-09T16:58:12.073Z] Cloning the remote Git repository [2020-10-09T16:58:12.099Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-09T16:58:12.172Z] > git init /w/workspace/go-mod-core-contracts/60 # timeout=10 [2020-10-09T16:58:12.220Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-09T16:58:12.220Z] > git --version # timeout=10 [2020-10-09T16:58:12.229Z] > git --version # 'git version 2.16.5' [2020-10-09T16:58:12.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-09T16:58:12.256Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-09T16:58:13.933Z] Checking out Revision cbb80dee1238c0d7880a48b9754aa793873358ea (master) [2020-10-09T16:58:13.496Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-09T16:58:13.505Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-09T16:58:13.517Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-09T16:58:13.528Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-09T16:58:13.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-09T16:58:13.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-09T16:58:13.943Z] > git config core.sparsecheckout # timeout=10 [2020-10-09T16:58:13.947Z] > git checkout -f cbb80dee1238c0d7880a48b9754aa793873358ea # timeout=10 [2020-10-09T16:58:17.641Z] Commit message: "Merge pull request #327 from weichou1229/issue-326" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-09T16:58:18.708Z] ========================================================= [2020-10-09T16:58:18.708Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-09T16:58:18.708Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:58:19.383Z] + 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-09T16:58:19.649Z] Sending build context to Docker daemon 2.544MB [2020-10-09T16:58:19.649Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-09T16:58:19.649Z] Step 2/7 : FROM ${BASE} [2020-10-09T16:58:19.913Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-09T16:58:19.913Z] df20fa9351a1: Pulling fs layer [2020-10-09T16:58:19.913Z] ed8968b2872e: Pulling fs layer [2020-10-09T16:58:19.913Z] a92cc7c5fd73: Pulling fs layer [2020-10-09T16:58:19.913Z] e871e8e8d7a9: Pulling fs layer [2020-10-09T16:58:19.913Z] e73272ec9a57: Pulling fs layer [2020-10-09T16:58:19.913Z] 1e910a182e73: Pulling fs layer [2020-10-09T16:58:19.913Z] 4e634b169226: Pulling fs layer [2020-10-09T16:58:19.913Z] e73272ec9a57: Waiting [2020-10-09T16:58:19.913Z] 1e910a182e73: Waiting [2020-10-09T16:58:19.913Z] 4e634b169226: Waiting [2020-10-09T16:58:19.913Z] e871e8e8d7a9: Waiting [2020-10-09T16:58:19.913Z] a92cc7c5fd73: Verifying Checksum [2020-10-09T16:58:19.913Z] a92cc7c5fd73: Download complete [2020-10-09T16:58:19.913Z] ed8968b2872e: Verifying Checksum [2020-10-09T16:58:19.913Z] ed8968b2872e: Download complete [2020-10-09T16:58:19.913Z] e73272ec9a57: Verifying Checksum [2020-10-09T16:58:19.913Z] e73272ec9a57: Download complete [2020-10-09T16:58:19.913Z] 1e910a182e73: Verifying Checksum [2020-10-09T16:58:19.913Z] 1e910a182e73: Download complete [2020-10-09T16:58:19.913Z] df20fa9351a1: Verifying Checksum [2020-10-09T16:58:19.913Z] df20fa9351a1: Download complete [2020-10-09T16:58:20.487Z] df20fa9351a1: Pull complete [2020-10-09T16:58:20.487Z] ed8968b2872e: Pull complete [2020-10-09T16:58:20.487Z] a92cc7c5fd73: Pull complete [2020-10-09T16:58:22.415Z] 4e634b169226: Verifying Checksum [2020-10-09T16:58:22.415Z] 4e634b169226: Download complete [2020-10-09T16:58:22.677Z] e871e8e8d7a9: Verifying Checksum [2020-10-09T16:58:22.677Z] e871e8e8d7a9: Download complete [2020-10-09T16:58:29.296Z] e871e8e8d7a9: Pull complete [2020-10-09T16:58:29.296Z] e73272ec9a57: Pull complete [2020-10-09T16:58:29.296Z] 1e910a182e73: Pull complete [2020-10-09T16:58:33.528Z] 4e634b169226: Pull complete [2020-10-09T16:58:33.528Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-09T16:58:33.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-09T16:58:33.528Z] ---> f7629b54cfaa [2020-10-09T16:58:33.528Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-09T16:58:33.528Z] ---> Running in f60198d2ab3b [2020-10-09T16:58:33.528Z] Removing intermediate container f60198d2ab3b [2020-10-09T16:58:33.528Z] ---> 05dec8a6b8c0 [2020-10-09T16:58:33.528Z] Step 4/7 : RUN apk add bash [2020-10-09T16:58:33.528Z] ---> Running in ac1ff5ad9b3f [2020-10-09T16:58:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-09T16:58:34.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-09T16:58:35.004Z] OK: 166 MiB in 39 packages [2020-10-09T16:58:35.583Z] Removing intermediate container ac1ff5ad9b3f [2020-10-09T16:58:35.583Z] ---> 298168330c8b [2020-10-09T16:58:35.583Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-09T16:58:35.583Z] ---> Running in c57f6d3ac3ed [2020-10-09T16:58:35.583Z] Removing intermediate container c57f6d3ac3ed [2020-10-09T16:58:35.583Z] ---> 264568083bda [2020-10-09T16:58:35.583Z] Step 6/7 : COPY go.mod . [2020-10-09T16:58:35.849Z] ---> 6a1fecf1342b [2020-10-09T16:58:35.849Z] Step 7/7 : RUN go mod download [2020-10-09T16:58:36.117Z] ---> Running in 169c4baa32f3 [2020-10-09T16:58:46.153Z] Removing intermediate container 169c4baa32f3 [2020-10-09T16:58:46.153Z] ---> 0ece102ece83 [2020-10-09T16:58:46.153Z] Successfully built 0ece102ece83 [2020-10-09T16:58:46.416Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:58:46.770Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-09T16:58:46.770Z] . [Pipeline] withDockerContainer [2020-10-09T16:58:46.885Z] prd-centos7-docker-4c-2g-4395 does not seem to be running inside a container [2020-10-09T16:58:46.940Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/60 -v /w/workspace/go-mod-core-contracts/60:/w/workspace/go-mod-core-contracts/60:rw,z -v /w/workspace/go-mod-core-contracts/60@tmp:/w/workspace/go-mod-core-contracts/60@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 ******** ci-base-image-x86_64 cat [2020-10-09T16:58:47.588Z] $ docker top bc9a91dd86065b4140c12fcd8e5681035333082cf302ba7415554b48f5171c36 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T16:58:48.080Z] + go version [2020-10-09T16:58:48.080Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-09T16:58:48.097Z] $ docker stop --time=1 bc9a91dd86065b4140c12fcd8e5681035333082cf302ba7415554b48f5171c36 [2020-10-09T16:58:49.430Z] $ docker rm -f bc9a91dd86065b4140c12fcd8e5681035333082cf302ba7415554b48f5171c36 [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-09T16:58:52.438Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-09T16:58:52.440Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-09T16:58:52.497Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:58:52.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-09T16:58:52.860Z] [2020-10-09T16:58:52.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:58:53.226Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-09T16:58:53.226Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-09T16:58:53.226Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-09T16:58:53.226Z] 408f87550127: Pulling fs layer [2020-10-09T16:58:53.226Z] fe522b08c979: Pulling fs layer [2020-10-09T16:58:53.226Z] 221eaa008020: Pulling fs layer [2020-10-09T16:58:53.226Z] 2a4607e5d6b9: Pulling fs layer [2020-10-09T16:58:53.226Z] 8f79b27c4fd2: Pulling fs layer [2020-10-09T16:58:53.226Z] e5c8dbe1645b: Pulling fs layer [2020-10-09T16:58:53.226Z] 23e8b3b47431: Pulling fs layer [2020-10-09T16:58:53.226Z] 5c568d65a230: Pulling fs layer [2020-10-09T16:58:53.226Z] 2a4607e5d6b9: Waiting [2020-10-09T16:58:53.226Z] 8f79b27c4fd2: Waiting [2020-10-09T16:58:53.226Z] e5c8dbe1645b: Waiting [2020-10-09T16:58:53.226Z] 23e8b3b47431: Waiting [2020-10-09T16:58:53.226Z] 5c568d65a230: Waiting [2020-10-09T16:58:53.226Z] 221eaa008020: Waiting [2020-10-09T16:58:53.226Z] fe522b08c979: Verifying Checksum [2020-10-09T16:58:53.226Z] fe522b08c979: Download complete [2020-10-09T16:58:53.226Z] 408f87550127: Download complete [2020-10-09T16:58:53.226Z] 2a4607e5d6b9: Verifying Checksum [2020-10-09T16:58:53.226Z] 2a4607e5d6b9: Download complete [2020-10-09T16:58:53.226Z] 8f79b27c4fd2: Verifying Checksum [2020-10-09T16:58:53.226Z] 8f79b27c4fd2: Download complete [2020-10-09T16:58:53.226Z] cbdbe7a5bc2a: Download complete [2020-10-09T16:58:53.489Z] cbdbe7a5bc2a: Pull complete [2020-10-09T16:58:53.753Z] 408f87550127: Pull complete [2020-10-09T16:58:54.016Z] fe522b08c979: Pull complete [2020-10-09T16:58:54.279Z] e5c8dbe1645b: Download complete [2020-10-09T16:58:55.687Z] 5c568d65a230: Verifying Checksum [2020-10-09T16:58:55.687Z] 5c568d65a230: Download complete [2020-10-09T16:58:55.687Z] 23e8b3b47431: Verifying Checksum [2020-10-09T16:58:55.687Z] 23e8b3b47431: Download complete [2020-10-09T16:58:56.647Z] 221eaa008020: Verifying Checksum [2020-10-09T16:58:56.647Z] 221eaa008020: Download complete [2020-10-09T16:59:01.976Z] 221eaa008020: Pull complete [2020-10-09T16:59:02.240Z] 2a4607e5d6b9: Pull complete [2020-10-09T16:59:02.503Z] 8f79b27c4fd2: Pull complete [2020-10-09T16:59:07.833Z] e5c8dbe1645b: Pull complete [2020-10-09T16:59:09.769Z] 23e8b3b47431: Pull complete [2020-10-09T16:59:11.171Z] 5c568d65a230: Pull complete [2020-10-09T16:59:11.171Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-09T16:59:11.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-09T16:59:11.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-09T16:59:11.388Z] prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container [2020-10-09T16:59:11.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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-devops/edgex-snyk-go:1.317.0 cat [2020-10-09T16:59:12.493Z] $ docker top f9a3a42d07bf0b4887f7b7f4b80f4b90efa65def54c6f6c59ec20c11c6e096b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-09T16:59:13.044Z] + snyk monitor '--org=edgex-jenkins' [2020-10-09T16:59:21.217Z] [2020-10-09T16:59:21.217Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-10-09T16:59:21.217Z] [2020-10-09T16:59:21.217Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/05471a30-b3ff-4198-b828-2994624eaf38 [2020-10-09T16:59:21.217Z] [2020-10-09T16:59:21.217Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-09T16:59:21.217Z] [2020-10-09T16:59:21.481Z] [2020-10-09T16:59:21.481Z] Snyk CLI supports Node.js 8 and higher. [2020-10-09T16:59:21.481Z] 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-09T16:59:21.481Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-09T16:59:21.481Z] [2020-10-09T16:59:21.481Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-09T16:59:21.481Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-09T16:59:21.501Z] $ docker stop --time=1 f9a3a42d07bf0b4887f7b7f4b80f4b90efa65def54c6f6c59ec20c11c6e096b1 [2020-10-09T16:59:23.854Z] $ docker rm -f f9a3a42d07bf0b4887f7b7f4b80f4b90efa65def54c6f6c59ec20c11c6e096b1 [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:59:25.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T16:59:25.908Z] . [Pipeline] withDockerContainer [2020-10-09T16:59:26.007Z] prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container [2020-10-09T16:59:26.054Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-09T16:59:26.745Z] $ docker top 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T16:59:27.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T16:59:27.120Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T16:59:27.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T16:59:27.371Z] $ docker exec 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c ssh-agent [2020-10-09T16:59:27.584Z] SSH_AUTH_SOCK=/tmp/ssh-43NufTh8m8o6/agent.12 [2020-10-09T16:59:27.584Z] SSH_AGENT_PID=17 [2020-10-09T16:59:27.592Z] Running ssh-add (command line suppressed) [2020-10-09T16:59:27.734Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2656968910129625401.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2656968910129625401.key) [2020-10-09T16:59:27.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T16:59:28.141Z] + git semver tag [2020-10-09T16:59:28.141Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T16:59:28.141Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-09T16:59:28.141Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-09T16:59:28.141Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T16:59:28.141Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T16:59:28.141Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T16:59:28.141Z] # $SEMVER_BRANCH = master [2020-10-09T16:59:28.141Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-09T16:59:28.141Z] # cbb80dee1238c0d7880a48b9754aa793873358ea HEAD [2020-10-09T16:59:28.141Z] # -> Force: false [2020-10-09T16:59:28.141Z] # 43c94de37590b3ed829ab9efb503dc5f0f855352 refs/tags/v0.1.94 [Pipeline] } [2020-10-09T16:59:28.156Z] $ docker exec --env ******** --env ******** 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c ssh-agent -k [2020-10-09T16:59:28.314Z] unset SSH_AUTH_SOCK; [2020-10-09T16:59:28.314Z] unset SSH_AGENT_PID; [2020-10-09T16:59:28.315Z] echo Agent pid 17 killed; [2020-10-09T16:59:28.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T16:59:28.862Z] + git semver [Pipeline] } [2020-10-09T16:59:28.882Z] $ docker stop --time=1 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c [2020-10-09T16:59:30.256Z] $ docker rm -f 6ef5ad26108bb2a4b6843a678fb62dccf1c7419043940852d3b7ddce91b52b9c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:59:30.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-09T16:59:30.999Z] [2020-10-09T16:59:30.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-09T16:59:31.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-09T16:59:31.350Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-09T16:59:31.350Z] ab5ef0e58194: Pulling fs layer [2020-10-09T16:59:31.350Z] 9712f1f96733: Pulling fs layer [2020-10-09T16:59:31.350Z] 63f879dbbcfc: Pulling fs layer [2020-10-09T16:59:31.350Z] 0d9ebad4ef96: Pulling fs layer [2020-10-09T16:59:31.350Z] e9a5061849ea: Pulling fs layer [2020-10-09T16:59:31.350Z] d747dcd14b5f: Pulling fs layer [2020-10-09T16:59:31.350Z] 2de7ff778b66: Pulling fs layer [2020-10-09T16:59:31.350Z] e9a5061849ea: Waiting [2020-10-09T16:59:31.350Z] d747dcd14b5f: Waiting [2020-10-09T16:59:31.350Z] 2de7ff778b66: Waiting [2020-10-09T16:59:31.350Z] 0d9ebad4ef96: Waiting [2020-10-09T16:59:31.350Z] 9712f1f96733: Verifying Checksum [2020-10-09T16:59:31.350Z] 9712f1f96733: Download complete [2020-10-09T16:59:32.747Z] 63f879dbbcfc: Verifying Checksum [2020-10-09T16:59:32.747Z] 63f879dbbcfc: Download complete [2020-10-09T16:59:33.014Z] e9a5061849ea: Verifying Checksum [2020-10-09T16:59:33.014Z] e9a5061849ea: Download complete [2020-10-09T16:59:33.014Z] d747dcd14b5f: Verifying Checksum [2020-10-09T16:59:33.014Z] d747dcd14b5f: Download complete [2020-10-09T16:59:33.278Z] 2de7ff778b66: Verifying Checksum [2020-10-09T16:59:33.278Z] 2de7ff778b66: Download complete [2020-10-09T16:59:33.865Z] 0d9ebad4ef96: Verifying Checksum [2020-10-09T16:59:33.866Z] 0d9ebad4ef96: Download complete [2020-10-09T16:59:33.866Z] ab5ef0e58194: Verifying Checksum [2020-10-09T16:59:33.866Z] ab5ef0e58194: Download complete [2020-10-09T16:59:38.120Z] ab5ef0e58194: Pull complete [2020-10-09T16:59:38.120Z] 9712f1f96733: Pull complete [2020-10-09T16:59:41.437Z] 63f879dbbcfc: Pull complete [2020-10-09T16:59:48.070Z] 0d9ebad4ef96: Pull complete [2020-10-09T16:59:48.645Z] e9a5061849ea: Pull complete [2020-10-09T16:59:48.645Z] d747dcd14b5f: Pull complete [2020-10-09T16:59:52.877Z] 2de7ff778b66: Pull complete [2020-10-09T16:59:52.877Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-09T16:59:52.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-09T16:59:52.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-09T16:59:53.064Z] prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container [2020-10-09T16:59:53.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-09T16:59:56.744Z] $ docker top 5c8bcb5f8a6ffd3bbeddfef5e8dc6f8a50dbbb08bbd7494f5b23806b80045270 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-09T16:59:57.080Z] provisioning config files... [2020-10-09T16:59:57.095Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1897775809029927037tmp [2020-10-09T16:59:57.120Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config359732788725290111tmp [2020-10-09T16:59:57.135Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4554971408387186226tmp [Pipeline] { [Pipeline] echo [2020-10-09T16:59:57.191Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T16:59:57.494Z] ---> sigul-configuration.sh [2020-10-09T16:59:57.494Z] gpg: directory `/root/.gnupg' created [2020-10-09T16:59:57.494Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-09T16:59:57.494Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-09T16:59:57.494Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-09T16:59:57.494Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-09T16:59:57.494Z] gpg: CAST5 encrypted data [2020-10-09T16:59:57.758Z] gpg: encrypted with 1 passphrase [2020-10-09T16:59:57.758Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-09T16:59:58.064Z] + mkdir /home/jenkins [2020-10-09T16:59:58.065Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-09T16:59:58.365Z] + 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-09T16:59:58.376Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T16:59:58.684Z] ---> sigul-install.sh [2020-10-09T17:00:04.007Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-09T17:00:04.311Z] + git tag --list [2020-10-09T17:00:04.311Z] v0.0.0 [2020-10-09T17:00:04.311Z] v0.0.1 [2020-10-09T17:00:04.311Z] v0.1.0 [2020-10-09T17:00:04.311Z] v0.1.1 [2020-10-09T17:00:04.311Z] v0.1.10 [2020-10-09T17:00:04.311Z] v0.1.11 [2020-10-09T17:00:04.311Z] v0.1.12 [2020-10-09T17:00:04.311Z] v0.1.13 [2020-10-09T17:00:04.311Z] v0.1.14 [2020-10-09T17:00:04.311Z] v0.1.15 [2020-10-09T17:00:04.311Z] v0.1.16 [2020-10-09T17:00:04.311Z] v0.1.17 [2020-10-09T17:00:04.311Z] v0.1.18 [2020-10-09T17:00:04.311Z] v0.1.19 [2020-10-09T17:00:04.311Z] v0.1.2 [2020-10-09T17:00:04.311Z] v0.1.20 [2020-10-09T17:00:04.311Z] v0.1.21 [2020-10-09T17:00:04.311Z] v0.1.22 [2020-10-09T17:00:04.311Z] v0.1.23 [2020-10-09T17:00:04.311Z] v0.1.24 [2020-10-09T17:00:04.311Z] v0.1.25 [2020-10-09T17:00:04.311Z] v0.1.26 [2020-10-09T17:00:04.311Z] v0.1.27 [2020-10-09T17:00:04.311Z] v0.1.28 [2020-10-09T17:00:04.311Z] v0.1.29 [2020-10-09T17:00:04.311Z] v0.1.3 [2020-10-09T17:00:04.311Z] v0.1.30 [2020-10-09T17:00:04.311Z] v0.1.31 [2020-10-09T17:00:04.311Z] v0.1.32 [2020-10-09T17:00:04.311Z] v0.1.33 [2020-10-09T17:00:04.311Z] v0.1.34 [2020-10-09T17:00:04.311Z] v0.1.35 [2020-10-09T17:00:04.311Z] v0.1.36 [2020-10-09T17:00:04.311Z] v0.1.37 [2020-10-09T17:00:04.311Z] v0.1.38 [2020-10-09T17:00:04.311Z] v0.1.39 [2020-10-09T17:00:04.311Z] v0.1.4 [2020-10-09T17:00:04.311Z] v0.1.40 [2020-10-09T17:00:04.311Z] v0.1.41 [2020-10-09T17:00:04.311Z] v0.1.42 [2020-10-09T17:00:04.311Z] v0.1.43 [2020-10-09T17:00:04.311Z] v0.1.44 [2020-10-09T17:00:04.311Z] v0.1.45 [2020-10-09T17:00:04.311Z] v0.1.46 [2020-10-09T17:00:04.311Z] v0.1.47 [2020-10-09T17:00:04.311Z] v0.1.48 [2020-10-09T17:00:04.311Z] v0.1.49 [2020-10-09T17:00:04.311Z] v0.1.5 [2020-10-09T17:00:04.311Z] v0.1.50 [2020-10-09T17:00:04.311Z] v0.1.51 [2020-10-09T17:00:04.311Z] v0.1.52 [2020-10-09T17:00:04.311Z] v0.1.53 [2020-10-09T17:00:04.311Z] v0.1.54 [2020-10-09T17:00:04.311Z] v0.1.55 [2020-10-09T17:00:04.311Z] v0.1.56 [2020-10-09T17:00:04.311Z] v0.1.57 [2020-10-09T17:00:04.311Z] v0.1.58 [2020-10-09T17:00:04.311Z] v0.1.59 [2020-10-09T17:00:04.311Z] v0.1.6 [2020-10-09T17:00:04.311Z] v0.1.60 [2020-10-09T17:00:04.311Z] v0.1.61 [2020-10-09T17:00:04.311Z] v0.1.62 [2020-10-09T17:00:04.311Z] v0.1.63 [2020-10-09T17:00:04.311Z] v0.1.64 [2020-10-09T17:00:04.311Z] v0.1.65 [2020-10-09T17:00:04.311Z] v0.1.66 [2020-10-09T17:00:04.311Z] v0.1.67 [2020-10-09T17:00:04.311Z] v0.1.68 [2020-10-09T17:00:04.311Z] v0.1.69 [2020-10-09T17:00:04.311Z] v0.1.7 [2020-10-09T17:00:04.311Z] v0.1.70 [2020-10-09T17:00:04.311Z] v0.1.71 [2020-10-09T17:00:04.311Z] v0.1.72 [2020-10-09T17:00:04.311Z] v0.1.73 [2020-10-09T17:00:04.311Z] v0.1.74 [2020-10-09T17:00:04.311Z] v0.1.75 [2020-10-09T17:00:04.311Z] v0.1.76 [2020-10-09T17:00:04.311Z] v0.1.77 [2020-10-09T17:00:04.311Z] v0.1.78 [2020-10-09T17:00:04.311Z] v0.1.79 [2020-10-09T17:00:04.311Z] v0.1.8 [2020-10-09T17:00:04.311Z] v0.1.80 [2020-10-09T17:00:04.311Z] v0.1.81 [2020-10-09T17:00:04.311Z] v0.1.82 [2020-10-09T17:00:04.311Z] v0.1.83 [2020-10-09T17:00:04.311Z] v0.1.84 [2020-10-09T17:00:04.311Z] v0.1.85 [2020-10-09T17:00:04.311Z] v0.1.86 [2020-10-09T17:00:04.311Z] v0.1.87 [2020-10-09T17:00:04.311Z] v0.1.88 [2020-10-09T17:00:04.311Z] v0.1.89 [2020-10-09T17:00:04.311Z] v0.1.9 [2020-10-09T17:00:04.311Z] v0.1.90 [2020-10-09T17:00:04.311Z] v0.1.91 [2020-10-09T17:00:04.311Z] v0.1.92 [2020-10-09T17:00:04.311Z] v0.1.93 [2020-10-09T17:00:04.311Z] v0.1.94 [Pipeline] sh [2020-10-09T17:00:04.613Z] + lftools sign git-tag v0.1.94 [2020-10-09T17:00:06.003Z] Signing Git tag with Sigul... [2020-10-09T17:00:06.003Z] Signing v0.1.94 [Pipeline] echo [2020-10-09T17:00:07.408Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T17:00:07.709Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-09T17:00:07.719Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-09T17:00:07.832Z] $ docker stop --time=1 5c8bcb5f8a6ffd3bbeddfef5e8dc6f8a50dbbb08bbd7494f5b23806b80045270 [2020-10-09T17:00:09.810Z] $ docker rm -f 5c8bcb5f8a6ffd3bbeddfef5e8dc6f8a50dbbb08bbd7494f5b23806b80045270 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-09T17:00:10.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T17:00:10.948Z] . [Pipeline] withDockerContainer [2020-10-09T17:00:11.057Z] prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container [2020-10-09T17:00:11.108Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-09T17:00:11.816Z] $ docker top 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T17:00:12.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T17:00:12.144Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T17:00:12.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T17:00:12.359Z] $ docker exec 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 ssh-agent [2020-10-09T17:00:12.557Z] SSH_AUTH_SOCK=/tmp/ssh-EZEQzmyF4aKn/agent.11 [2020-10-09T17:00:12.557Z] SSH_AGENT_PID=17 [2020-10-09T17:00:12.565Z] Running ssh-add (command line suppressed) [2020-10-09T17:00:12.698Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5390700076765609673.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5390700076765609673.key) [2020-10-09T17:00:12.758Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T17:00:13.149Z] + git semver bump patch [2020-10-09T17:00:13.149Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T17:00:13.149Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-09T17:00:13.149Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-09T17:00:13.149Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T17:00:13.149Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T17:00:13.149Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T17:00:13.149Z] # $SEMVER_BRANCH = master [2020-10-09T17:00:13.149Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-10-09T17:00:13.149Z] 0.1.95 [Pipeline] } [2020-10-09T17:00:13.164Z] $ docker exec --env ******** --env ******** 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 ssh-agent -k [2020-10-09T17:00:13.298Z] unset SSH_AUTH_SOCK; [2020-10-09T17:00:13.298Z] unset SSH_AGENT_PID; [2020-10-09T17:00:13.299Z] echo Agent pid 17 killed; [2020-10-09T17:00:13.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T17:00:13.896Z] + git semver [Pipeline] } [2020-10-09T17:00:13.918Z] $ docker stop --time=1 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 [2020-10-09T17:00:15.335Z] $ docker rm -f 7e87a157f993d8f1e47a07d10ed675e4491ba71d324dde4f3363b476387dabd5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-09T17:00:15.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-09T17:00:15.956Z] . [Pipeline] withDockerContainer [2020-10-09T17:00:16.065Z] prd-centos7-docker-4c-2g-4394 does not seem to be running inside a container [2020-10-09T17:00:16.116Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-09T17:00:16.925Z] $ docker top e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-09T17:00:17.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-09T17:00:17.240Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-09T17:00:17.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-09T17:00:17.464Z] $ docker exec e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc ssh-agent [2020-10-09T17:00:17.651Z] SSH_AUTH_SOCK=/tmp/ssh-RFAsVm1zwpY6/agent.12 [2020-10-09T17:00:17.651Z] SSH_AGENT_PID=17 [2020-10-09T17:00:17.661Z] Running ssh-add (command line suppressed) [2020-10-09T17:00:17.798Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6695321119300102619.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6695321119300102619.key) [2020-10-09T17:00:17.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-09T17:00:18.197Z] + git semver push [2020-10-09T17:00:18.197Z] # -> Open(): unable to determine branch for HEAD [2020-10-09T17:00:18.197Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-10-09T17:00:18.197Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-10-09T17:00:18.197Z] # $SEMVER_REMOTE_NAME = origin [2020-10-09T17:00:18.197Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-09T17:00:18.197Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-09T17:00:18.197Z] # $SEMVER_BRANCH = master [2020-10-09T17:00:18.197Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-10-09T17:00:24.820Z] $ docker exec --env ******** --env ******** e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc ssh-agent -k [2020-10-09T17:00:24.944Z] unset SSH_AUTH_SOCK; [2020-10-09T17:00:24.945Z] unset SSH_AGENT_PID; [2020-10-09T17:00:24.945Z] echo Agent pid 17 killed; [2020-10-09T17:00:24.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-09T17:00:25.502Z] + git semver [Pipeline] } [2020-10-09T17:00:25.521Z] $ docker stop --time=1 e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc [2020-10-09T17:00:27.155Z] $ docker rm -f e3b506ff1c6b2be968ef0f162dd79f05e0ef9a0715b581ccd08ffe1089886bcc [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-09T17:00:28.670Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T17:00:29.240Z] ---> package-listing.sh [2020-10-09T17:00:29.240Z] ++ facter osfamily [2020-10-09T17:00:29.240Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-09T17:00:29.240Z] + OS_FAMILY=redhat [2020-10-09T17:00:29.240Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-10-09T17:00:29.240Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-09T17:00:29.240Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-09T17:00:29.240Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-09T17:00:29.240Z] + PACKAGES=/tmp/packages_start.txt [2020-10-09T17:00:29.240Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-09T17:00:29.240Z] + PACKAGES=/tmp/packages_end.txt [2020-10-09T17:00:29.240Z] + case "${OS_FAMILY}" in [2020-10-09T17:00:29.240Z] + rpm -qa [2020-10-09T17:00:29.240Z] + sort [2020-10-09T17:00:33.465Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-09T17:00:33.465Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-09T17:00:33.465Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-09T17:00:33.465Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-10-09T17:00:33.465Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-10-09T17:00:33.465Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-09T17:00:34.171Z] provisioning config files... [2020-10-09T17:00:34.190Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7788555964200531566tmp [Pipeline] { [Pipeline] echo [2020-10-09T17:00:34.262Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T17:00:34.563Z] ---> create-netrc.sh [Pipeline] } [2020-10-09T17:00:34.573Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-09T17:00:34.907Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T17:00:35.208Z] ---> python-tools-install.sh [2020-10-09T17:00:35.208Z] Generating Requirements File [2020-10-09T17:01:57.185Z] Python 3.6.8 [2020-10-09T17:01:57.185Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-09T17:01:57.185Z] appdirs==1.4.3 [2020-10-09T17:01:57.185Z] argcomplete==1.12.1 [2020-10-09T17:01:57.185Z] aspy.yaml==1.3.0 [2020-10-09T17:01:57.185Z] attrs==19.3.0 [2020-10-09T17:01:57.185Z] Babel==2.8.0 [2020-10-09T17:01:57.185Z] beautifulsoup4==4.8.2 [2020-10-09T17:01:57.185Z] boto3==1.11.6 [2020-10-09T17:01:57.185Z] botocore==1.14.6 [2020-10-09T17:01:57.185Z] bs4==0.0.1 [2020-10-09T17:01:57.185Z] cachetools==4.1.1 [2020-10-09T17:01:57.185Z] certifi==2019.11.28 [2020-10-09T17:01:57.185Z] cffi==1.14.3 [2020-10-09T17:01:57.185Z] cfgv==2.0.1 [2020-10-09T17:01:57.185Z] chardet==3.0.4 [2020-10-09T17:01:57.185Z] click==7.1 [2020-10-09T17:01:57.185Z] cliff==3.4.0 [2020-10-09T17:01:57.185Z] cmd2==1.3.11 [2020-10-09T17:01:57.185Z] colorama==0.4.3 [2020-10-09T17:01:57.185Z] cryptography==3.1.1 [2020-10-09T17:01:57.185Z] debtcollector==2.2.0 [2020-10-09T17:01:57.185Z] decorator==4.4.2 [2020-10-09T17:01:57.185Z] defusedxml==0.6.0 [2020-10-09T17:01:57.185Z] Deprecated==1.2.7 [2020-10-09T17:01:57.185Z] distlib==0.3.1 [2020-10-09T17:01:57.185Z] distro==1.2.0 [2020-10-09T17:01:57.185Z] dnspython==1.16.0 [2020-10-09T17:01:57.185Z] docker==4.2.0 [2020-10-09T17:01:57.185Z] docutils==0.15.2 [2020-10-09T17:01:57.185Z] dogpile.cache==1.0.2 [2020-10-09T17:01:57.185Z] email-validator==1.0.5 [2020-10-09T17:01:57.185Z] filelock==3.0.12 [2020-10-09T17:01:57.185Z] future==0.18.2 [2020-10-09T17:01:57.185Z] google-auth==1.22.1 [2020-10-09T17:01:57.185Z] httplib2==0.17.0 [2020-10-09T17:01:57.185Z] identify==1.4.11 [2020-10-09T17:01:57.185Z] idna==2.9 [2020-10-09T17:01:57.185Z] importlib-metadata==2.0.0 [2020-10-09T17:01:57.185Z] importlib-resources==1.5.0 [2020-10-09T17:01:57.185Z] iso8601==0.1.13 [2020-10-09T17:01:57.185Z] Jinja2==2.11.1 [2020-10-09T17:01:57.185Z] jmespath==0.10.0 [2020-10-09T17:01:57.185Z] jsonpatch==1.26 [2020-10-09T17:01:57.185Z] jsonpointer==2.0 [2020-10-09T17:01:57.185Z] jsonschema==3.2.0 [2020-10-09T17:01:57.185Z] keystoneauth1==4.2.1 [2020-10-09T17:01:57.185Z] kubernetes==11.0.0 [2020-10-09T17:01:57.185Z] lftools==0.34.2 [2020-10-09T17:01:57.185Z] lxml==4.5.0 [2020-10-09T17:01:57.185Z] MarkupSafe==0.23 [2020-10-09T17:01:57.185Z] msgpack==1.0.0 [2020-10-09T17:01:57.185Z] multi-key-dict==2.0.3 [2020-10-09T17:01:57.185Z] munch==2.5.0 [2020-10-09T17:01:57.185Z] netaddr==0.8.0 [2020-10-09T17:01:57.185Z] netifaces==0.10.9 [2020-10-09T17:01:57.185Z] niet==1.4.2 [2020-10-09T17:01:57.185Z] nodeenv==1.3.5 [2020-10-09T17:01:57.185Z] oauth2client==4.1.3 [2020-10-09T17:01:57.185Z] oauthlib==3.1.0 [2020-10-09T17:01:57.185Z] openstacksdk==0.50.0 [2020-10-09T17:01:57.185Z] os-client-config==2.1.0 [2020-10-09T17:01:57.185Z] os-service-types==1.7.0 [2020-10-09T17:01:57.185Z] osc-lib==2.2.1 [2020-10-09T17:01:57.185Z] oslo.config==8.3.2 [2020-10-09T17:01:57.185Z] oslo.context==3.1.1 [2020-10-09T17:01:57.185Z] oslo.i18n==5.0.1 [2020-10-09T17:01:57.185Z] oslo.log==4.4.0 [2020-10-09T17:01:57.185Z] oslo.serialization==4.0.1 [2020-10-09T17:01:57.185Z] oslo.utils==4.6.0 [2020-10-09T17:01:57.186Z] packaging==20.4 [2020-10-09T17:01:57.186Z] pbr==5.4.4 [2020-10-09T17:01:57.186Z] pluggy==0.13.1 [2020-10-09T17:01:57.186Z] prettytable==0.7.2 [2020-10-09T17:01:57.186Z] py==1.9.0 [2020-10-09T17:01:57.186Z] pyasn1==0.4.8 [2020-10-09T17:01:57.186Z] pyasn1-modules==0.2.8 [2020-10-09T17:01:57.186Z] pycparser==2.20 [2020-10-09T17:01:57.186Z] pygerrit2==2.0.10 [2020-10-09T17:01:57.186Z] PyGithub==1.46 [2020-10-09T17:01:57.186Z] pyinotify==0.9.6 [2020-10-09T17:01:57.186Z] PyJWT==1.7.1 [2020-10-09T17:01:57.186Z] pyparsing==2.4.7 [2020-10-09T17:01:57.186Z] pyperclip==1.8.0 [2020-10-09T17:01:57.186Z] pyroute2==0.4.13 [2020-10-09T17:01:57.186Z] pyrsistent==0.15.7 [2020-10-09T17:01:57.186Z] PySocks==1.6.8 [2020-10-09T17:01:57.186Z] python-cinderclient==7.2.0 [2020-10-09T17:01:57.186Z] python-dateutil==2.8.1 [2020-10-09T17:01:57.186Z] python-heatclient==2.2.1 [2020-10-09T17:01:57.186Z] python-jenkins==1.7.0 [2020-10-09T17:01:57.186Z] python-keystoneclient==4.1.1 [2020-10-09T17:01:57.186Z] python-magnumclient==3.2.1 [2020-10-09T17:01:57.186Z] python-novaclient==17.2.1 [2020-10-09T17:01:57.186Z] python-openstackclient==5.4.0 [2020-10-09T17:01:57.186Z] python-swiftclient==3.10.1 [2020-10-09T17:01:57.186Z] pytz==2020.1 [2020-10-09T17:01:57.186Z] PyYAML==5.3 [2020-10-09T17:01:57.186Z] requests==2.23.0 [2020-10-09T17:01:57.186Z] requests-oauthlib==1.3.0 [2020-10-09T17:01:57.186Z] requestsexceptions==1.4.0 [2020-10-09T17:01:57.186Z] rfc3986==1.4.0 [2020-10-09T17:01:57.186Z] rpm==4.11.3 [2020-10-09T17:01:57.186Z] rsa==4.0 [2020-10-09T17:01:57.186Z] ruamel.yaml==0.16.10 [2020-10-09T17:01:57.186Z] ruamel.yaml.clib==0.2.0 [2020-10-09T17:01:57.186Z] s3transfer==0.3.3 [2020-10-09T17:01:57.186Z] shade==1.27.2 [2020-10-09T17:01:57.186Z] simplejson==3.17.2 [2020-10-09T17:01:57.186Z] six==1.14.0 [2020-10-09T17:01:57.186Z] soupsieve==2.0 [2020-10-09T17:01:57.186Z] stevedore==3.2.2 [2020-10-09T17:01:57.186Z] tabulate==0.8.6 [2020-10-09T17:01:57.186Z] toml==0.10.0 [2020-10-09T17:01:57.186Z] tox==3.20.1 [2020-10-09T17:01:57.186Z] tqdm==4.43.0 [2020-10-09T17:01:57.186Z] urllib3==1.25.8 [2020-10-09T17:01:57.186Z] virtualenv==20.0.33 [2020-10-09T17:01:57.186Z] wcwidth==0.2.5 [2020-10-09T17:01:57.186Z] websocket-client==0.57.0 [2020-10-09T17:01:57.186Z] wrapt==1.12.1 [2020-10-09T17:01:57.186Z] xdg==3.0.2 [2020-10-09T17:01:57.186Z] xmltodict==0.12.0 [2020-10-09T17:01:57.186Z] yq==2.11.1 [2020-10-09T17:01:57.186Z] zipp==3.3.0 [2020-10-09T17:01:57.186Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:01:57.186Z] 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-09T17:01:57.450Z] Python 2.7.5 [2020-10-09T17:01:57.714Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-09T17:01:57.978Z] 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-09T17:01:58.242Z] ansible==2.9.7 [2020-10-09T17:01:58.242Z] Babel==0.9.6 [2020-10-09T17:01:58.242Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-09T17:01:58.242Z] beautifulsoup4==4.4.1 [2020-10-09T17:01:58.242Z] bodhi==2.11.0 [2020-10-09T17:01:58.242Z] bodhi-client==2.11.0 [2020-10-09T17:01:58.242Z] CCColUtils==1.4 [2020-10-09T17:01:58.242Z] cffi==1.6.0 [2020-10-09T17:01:58.242Z] chardet==2.2.1 [2020-10-09T17:01:58.242Z] click==6.7 [2020-10-09T17:01:58.242Z] cloud-init==18.5 [2020-10-09T17:01:58.242Z] configobj==4.7.2 [2020-10-09T17:01:58.242Z] cryptography==1.7.2 [2020-10-09T17:01:58.242Z] decorator==3.4.0 [2020-10-09T17:01:58.242Z] distro==1.2.0 [2020-10-09T17:01:58.242Z] enum34==1.0.4 [2020-10-09T17:01:58.242Z] fedpkg==1.38 [2020-10-09T17:01:58.242Z] futures==3.1.1 [2020-10-09T17:01:58.242Z] gitdb==0.6.4 [2020-10-09T17:01:58.242Z] GitPython==1.0.1 [2020-10-09T17:01:58.242Z] html5lib==0.999 [2020-10-09T17:01:58.242Z] httplib2==0.9.2 [2020-10-09T17:01:58.242Z] idna==2.4 [2020-10-09T17:01:58.242Z] iniparse==0.4 [2020-10-09T17:01:58.242Z] ipaddress==1.0.16 [2020-10-09T17:01:58.242Z] IPy==0.75 [2020-10-09T17:01:58.242Z] javapackages==1.0.0 [2020-10-09T17:01:58.242Z] Jinja2==2.7.2 [2020-10-09T17:01:58.242Z] jmespath==0.9.4 [2020-10-09T17:01:58.242Z] jsonpatch==1.2 [2020-10-09T17:01:58.242Z] jsonpointer==1.9 [2020-10-09T17:01:58.242Z] kerberos==1.1 [2020-10-09T17:01:58.242Z] kitchen==1.1.1 [2020-10-09T17:01:58.242Z] langtable==0.0.31 [2020-10-09T17:01:58.242Z] lockfile==0.9.1 [2020-10-09T17:01:58.242Z] lxml==3.2.1 [2020-10-09T17:01:58.242Z] MarkupSafe==0.11 [2020-10-09T17:01:58.242Z] munch==2.0.2 [2020-10-09T17:01:58.242Z] offtrac==0.1.0 [2020-10-09T17:01:58.242Z] openidc-client==0.6.0 [2020-10-09T17:01:58.242Z] packagedb-cli==2.14.1 [2020-10-09T17:01:58.242Z] paramiko==2.1.1 [2020-10-09T17:01:58.242Z] perf==0.1 [2020-10-09T17:01:58.242Z] ply==3.4 [2020-10-09T17:01:58.242Z] policycoreutils-default-encoding==0.1 [2020-10-09T17:01:58.242Z] prettytable==0.7.2 [2020-10-09T17:01:58.242Z] pyasn1==0.1.9 [2020-10-09T17:01:58.242Z] pycparser==2.14 [2020-10-09T17:01:58.242Z] pycurl==7.19.0 [2020-10-09T17:01:58.242Z] pygobject==3.22.0 [2020-10-09T17:01:58.242Z] pygpgme==0.3 [2020-10-09T17:01:58.242Z] pyliblzma==0.5.3 [2020-10-09T17:01:58.242Z] pyOpenSSL==0.13.1 [2020-10-09T17:01:58.242Z] pyparsing==1.5.6 [2020-10-09T17:01:58.242Z] pyserial==2.6 [2020-10-09T17:01:58.242Z] python-augeas==0.5.0 [2020-10-09T17:01:58.242Z] python-bugzilla==2.3.0 [2020-10-09T17:01:58.242Z] python-dateutil==1.5 [2020-10-09T17:01:58.242Z] python-fedora==0.10.0 [2020-10-09T17:01:58.242Z] python-linux-procfs==0.4.9 [2020-10-09T17:01:58.242Z] python-yubico==1.2.3 [2020-10-09T17:01:58.242Z] pyudev==0.15 [2020-10-09T17:01:58.242Z] pyusb==1.0.0b1 [2020-10-09T17:01:58.242Z] pyxattr==0.5.1 [2020-10-09T17:01:58.242Z] PyYAML==3.10 [2020-10-09T17:01:58.242Z] requests==2.6.0 [2020-10-09T17:01:58.242Z] requests-kerberos==0.7.0 [2020-10-09T17:01:58.242Z] rpkg==1.60 [2020-10-09T17:01:58.242Z] schedutils==0.4 [2020-10-09T17:01:58.242Z] seobject==0.1 [2020-10-09T17:01:58.242Z] sepolicy==1.1 [2020-10-09T17:01:58.242Z] six==1.9.0 [2020-10-09T17:01:58.242Z] smmap==0.9.0 [2020-10-09T17:01:58.242Z] urlgrabber==3.10 [2020-10-09T17:01:58.242Z] urllib3==1.10.2 [2020-10-09T17:01:58.242Z] virtualenv==15.1.0 [2020-10-09T17:01:58.242Z] yum-langpacks==0.4.2 [2020-10-09T17:01:58.242Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-09T17:01:58.256Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T17:01:58.570Z] ---> sudo-logs.sh [2020-10-09T17:01:58.570Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-09T17:01:58.845Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T17:01:59.153Z] ---> job-cost.sh [2020-10-09T17:01:59.153Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tl9J [2020-10-09T17:02:07.326Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:07.898Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:08.847Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:08.847Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.109Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.109Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.372Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.636Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.636Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.636Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.899Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:09.899Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:10.162Z] Cache entry deserialization failed, entry ignored [2020-10-09T17:02:13.781Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-09T17:02:45.972Z] lf-activate-venv(): INFO: Adding /tmp/venv-tl9J/bin to PATH [2020-10-09T17:02:45.972Z] INFO: No Stack... [2020-10-09T17:02:45.972Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-09T17:02:45.972Z] INFO: Archiving Costs [Pipeline] echo [2020-10-09T17:02:45.991Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-09T17:02:46.304Z] ---> logs-deploy.sh [2020-10-09T17:02:46.304Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/60 [2020-10-09T17:02:46.304Z] INFO: archiving workspace using pattern(s): [2020-10-09T17:02:48.225Z] Archives upload complete. [2020-10-09T17:02:48.225Z] INFO: archiving logs to Nexus