Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a51ca483c546cdc96e7bb715e831074902700d21 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-976 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a51ca483c546cdc96e7bb715e831074902700d21 (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 --force --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 a51ca483c546cdc96e7bb715e831074902700d21 # timeout=10 Commit message: "Merge pull request #71 from soda480/US149" > git rev-list --no-walk f0ab76939e05a341cddab2856861b590de3bce1f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:45:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:45:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:45:46 ========================================================= 21:45:46 EdgeX Global Pipelines Version Info 21:45:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:45:48 ------------------- 21:45:48 stable info: 21:45:48 ------------------- 21:45:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:45:48 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:45:48 Message: update stable to v1.0.186 21:45:50 ------------------- 21:45:50 experimental info: 21:45:50 ------------------- 21:45:50 Commited By: **** collab-it+edgex@linuxfoundation.org 21:45:50 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 21:45:50 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:45:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] echo 21:45:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a51ca48 [Pipeline] echo 21:45:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:45:51 + git log --format=format:%s -1 a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] echo 21:45:51 GIT_COMMIT: a51ca483c546cdc96e7bb715e831074902700d21, Commit Message: Merge pull request #71 from soda480/US149 [Pipeline] echo 21:45:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:45:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:53 21:45:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:45:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:54 latest: Pulling from edgex-devops/git-semver 21:45:54 31603596830f: Pulling fs layer 21:45:54 2a8b12db71e7: Pulling fs layer 21:45:54 6ca5941a6612: Pulling fs layer 21:45:54 ecc8261a40a4: Pulling fs layer 21:45:54 ecc8261a40a4: Waiting 21:45:54 2a8b12db71e7: Verifying Checksum 21:45:54 2a8b12db71e7: Download complete 21:45:54 31603596830f: Verifying Checksum 21:45:54 31603596830f: Download complete 21:45:54 6ca5941a6612: Verifying Checksum 21:45:54 6ca5941a6612: Download complete 21:45:54 ecc8261a40a4: Verifying Checksum 21:45:54 ecc8261a40a4: Download complete 21:45:54 31603596830f: Pull complete 21:45:55 2a8b12db71e7: Pull complete 21:45:56 6ca5941a6612: Pull complete 21:45:56 ecc8261a40a4: Pull complete 21:45:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:45:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:45:56 prd-centos7-docker-4c-2g-976 does not seem to be running inside a container 21:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -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 21:45:59 $ docker top 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:59 [ssh-agent] Looking for ssh-agent implementation... 21:46:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:46:00 $ docker exec 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent 21:46:00 SSH_AUTH_SOCK=/tmp/ssh-zBPWb78q2f0e/agent.12 21:46:00 SSH_AGENT_PID=17 21:46:00 Running ssh-add (command line suppressed) 21:46:01 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4966666422907404744.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4966666422907404744.key) 21:46:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:46:01 + git tag --points-at HEAD [Pipeline] } 21:46:01 $ docker exec --env ******** --env ******** 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent -k 21:46:02 unset SSH_AUTH_SOCK; 21:46:02 unset SSH_AGENT_PID; 21:46:02 echo Agent pid 17 killed; 21:46:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:46:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:46:02 [ssh-agent] Looking for ssh-agent implementation... 21:46:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:46:02 $ docker exec 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent 21:46:03 SSH_AUTH_SOCK=/tmp/ssh-TqSbCSn8jksD/agent.45 21:46:03 SSH_AGENT_PID=50 21:46:03 Running ssh-add (command line suppressed) 21:46:03 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7276209359348340445.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7276209359348340445.key) 21:46:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:46:03 + git semver init 21:46:03 # -> Open(): unable to determine branch for HEAD 21:46:03 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 21:46:03 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 21:46:03 # $SEMVER_REMOTE_NAME = origin 21:46:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:46:03 # $SEMVER_USER_NAME = edgex-jenkins 21:46:03 # $SEMVER_BRANCH = master 21:46:03 # $SEMVER_TEMP = /tmp/semver-401241524 21:46:03 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 21:46:04 # '/tmp/semver-401241524' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 21:46:04 # -> Force: false 21:46:04 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 21:46:04 $ docker exec --env ******** --env ******** 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent -k 21:46:04 unset SSH_AUTH_SOCK; 21:46:04 unset SSH_AGENT_PID; 21:46:04 echo Agent pid 50 killed; 21:46:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:46:05 + git semver [Pipeline] } 21:46:05 $ docker stop --time=1 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d 21:46:06 $ docker rm -f 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d [Pipeline] // withDockerContainer [Pipeline] sh 21:46:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:46:07 Stashed 1 file(s) [Pipeline] echo 21:46:07 [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:46:23 Still waiting to schedule task 21:46:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:46:23 Still waiting to schedule task 21:46:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:48:54 Running on prd-centos7-docker-4c-2g-978 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 21:48:55 Running in /w/workspace/go-mod-registry/20 [Pipeline] { [Pipeline] checkout 21:49:01 using credential edgex-jenkins-ssh 21:49:01 Cloning the remote Git repository 21:49:02 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 21:49:02 > git init /w/workspace/go-mod-registry/20 # timeout=10 21:49:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:49:02 > git --version # timeout=10 21:49:02 > git --version # 'git version 2.24.3' 21:49:02 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:49:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:49:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:49:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:49:04 Checking out Revision a51ca483c546cdc96e7bb715e831074902700d21 (master) 21:49:04 > git config core.sparsecheckout # timeout=10 21:49:04 > git checkout -f a51ca483c546cdc96e7bb715e831074902700d21 # timeout=10 21:49:08 Commit message: "Merge pull request #71 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:49:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:49:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:49:10 + true 21:49:10 + sudo service docker restart 21:49:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:49:12 ========================================================= 21:49:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:49:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:49:12 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:49:13 Sending build context to Docker daemon 300kB 21:49:13 Step 1/7 : ARG BASE=golang:1.15-alpine 21:49:13 Step 2/7 : FROM ${BASE} 21:49:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:49:14 188c0c94c7c5: Pulling fs layer 21:49:14 0ef7d3d256c8: Pulling fs layer 21:49:14 de9db76c5a1d: Pulling fs layer 21:49:14 bca2f99d35d6: Pulling fs layer 21:49:14 93359f2a8cfa: Pulling fs layer 21:49:14 7c6f9722023f: Pulling fs layer 21:49:14 a35cf1a2eb13: Pulling fs layer 21:49:14 93359f2a8cfa: Waiting 21:49:14 7c6f9722023f: Waiting 21:49:14 a35cf1a2eb13: Waiting 21:49:14 bca2f99d35d6: Waiting 21:49:14 de9db76c5a1d: Verifying Checksum 21:49:14 de9db76c5a1d: Download complete 21:49:14 0ef7d3d256c8: Download complete 21:49:14 93359f2a8cfa: Verifying Checksum 21:49:14 93359f2a8cfa: Download complete 21:49:14 7c6f9722023f: Verifying Checksum 21:49:14 7c6f9722023f: Download complete 21:49:14 188c0c94c7c5: Verifying Checksum 21:49:14 188c0c94c7c5: Download complete 21:49:14 188c0c94c7c5: Pull complete 21:49:14 0ef7d3d256c8: Pull complete 21:49:15 de9db76c5a1d: Pull complete 21:49:16 a35cf1a2eb13: Verifying Checksum 21:49:16 a35cf1a2eb13: Download complete 21:49:17 bca2f99d35d6: Verifying Checksum 21:49:17 bca2f99d35d6: Download complete 21:49:33 bca2f99d35d6: Pull complete 21:49:33 93359f2a8cfa: Pull complete 21:49:33 7c6f9722023f: Pull complete 21:49:41 a35cf1a2eb13: Pull complete 21:49:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:49:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:49:41 ---> a62c8e92a672 21:49:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:49:41 ---> Running in 79be4aabc066 21:49:41 Removing intermediate container 79be4aabc066 21:49:41 ---> c2f905de50f0 21:49:41 Step 4/7 : RUN apk add --update bash 21:49:42 ---> Running in a9e79c0dd3df 21:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:44 OK: 166 MiB in 39 packages 21:49:45 Removing intermediate container a9e79c0dd3df 21:49:45 ---> 4ad2dfa18c5c 21:49:45 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:49:45 ---> Running in 8513f1a067d3 21:49:45 Removing intermediate container 8513f1a067d3 21:49:45 ---> 0e9b670bacfc 21:49:45 Step 6/7 : COPY go.mod . 21:49:46 ---> f056ca3a37f4 21:49:46 Step 7/7 : RUN go mod download 21:49:46 ---> Running in 053b429923bf 21:49:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-979 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 21:49:50 Running in /w/workspace/go-mod-registry/20 [Pipeline] { [Pipeline] checkout 21:49:56 using credential edgex-jenkins-ssh 21:49:56 Cloning the remote Git repository 21:49:56 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 21:49:56 > git init /w/workspace/go-mod-registry/20 # timeout=10 21:49:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:49:56 > git --version # timeout=10 21:49:57 > git --version # 'git version 2.17.1' 21:49:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:58 Checking out Revision a51ca483c546cdc96e7bb715e831074902700d21 (master) 21:49:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:49:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 21:49:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 21:49:58 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:49:58 > git config core.sparsecheckout # timeout=10 21:49:58 > git checkout -f a51ca483c546cdc96e7bb715e831074902700d21 # timeout=10 21:50:02 Commit message: "Merge pull request #71 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:50:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:50:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:50:04 + sudo service docker restart 21:50:04 + true [Pipeline] unstash [Pipeline] echo 21:50:07 ========================================================= 21:50:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:50:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:50:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:50:08 Removing intermediate container 053b429923bf 21:50:08 ---> d7486896afc4 21:50:08 Successfully built d7486896afc4 21:50:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:50:08 Sending build context to Docker daemon 299kB 21:50:08 + docker inspect -f . ci-base-image-x86_64 21:50:09 Step 1/7 : ARG BASE=golang:1.15-alpine 21:50:09 Step 2/7 : FROM ${BASE} 21:50:09 . [Pipeline] withDockerContainer 21:50:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:50:09 5f621e34cdf4: Pulling fs layer 21:50:09 a4357932f1b6: Pulling fs layer 21:50:09 18c013af1878: Pulling fs layer 21:50:09 00ac8860ef70: Pulling fs layer 21:50:09 63d7cb157983: Pulling fs layer 21:50:09 b116817d02f9: Pulling fs layer 21:50:09 745a02a5169b: Pulling fs layer 21:50:09 63d7cb157983: Waiting 21:50:09 b116817d02f9: Waiting 21:50:09 745a02a5169b: Waiting 21:50:09 00ac8860ef70: Waiting 21:50:09 18c013af1878: Verifying Checksum 21:50:09 18c013af1878: Download complete 21:50:09 a4357932f1b6: Verifying Checksum 21:50:09 a4357932f1b6: Download complete 21:50:09 63d7cb157983: Verifying Checksum 21:50:09 63d7cb157983: Download complete 21:50:09 b116817d02f9: Download complete 21:50:09 prd-centos7-docker-4c-2g-978 does not seem to be running inside a container 21:50:09 5f621e34cdf4: Verifying Checksum 21:50:09 5f621e34cdf4: Download complete 21:50:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:50:10 5f621e34cdf4: Pull complete 21:50:10 a4357932f1b6: Pull complete 21:50:11 18c013af1878: Pull complete 21:50:11 $ docker top 1286ec55c3d2a93191ed1569c73bce6cebe018a2213caef6b8e285f3d6558e3a -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:12 745a02a5169b: Verifying Checksum 21:50:12 745a02a5169b: Download complete 21:50:12 + go version 21:50:12 go version go1.15.5 linux/amd64 [Pipeline] } 21:50:12 $ docker stop --time=1 1286ec55c3d2a93191ed1569c73bce6cebe018a2213caef6b8e285f3d6558e3a 21:50:13 00ac8860ef70: Verifying Checksum 21:50:13 00ac8860ef70: Download complete 21:50:14 $ docker rm -f 1286ec55c3d2a93191ed1569c73bce6cebe018a2213caef6b8e285f3d6558e3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:15 + docker inspect -f . ci-base-image-x86_64 21:50:16 . [Pipeline] withDockerContainer 21:50:16 prd-centos7-docker-4c-2g-978 does not seem to be running inside a container 21:50:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:50:18 $ docker top ed30fa729a91c38af4c4efdb7857f8e7614e3ff9cd7146fd49658952920afb8b -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:19 + make test 21:50:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:50:23 00ac8860ef70: Pull complete 21:50:23 63d7cb157983: Pull complete 21:50:23 b116817d02f9: Pull complete 21:50:27 745a02a5169b: Pull complete 21:50:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:50:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:50:27 ---> b7e6874047d6 21:50:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 21:50:29 ---> Running in 723f02f1420d 21:50:30 Removing intermediate container 723f02f1420d 21:50:30 ---> 309f2e312d7e 21:50:30 Step 4/7 : RUN apk add --update bash 21:50:30 ---> Running in aed3ec09be8c 21:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:50:33 OK: 142 MiB in 39 packages 21:50:34 Removing intermediate container aed3ec09be8c 21:50:34 ---> 00f4c9daacf2 21:50:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:50:34 ---> Running in ab40f41e06de 21:50:34 Removing intermediate container ab40f41e06de 21:50:34 ---> e5aba8abcbc7 21:50:34 Step 6/7 : COPY go.mod . 21:50:35 ---> 0fd6aa15bfb5 21:50:35 Step 7/7 : RUN go mod download 21:50:35 ---> Running in 128dee018ae4 21:50:47 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.376s coverage: 88.8% of statements 21:50:47 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 21:50:47 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.037s coverage: 85.7% of statements 21:50:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:50:47 gofmt -l . 21:50:47 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:50:47 $ docker stop --time=1 ed30fa729a91c38af4c4efdb7857f8e7614e3ff9cd7146fd49658952920afb8b 21:50:49 $ docker rm -f ed30fa729a91c38af4c4efdb7857f8e7614e3ff9cd7146fd49658952920afb8b [Pipeline] // withDockerContainer [Pipeline] sh 21:50:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:50:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:50:51 ---> job-cost.sh 21:50:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X081 21:50:54 Removing intermediate container 128dee018ae4 21:50:54 ---> 110b7cf275d7 21:50:54 Successfully built 110b7cf275d7 21:50:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:50:54 + docker inspect -f . ci-base-image-arm64 21:50:54 . [Pipeline] withDockerContainer 21:50:54 prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container 21:50:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** -e ******** ci-base-image-arm64 cat 21:50:56 $ docker top 9e0ef4ebc1cdbbcb72a4a1d08f44a4194e84377bb96e8d6aa3d519c779fa4f60 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:57 + go version 21:50:57 go version go1.15.5 linux/arm64 [Pipeline] } 21:50:57 $ docker stop --time=1 9e0ef4ebc1cdbbcb72a4a1d08f44a4194e84377bb96e8d6aa3d519c779fa4f60 21:50:59 $ docker rm -f 9e0ef4ebc1cdbbcb72a4a1d08f44a4194e84377bb96e8d6aa3d519c779fa4f60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:59 + docker inspect -f . ci-base-image-arm64 21:50:59 . [Pipeline] withDockerContainer 21:51:00 prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container 21:51:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** -e ******** ci-base-image-arm64 cat 21:51:01 $ docker top ea6c74dccbe8d68a00bac27870ace95ab1f4446883fee104492ae430ef437904 -eo pid,comm [Pipeline] { [Pipeline] sh 21:51:02 + make test 21:51:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:51:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:51:29 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.076s coverage: 88.8% of statements 21:51:29 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 21:51:29 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.015s coverage: 85.7% of statements 21:51:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:51:32 gofmt -l . 21:51:32 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:51:32 $ docker stop --time=1 ea6c74dccbe8d68a00bac27870ace95ab1f4446883fee104492ae430ef437904 21:51:34 $ docker rm -f ea6c74dccbe8d68a00bac27870ace95ab1f4446883fee104492ae430ef437904 [Pipeline] // withDockerContainer [Pipeline] sh 21:51:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:51:35 Warning: overwriting stash ‘coverage-report’ 21:51:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:51:36 ---> job-cost.sh 21:51:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0uWs 21:52:06 lf-activate-venv(): INFO: Adding /tmp/venv-X081/bin to PATH 21:52:06 INFO: No Stack... 21:52:06 INFO: Retrieving Pricing Info for: v1-standard-2 21:52:06 INFO: Archiving Costs [Pipeline] sh 21:52:07 + cat /w/workspace/go-mod-registry/20/archives/cost.csv 21:52:07 + cut -d, -f6 [Pipeline] lock 21:52:07 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] 21:52:07 Resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] did not exist. Created. 21:52:07 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:52:07 + echo total: 0.029999999329447746 [Pipeline] stash 21:52:07 Stashed 1 file(s) [Pipeline] } 21:52:07 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:52:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:53:37 lf-activate-venv(): INFO: Adding /tmp/venv-0uWs/bin to PATH 21:53:37 INFO: No Stack... 21:53:37 INFO: Retrieving Pricing Info for: lf-standard-4 21:53:37 INFO: Archiving Costs [Pipeline] sh 21:53:37 + cut -d, -f6 21:53:37 + cat /w/workspace/go-mod-registry/20/archives/cost.csv [Pipeline] lock 21:53:37 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] 21:53:37 Resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] did not exist. Created. 21:53:37 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:53:38 /w/workspace/go-mod-registry/20@tmp/durable-1338e800/script.sh: 1: /w/workspace/go-mod-registry/20@tmp/durable-1338e800/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:53:38 + echo total: 0.20999999344348907 [Pipeline] stash 21:53:38 Warning: overwriting stash ‘stack-cost’ 21:53:38 Stashed 1 file(s) [Pipeline] } 21:53:38 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap 21:53:39 provisioning config files... 21:53:39 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2619428071133277110tmp [Pipeline] { [Pipeline] sh 21:53:39 + set +x 21:53:39 + curl -s https://codecov.io/bash 21:53:39 + bash -s -- 21:53:40 21:53:40 _____ _ 21:53:40 / ____| | | 21:53:40 | | ___ __| | ___ ___ _____ __ 21:53:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:53:40 | |___| (_) | (_| | __/ (_| (_) \ V / 21:53:40 \_____\___/ \__,_|\___|\___\___/ \_/ 21:53:40 Bash-1.0.1 21:53:40 21:53:40 21:53:40 ==> git version 2.24.3 found 21:53:40 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:53:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:53:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:53:40 ==> Jenkins CI detected. 21:53:40 project root: . 21:53:40 --> token set from env 21:53:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:53:40 ==> Running gcov in . (disable via -X gcov) 21:53:40 ==> Python coveragepy not found 21:53:40 ==> Searching for coverage reports in: 21:53:40 + . 21:53:40 -> Found 1 reports 21:53:40 ==> Detecting git/mercurial file structure 21:53:40 ==> Reading reports 21:53:40 + ./coverage.out bytes=9746 21:53:40 ==> Appending adjustments 21:53:40 https://docs.codecov.io/docs/fixing-reports 21:53:40 + Found adjustments 21:53:40 ==> Gzipping contents 21:53:40 4.0K /tmp/codecov.ZAgzjq.gz 21:53:40 ==> Uploading reports 21:53:40 url: https://codecov.io 21:53:40 query: branch=master&commit=a51ca483c546cdc96e7bb715e831074902700d21&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 21:53:40 -> Pinging Codecov 21:53:40 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=a51ca483c546cdc96e7bb715e831074902700d21&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 21:53:40 -> Uploading to 21:53:40 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/05B643FFA8DEACB6C25F95B2D4D12284/a51ca483c546cdc96e7bb715e831074902700d21/22af0b07-a138-40c3-b252-461243537b31.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T215340Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c47fa70e9d32aabc844ddf502eb760fe5611964afda5b86d63ed2a8cf508237a 21:53:40 % Total % Received % Xferd Average Speed Time Time Time Current 21:53:40 Dload Upload Total Spent Left Speed 21:53:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1910 0 0 100 1910 0 3726 --:--:-- --:--:-- --:--:-- 3723 21:53:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] } 21:53:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:53:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:53:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:53:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:53:43 21:53:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:53:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:53:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:53:43 188c0c94c7c5: Pulling fs layer 21:53:43 0ef7d3d256c8: Pulling fs layer 21:53:43 de9db76c5a1d: Pulling fs layer 21:53:43 0eba1c9be4d2: Pulling fs layer 21:53:43 0d57e429df01: Pulling fs layer 21:53:43 4e4be7b47b0d: Pulling fs layer 21:53:43 e1f770b5df2f: Pulling fs layer 21:53:43 85a0685a4137: Pulling fs layer 21:53:43 0eba1c9be4d2: Waiting 21:53:43 0d57e429df01: Waiting 21:53:43 4e4be7b47b0d: Waiting 21:53:43 e1f770b5df2f: Waiting 21:53:43 85a0685a4137: Waiting 21:53:43 de9db76c5a1d: Verifying Checksum 21:53:43 de9db76c5a1d: Download complete 21:53:43 0ef7d3d256c8: Download complete 21:53:43 0d57e429df01: Download complete 21:53:43 4e4be7b47b0d: Verifying Checksum 21:53:43 4e4be7b47b0d: Download complete 21:53:43 188c0c94c7c5: Verifying Checksum 21:53:43 188c0c94c7c5: Download complete 21:53:45 188c0c94c7c5: Pull complete 21:53:45 0ef7d3d256c8: Pull complete 21:53:45 de9db76c5a1d: Pull complete 21:53:45 e1f770b5df2f: Verifying Checksum 21:53:45 e1f770b5df2f: Download complete 21:53:51 85a0685a4137: Verifying Checksum 21:53:51 85a0685a4137: Download complete 21:53:51 0eba1c9be4d2: Verifying Checksum 21:53:51 0eba1c9be4d2: Download complete 21:54:05 0eba1c9be4d2: Pull complete 21:54:05 0d57e429df01: Pull complete 21:54:05 4e4be7b47b0d: Pull complete 21:54:06 e1f770b5df2f: Pull complete 21:54:19 85a0685a4137: Pull complete 21:54:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:54:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:54:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:54:19 prd-centos7-docker-4c-2g-976 does not seem to be running inside a container 21:54:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:54:22 $ docker top 6ad06840c1b0993c6fbe21bebfdc280b3e8c44d308450f17f78a023dc30a8136 -eo pid,comm [Pipeline] { [Pipeline] echo 21:54:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:54:23 + set -o pipefail 21:54:23 + snyk monitor '--org=edgex-jenkins' 21:54:33 21:54:33 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... 21:54:33 21:54:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/9cbe44a8-6ffb-4625-ae6e-a4de4e5a883f 21:54:33 21:54:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:54:33 21:54:33 21:54:33 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:54:33 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:54:33 $ docker stop --time=1 6ad06840c1b0993c6fbe21bebfdc280b3e8c44d308450f17f78a023dc30a8136 21:54:36 $ docker rm -f 6ad06840c1b0993c6fbe21bebfdc280b3e8c44d308450f17f78a023dc30a8136 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:54:37 + git log --format=format:%s -1 a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] isUnix [Pipeline] sh 21:54:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:54:38 . [Pipeline] withDockerContainer 21:54:38 prd-centos7-docker-4c-2g-976 does not seem to be running inside a container 21:54:38 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:54:39 $ docker top fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:54:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:54:40 [ssh-agent] Looking for ssh-agent implementation... 21:54:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:54:40 $ docker exec fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 ssh-agent 21:54:41 SSH_AUTH_SOCK=/tmp/ssh-7k2DRlIpHwiI/agent.12 21:54:41 SSH_AGENT_PID=17 21:54:41 Running ssh-add (command line suppressed) 21:54:41 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1358772011204382684.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1358772011204382684.key) 21:54:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:54:42 + git semver tag 21:54:42 # -> Open(): unable to determine branch for HEAD 21:54:42 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 21:54:42 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 21:54:42 # $SEMVER_REMOTE_NAME = origin 21:54:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:54:42 # $SEMVER_USER_NAME = edgex-jenkins 21:54:42 # $SEMVER_BRANCH = master 21:54:42 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 21:54:42 # a51ca483c546cdc96e7bb715e831074902700d21 HEAD 21:54:42 # -> Force: false 21:54:42 # cf64bf590423c09c1be95f26b0a71ef9830fd9b6 refs/tags/v2.0.0-dev.5 [Pipeline] } 21:54:42 $ docker exec --env ******** --env ******** fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 ssh-agent -k 21:54:42 unset SSH_AUTH_SOCK; 21:54:42 unset SSH_AGENT_PID; 21:54:42 echo Agent pid 17 killed; 21:54:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:54:43 + git semver [Pipeline] } 21:54:43 $ docker stop --time=1 fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 21:54:45 $ docker rm -f fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:54:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:54:46 21:54:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:54:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:54:46 0.23.1-centos7: Pulling from edgex-lftools 21:54:46 ab5ef0e58194: Pulling fs layer 21:54:46 9712f1f96733: Pulling fs layer 21:54:46 63f879dbbcfc: Pulling fs layer 21:54:46 0d9ebad4ef96: Pulling fs layer 21:54:46 e9a5061849ea: Pulling fs layer 21:54:46 d747dcd14b5f: Pulling fs layer 21:54:46 2de7ff778b66: Pulling fs layer 21:54:46 0d9ebad4ef96: Waiting 21:54:46 e9a5061849ea: Waiting 21:54:46 d747dcd14b5f: Waiting 21:54:46 2de7ff778b66: Waiting 21:54:47 9712f1f96733: Verifying Checksum 21:54:47 9712f1f96733: Download complete 21:54:49 63f879dbbcfc: Verifying Checksum 21:54:49 63f879dbbcfc: Download complete 21:54:49 e9a5061849ea: Verifying Checksum 21:54:49 e9a5061849ea: Download complete 21:54:49 d747dcd14b5f: Verifying Checksum 21:54:49 d747dcd14b5f: Download complete 21:54:50 2de7ff778b66: Verifying Checksum 21:54:50 2de7ff778b66: Download complete 21:54:50 ab5ef0e58194: Verifying Checksum 21:54:50 ab5ef0e58194: Download complete 21:54:50 0d9ebad4ef96: Download complete 21:55:00 ab5ef0e58194: Pull complete 21:55:00 9712f1f96733: Pull complete 21:55:05 63f879dbbcfc: Pull complete 21:55:18 0d9ebad4ef96: Pull complete 21:55:21 e9a5061849ea: Pull complete 21:55:21 d747dcd14b5f: Pull complete 21:55:25 2de7ff778b66: Pull complete 21:55:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:55:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:55:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:55:26 prd-centos7-docker-4c-2g-976 does not seem to be running inside a container 21:55:26 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:55:31 $ docker top bf722a1a0cc1b15d7e2edb8dba96352bd8e811bc6d7067e35cfa0852dce192b1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:55:31 provisioning config files... 21:55:31 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6114140860874612719tmp 21:55:31 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2203291957720831387tmp 21:55:31 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config956668686300143500tmp [Pipeline] { [Pipeline] echo 21:55:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:55:32 ---> sigul-configuration.sh 21:55:32 gpg: directory `/root/.gnupg' created 21:55:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:55:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:55:32 gpg: keyring `/root/.gnupg/secring.gpg' created 21:55:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:55:32 gpg: CAST5 encrypted data 21:55:32 gpg: encrypted with 1 passphrase 21:55:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:55:33 + mkdir /home/jenkins 21:55:33 + mkdir /home/jenkins/sigul [Pipeline] sh 21:55:33 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:55:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:55:34 ---> sigul-install.sh 21:55:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:55:45 + git tag --list 21:55:45 v0.0.0 21:55:45 v0.1.0 21:55:45 v0.1.1 21:55:45 v0.1.10 21:55:45 v0.1.11 21:55:45 v0.1.12 21:55:45 v0.1.13 21:55:45 v0.1.14 21:55:45 v0.1.15 21:55:45 v0.1.16 21:55:45 v0.1.17 21:55:45 v0.1.18 21:55:45 v0.1.19 21:55:45 v0.1.2 21:55:45 v0.1.20 21:55:45 v0.1.21 21:55:45 v0.1.22 21:55:45 v0.1.23 21:55:45 v0.1.24 21:55:45 v0.1.25 21:55:45 v0.1.26 21:55:45 v0.1.27 21:55:45 v0.1.3 21:55:45 v0.1.4 21:55:45 v0.1.5 21:55:45 v0.1.6 21:55:45 v0.1.7 21:55:45 v0.1.8 21:55:45 v0.1.9 21:55:45 v2.0.0-dev.1 21:55:45 v2.0.0-dev.2 21:55:45 v2.0.0-dev.3 21:55:45 v2.0.0-dev.4 21:55:45 v2.0.0-dev.5 [Pipeline] sh 21:55:46 + lftools sign git-tag v2.0.0-dev.5 21:55:48 Signing Git tag with Sigul... 21:55:48 Signing v2.0.0-dev.5 [Pipeline] echo 21:55:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:55:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:55:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:55:50 $ docker stop --time=1 bf722a1a0cc1b15d7e2edb8dba96352bd8e811bc6d7067e35cfa0852dce192b1 21:55:53 $ docker rm -f bf722a1a0cc1b15d7e2edb8dba96352bd8e811bc6d7067e35cfa0852dce192b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:55:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:55:54 . [Pipeline] withDockerContainer 21:55:54 prd-centos7-docker-4c-2g-976 does not seem to be running inside a container 21:55:54 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:55:55 $ docker top 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:55:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:55:55 [ssh-agent] Looking for ssh-agent implementation... 21:55:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:55:56 $ docker exec 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc ssh-agent 21:55:56 SSH_AUTH_SOCK=/tmp/ssh-DgWPPht89rs8/agent.11 21:55:56 SSH_AGENT_PID=16 21:55:56 Running ssh-add (command line suppressed) 21:55:56 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5211857579685646788.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5211857579685646788.key) 21:55:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:55:56 + git semver bump pre 21:55:57 # -> Open(): unable to determine branch for HEAD 21:55:57 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 21:55:57 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 21:55:57 # $SEMVER_REMOTE_NAME = origin 21:55:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:55:57 # $SEMVER_USER_NAME = edgex-jenkins 21:55:57 # $SEMVER_BRANCH = master 21:55:57 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 21:55:57 2.0.0-dev.6 [Pipeline] } 21:55:57 $ docker exec --env ******** --env ******** 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc ssh-agent -k 21:55:57 unset SSH_AUTH_SOCK; 21:55:57 unset SSH_AGENT_PID; 21:55:57 echo Agent pid 16 killed; 21:55:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:55:57 + git semver [Pipeline] } 21:55:57 $ docker stop --time=1 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc 21:55:59 $ docker rm -f 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:56:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:00 . [Pipeline] withDockerContainer 21:56:00 prd-centos7-docker-4c-2g-976 does not seem to be running inside a container 21:56:00 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:56:03 $ docker top c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:56:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:03 [ssh-agent] Looking for ssh-agent implementation... 21:56:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:04 $ docker exec c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 ssh-agent 21:56:04 SSH_AUTH_SOCK=/tmp/ssh-2ULnBikBsQ7d/agent.11 21:56:04 SSH_AGENT_PID=16 21:56:04 Running ssh-add (command line suppressed) 21:56:05 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6237031804715939732.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6237031804715939732.key) 21:56:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:05 + git semver push 21:56:05 # -> Open(): unable to determine branch for HEAD 21:56:05 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 21:56:05 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 21:56:05 # $SEMVER_REMOTE_NAME = origin 21:56:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:56:05 # $SEMVER_USER_NAME = edgex-jenkins 21:56:05 # $SEMVER_BRANCH = master 21:56:05 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 21:56:09 $ docker exec --env ******** --env ******** c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 ssh-agent -k 21:56:10 unset SSH_AUTH_SOCK; 21:56:10 unset SSH_AGENT_PID; 21:56:10 echo Agent pid 16 killed; 21:56:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:56:10 + git semver [Pipeline] } 21:56:10 $ docker stop --time=1 c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 21:56:12 $ docker rm -f c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:56:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:56:14 ---> package-listing.sh 21:56:14 ++ facter osfamily 21:56:14 ++ tr '[:upper:]' '[:lower:]' 21:56:15 + OS_FAMILY=redhat 21:56:15 + workspace=/w/workspace/exfoundry_go-mod-registry_master 21:56:15 + START_PACKAGES=/tmp/packages_start.txt 21:56:15 + END_PACKAGES=/tmp/packages_end.txt 21:56:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:56:15 + PACKAGES=/tmp/packages_start.txt 21:56:15 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 21:56:15 + PACKAGES=/tmp/packages_end.txt 21:56:15 + case "${OS_FAMILY}" in 21:56:15 + rpm -qa 21:56:15 + sort 21:56:25 + '[' -f /tmp/packages_start.txt ']' 21:56:25 + '[' -f /tmp/packages_end.txt ']' 21:56:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:56:25 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 21:56:25 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 21:56:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] echo 21:56:25 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:56:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:56:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:56:26 21:56:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:56:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:56:26 alpine: Pulling from edgex-lftools-log-publisher 21:56:26 df20fa9351a1: Pulling fs layer 21:56:26 36b3adc4ff6f: Pulling fs layer 21:56:26 8ad3a11d3b57: Pulling fs layer 21:56:26 46f8f816bc3b: Pulling fs layer 21:56:26 93b61091891f: Pulling fs layer 21:56:26 93b9cdb0e59b: Pulling fs layer 21:56:26 5e14af77c1be: Pulling fs layer 21:56:26 01666e4c0597: Pulling fs layer 21:56:26 aa168da1d23b: Pulling fs layer 21:56:26 93b9cdb0e59b: Waiting 21:56:26 5e14af77c1be: Waiting 21:56:26 01666e4c0597: Waiting 21:56:26 46f8f816bc3b: Waiting 21:56:26 93b61091891f: Waiting 21:56:26 aa168da1d23b: Waiting 21:56:26 36b3adc4ff6f: Verifying Checksum 21:56:26 36b3adc4ff6f: Download complete 21:56:26 46f8f816bc3b: Verifying Checksum 21:56:26 46f8f816bc3b: Download complete 21:56:26 df20fa9351a1: Verifying Checksum 21:56:26 df20fa9351a1: Download complete 21:56:26 93b9cdb0e59b: Verifying Checksum 21:56:26 93b9cdb0e59b: Download complete 21:56:26 93b61091891f: Verifying Checksum 21:56:26 93b61091891f: Download complete 21:56:26 5e14af77c1be: Verifying Checksum 21:56:26 5e14af77c1be: Download complete 21:56:26 01666e4c0597: Verifying Checksum 21:56:26 01666e4c0597: Download complete 21:56:27 8ad3a11d3b57: Verifying Checksum 21:56:27 8ad3a11d3b57: Download complete 21:56:27 df20fa9351a1: Pull complete 21:56:28 36b3adc4ff6f: Pull complete 21:56:30 8ad3a11d3b57: Pull complete 21:56:30 46f8f816bc3b: Pull complete 21:56:32 93b61091891f: Pull complete 21:56:33 93b9cdb0e59b: Pull complete 21:56:33 5e14af77c1be: Pull complete 21:56:33 aa168da1d23b: Verifying Checksum 21:56:33 aa168da1d23b: Download complete 21:56:33 01666e4c0597: Pull complete 21:56:49 aa168da1d23b: Pull complete 21:56:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:56:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:56:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:56:49 prd-centos7-docker-4c-2g-976 does not seem to be running inside a container 21:56:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:56:55 $ docker top d0e77d311072b3be0f0954fbb72df4f4f4e4b9f65be1c0b27839a1c59814e1d1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:56 + touch /tmp/pre-build-complete [Pipeline] sh 21:56:57 + mkdir -p /var/log/sa [Pipeline] sh 21:56:58 + ls /var/log/sa-host 21:56:58 + sadf -c /var/log/sa-host/sa19 21:56:58 file_magic: OK 21:56:58 HZ: Using current value: 100 21:56:58 file_header: OK 21:56:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:56:58 Statistics: 21:56:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:56:58 File successfully converted to sysstat format version 12.2.1 21:56:58 + sadf -c /var/log/sa-host/sa23 21:56:58 file_magic: OK 21:56:58 HZ: Using current value: 100 21:56:58 file_header: OK 21:56:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:56:58 Statistics: 21:56:58 Hnuu...uuuununununu... 21:56:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:56:58 provisioning config files... 21:56:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config7041161935404244907tmp [Pipeline] { [Pipeline] echo 21:56:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:56:58 ---> create-netrc.sh [Pipeline] } 21:56:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:56:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:56:59 ---> python-tools-install.sh [Pipeline] echo 21:56:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:56:59 ---> sudo-logs.sh 21:56:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:57:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:57:00 ---> job-cost.sh 21:57:00 lf-activate-venv: SKIPPING 21:57:00 DEBUG: total: 0.20999999344348907 21:57:00 INFO: Retrieving Stack Cost... 21:57:01 INFO: Retrieving Pricing Info for: v1-standard-2 21:57:02 INFO: Archiving Costs [Pipeline] echo 21:57:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:57:02 ---> logs-deploy.sh 21:57:02 lf-activate-venv: SKIPPING 21:57:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/20 21:57:02 INFO: archiving workspace using pattern(s): 21:57:05 Archives upload complete. 21:57:06 INFO: archiving logs to Nexus 21:57:08 ---> uname -a: 21:57:08 Linux prd-centos7-docker-4c-2g-976.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:57:08 21:57:08 21:57:08 ---> lscpu: 21:57:08 Architecture: x86_64 21:57:08 CPU op-mode(s): 32-bit, 64-bit 21:57:08 Byte Order: Little Endian 21:57:08 Address sizes: 40 bits physical, 48 bits virtual 21:57:08 CPU(s): 4 21:57:08 On-line CPU(s) list: 0-3 21:57:08 Thread(s) per core: 1 21:57:08 Core(s) per socket: 1 21:57:08 Socket(s): 4 21:57:08 NUMA node(s): 1 21:57:08 Vendor ID: GenuineIntel 21:57:08 CPU family: 6 21:57:08 Model: 44 21:57:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:57:08 Stepping: 1 21:57:08 CPU MHz: 2933.438 21:57:08 BogoMIPS: 5866.87 21:57:08 Virtualization: VT-x 21:57:08 Hypervisor vendor: KVM 21:57:08 Virtualization type: full 21:57:08 L1d cache: 128 KiB 21:57:08 L1i cache: 128 KiB 21:57:08 L2 cache: 16 MiB 21:57:08 L3 cache: 64 MiB 21:57:08 NUMA node0 CPU(s): 0-3 21:57:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:57:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:57:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:57:08 Vulnerability Meltdown: Mitigation; PTI 21:57:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:57:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:57:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:57:08 Vulnerability Srbds: Not affected 21:57:08 Vulnerability Tsx async abort: Not affected 21:57:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:57:08 21:57:08 21:57:08 ---> nproc: 21:57:08 4 21:57:08 21:57:08 21:57:08 ---> df -h: 21:57:08 Filesystem Size Used Available Use% Mounted on 21:57:08 overlay 50.0G 8.5G 41.4G 17% / 21:57:08 tmpfs 64.0M 0 64.0M 0% /dev 21:57:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:57:08 shm 64.0M 0 64.0M 0% /dev/shm 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master@tmp 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:57:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:57:08 21:57:08