Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4026 in /w/workspace/exfoundry_go-mod-registry_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-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 # timeout=10 Commit message: "Merge pull request #60 from jpwhitemn/set-conventional-commits" > git rev-list --no-walk a0422957b4265c08362f166c37a7ccdec0f028db # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-07T23:35:33.414Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-07T23:35:33.648Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-07T23:35:33.741Z] ========================================================= [2020-10-07T23:35:33.741Z] EdgeX Global Pipelines Version Info [2020-10-07T23:35:33.741Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:35:35.654Z] ------------------- [2020-10-07T23:35:35.654Z] stable info: [2020-10-07T23:35:35.654Z] ------------------- [2020-10-07T23:35:35.654Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-07T23:35:35.654Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-07T23:35:35.654Z] Message: update stable to v1.0.131 [2020-10-07T23:35:36.228Z] ------------------- [2020-10-07T23:35:36.229Z] experimental info: [2020-10-07T23:35:36.229Z] ------------------- [2020-10-07T23:35:36.229Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-07T23:35:36.229Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-07T23:35:36.229Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-07T23:35:36.720Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2020-10-07T23:35:36.811Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2020-10-07T23:35:36.903Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-07T23:35:37.006Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-07T23:35:37.097Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-07T23:35:37.192Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-07T23:35:37.287Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-07T23:35:37.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-07T23:35:37.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-07T23:35:37.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-07T23:35:37.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-07T23:35:37.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2020-10-07T23:35:37.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-07T23:35:37.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-07T23:35:38.085Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:35:38.177Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:35:38.339Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:35:38.444Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-07T23:35:38.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-07T23:35:38.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-07T23:35:38.771Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-07T23:35:38.866Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-07T23:35:38.962Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-07T23:35:39.057Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-07T23:35:39.150Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-07T23:35:39.256Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-07T23:35:39.433Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-07T23:35:39.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-07T23:35:39.635Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 [Pipeline] echo [2020-10-07T23:35:39.744Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb9a3e2 [Pipeline] echo [2020-10-07T23:35:39.842Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-07T23:35:40.488Z] + git log --format=format:%s -1 cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 [Pipeline] echo [2020-10-07T23:35:40.564Z] GIT_COMMIT: cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1, Commit Message: Merge pull request #60 from jpwhitemn/set-conventional-commits [Pipeline] echo [2020-10-07T23:35:40.637Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:35:41.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:35:42.403Z] [2020-10-07T23:35:42.403Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:35:42.768Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:35:42.769Z] latest: Pulling from edgex-devops/git-semver [2020-10-07T23:35:42.769Z] 31603596830f: Pulling fs layer [2020-10-07T23:35:42.769Z] 2a8b12db71e7: Pulling fs layer [2020-10-07T23:35:42.769Z] 6ca5941a6612: Pulling fs layer [2020-10-07T23:35:42.769Z] ecc8261a40a4: Pulling fs layer [2020-10-07T23:35:42.769Z] ecc8261a40a4: Waiting [2020-10-07T23:35:43.032Z] 2a8b12db71e7: Verifying Checksum [2020-10-07T23:35:43.032Z] 2a8b12db71e7: Download complete [2020-10-07T23:35:43.298Z] 31603596830f: Verifying Checksum [2020-10-07T23:35:43.298Z] 31603596830f: Download complete [2020-10-07T23:35:43.298Z] 6ca5941a6612: Verifying Checksum [2020-10-07T23:35:43.298Z] 6ca5941a6612: Download complete [2020-10-07T23:35:43.563Z] 31603596830f: Pull complete [2020-10-07T23:35:43.563Z] 2a8b12db71e7: Pull complete [2020-10-07T23:35:44.150Z] ecc8261a40a4: Verifying Checksum [2020-10-07T23:35:44.150Z] ecc8261a40a4: Download complete [2020-10-07T23:35:44.421Z] 6ca5941a6612: Pull complete [2020-10-07T23:35:44.691Z] ecc8261a40a4: Pull complete [2020-10-07T23:35:44.691Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-07T23:35:44.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:35:44.691Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-07T23:35:44.816Z] prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container [2020-10-07T23:35:44.887Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-07T23:35:46.573Z] $ docker top f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:35:46.857Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:35:46.857Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:35:47.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:35:47.067Z] $ docker exec f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent [2020-10-07T23:35:47.224Z] SSH_AUTH_SOCK=/tmp/ssh-zhQlacAkX1JT/agent.12 [2020-10-07T23:35:47.224Z] SSH_AGENT_PID=17 [2020-10-07T23:35:47.235Z] Running ssh-add (command line suppressed) [2020-10-07T23:35:47.357Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3154546215379790670.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3154546215379790670.key) [2020-10-07T23:35:47.406Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:35:47.742Z] + git describe --exact-match --tags HEAD [2020-10-07T23:35:47.742Z] fatal: no tag exactly matches 'cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1' [Pipeline] } [2020-10-07T23:35:47.840Z] $ docker exec --env ******** --env ******** f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent -k [2020-10-07T23:35:47.971Z] unset SSH_AUTH_SOCK; [2020-10-07T23:35:47.972Z] unset SSH_AGENT_PID; [2020-10-07T23:35:47.972Z] echo Agent pid 17 killed; [2020-10-07T23:35:48.012Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-07T23:35:48.109Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-07T23:35:48.109Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-07T23:35:48.230Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:35:48.230Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:35:48.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:35:48.404Z] $ docker exec f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent [2020-10-07T23:35:48.556Z] SSH_AUTH_SOCK=/tmp/ssh-KXIYLARaLTWA/agent.47 [2020-10-07T23:35:48.556Z] SSH_AGENT_PID=53 [2020-10-07T23:35:48.566Z] Running ssh-add (command line suppressed) [2020-10-07T23:35:48.685Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3504631748660850142.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3504631748660850142.key) [2020-10-07T23:35:48.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:35:49.077Z] + git semver init [2020-10-07T23:35:49.078Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:35:49.078Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-07T23:35:49.078Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-07T23:35:49.078Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:35:49.078Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:35:49.078Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:35:49.078Z] # $SEMVER_BRANCH = master [2020-10-07T23:35:49.078Z] # $SEMVER_TEMP = /tmp/semver-328437582 [2020-10-07T23:35:49.078Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2020-10-07T23:35:49.355Z] # '/tmp/semver-328437582' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2020-10-07T23:35:49.355Z] # -> Force: false [2020-10-07T23:35:49.355Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-10-07T23:35:49.370Z] $ docker exec --env ******** --env ******** f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 ssh-agent -k [2020-10-07T23:35:49.479Z] unset SSH_AUTH_SOCK; [2020-10-07T23:35:49.479Z] unset SSH_AGENT_PID; [2020-10-07T23:35:49.479Z] echo Agent pid 53 killed; [2020-10-07T23:35:49.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:35:49.984Z] + git semver [Pipeline] } [2020-10-07T23:35:50.004Z] $ docker stop --time=1 f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 [2020-10-07T23:35:51.348Z] $ docker rm -f f92e69f280d0bba565d809079956f368818e1a6546ff0b89d114a72dee5f7976 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-07T23:35:52.007Z] Stashed 35 file(s) [Pipeline] echo [2020-10-07T23:35:52.010Z] [edgeXSemver]: initialized semver on version 0.1.25 [Pipeline] echo [2020-10-07T23:35:52.092Z] Archived original version: [0.1.25] [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-07T23:36:07.500Z] Still waiting to schedule task [2020-10-07T23:36:07.500Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-07T23:36:07.503Z] Still waiting to schedule task [2020-10-07T23:36:07.503Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-07T23:36:58.010Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4028 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-10-07T23:36:58.066Z] Running in /w/workspace/go-mod-registry/13 [Pipeline] { [Pipeline] checkout [2020-10-07T23:37:03.486Z] using credential edgex-jenkins-ssh [2020-10-07T23:37:03.553Z] Cloning the remote Git repository [2020-10-07T23:37:03.619Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-10-07T23:37:03.749Z] > git init /w/workspace/go-mod-registry/13 # timeout=10 [2020-10-07T23:37:03.895Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-07T23:37:03.896Z] > git --version # timeout=10 [2020-10-07T23:37:03.923Z] > git --version # 'git version 2.17.1' [2020-10-07T23:37:03.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:37:04.003Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:37:05.237Z] Checking out Revision cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 (master) [2020-10-07T23:37:04.650Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-07T23:37:04.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:37:04.702Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-07T23:37:04.742Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-07T23:37:04.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:37:04.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T23:37:05.259Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T23:37:05.282Z] > git checkout -f cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 # timeout=10 [2020-10-07T23:37:09.517Z] Commit message: "Merge pull request #60 from jpwhitemn/set-conventional-commits" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-07T23:37:10.503Z] ========================================================= [2020-10-07T23:37:10.503Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-07T23:37:10.503Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:37:11.537Z] + 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-07T23:37:12.570Z] Sending build context to Docker daemon 388.1kB [2020-10-07T23:37:12.570Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T23:37:12.570Z] Step 2/7 : FROM ${BASE} [2020-10-07T23:37:12.570Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-07T23:37:12.570Z] b538f80385f9: Pulling fs layer [2020-10-07T23:37:12.570Z] 74f711af9a0d: Pulling fs layer [2020-10-07T23:37:12.570Z] 99f96fe45779: Pulling fs layer [2020-10-07T23:37:12.570Z] 8529a6b9a6be: Pulling fs layer [2020-10-07T23:37:12.570Z] 45590311c82a: Pulling fs layer [2020-10-07T23:37:12.570Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-07T23:37:12.570Z] 209524e5b208: Pulling fs layer [2020-10-07T23:37:12.570Z] 8529a6b9a6be: Waiting [2020-10-07T23:37:12.570Z] 45590311c82a: Waiting [2020-10-07T23:37:12.570Z] 69ca0ff8b7b3: Waiting [2020-10-07T23:37:12.570Z] 209524e5b208: Waiting [2020-10-07T23:37:12.850Z] 99f96fe45779: Download complete [2020-10-07T23:37:12.850Z] 74f711af9a0d: Verifying Checksum [2020-10-07T23:37:12.850Z] 74f711af9a0d: Download complete [2020-10-07T23:37:12.850Z] 45590311c82a: Verifying Checksum [2020-10-07T23:37:12.850Z] 45590311c82a: Download complete [2020-10-07T23:37:12.850Z] 69ca0ff8b7b3: Download complete [2020-10-07T23:37:12.850Z] b538f80385f9: Download complete [2020-10-07T23:37:13.836Z] b538f80385f9: Pull complete [2020-10-07T23:37:14.114Z] 74f711af9a0d: Pull complete [2020-10-07T23:37:14.716Z] 99f96fe45779: Pull complete [2020-10-07T23:37:15.315Z] 209524e5b208: Verifying Checksum [2020-10-07T23:37:15.315Z] 209524e5b208: Download complete [2020-10-07T23:37:16.303Z] 8529a6b9a6be: Verifying Checksum [2020-10-07T23:37:16.303Z] 8529a6b9a6be: Download complete [2020-10-07T23:37:26.478Z] 8529a6b9a6be: Pull complete [2020-10-07T23:37:27.077Z] 45590311c82a: Pull complete [2020-10-07T23:37:27.352Z] 69ca0ff8b7b3: Pull complete [2020-10-07T23:37:31.673Z] 209524e5b208: Pull complete [2020-10-07T23:37:31.673Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-07T23:37:31.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-07T23:37:31.673Z] ---> 5bddaf1c2fca [2020-10-07T23:37:31.673Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-07T23:37:34.329Z] ---> Running in e673cdac1b09 [2020-10-07T23:37:34.329Z] Removing intermediate container e673cdac1b09 [2020-10-07T23:37:34.329Z] ---> efcf8faf0724 [2020-10-07T23:37:34.329Z] Step 4/7 : RUN apk add --update bash [2020-10-07T23:37:34.329Z] ---> Running in bb5003b89d92 [2020-10-07T23:37:36.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-07T23:37:36.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-07T23:37:37.503Z] OK: 142 MiB in 39 packages [2020-10-07T23:37:38.942Z] Removing intermediate container bb5003b89d92 [2020-10-07T23:37:38.942Z] ---> 1bfd02cc549d [2020-10-07T23:37:38.942Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-07T23:37:38.942Z] ---> Running in 480e3f5c8c47 [2020-10-07T23:37:39.540Z] Removing intermediate container 480e3f5c8c47 [2020-10-07T23:37:39.540Z] ---> 16fe2b279bcb [2020-10-07T23:37:39.540Z] Step 6/7 : COPY go.mod . [2020-10-07T23:37:40.137Z] ---> b6e6356df873 [2020-10-07T23:37:40.137Z] Step 7/7 : RUN go mod download [2020-10-07T23:37:40.137Z] ---> Running in 32b03fb97a20 [2020-10-07T23:37:52.564Z] Removing intermediate container 32b03fb97a20 [2020-10-07T23:37:52.564Z] ---> fd970e3c5aec [2020-10-07T23:37:52.564Z] Successfully built fd970e3c5aec [2020-10-07T23:37:52.564Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:37:52.976Z] + docker inspect -f . ci-base-image-arm64 [2020-10-07T23:37:52.976Z] . [Pipeline] withDockerContainer [2020-10-07T23:37:53.254Z] prd-ubuntu18.04-docker-arm64-4c-16g-4028 does not seem to be running inside a container [2020-10-07T23:37:53.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/13 -v /w/workspace/go-mod-registry/13:/w/workspace/go-mod-registry/13:rw,z -v /w/workspace/go-mod-registry/13@tmp:/w/workspace/go-mod-registry/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-07T23:37:55.387Z] $ docker top d0a342c656d449eb55f532cec36a098df594b6d6af396d4580ea6cb65c81bb67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T23:37:56.794Z] + go version [2020-10-07T23:37:56.794Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-07T23:37:56.825Z] $ docker stop --time=1 d0a342c656d449eb55f532cec36a098df594b6d6af396d4580ea6cb65c81bb67 [2020-10-07T23:37:58.960Z] $ docker rm -f d0a342c656d449eb55f532cec36a098df594b6d6af396d4580ea6cb65c81bb67 [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-07T23:40:14.946Z] Running on prd-centos7-docker-4c-2g-4029 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2020-10-07T23:40:15.009Z] Running in /w/workspace/go-mod-registry/13 [Pipeline] { [Pipeline] checkout [2020-10-07T23:40:17.705Z] using credential edgex-jenkins-ssh [2020-10-07T23:40:17.756Z] Cloning the remote Git repository [2020-10-07T23:40:17.788Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2020-10-07T23:40:17.860Z] > git init /w/workspace/go-mod-registry/13 # timeout=10 [2020-10-07T23:40:18.452Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-07T23:40:18.452Z] > git --version # timeout=10 [2020-10-07T23:40:18.459Z] > git --version # 'git version 2.16.5' [2020-10-07T23:40:18.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:40:18.552Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:40:19.526Z] Checking out Revision cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 (master) [2020-10-07T23:40:19.072Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-07T23:40:19.079Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-07T23:40:19.095Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2020-10-07T23:40:19.110Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2020-10-07T23:40:19.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-07T23:40:19.117Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-07T23:40:19.536Z] > git config core.sparsecheckout # timeout=10 [2020-10-07T23:40:19.541Z] > git checkout -f cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 # timeout=10 [2020-10-07T23:40:23.212Z] Commit message: "Merge pull request #60 from jpwhitemn/set-conventional-commits" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-07T23:40:23.994Z] ========================================================= [2020-10-07T23:40:23.994Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-07T23:40:23.994Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:40:24.695Z] + 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-07T23:40:24.959Z] Sending build context to Docker daemon 388.1kB [2020-10-07T23:40:24.959Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-07T23:40:24.959Z] Step 2/7 : FROM ${BASE} [2020-10-07T23:40:24.959Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-07T23:40:24.959Z] df20fa9351a1: Pulling fs layer [2020-10-07T23:40:24.959Z] ed8968b2872e: Pulling fs layer [2020-10-07T23:40:24.959Z] a92cc7c5fd73: Pulling fs layer [2020-10-07T23:40:24.959Z] e871e8e8d7a9: Pulling fs layer [2020-10-07T23:40:24.959Z] e73272ec9a57: Pulling fs layer [2020-10-07T23:40:24.959Z] 1e910a182e73: Pulling fs layer [2020-10-07T23:40:24.959Z] 4e634b169226: Pulling fs layer [2020-10-07T23:40:24.959Z] e871e8e8d7a9: Waiting [2020-10-07T23:40:24.959Z] e73272ec9a57: Waiting [2020-10-07T23:40:24.959Z] 1e910a182e73: Waiting [2020-10-07T23:40:24.959Z] 4e634b169226: Waiting [2020-10-07T23:40:24.959Z] a92cc7c5fd73: Verifying Checksum [2020-10-07T23:40:24.959Z] a92cc7c5fd73: Download complete [2020-10-07T23:40:24.959Z] ed8968b2872e: Download complete [2020-10-07T23:40:24.959Z] e73272ec9a57: Verifying Checksum [2020-10-07T23:40:24.959Z] e73272ec9a57: Download complete [2020-10-07T23:40:25.231Z] 1e910a182e73: Download complete [2020-10-07T23:40:25.231Z] df20fa9351a1: Verifying Checksum [2020-10-07T23:40:25.231Z] df20fa9351a1: Download complete [2020-10-07T23:40:25.231Z] df20fa9351a1: Pull complete [2020-10-07T23:40:25.493Z] ed8968b2872e: Pull complete [2020-10-07T23:40:25.755Z] a92cc7c5fd73: Pull complete [2020-10-07T23:40:27.704Z] 4e634b169226: Verifying Checksum [2020-10-07T23:40:27.704Z] 4e634b169226: Download complete [2020-10-07T23:40:27.966Z] e871e8e8d7a9: Verifying Checksum [2020-10-07T23:40:27.966Z] e871e8e8d7a9: Download complete [2020-10-07T23:40:33.305Z] e871e8e8d7a9: Pull complete [2020-10-07T23:40:33.305Z] e73272ec9a57: Pull complete [2020-10-07T23:40:33.305Z] 1e910a182e73: Pull complete [2020-10-07T23:40:38.630Z] 4e634b169226: Pull complete [2020-10-07T23:40:38.630Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-07T23:40:38.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-07T23:40:38.630Z] ---> f7629b54cfaa [2020-10-07T23:40:38.630Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-07T23:40:38.894Z] ---> Running in 538df0b254a5 [2020-10-07T23:40:39.158Z] Removing intermediate container 538df0b254a5 [2020-10-07T23:40:39.158Z] ---> 93ad89bd9ae2 [2020-10-07T23:40:39.158Z] Step 4/7 : RUN apk add --update bash [2020-10-07T23:40:39.158Z] ---> Running in ed52318d8615 [2020-10-07T23:40:40.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-07T23:40:41.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-07T23:40:41.645Z] OK: 166 MiB in 39 packages [2020-10-07T23:40:41.917Z] Removing intermediate container ed52318d8615 [2020-10-07T23:40:41.917Z] ---> dd359e8b21d4 [2020-10-07T23:40:41.917Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-07T23:40:42.181Z] ---> Running in 27a7da4d91be [2020-10-07T23:40:42.181Z] Removing intermediate container 27a7da4d91be [2020-10-07T23:40:42.181Z] ---> 00539ba363a9 [2020-10-07T23:40:42.181Z] Step 6/7 : COPY go.mod . [2020-10-07T23:40:42.446Z] ---> c2939f07812b [2020-10-07T23:40:42.446Z] Step 7/7 : RUN go mod download [2020-10-07T23:40:42.446Z] ---> Running in 5fb5c66541e6 [2020-10-07T23:40:50.694Z] Removing intermediate container 5fb5c66541e6 [2020-10-07T23:40:50.694Z] ---> 3acdd1b18452 [2020-10-07T23:40:50.694Z] Successfully built 3acdd1b18452 [2020-10-07T23:40:50.694Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:40:51.045Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-07T23:40:51.045Z] . [Pipeline] withDockerContainer [2020-10-07T23:40:51.166Z] prd-centos7-docker-4c-2g-4029 does not seem to be running inside a container [2020-10-07T23:40:51.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/13 -v /w/workspace/go-mod-registry/13:/w/workspace/go-mod-registry/13:rw,z -v /w/workspace/go-mod-registry/13@tmp:/w/workspace/go-mod-registry/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-07T23:40:52.452Z] $ docker top d6f96ff436538572883a4e398ae1a5a62113e519bf7421cac0cb9ea4e2939e19 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T23:40:52.995Z] + go version [2020-10-07T23:40:52.995Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-07T23:40:53.016Z] $ docker stop --time=1 d6f96ff436538572883a4e398ae1a5a62113e519bf7421cac0cb9ea4e2939e19 [2020-10-07T23:40:54.359Z] $ docker rm -f d6f96ff436538572883a4e398ae1a5a62113e519bf7421cac0cb9ea4e2939e19 [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-07T23:40:57.070Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-07T23:40:57.072Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-07T23:40:57.143Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:40:57.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T23:40:57.491Z] [2020-10-07T23:40:57.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:40:57.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T23:40:57.842Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-07T23:40:57.842Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-07T23:40:57.842Z] 408f87550127: Pulling fs layer [2020-10-07T23:40:57.842Z] fe522b08c979: Pulling fs layer [2020-10-07T23:40:57.842Z] 221eaa008020: Pulling fs layer [2020-10-07T23:40:57.842Z] 2a4607e5d6b9: Pulling fs layer [2020-10-07T23:40:57.842Z] 8f79b27c4fd2: Pulling fs layer [2020-10-07T23:40:57.842Z] e5c8dbe1645b: Pulling fs layer [2020-10-07T23:40:57.842Z] 23e8b3b47431: Pulling fs layer [2020-10-07T23:40:57.842Z] 5c568d65a230: Pulling fs layer [2020-10-07T23:40:57.842Z] 221eaa008020: Waiting [2020-10-07T23:40:57.842Z] 2a4607e5d6b9: Waiting [2020-10-07T23:40:57.842Z] 8f79b27c4fd2: Waiting [2020-10-07T23:40:57.842Z] e5c8dbe1645b: Waiting [2020-10-07T23:40:57.842Z] 23e8b3b47431: Waiting [2020-10-07T23:40:57.842Z] 5c568d65a230: Waiting [2020-10-07T23:40:57.842Z] fe522b08c979: Verifying Checksum [2020-10-07T23:40:57.842Z] fe522b08c979: Download complete [2020-10-07T23:40:57.842Z] 408f87550127: Verifying Checksum [2020-10-07T23:40:57.842Z] 408f87550127: Download complete [2020-10-07T23:40:57.842Z] 2a4607e5d6b9: Download complete [2020-10-07T23:40:57.842Z] 8f79b27c4fd2: Verifying Checksum [2020-10-07T23:40:57.842Z] 8f79b27c4fd2: Download complete [2020-10-07T23:40:57.842Z] cbdbe7a5bc2a: Download complete [2020-10-07T23:40:58.105Z] cbdbe7a5bc2a: Pull complete [2020-10-07T23:40:58.368Z] 408f87550127: Pull complete [2020-10-07T23:40:58.632Z] fe522b08c979: Pull complete [2020-10-07T23:40:59.207Z] e5c8dbe1645b: Download complete [2020-10-07T23:41:00.601Z] 23e8b3b47431: Verifying Checksum [2020-10-07T23:41:00.601Z] 23e8b3b47431: Download complete [2020-10-07T23:41:00.601Z] 5c568d65a230: Verifying Checksum [2020-10-07T23:41:00.601Z] 5c568d65a230: Download complete [2020-10-07T23:41:01.550Z] 221eaa008020: Verifying Checksum [2020-10-07T23:41:01.550Z] 221eaa008020: Download complete [2020-10-07T23:41:08.170Z] 221eaa008020: Pull complete [2020-10-07T23:41:08.170Z] 2a4607e5d6b9: Pull complete [2020-10-07T23:41:08.170Z] 8f79b27c4fd2: Pull complete [2020-10-07T23:41:09.596Z] e5c8dbe1645b: Pull complete [2020-10-07T23:41:12.155Z] 23e8b3b47431: Pull complete [2020-10-07T23:41:13.549Z] 5c568d65a230: Pull complete [2020-10-07T23:41:13.549Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-07T23:41:13.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-07T23:41:13.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-07T23:41:13.731Z] prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container [2020-10-07T23:41:13.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/exfoundry_go-mod-registry_master:/ws -w /ws --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-07T23:41:15.302Z] $ docker top 8211d4cc91362b76c1649f76768eac0244a6679c397555277d4de6bb473e4c39 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-07T23:41:15.905Z] + snyk monitor '--org=edgex-jenkins' [2020-10-07T23:41:21.236Z] [2020-10-07T23:41:21.236Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... [2020-10-07T23:41:21.236Z] [2020-10-07T23:41:21.236Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/9a54b6d0-2348-402b-b09f-3a11341d8ee8 [2020-10-07T23:41:21.236Z] [2020-10-07T23:41:21.236Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-07T23:41:21.236Z] [2020-10-07T23:41:21.236Z] [2020-10-07T23:41:21.236Z] Snyk CLI supports Node.js 8 and higher. [2020-10-07T23:41:21.236Z] 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-07T23:41:21.236Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-07T23:41:21.236Z] [2020-10-07T23:41:21.236Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-07T23:41:21.236Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-07T23:41:21.261Z] $ docker stop --time=1 8211d4cc91362b76c1649f76768eac0244a6679c397555277d4de6bb473e4c39 [2020-10-07T23:41:23.168Z] $ docker rm -f 8211d4cc91362b76c1649f76768eac0244a6679c397555277d4de6bb473e4c39 [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-07T23:41:24.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:41:24.933Z] . [Pipeline] withDockerContainer [2020-10-07T23:41:25.032Z] prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container [2020-10-07T23:41:25.130Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-07T23:41:25.746Z] $ docker top c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:41:26.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:41:26.070Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:41:26.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:41:26.272Z] $ docker exec c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 ssh-agent [2020-10-07T23:41:26.438Z] SSH_AUTH_SOCK=/tmp/ssh-OoQB8BFShLhP/agent.12 [2020-10-07T23:41:26.438Z] SSH_AGENT_PID=17 [2020-10-07T23:41:26.446Z] Running ssh-add (command line suppressed) [2020-10-07T23:41:26.569Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5394002967913799565.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5394002967913799565.key) [2020-10-07T23:41:26.619Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:41:26.953Z] + git semver tag [2020-10-07T23:41:26.953Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:41:26.953Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-07T23:41:26.953Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-07T23:41:26.953Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:41:26.953Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:41:26.953Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:41:26.953Z] # $SEMVER_BRANCH = master [2020-10-07T23:41:26.953Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-10-07T23:41:26.953Z] # cb9a3e23744de8cb2499e67f5ea37873cf6d9ca1 HEAD [2020-10-07T23:41:26.953Z] # -> Force: false [2020-10-07T23:41:26.953Z] # a03c3a527297ca02ff2bb3a6d4aaf31b57de2675 refs/tags/v0.1.25 [Pipeline] } [2020-10-07T23:41:26.969Z] $ docker exec --env ******** --env ******** c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 ssh-agent -k [2020-10-07T23:41:27.087Z] unset SSH_AUTH_SOCK; [2020-10-07T23:41:27.087Z] unset SSH_AGENT_PID; [2020-10-07T23:41:27.087Z] echo Agent pid 17 killed; [2020-10-07T23:41:27.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:41:27.604Z] + git semver [Pipeline] } [2020-10-07T23:41:27.625Z] $ docker stop --time=1 c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 [2020-10-07T23:41:28.952Z] $ docker rm -f c91ec0188f960bf66be6efda7b7f03a0281c6f69231e76a699aab26404f7b0a7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:41:29.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T23:41:29.563Z] [2020-10-07T23:41:29.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:41:29.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T23:41:29.918Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-07T23:41:29.918Z] ab5ef0e58194: Pulling fs layer [2020-10-07T23:41:29.918Z] 9712f1f96733: Pulling fs layer [2020-10-07T23:41:29.918Z] 63f879dbbcfc: Pulling fs layer [2020-10-07T23:41:29.918Z] 0d9ebad4ef96: Pulling fs layer [2020-10-07T23:41:29.918Z] e9a5061849ea: Pulling fs layer [2020-10-07T23:41:29.918Z] d747dcd14b5f: Pulling fs layer [2020-10-07T23:41:29.918Z] 2de7ff778b66: Pulling fs layer [2020-10-07T23:41:29.918Z] e9a5061849ea: Waiting [2020-10-07T23:41:29.918Z] d747dcd14b5f: Waiting [2020-10-07T23:41:29.918Z] 2de7ff778b66: Waiting [2020-10-07T23:41:29.918Z] 0d9ebad4ef96: Waiting [2020-10-07T23:41:29.918Z] 9712f1f96733: Download complete [2020-10-07T23:41:31.856Z] 63f879dbbcfc: Verifying Checksum [2020-10-07T23:41:31.856Z] 63f879dbbcfc: Download complete [2020-10-07T23:41:32.437Z] e9a5061849ea: Verifying Checksum [2020-10-07T23:41:32.437Z] e9a5061849ea: Download complete [2020-10-07T23:41:32.437Z] d747dcd14b5f: Verifying Checksum [2020-10-07T23:41:32.437Z] d747dcd14b5f: Download complete [2020-10-07T23:41:32.437Z] 0d9ebad4ef96: Verifying Checksum [2020-10-07T23:41:32.437Z] 0d9ebad4ef96: Download complete [2020-10-07T23:41:33.023Z] 2de7ff778b66: Verifying Checksum [2020-10-07T23:41:33.024Z] 2de7ff778b66: Download complete [2020-10-07T23:41:33.024Z] ab5ef0e58194: Verifying Checksum [2020-10-07T23:41:33.024Z] ab5ef0e58194: Download complete [2020-10-07T23:41:37.315Z] ab5ef0e58194: Pull complete [2020-10-07T23:41:37.315Z] 9712f1f96733: Pull complete [2020-10-07T23:41:39.922Z] 63f879dbbcfc: Pull complete [2020-10-07T23:41:46.607Z] 0d9ebad4ef96: Pull complete [2020-10-07T23:41:46.607Z] e9a5061849ea: Pull complete [2020-10-07T23:41:46.607Z] d747dcd14b5f: Pull complete [2020-10-07T23:41:51.942Z] 2de7ff778b66: Pull complete [2020-10-07T23:41:51.942Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-07T23:41:51.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-07T23:41:51.942Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-07T23:41:52.127Z] prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container [2020-10-07T23:41:52.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-07T23:41:55.328Z] $ docker top 22b41d05d558ab58232e4ddc3593c571ea084324c9ded0b0c33d2a8da8cc4ddd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-07T23:41:55.603Z] provisioning config files... [2020-10-07T23:41:55.616Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2273501574921849633tmp [2020-10-07T23:41:55.636Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config1774367912046875783tmp [2020-10-07T23:41:55.650Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config548718853883883278tmp [Pipeline] { [Pipeline] echo [2020-10-07T23:41:55.713Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:41:56.017Z] ---> sigul-configuration.sh [2020-10-07T23:41:56.017Z] gpg: directory `/root/.gnupg' created [2020-10-07T23:41:56.017Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-07T23:41:56.017Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-07T23:41:56.017Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-07T23:41:56.017Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-07T23:41:56.017Z] gpg: CAST5 encrypted data [2020-10-07T23:41:56.278Z] gpg: encrypted with 1 passphrase [2020-10-07T23:41:56.278Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-07T23:41:56.575Z] + mkdir /home/jenkins [2020-10-07T23:41:56.575Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-07T23:41:56.875Z] + 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-07T23:41:56.886Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:41:57.186Z] ---> sigul-install.sh [2020-10-07T23:42:02.651Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-07T23:42:02.955Z] + git tag --list [2020-10-07T23:42:02.955Z] v0.0.0 [2020-10-07T23:42:02.955Z] v0.1.0 [2020-10-07T23:42:02.955Z] v0.1.1 [2020-10-07T23:42:02.955Z] v0.1.10 [2020-10-07T23:42:02.955Z] v0.1.11 [2020-10-07T23:42:02.955Z] v0.1.12 [2020-10-07T23:42:02.955Z] v0.1.13 [2020-10-07T23:42:02.955Z] v0.1.14 [2020-10-07T23:42:02.955Z] v0.1.15 [2020-10-07T23:42:02.955Z] v0.1.16 [2020-10-07T23:42:02.955Z] v0.1.17 [2020-10-07T23:42:02.955Z] v0.1.18 [2020-10-07T23:42:02.955Z] v0.1.19 [2020-10-07T23:42:02.955Z] v0.1.2 [2020-10-07T23:42:02.955Z] v0.1.20 [2020-10-07T23:42:02.955Z] v0.1.21 [2020-10-07T23:42:02.955Z] v0.1.22 [2020-10-07T23:42:02.955Z] v0.1.23 [2020-10-07T23:42:02.955Z] v0.1.24 [2020-10-07T23:42:02.955Z] v0.1.25 [2020-10-07T23:42:02.955Z] v0.1.3 [2020-10-07T23:42:02.955Z] v0.1.4 [2020-10-07T23:42:02.955Z] v0.1.5 [2020-10-07T23:42:02.955Z] v0.1.6 [2020-10-07T23:42:02.955Z] v0.1.7 [2020-10-07T23:42:02.955Z] v0.1.8 [2020-10-07T23:42:02.955Z] v0.1.9 [Pipeline] sh [2020-10-07T23:42:03.256Z] + lftools sign git-tag v0.1.25 [2020-10-07T23:42:04.649Z] Signing Git tag with Sigul... [2020-10-07T23:42:04.649Z] Signing v0.1.25 [Pipeline] echo [2020-10-07T23:42:05.613Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:42:05.909Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-07T23:42:05.918Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-07T23:42:06.038Z] $ docker stop --time=1 22b41d05d558ab58232e4ddc3593c571ea084324c9ded0b0c33d2a8da8cc4ddd [2020-10-07T23:42:08.037Z] $ docker rm -f 22b41d05d558ab58232e4ddc3593c571ea084324c9ded0b0c33d2a8da8cc4ddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:42:08.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:42:08.835Z] . [Pipeline] withDockerContainer [2020-10-07T23:42:08.940Z] prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container [2020-10-07T23:42:08.993Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-07T23:42:09.671Z] $ docker top e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:42:10.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:42:10.068Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:42:10.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:42:10.281Z] $ docker exec e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 ssh-agent [2020-10-07T23:42:10.460Z] SSH_AUTH_SOCK=/tmp/ssh-mpIWGWf1shDy/agent.11 [2020-10-07T23:42:10.460Z] SSH_AGENT_PID=16 [2020-10-07T23:42:10.467Z] Running ssh-add (command line suppressed) [2020-10-07T23:42:10.604Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4155440743647825851.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4155440743647825851.key) [2020-10-07T23:42:10.656Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:42:11.053Z] + git semver bump patch [2020-10-07T23:42:11.053Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:42:11.053Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-07T23:42:11.053Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-07T23:42:11.053Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:42:11.053Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:42:11.053Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:42:11.053Z] # $SEMVER_BRANCH = master [2020-10-07T23:42:11.053Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2020-10-07T23:42:11.053Z] 0.1.26 [Pipeline] } [2020-10-07T23:42:11.073Z] $ docker exec --env ******** --env ******** e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 ssh-agent -k [2020-10-07T23:42:11.211Z] unset SSH_AUTH_SOCK; [2020-10-07T23:42:11.211Z] unset SSH_AGENT_PID; [2020-10-07T23:42:11.211Z] echo Agent pid 16 killed; [2020-10-07T23:42:11.261Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:42:11.783Z] + git semver [Pipeline] } [2020-10-07T23:42:11.804Z] $ docker stop --time=1 e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 [2020-10-07T23:42:13.166Z] $ docker rm -f e705fa9ca8c25a4a66f5302fcd19659c5fc4c12ccb53647c1d31db8e0c8dae36 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-07T23:42:13.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-07T23:42:13.741Z] . [Pipeline] withDockerContainer [2020-10-07T23:42:13.843Z] prd-centos7-docker-4c-2g-4026 does not seem to be running inside a container [2020-10-07T23:42:13.895Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-07T23:42:14.553Z] $ docker top 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-07T23:42:14.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-07T23:42:14.924Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-07T23:42:15.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-07T23:42:15.129Z] $ docker exec 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad ssh-agent [2020-10-07T23:42:15.298Z] SSH_AUTH_SOCK=/tmp/ssh-m1ENqZL2dont/agent.12 [2020-10-07T23:42:15.298Z] SSH_AGENT_PID=17 [2020-10-07T23:42:15.305Z] Running ssh-add (command line suppressed) [2020-10-07T23:42:15.442Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2785458485633742415.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2785458485633742415.key) [2020-10-07T23:42:15.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-07T23:42:15.838Z] + git semver push [2020-10-07T23:42:15.838Z] # -> Open(): unable to determine branch for HEAD [2020-10-07T23:42:15.838Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2020-10-07T23:42:15.838Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2020-10-07T23:42:15.838Z] # $SEMVER_REMOTE_NAME = origin [2020-10-07T23:42:15.838Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-07T23:42:15.838Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-07T23:42:15.838Z] # $SEMVER_BRANCH = master [2020-10-07T23:42:15.838Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2020-10-07T23:42:22.453Z] $ docker exec --env ******** --env ******** 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad ssh-agent -k [2020-10-07T23:42:22.583Z] unset SSH_AUTH_SOCK; [2020-10-07T23:42:22.583Z] unset SSH_AGENT_PID; [2020-10-07T23:42:22.583Z] echo Agent pid 17 killed; [2020-10-07T23:42:22.632Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-07T23:42:23.139Z] + git semver [Pipeline] } [2020-10-07T23:42:23.159Z] $ docker stop --time=1 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad [2020-10-07T23:42:24.500Z] $ docker rm -f 42b4852f668ea93234857df742881709918280fb61cd1d07866920f1e252c7ad [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-07T23:42:26.048Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:42:26.619Z] ---> package-listing.sh [2020-10-07T23:42:26.619Z] ++ facter osfamily [2020-10-07T23:42:26.619Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-07T23:42:26.619Z] + OS_FAMILY=redhat [2020-10-07T23:42:26.619Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2020-10-07T23:42:26.619Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-07T23:42:26.619Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-07T23:42:26.619Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-07T23:42:26.619Z] + PACKAGES=/tmp/packages_start.txt [2020-10-07T23:42:26.619Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-10-07T23:42:26.619Z] + PACKAGES=/tmp/packages_end.txt [2020-10-07T23:42:26.619Z] + case "${OS_FAMILY}" in [2020-10-07T23:42:26.619Z] + rpm -qa [2020-10-07T23:42:26.619Z] + sort [2020-10-07T23:42:30.846Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-07T23:42:30.846Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-07T23:42:30.846Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-07T23:42:30.846Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2020-10-07T23:42:30.846Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2020-10-07T23:42:30.846Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-07T23:42:31.534Z] provisioning config files... [2020-10-07T23:42:31.548Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6766020441418314457tmp [Pipeline] { [Pipeline] echo [2020-10-07T23:42:31.658Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:42:31.959Z] ---> create-netrc.sh [Pipeline] } [2020-10-07T23:42:31.969Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-07T23:42:32.071Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:42:32.366Z] ---> python-tools-install.sh [2020-10-07T23:42:32.367Z] Generating Requirements File [2020-10-07T23:43:53.946Z] Python 3.6.8 [2020-10-07T23:43:53.946Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-07T23:43:53.946Z] appdirs==1.4.3 [2020-10-07T23:43:53.946Z] argcomplete==1.12.1 [2020-10-07T23:43:53.946Z] aspy.yaml==1.3.0 [2020-10-07T23:43:53.946Z] attrs==19.3.0 [2020-10-07T23:43:53.946Z] Babel==2.8.0 [2020-10-07T23:43:53.946Z] beautifulsoup4==4.8.2 [2020-10-07T23:43:53.946Z] boto3==1.11.6 [2020-10-07T23:43:53.946Z] botocore==1.14.6 [2020-10-07T23:43:53.946Z] bs4==0.0.1 [2020-10-07T23:43:53.946Z] cachetools==4.1.1 [2020-10-07T23:43:53.946Z] certifi==2019.11.28 [2020-10-07T23:43:53.946Z] cffi==1.14.3 [2020-10-07T23:43:53.946Z] cfgv==2.0.1 [2020-10-07T23:43:53.946Z] chardet==3.0.4 [2020-10-07T23:43:53.946Z] click==7.1 [2020-10-07T23:43:53.946Z] cliff==3.4.0 [2020-10-07T23:43:53.946Z] cmd2==1.3.11 [2020-10-07T23:43:53.946Z] colorama==0.4.3 [2020-10-07T23:43:53.946Z] cryptography==3.1.1 [2020-10-07T23:43:53.946Z] debtcollector==2.2.0 [2020-10-07T23:43:53.946Z] decorator==4.4.2 [2020-10-07T23:43:53.946Z] defusedxml==0.6.0 [2020-10-07T23:43:53.946Z] Deprecated==1.2.7 [2020-10-07T23:43:53.946Z] distlib==0.3.1 [2020-10-07T23:43:53.946Z] distro==1.2.0 [2020-10-07T23:43:53.946Z] dnspython==1.16.0 [2020-10-07T23:43:53.946Z] docker==4.2.0 [2020-10-07T23:43:53.946Z] docutils==0.15.2 [2020-10-07T23:43:53.946Z] dogpile.cache==1.0.2 [2020-10-07T23:43:53.946Z] email-validator==1.0.5 [2020-10-07T23:43:53.946Z] filelock==3.0.12 [2020-10-07T23:43:53.946Z] future==0.18.2 [2020-10-07T23:43:53.946Z] google-auth==1.22.1 [2020-10-07T23:43:53.946Z] httplib2==0.17.0 [2020-10-07T23:43:53.946Z] identify==1.4.11 [2020-10-07T23:43:53.946Z] idna==2.9 [2020-10-07T23:43:53.946Z] importlib-metadata==1.7.0 [2020-10-07T23:43:53.946Z] importlib-resources==1.5.0 [2020-10-07T23:43:53.946Z] iso8601==0.1.13 [2020-10-07T23:43:53.946Z] Jinja2==2.11.1 [2020-10-07T23:43:53.946Z] jmespath==0.10.0 [2020-10-07T23:43:53.946Z] jsonpatch==1.26 [2020-10-07T23:43:53.946Z] jsonpointer==2.0 [2020-10-07T23:43:53.946Z] jsonschema==3.2.0 [2020-10-07T23:43:53.946Z] keystoneauth1==4.2.1 [2020-10-07T23:43:53.946Z] kubernetes==11.0.0 [2020-10-07T23:43:53.946Z] lftools==0.34.2 [2020-10-07T23:43:53.946Z] lxml==4.5.0 [2020-10-07T23:43:53.946Z] MarkupSafe==0.23 [2020-10-07T23:43:53.946Z] msgpack==1.0.0 [2020-10-07T23:43:53.946Z] multi-key-dict==2.0.3 [2020-10-07T23:43:53.946Z] munch==2.5.0 [2020-10-07T23:43:53.946Z] netaddr==0.8.0 [2020-10-07T23:43:53.946Z] netifaces==0.10.9 [2020-10-07T23:43:53.946Z] niet==1.4.2 [2020-10-07T23:43:53.946Z] nodeenv==1.3.5 [2020-10-07T23:43:53.946Z] oauth2client==4.1.3 [2020-10-07T23:43:53.946Z] oauthlib==3.1.0 [2020-10-07T23:43:53.946Z] openstacksdk==0.50.0 [2020-10-07T23:43:53.946Z] os-client-config==2.1.0 [2020-10-07T23:43:53.946Z] os-service-types==1.7.0 [2020-10-07T23:43:53.946Z] osc-lib==2.2.1 [2020-10-07T23:43:53.946Z] oslo.config==8.3.2 [2020-10-07T23:43:53.946Z] oslo.context==3.1.1 [2020-10-07T23:43:53.946Z] oslo.i18n==5.0.1 [2020-10-07T23:43:53.946Z] oslo.log==4.4.0 [2020-10-07T23:43:53.946Z] oslo.serialization==4.0.1 [2020-10-07T23:43:53.946Z] oslo.utils==4.6.0 [2020-10-07T23:43:53.946Z] packaging==20.4 [2020-10-07T23:43:53.946Z] pbr==5.4.4 [2020-10-07T23:43:53.946Z] pluggy==0.13.1 [2020-10-07T23:43:53.946Z] prettytable==0.7.2 [2020-10-07T23:43:53.946Z] py==1.9.0 [2020-10-07T23:43:53.946Z] pyasn1==0.4.8 [2020-10-07T23:43:53.946Z] pyasn1-modules==0.2.8 [2020-10-07T23:43:53.946Z] pycparser==2.20 [2020-10-07T23:43:53.946Z] pygerrit2==2.0.10 [2020-10-07T23:43:53.946Z] PyGithub==1.46 [2020-10-07T23:43:53.946Z] pyinotify==0.9.6 [2020-10-07T23:43:53.946Z] PyJWT==1.7.1 [2020-10-07T23:43:53.946Z] pyparsing==2.4.7 [2020-10-07T23:43:53.946Z] pyperclip==1.8.0 [2020-10-07T23:43:53.946Z] pyroute2==0.4.13 [2020-10-07T23:43:53.946Z] pyrsistent==0.15.7 [2020-10-07T23:43:53.946Z] PySocks==1.6.8 [2020-10-07T23:43:53.946Z] python-cinderclient==7.2.0 [2020-10-07T23:43:53.946Z] python-dateutil==2.8.1 [2020-10-07T23:43:53.946Z] python-heatclient==2.2.1 [2020-10-07T23:43:53.946Z] python-jenkins==1.7.0 [2020-10-07T23:43:53.946Z] python-keystoneclient==4.1.1 [2020-10-07T23:43:53.946Z] python-magnumclient==3.2.1 [2020-10-07T23:43:53.946Z] python-novaclient==17.2.1 [2020-10-07T23:43:53.946Z] python-openstackclient==5.4.0 [2020-10-07T23:43:53.946Z] python-swiftclient==3.10.1 [2020-10-07T23:43:53.946Z] pytz==2020.1 [2020-10-07T23:43:53.946Z] PyYAML==5.3 [2020-10-07T23:43:53.946Z] requests==2.23.0 [2020-10-07T23:43:53.946Z] requests-oauthlib==1.3.0 [2020-10-07T23:43:53.946Z] requestsexceptions==1.4.0 [2020-10-07T23:43:53.946Z] rfc3986==1.4.0 [2020-10-07T23:43:53.946Z] rpm==4.11.3 [2020-10-07T23:43:53.946Z] rsa==4.0 [2020-10-07T23:43:53.946Z] ruamel.yaml==0.16.10 [2020-10-07T23:43:53.946Z] ruamel.yaml.clib==0.2.0 [2020-10-07T23:43:53.946Z] s3transfer==0.3.3 [2020-10-07T23:43:53.946Z] shade==1.27.2 [2020-10-07T23:43:53.946Z] simplejson==3.17.2 [2020-10-07T23:43:53.946Z] six==1.14.0 [2020-10-07T23:43:53.946Z] soupsieve==2.0 [2020-10-07T23:43:53.946Z] stevedore==3.2.2 [2020-10-07T23:43:53.946Z] tabulate==0.8.6 [2020-10-07T23:43:53.946Z] toml==0.10.0 [2020-10-07T23:43:53.946Z] tox==3.20.0 [2020-10-07T23:43:53.946Z] tqdm==4.43.0 [2020-10-07T23:43:53.946Z] urllib3==1.25.8 [2020-10-07T23:43:53.946Z] virtualenv==20.0.33 [2020-10-07T23:43:53.946Z] wcwidth==0.2.5 [2020-10-07T23:43:53.946Z] websocket-client==0.57.0 [2020-10-07T23:43:53.946Z] wrapt==1.12.1 [2020-10-07T23:43:53.946Z] xdg==3.0.2 [2020-10-07T23:43:53.946Z] xmltodict==0.12.0 [2020-10-07T23:43:53.946Z] yq==2.11.1 [2020-10-07T23:43:53.946Z] zipp==3.3.0 [2020-10-07T23:43:53.946Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:43:53.946Z] 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-07T23:43:53.946Z] Python 2.7.5 [2020-10-07T23:43:53.946Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-07T23:43:53.946Z] 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-07T23:43:53.946Z] ansible==2.9.7 [2020-10-07T23:43:53.946Z] Babel==0.9.6 [2020-10-07T23:43:53.946Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-07T23:43:53.946Z] beautifulsoup4==4.4.1 [2020-10-07T23:43:53.946Z] bodhi==2.11.0 [2020-10-07T23:43:53.946Z] bodhi-client==2.11.0 [2020-10-07T23:43:53.946Z] CCColUtils==1.4 [2020-10-07T23:43:53.946Z] cffi==1.6.0 [2020-10-07T23:43:53.946Z] chardet==2.2.1 [2020-10-07T23:43:53.946Z] click==6.7 [2020-10-07T23:43:53.946Z] cloud-init==18.5 [2020-10-07T23:43:53.946Z] configobj==4.7.2 [2020-10-07T23:43:53.946Z] cryptography==1.7.2 [2020-10-07T23:43:53.946Z] decorator==3.4.0 [2020-10-07T23:43:53.946Z] distro==1.2.0 [2020-10-07T23:43:53.946Z] enum34==1.0.4 [2020-10-07T23:43:53.946Z] fedpkg==1.38 [2020-10-07T23:43:53.946Z] futures==3.1.1 [2020-10-07T23:43:53.946Z] gitdb==0.6.4 [2020-10-07T23:43:53.946Z] GitPython==1.0.1 [2020-10-07T23:43:53.946Z] html5lib==0.999 [2020-10-07T23:43:53.946Z] httplib2==0.9.2 [2020-10-07T23:43:53.946Z] idna==2.4 [2020-10-07T23:43:53.946Z] iniparse==0.4 [2020-10-07T23:43:53.946Z] ipaddress==1.0.16 [2020-10-07T23:43:53.946Z] IPy==0.75 [2020-10-07T23:43:53.946Z] javapackages==1.0.0 [2020-10-07T23:43:53.946Z] Jinja2==2.7.2 [2020-10-07T23:43:53.946Z] jmespath==0.9.4 [2020-10-07T23:43:53.946Z] jsonpatch==1.2 [2020-10-07T23:43:53.946Z] jsonpointer==1.9 [2020-10-07T23:43:53.946Z] kerberos==1.1 [2020-10-07T23:43:53.946Z] kitchen==1.1.1 [2020-10-07T23:43:53.946Z] langtable==0.0.31 [2020-10-07T23:43:53.946Z] lockfile==0.9.1 [2020-10-07T23:43:53.946Z] lxml==3.2.1 [2020-10-07T23:43:53.946Z] MarkupSafe==0.11 [2020-10-07T23:43:53.946Z] munch==2.0.2 [2020-10-07T23:43:53.946Z] offtrac==0.1.0 [2020-10-07T23:43:53.946Z] openidc-client==0.6.0 [2020-10-07T23:43:53.946Z] packagedb-cli==2.14.1 [2020-10-07T23:43:53.946Z] paramiko==2.1.1 [2020-10-07T23:43:53.946Z] perf==0.1 [2020-10-07T23:43:53.946Z] ply==3.4 [2020-10-07T23:43:53.946Z] policycoreutils-default-encoding==0.1 [2020-10-07T23:43:53.946Z] prettytable==0.7.2 [2020-10-07T23:43:53.946Z] pyasn1==0.1.9 [2020-10-07T23:43:53.946Z] pycparser==2.14 [2020-10-07T23:43:53.946Z] pycurl==7.19.0 [2020-10-07T23:43:53.946Z] pygobject==3.22.0 [2020-10-07T23:43:53.946Z] pygpgme==0.3 [2020-10-07T23:43:53.946Z] pyliblzma==0.5.3 [2020-10-07T23:43:53.946Z] pyOpenSSL==0.13.1 [2020-10-07T23:43:53.946Z] pyparsing==1.5.6 [2020-10-07T23:43:53.946Z] pyserial==2.6 [2020-10-07T23:43:53.946Z] python-augeas==0.5.0 [2020-10-07T23:43:53.946Z] python-bugzilla==2.3.0 [2020-10-07T23:43:53.946Z] python-dateutil==1.5 [2020-10-07T23:43:53.946Z] python-fedora==0.10.0 [2020-10-07T23:43:53.946Z] python-linux-procfs==0.4.9 [2020-10-07T23:43:53.946Z] python-yubico==1.2.3 [2020-10-07T23:43:53.946Z] pyudev==0.15 [2020-10-07T23:43:53.946Z] pyusb==1.0.0b1 [2020-10-07T23:43:53.946Z] pyxattr==0.5.1 [2020-10-07T23:43:53.946Z] PyYAML==3.10 [2020-10-07T23:43:53.946Z] requests==2.6.0 [2020-10-07T23:43:53.946Z] requests-kerberos==0.7.0 [2020-10-07T23:43:53.946Z] rpkg==1.60 [2020-10-07T23:43:53.946Z] schedutils==0.4 [2020-10-07T23:43:53.946Z] seobject==0.1 [2020-10-07T23:43:53.946Z] sepolicy==1.1 [2020-10-07T23:43:53.946Z] six==1.9.0 [2020-10-07T23:43:53.946Z] smmap==0.9.0 [2020-10-07T23:43:53.946Z] urlgrabber==3.10 [2020-10-07T23:43:53.946Z] urllib3==1.10.2 [2020-10-07T23:43:53.946Z] virtualenv==15.1.0 [2020-10-07T23:43:53.946Z] yum-langpacks==0.4.2 [2020-10-07T23:43:53.946Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-07T23:43:53.959Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:43:54.265Z] ---> sudo-logs.sh [2020-10-07T23:43:54.265Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-07T23:43:54.537Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:43:54.833Z] ---> job-cost.sh [2020-10-07T23:43:54.833Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MOJJ [2020-10-07T23:44:02.990Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:03.310Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:04.344Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:04.344Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:04.345Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:04.609Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:04.609Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:04.871Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:05.136Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:05.136Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:05.136Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:05.399Z] Cache entry deserialization failed, entry ignored [2020-10-07T23:44:08.729Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-07T23:44:40.940Z] lf-activate-venv(): INFO: Adding /tmp/venv-MOJJ/bin to PATH [2020-10-07T23:44:40.940Z] INFO: No Stack... [2020-10-07T23:44:40.940Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-07T23:44:40.940Z] INFO: Archiving Costs [Pipeline] echo [2020-10-07T23:44:40.956Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-07T23:44:41.263Z] ---> logs-deploy.sh [2020-10-07T23:44:41.263Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/13 [2020-10-07T23:44:41.263Z] INFO: archiving workspace using pattern(s): [2020-10-07T23:44:43.190Z] Archives upload complete. [2020-10-07T23:44:43.190Z] INFO: archiving logs to Nexus