Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘prd-centos7-docker-4c-2g-3529’ Running on prd-centos7-docker-4c-2g-3531 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 > 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 Checking out Revision 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 # timeout=10 Commit message: "Merge pull request #73 from hahattan/mock" > git rev-list --no-walk 23c880232dfe79696a8daff8edae329d1d402b33 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:52:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:52:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:52:13 ========================================================= 15:52:13 EdgeX Global Pipelines Version Info 15:52:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:52:15 ------------------- 15:52:15 stable info: 15:52:15 ------------------- 15:52:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:52:15 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 15:52:15 Message: update stable to v1.0.191 15:52:16 ------------------- 15:52:16 experimental info: 15:52:16 ------------------- 15:52:16 Commited By: **** collab-it+edgex@linuxfoundation.org 15:52:16 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 15:52:16 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:52:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 15:52:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 15:52:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:52:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:52:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:52:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 15:52:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 188f4cd [Pipeline] echo 15:52:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:52:18 + git log --format=format:%s -1 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] echo 15:52:18 GIT_COMMIT: 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4, Commit Message: Merge pull request #73 from hahattan/mock [Pipeline] echo 15:52:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:52:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:19 15:52:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:52:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:20 latest: Pulling from edgex-devops/git-semver 15:52:20 31603596830f: Pulling fs layer 15:52:20 54011a49482f: Pulling fs layer 15:52:20 a6820b24f6d8: Pulling fs layer 15:52:20 f581987b2513: Pulling fs layer 15:52:20 f581987b2513: Waiting 15:52:20 54011a49482f: Verifying Checksum 15:52:20 54011a49482f: Download complete 15:52:20 31603596830f: Verifying Checksum 15:52:20 31603596830f: Download complete 15:52:20 a6820b24f6d8: Verifying Checksum 15:52:20 a6820b24f6d8: Download complete 15:52:20 f581987b2513: Verifying Checksum 15:52:20 f581987b2513: Download complete 15:52:20 31603596830f: Pull complete 15:52:21 54011a49482f: Pull complete 15:52:22 a6820b24f6d8: Pull complete 15:52:22 f581987b2513: Pull complete 15:52:22 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 15:52:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:52:23 prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container 15:52:23 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:52:25 $ docker top bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:52:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:25 [ssh-agent] Looking for ssh-agent implementation... 15:52:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:26 $ docker exec bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent 15:52:26 SSH_AUTH_SOCK=/tmp/ssh-pqlizBhX0yBk/agent.11 15:52:26 SSH_AGENT_PID=16 15:52:26 Running ssh-add (command line suppressed) 15:52:26 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2163604931180022842.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2163604931180022842.key) 15:52:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:27 + git tag --points-at HEAD [Pipeline] } 15:52:27 $ docker exec --env ******** --env ******** bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent -k 15:52:27 unset SSH_AUTH_SOCK; 15:52:27 unset SSH_AGENT_PID; 15:52:27 echo Agent pid 16 killed; 15:52:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:52:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:27 [ssh-agent] Looking for ssh-agent implementation... 15:52:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:27 $ docker exec bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent 15:52:28 SSH_AUTH_SOCK=/tmp/ssh-r2HtKdsRtBJh/agent.45 15:52:28 SSH_AGENT_PID=51 15:52:28 Running ssh-add (command line suppressed) 15:52:28 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7048032311802015680.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7048032311802015680.key) 15:52:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:28 + git semver init 15:52:28 # -> Open(): unable to determine branch for HEAD 15:52:28 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 15:52:28 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 15:52:28 # $SEMVER_REMOTE_NAME = origin 15:52:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:52:28 # $SEMVER_USER_NAME = edgex-jenkins 15:52:28 # $SEMVER_BRANCH = master 15:52:28 # $SEMVER_TEMP = /tmp/semver-812549673 15:52:28 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 15:52:29 # '/tmp/semver-812549673' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 15:52:29 # -> Force: false 15:52:29 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 15:52:29 $ docker exec --env ******** --env ******** bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent -k 15:52:29 unset SSH_AUTH_SOCK; 15:52:29 unset SSH_AGENT_PID; 15:52:29 echo Agent pid 51 killed; 15:52:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:52:30 + git semver [Pipeline] } 15:52:30 $ docker stop --time=1 bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 15:52:31 $ docker rm -f bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 [Pipeline] // withDockerContainer [Pipeline] sh 15:52:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:52:32 Stashed 1 file(s) [Pipeline] echo 15:52:32 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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 15:52:47 Still waiting to schedule task 15:52:47 ‘prd-centos7-docker-4c-2g-3533’ is offline 15:52:47 Still waiting to schedule task 15:52:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:54:56 Running on prd-centos7-docker-4c-2g-3535 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 15:54:56 Running in /w/workspace/go-mod-registry/22 [Pipeline] { [Pipeline] checkout 15:55:00 using credential edgex-jenkins-ssh 15:55:00 Cloning the remote Git repository 15:55:00 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 15:55:00 > git init /w/workspace/go-mod-registry/22 # timeout=10 15:55:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:55:00 > git --version # timeout=10 15:55:00 > git --version # 'git version 2.24.3' 15:55:00 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:55:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:55:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:55:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:55:03 Checking out Revision 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 (master) 15:55:03 > git config core.sparsecheckout # timeout=10 15:55:03 > git checkout -f 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 # timeout=10 15:55:07 Commit message: "Merge pull request #73 from hahattan/mock" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:55:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:55:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:55:09 + true 15:55:09 + sudo service docker restart 15:55:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:55:11 ========================================================= 15:55:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 15:55:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:55:11 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 15:55:12 Sending build context to Docker daemon 310.8kB 15:55:12 Step 1/7 : ARG BASE=golang:1.16-alpine 15:55:12 Step 2/7 : FROM ${BASE} 15:55:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 15:55:12 540db60ca938: Pulling fs layer 15:55:12 adcc1eea9eea: Pulling fs layer 15:55:12 4c4ab2625f07: Pulling fs layer 15:55:12 0510c868ecb4: Pulling fs layer 15:55:12 afea3b2eda06: Pulling fs layer 15:55:12 7809a108b3ef: Pulling fs layer 15:55:12 f706445af74f: Pulling fs layer 15:55:12 0510c868ecb4: Waiting 15:55:12 afea3b2eda06: Waiting 15:55:12 7809a108b3ef: Waiting 15:55:12 f706445af74f: Waiting 15:55:12 4c4ab2625f07: Download complete 15:55:12 adcc1eea9eea: Download complete 15:55:12 afea3b2eda06: Verifying Checksum 15:55:12 afea3b2eda06: Download complete 15:55:12 7809a108b3ef: Download complete 15:55:12 540db60ca938: Verifying Checksum 15:55:12 540db60ca938: Download complete 15:55:13 540db60ca938: Pull complete 15:55:13 adcc1eea9eea: Pull complete 15:55:13 4c4ab2625f07: Pull complete 15:55:14 f706445af74f: Verifying Checksum 15:55:14 f706445af74f: Download complete 15:55:15 0510c868ecb4: Verifying Checksum 15:55:15 0510c868ecb4: Download complete 15:55:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3534 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 15:55:19 Running in /w/workspace/go-mod-registry/22 [Pipeline] { [Pipeline] checkout 15:55:24 0510c868ecb4: Pull complete 15:55:24 afea3b2eda06: Pull complete 15:55:24 7809a108b3ef: Pull complete 15:55:25 using credential edgex-jenkins-ssh 15:55:25 Cloning the remote Git repository 15:55:25 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 15:55:25 > git init /w/workspace/go-mod-registry/22 # timeout=10 15:55:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:55:25 > git --version # timeout=10 15:55:25 > git --version # 'git version 2.17.1' 15:55:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:26 Checking out Revision 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 (master) 15:55:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:55:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:55:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:55:26 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:55:26 > git config core.sparsecheckout # timeout=10 15:55:26 > git checkout -f 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 # timeout=10 15:55:30 f706445af74f: Pull complete 15:55:30 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 15:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:55:30 ---> b068be0155e3 15:55:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:55:30 Commit message: "Merge pull request #73 from hahattan/mock" 15:55:31 ---> Running in 1435bb479c69 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:55:31 Removing intermediate container 1435bb479c69 15:55:31 ---> 59f8c6a71ffb 15:55:31 Step 4/7 : RUN apk add --update bash 15:55:31 ---> Running in 45dfe4e4e831 15:55:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:55:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:55:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:55:33 + true 15:55:33 + sudo service docker restart 15:55:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:55:34 OK: 149 MiB in 40 packages 15:55:35 Removing intermediate container 45dfe4e4e831 15:55:35 ---> 9ce86d850d86 15:55:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:55:35 ---> Running in e12e18fd80d0 [Pipeline] unstash 15:55:35 Removing intermediate container e12e18fd80d0 15:55:35 ---> 5ad7f2a5cdaf 15:55:35 Step 6/7 : COPY go.mod . [Pipeline] echo 15:55:35 ========================================================= 15:55:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 15:55:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:55:36 ---> 7fb4deac3af5 15:55:36 Step 7/7 : RUN go mod download 15:55:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 15:55:36 ---> Running in bc3f98264085 15:55:37 Sending build context to Docker daemon 309.8kB 15:55:37 Step 1/7 : ARG BASE=golang:1.16-alpine 15:55:37 Step 2/7 : FROM ${BASE} 15:55:37 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:55:37 595b0fe564bb: Pulling fs layer 15:55:37 7186ed65a4f7: Pulling fs layer 15:55:37 316046926c0a: Pulling fs layer 15:55:37 4ebd0625c992: Pulling fs layer 15:55:37 207e8628e3a3: Pulling fs layer 15:55:37 c791037a9be2: Pulling fs layer 15:55:37 ffd874e62e21: Pulling fs layer 15:55:37 c791037a9be2: Waiting 15:55:37 4ebd0625c992: Waiting 15:55:37 207e8628e3a3: Waiting 15:55:37 ffd874e62e21: Waiting 15:55:37 316046926c0a: Verifying Checksum 15:55:37 316046926c0a: Download complete 15:55:37 7186ed65a4f7: Verifying Checksum 15:55:37 7186ed65a4f7: Download complete 15:55:37 207e8628e3a3: Verifying Checksum 15:55:37 c791037a9be2: Verifying Checksum 15:55:37 c791037a9be2: Download complete 15:55:37 595b0fe564bb: Verifying Checksum 15:55:37 595b0fe564bb: Download complete 15:55:38 595b0fe564bb: Pull complete 15:55:38 7186ed65a4f7: Pull complete 15:55:39 316046926c0a: Pull complete 15:55:39 ffd874e62e21: Verifying Checksum 15:55:39 ffd874e62e21: Download complete 15:55:41 4ebd0625c992: Verifying Checksum 15:55:41 4ebd0625c992: Download complete 15:55:51 4ebd0625c992: Pull complete 15:55:51 207e8628e3a3: Pull complete 15:55:51 c791037a9be2: Pull complete 15:55:51 Removing intermediate container bc3f98264085 15:55:51 ---> c0eeda75279d 15:55:51 Successfully built c0eeda75279d 15:55:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:55:51 + docker inspect -f . ci-base-image-x86_64 15:55:51 . [Pipeline] withDockerContainer 15:55:52 prd-centos7-docker-4c-2g-3535 does not seem to be running inside a container 15:55:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-x86_64 cat 15:55:53 $ docker top 47ca982360bd26659f60f1099c9f24cea809b828f22c75cd483f245f85904e95 -eo pid,comm [Pipeline] { [Pipeline] sh 15:55:53 + go version 15:55:53 go version go1.16.3 linux/amd64 [Pipeline] } 15:55:53 $ docker stop --time=1 47ca982360bd26659f60f1099c9f24cea809b828f22c75cd483f245f85904e95 15:55:54 ffd874e62e21: Pull complete 15:55:54 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 15:55:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:55:54 ---> cfc18b08335c 15:55:54 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 15:55:55 $ docker rm -f 47ca982360bd26659f60f1099c9f24cea809b828f22c75cd483f245f85904e95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:55:55 + docker inspect -f . ci-base-image-x86_64 15:55:55 . [Pipeline] withDockerContainer 15:55:55 prd-centos7-docker-4c-2g-3535 does not seem to be running inside a container 15:55:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-x86_64 cat 15:55:56 $ docker top fbdc76777feb751a720d0bbe77b32b3c19c7b9a1a65725861f70e2cb02255b7b -eo pid,comm [Pipeline] { [Pipeline] sh 15:55:57 + go mod tidy [Pipeline] sh 15:55:57 + make test 15:55:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:55:58 ---> Running in ca09891776ed 15:55:58 Removing intermediate container ca09891776ed 15:55:58 ---> eb148de9d835 15:55:58 Step 4/7 : RUN apk add --update bash 15:55:58 ---> Running in f841760cb8e4 15:56:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:56:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:56:01 OK: 138 MiB in 40 packages 15:56:03 Removing intermediate container f841760cb8e4 15:56:03 ---> 4493f04afac3 15:56:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:56:03 ---> Running in e924de58a583 15:56:03 Removing intermediate container e924de58a583 15:56:03 ---> 7daac9887388 15:56:03 Step 6/7 : COPY go.mod . 15:56:04 ---> 32f2658debbd 15:56:04 Step 7/7 : RUN go mod download 15:56:04 ---> Running in c21437ec4083 15:56:16 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.167s coverage: 88.8% of statements 15:56:16 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 15:56:16 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.035s coverage: 85.7% of statements 15:56:16 ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] 15:56:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:56:22 Removing intermediate container c21437ec4083 15:56:22 ---> 155890760fc7 15:56:22 Successfully built 155890760fc7 15:56:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:56:22 gofmt -l . 15:56:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:56:22 $ docker stop --time=1 fbdc76777feb751a720d0bbe77b32b3c19c7b9a1a65725861f70e2cb02255b7b 15:56:23 + docker inspect -f . ci-base-image-arm64 15:56:23 . 15:56:25 $ docker rm -f fbdc76777feb751a720d0bbe77b32b3c19c7b9a1a65725861f70e2cb02255b7b [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 15:56:25 prd-ubuntu18.04-docker-arm64-4c-16g-3534 does not seem to be running inside a container 15:56:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-arm64 cat 15:56:27 $ docker top 54700b94017ab5105444ea5e88ce095ee2a15850be87befee714824f1dac905c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 15:56:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:56:28 + go version 15:56:28 go version go1.16.3 linux/arm64 [Pipeline] } 15:56:28 $ docker stop --time=1 54700b94017ab5105444ea5e88ce095ee2a15850be87befee714824f1dac905c 15:56:28 Stashed 1 file(s) 15:56:30 $ docker rm -f 54700b94017ab5105444ea5e88ce095ee2a15850be87befee714824f1dac905c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 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 15:56:31 + docker inspect -f . ci-base-image-arm64 15:56:31 . [Pipeline] libraryResource [Pipeline] sh [Pipeline] withDockerContainer 15:56:31 prd-ubuntu18.04-docker-arm64-4c-16g-3534 does not seem to be running inside a container 15:56:31 ---> job-cost.sh 15:56:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mol1 15:56:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-arm64 cat 15:56:33 $ docker top 9157198fbd24594ad529f854c91e62d3967b8333a8a32bfff71eeb298bea6215 -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:34 + go mod tidy [Pipeline] sh 15:56:35 + make test 15:56:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:56:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:57:07 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.105s coverage: 88.8% of statements 15:57:07 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 15:57:07 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.013s coverage: 85.7% of statements 15:57:07 ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] 15:57:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:57:22 gofmt -l . 15:57:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:57:22 $ docker stop --time=1 9157198fbd24594ad529f854c91e62d3967b8333a8a32bfff71eeb298bea6215 15:57:24 $ docker rm -f 9157198fbd24594ad529f854c91e62d3967b8333a8a32bfff71eeb298bea6215 [Pipeline] // withDockerContainer [Pipeline] sh 15:57:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:57:25 Warning: overwriting stash ‘coverage-report’ 15:57:26 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 15:57:26 ---> job-cost.sh 15:57:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zPrD 15:57:28 lf-activate-venv(): INFO: Adding /tmp/venv-mol1/bin to PATH 15:57:28 INFO: No Stack... 15:57:28 INFO: Retrieving Pricing Info for: v1-standard-2 15:57:28 INFO: Archiving Costs [Pipeline] sh 15:57:29 + cat /w/workspace/go-mod-registry/22/archives/cost.csv 15:57:29 + cut -d, -f6 [Pipeline] lock 15:57:29 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] 15:57:29 Resource [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] did not exist. Created. 15:57:29 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:57:29 + echo total: 0.029999999329447746 [Pipeline] stash 15:57:29 Stashed 1 file(s) [Pipeline] } 15:57:29 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:58:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:59:27 lf-activate-venv(): INFO: Adding /tmp/venv-zPrD/bin to PATH 15:59:27 INFO: No Stack... 15:59:27 INFO: Retrieving Pricing Info for: lf-standard-4 15:59:27 INFO: Archiving Costs [Pipeline] sh 15:59:28 + cat /w/workspace/go-mod-registry/22/archives/cost.csv 15:59:28 + cut -d, -f6 [Pipeline] lock 15:59:28 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] 15:59:28 Resource [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] did not exist. Created. 15:59:28 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:59:28 /w/workspace/go-mod-registry/22@tmp/durable-79620493/script.sh: 1: /w/workspace/go-mod-registry/22@tmp/durable-79620493/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:59:28 + echo total: 0.20999999344348907 [Pipeline] stash 15:59:28 Warning: overwriting stash ‘stack-cost’ 15:59:29 Stashed 1 file(s) [Pipeline] } 15:59:29 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-22-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 15:59:29 provisioning config files... 15:59:29 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config445402478960206543tmp [Pipeline] { [Pipeline] sh 15:59:30 + set +x 15:59:30 + curl -s https://codecov.io/bash 15:59:30 + bash -s -- 15:59:30 15:59:30 _____ _ 15:59:30 / ____| | | 15:59:30 | | ___ __| | ___ ___ _____ __ 15:59:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:59:30 | |___| (_) | (_| | __/ (_| (_) \ V / 15:59:30 \_____\___/ \__,_|\___|\___\___/ \_/ 15:59:30 Bash-1.0.2 15:59:30 15:59:30 15:59:30 ==> git version 2.24.3 found 15:59:30 ==> 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 15:59:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:59:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:59:30 ==> Jenkins CI detected. 15:59:30 project root: . 15:59:30 --> token set from env 15:59:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:59:30 ==> Running gcov in . (disable via -X gcov) 15:59:30 ==> Python coveragepy not found 15:59:30 ==> Searching for coverage reports in: 15:59:30 + . 15:59:30 -> Found 1 reports 15:59:30 ==> Detecting git/mercurial file structure 15:59:30 ==> Reading reports 15:59:30 + ./coverage.out bytes=9746 15:59:30 ==> Appending adjustments 15:59:30 https://docs.codecov.io/docs/fixing-reports 15:59:30 + Found adjustments 15:59:30 ==> Gzipping contents 15:59:30 4.0K /tmp/codecov.Q1jnWN.gz 15:59:30 ==> Uploading reports 15:59:30 url: https://codecov.io 15:59:30 query: branch=master&commit=188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 15:59:30 -> Pinging Codecov 15:59:30 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 15:59:31 -> Uploading to 15:59:31 https://storage.googleapis.com/codecov/v4/raw/2021-05-07/05B643FFA8DEACB6C25F95B2D4D12284/188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4/3ae40f98-88a6-4604-9181-b2f7c9c3a865.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T155930Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a66a9f3afe88add1dfdc8110a5a94d5238c3059d14793b030ba7085538a14001 15:59:31 % Total % Received % Xferd Average Speed Time Time Time Current 15:59:31 Dload Upload Total Spent Left Speed 15:59:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1975 0 0 100 1975 0 4697 --:--:-- --:--:-- --:--:-- 4702 15:59:31 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] } 15:59:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:59:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:59:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:59:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:59:32 15:59:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:59:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:59:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:59:33 188c0c94c7c5: Pulling fs layer 15:59:33 0ef7d3d256c8: Pulling fs layer 15:59:33 de9db76c5a1d: Pulling fs layer 15:59:33 0eba1c9be4d2: Pulling fs layer 15:59:33 0d57e429df01: Pulling fs layer 15:59:33 4e4be7b47b0d: Pulling fs layer 15:59:33 e1f770b5df2f: Pulling fs layer 15:59:33 85a0685a4137: Pulling fs layer 15:59:33 0eba1c9be4d2: Waiting 15:59:33 0d57e429df01: Waiting 15:59:33 4e4be7b47b0d: Waiting 15:59:33 e1f770b5df2f: Waiting 15:59:33 85a0685a4137: Waiting 15:59:33 de9db76c5a1d: Download complete 15:59:33 0ef7d3d256c8: Download complete 15:59:33 0d57e429df01: Verifying Checksum 15:59:33 0d57e429df01: Download complete 15:59:33 4e4be7b47b0d: Download complete 15:59:33 188c0c94c7c5: Verifying Checksum 15:59:33 188c0c94c7c5: Download complete 15:59:34 188c0c94c7c5: Pull complete 15:59:34 0ef7d3d256c8: Pull complete 15:59:34 de9db76c5a1d: Pull complete 15:59:35 e1f770b5df2f: Verifying Checksum 15:59:35 e1f770b5df2f: Download complete 15:59:38 0eba1c9be4d2: Verifying Checksum 15:59:38 0eba1c9be4d2: Download complete 15:59:39 85a0685a4137: Verifying Checksum 15:59:39 85a0685a4137: Download complete 15:59:47 0eba1c9be4d2: Pull complete 15:59:47 0d57e429df01: Pull complete 15:59:47 4e4be7b47b0d: Pull complete 15:59:49 e1f770b5df2f: Pull complete 15:59:59 85a0685a4137: Pull complete 15:59:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:59:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:59:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:00:00 prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container 16:00:00 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:00:02 $ docker top cc821a835010c2e034cc158a8010d81a3a2ec5d688360448fa331cdcf6c19f3d -eo pid,comm [Pipeline] { [Pipeline] echo 16:00:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:00:02 + set -o pipefail 16:00:02 + snyk monitor '--org=edgex-jenkins' 16:00:21 16:00:21 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... 16:00:21 16:00:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/5481c817-3e83-4289-bcd8-e5a98ff3ac3e 16:00:21 16:00:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:00:21 16:00:24 [Pipeline] } 16:00:24 $ docker stop --time=1 cc821a835010c2e034cc158a8010d81a3a2ec5d688360448fa331cdcf6c19f3d 16:00:26 $ docker rm -f cc821a835010c2e034cc158a8010d81a3a2ec5d688360448fa331cdcf6c19f3d [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 16:00:27 + git log --format=format:%s -1 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] isUnix [Pipeline] sh 16:00:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:00:27 . [Pipeline] withDockerContainer 16:00:28 prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container 16:00:28 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:00:29 $ docker top 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:00:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:00:29 [ssh-agent] Looking for ssh-agent implementation... 16:00:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:00:29 $ docker exec 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d ssh-agent 16:00:30 SSH_AUTH_SOCK=/tmp/ssh-rLkx2tCOJQOP/agent.11 16:00:30 SSH_AGENT_PID=16 16:00:30 Running ssh-add (command line suppressed) 16:00:30 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5255695334924707089.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5255695334924707089.key) 16:00:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:00:30 + git semver tag 16:00:30 # -> Open(): unable to determine branch for HEAD 16:00:30 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 16:00:30 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 16:00:30 # $SEMVER_REMOTE_NAME = origin 16:00:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:00:30 # $SEMVER_USER_NAME = edgex-jenkins 16:00:30 # $SEMVER_BRANCH = master 16:00:30 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 16:00:31 # 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 HEAD 16:00:31 # -> Force: false 16:00:31 # c967ea86232f737cb90af4404a07622d4f98e6f3 refs/tags/v2.0.0-dev.7 [Pipeline] } 16:00:31 $ docker exec --env ******** --env ******** 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d ssh-agent -k 16:00:31 unset SSH_AUTH_SOCK; 16:00:31 unset SSH_AGENT_PID; 16:00:31 echo Agent pid 16 killed; 16:00:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:00:31 + git semver [Pipeline] } 16:00:31 $ docker stop --time=1 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d 16:00:33 $ docker rm -f 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:00:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:00:33 16:00:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:00:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:00:34 0.23.1-centos7: Pulling from edgex-lftools 16:00:34 ab5ef0e58194: Pulling fs layer 16:00:34 9712f1f96733: Pulling fs layer 16:00:34 63f879dbbcfc: Pulling fs layer 16:00:34 0d9ebad4ef96: Pulling fs layer 16:00:34 e9a5061849ea: Pulling fs layer 16:00:34 d747dcd14b5f: Pulling fs layer 16:00:34 2de7ff778b66: Pulling fs layer 16:00:34 0d9ebad4ef96: Waiting 16:00:34 e9a5061849ea: Waiting 16:00:34 d747dcd14b5f: Waiting 16:00:34 2de7ff778b66: Waiting 16:00:34 9712f1f96733: Verifying Checksum 16:00:34 9712f1f96733: Download complete 16:00:36 63f879dbbcfc: Verifying Checksum 16:00:36 63f879dbbcfc: Download complete 16:00:36 e9a5061849ea: Verifying Checksum 16:00:36 e9a5061849ea: Download complete 16:00:36 d747dcd14b5f: Verifying Checksum 16:00:36 d747dcd14b5f: Download complete 16:00:37 2de7ff778b66: Verifying Checksum 16:00:37 2de7ff778b66: Download complete 16:00:38 0d9ebad4ef96: Verifying Checksum 16:00:38 0d9ebad4ef96: Download complete 16:00:38 ab5ef0e58194: Verifying Checksum 16:00:38 ab5ef0e58194: Download complete 16:00:45 ab5ef0e58194: Pull complete 16:00:45 9712f1f96733: Pull complete 16:00:47 63f879dbbcfc: Pull complete 16:01:00 0d9ebad4ef96: Pull complete 16:01:01 e9a5061849ea: Pull complete 16:01:01 d747dcd14b5f: Pull complete 16:01:05 2de7ff778b66: Pull complete 16:01:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:01:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:01:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:01:05 prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container 16:01:05 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:01:09 $ docker top 464f176ab8aada6e10da7f6d186667e5c2ebc2cd2106c8f8f7dad3d7235a7250 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:01:10 provisioning config files... 16:01:10 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config25832702608530285tmp 16:01:10 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2558838115298379618tmp 16:01:10 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6870831692991093856tmp [Pipeline] { [Pipeline] echo 16:01:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:01:10 ---> sigul-configuration.sh 16:01:10 gpg: directory `/root/.gnupg' created 16:01:10 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:01:10 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:01:10 gpg: keyring `/root/.gnupg/secring.gpg' created 16:01:10 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:01:10 gpg: CAST5 encrypted data 16:01:10 gpg: encrypted with 1 passphrase 16:01:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:01:11 + mkdir /home/jenkins 16:01:11 + mkdir /home/jenkins/sigul [Pipeline] sh 16:01:11 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:01:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:01:12 ---> sigul-install.sh 16:01:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:01:21 + git tag --list 16:01:21 v0.0.0 16:01:21 v0.1.0 16:01:21 v0.1.1 16:01:21 v0.1.10 16:01:21 v0.1.11 16:01:21 v0.1.12 16:01:21 v0.1.13 16:01:21 v0.1.14 16:01:21 v0.1.15 16:01:21 v0.1.16 16:01:21 v0.1.17 16:01:21 v0.1.18 16:01:21 v0.1.19 16:01:21 v0.1.2 16:01:21 v0.1.20 16:01:21 v0.1.21 16:01:21 v0.1.22 16:01:21 v0.1.23 16:01:21 v0.1.24 16:01:21 v0.1.25 16:01:21 v0.1.26 16:01:21 v0.1.27 16:01:21 v0.1.3 16:01:21 v0.1.4 16:01:21 v0.1.5 16:01:21 v0.1.6 16:01:21 v0.1.7 16:01:21 v0.1.8 16:01:21 v0.1.9 16:01:21 v2.0.0-dev.1 16:01:21 v2.0.0-dev.2 16:01:21 v2.0.0-dev.3 16:01:21 v2.0.0-dev.4 16:01:21 v2.0.0-dev.5 16:01:21 v2.0.0-dev.6 16:01:21 v2.0.0-dev.7 [Pipeline] sh 16:01:21 + lftools sign git-tag v2.0.0-dev.7 16:01:23 Signing Git tag with Sigul... 16:01:23 Signing v2.0.0-dev.7 [Pipeline] echo 16:01:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:01:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:01:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:01:24 $ docker stop --time=1 464f176ab8aada6e10da7f6d186667e5c2ebc2cd2106c8f8f7dad3d7235a7250 16:01:26 $ docker rm -f 464f176ab8aada6e10da7f6d186667e5c2ebc2cd2106c8f8f7dad3d7235a7250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:01:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:01:27 . [Pipeline] withDockerContainer 16:01:27 prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container 16:01:27 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:01:28 $ docker top 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:01:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:01:29 [ssh-agent] Looking for ssh-agent implementation... 16:01:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:01:29 $ docker exec 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 ssh-agent 16:01:29 SSH_AUTH_SOCK=/tmp/ssh-Li7emATvPZCG/agent.12 16:01:29 SSH_AGENT_PID=17 16:01:29 Running ssh-add (command line suppressed) 16:01:30 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8532704894723418357.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8532704894723418357.key) 16:01:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:01:30 + git semver bump pre 16:01:30 # -> Open(): unable to determine branch for HEAD 16:01:30 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 16:01:30 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 16:01:30 # $SEMVER_REMOTE_NAME = origin 16:01:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:01:30 # $SEMVER_USER_NAME = edgex-jenkins 16:01:30 # $SEMVER_BRANCH = master 16:01:30 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 16:01:30 2.0.0-dev.8 [Pipeline] } 16:01:30 $ docker exec --env ******** --env ******** 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 ssh-agent -k 16:01:31 unset SSH_AUTH_SOCK; 16:01:31 unset SSH_AGENT_PID; 16:01:31 echo Agent pid 17 killed; 16:01:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:01:31 + git semver [Pipeline] } 16:01:31 $ docker stop --time=1 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 16:01:33 $ docker rm -f 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:01:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:01:34 . [Pipeline] withDockerContainer 16:01:34 prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container 16:01:34 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:01:35 $ docker top 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:01:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:01:35 [ssh-agent] Looking for ssh-agent implementation... 16:01:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:01:36 $ docker exec 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 ssh-agent 16:01:36 SSH_AUTH_SOCK=/tmp/ssh-kBqLerpCx9ps/agent.13 16:01:36 SSH_AGENT_PID=18 16:01:36 Running ssh-add (command line suppressed) 16:01:36 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_366304753966265588.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_366304753966265588.key) 16:01:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:01:37 + git semver push 16:01:37 # -> Open(): unable to determine branch for HEAD 16:01:37 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 16:01:37 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 16:01:37 # $SEMVER_REMOTE_NAME = origin 16:01:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:01:37 # $SEMVER_USER_NAME = edgex-jenkins 16:01:37 # $SEMVER_BRANCH = master 16:01:37 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 16:01:41 $ docker exec --env ******** --env ******** 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 ssh-agent -k 16:01:41 unset SSH_AUTH_SOCK; 16:01:41 unset SSH_AGENT_PID; 16:01:41 echo Agent pid 18 killed; 16:01:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:01:41 + git semver [Pipeline] } 16:01:41 $ docker stop --time=1 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 16:01:43 $ docker rm -f 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 [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 16:01:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:01:45 ---> package-listing.sh 16:01:45 ++ facter osfamily 16:01:45 ++ tr '[:upper:]' '[:lower:]' 16:01:45 + OS_FAMILY=redhat 16:01:45 + workspace=/w/workspace/exfoundry_go-mod-registry_master 16:01:45 + START_PACKAGES=/tmp/packages_start.txt 16:01:45 + END_PACKAGES=/tmp/packages_end.txt 16:01:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:01:45 + PACKAGES=/tmp/packages_start.txt 16:01:45 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 16:01:45 + PACKAGES=/tmp/packages_end.txt 16:01:45 + case "${OS_FAMILY}" in 16:01:45 + rpm -qa 16:01:45 + sort 16:01:50 + '[' -f /tmp/packages_start.txt ']' 16:01:50 + '[' -f /tmp/packages_end.txt ']' 16:01:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:01:50 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 16:01:50 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 16:01:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] echo 16:01:50 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 16:01:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:01:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:51 16:01:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:01:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:01:51 alpine: Pulling from edgex-lftools-log-publisher 16:01:51 df20fa9351a1: Pulling fs layer 16:01:51 36b3adc4ff6f: Pulling fs layer 16:01:51 8ad3a11d3b57: Pulling fs layer 16:01:51 46f8f816bc3b: Pulling fs layer 16:01:51 93b61091891f: Pulling fs layer 16:01:51 93b9cdb0e59b: Pulling fs layer 16:01:51 5e14af77c1be: Pulling fs layer 16:01:51 01666e4c0597: Pulling fs layer 16:01:51 aa168da1d23b: Pulling fs layer 16:01:51 93b9cdb0e59b: Waiting 16:01:51 5e14af77c1be: Waiting 16:01:51 01666e4c0597: Waiting 16:01:51 aa168da1d23b: Waiting 16:01:51 46f8f816bc3b: Waiting 16:01:51 93b61091891f: Waiting 16:01:51 36b3adc4ff6f: Verifying Checksum 16:01:51 36b3adc4ff6f: Download complete 16:01:51 46f8f816bc3b: Verifying Checksum 16:01:51 46f8f816bc3b: Download complete 16:01:52 df20fa9351a1: Download complete 16:01:52 93b9cdb0e59b: Verifying Checksum 16:01:52 93b9cdb0e59b: Download complete 16:01:52 5e14af77c1be: Verifying Checksum 16:01:52 5e14af77c1be: Download complete 16:01:52 93b61091891f: Download complete 16:01:52 01666e4c0597: Verifying Checksum 16:01:52 01666e4c0597: Download complete 16:01:52 8ad3a11d3b57: Verifying Checksum 16:01:52 8ad3a11d3b57: Download complete 16:01:52 df20fa9351a1: Pull complete 16:01:53 36b3adc4ff6f: Pull complete 16:01:54 8ad3a11d3b57: Pull complete 16:01:54 46f8f816bc3b: Pull complete 16:01:55 93b61091891f: Pull complete 16:01:55 aa168da1d23b: Verifying Checksum 16:01:55 aa168da1d23b: Download complete 16:01:55 93b9cdb0e59b: Pull complete 16:01:55 5e14af77c1be: Pull complete 16:01:55 01666e4c0597: Pull complete 16:02:04 aa168da1d23b: Pull complete 16:02:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:02:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:02:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:02:04 prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container 16:02:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:02:07 $ docker top b1e749c0e9714ea56519db55ba640e26b078871f9619b8f57f02c4e1dfd52f35 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:07 + touch /tmp/pre-build-complete [Pipeline] sh 16:02:08 + mkdir -p /var/log/sa [Pipeline] sh 16:02:08 + ls /var/log/sa-host 16:02:08 + sadf -c /var/log/sa-host/sa07 16:02:08 file_magic: OK 16:02:08 HZ: Using current value: 100 16:02:08 file_header: OK 16:02:08 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 16:02:08 Statistics: 16:02:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:02:08 File successfully converted to sysstat format version 12.2.1 16:02:08 + sadf -c /var/log/sa-host/sa23 16:02:08 file_magic: OK 16:02:08 HZ: Using current value: 100 16:02:08 file_header: OK 16:02:08 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 16:02:08 Statistics: 16:02:08 Hnuu...uuuununununu... 16:02:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:02:09 provisioning config files... 16:02:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config4050893554345788512tmp [Pipeline] { [Pipeline] echo 16:02:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:02:09 ---> create-netrc.sh [Pipeline] } 16:02:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:02:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:02:09 ---> python-tools-install.sh [Pipeline] echo 16:02:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:02:10 ---> sudo-logs.sh 16:02:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:02:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:02:10 ---> job-cost.sh 16:02:10 lf-activate-venv: SKIPPING 16:02:10 DEBUG: total: 0.20999999344348907 16:02:10 INFO: Retrieving Stack Cost... 16:02:11 INFO: Retrieving Pricing Info for: v1-standard-2 16:02:11 INFO: Archiving Costs [Pipeline] echo 16:02:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:02:12 ---> logs-deploy.sh 16:02:12 lf-activate-venv: SKIPPING 16:02:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/22 16:02:12 INFO: archiving workspace using pattern(s): 16:02:14 Archives upload complete. 16:02:14 INFO: archiving logs to Nexus 16:02:15 ---> uname -a: 16:02:15 Linux prd-centos7-docker-4c-2g-3531.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:02:15 16:02:15 16:02:15 ---> lscpu: 16:02:15 Architecture: x86_64 16:02:15 CPU op-mode(s): 32-bit, 64-bit 16:02:15 Byte Order: Little Endian 16:02:15 Address sizes: 40 bits physical, 48 bits virtual 16:02:15 CPU(s): 4 16:02:15 On-line CPU(s) list: 0-3 16:02:15 Thread(s) per core: 1 16:02:15 Core(s) per socket: 1 16:02:15 Socket(s): 4 16:02:15 NUMA node(s): 1 16:02:15 Vendor ID: GenuineIntel 16:02:15 CPU family: 6 16:02:15 Model: 44 16:02:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:02:15 Stepping: 1 16:02:15 CPU MHz: 2933.436 16:02:15 BogoMIPS: 5866.87 16:02:15 Virtualization: VT-x 16:02:15 Hypervisor vendor: KVM 16:02:15 Virtualization type: full 16:02:15 L1d cache: 128 KiB 16:02:15 L1i cache: 128 KiB 16:02:15 L2 cache: 16 MiB 16:02:15 L3 cache: 64 MiB 16:02:15 NUMA node0 CPU(s): 0-3 16:02:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:02:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:02:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:02:15 Vulnerability Meltdown: Mitigation; PTI 16:02:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:02:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:02:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:02:15 Vulnerability Srbds: Not affected 16:02:15 Vulnerability Tsx async abort: Not affected 16:02:15 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 16:02:15 16:02:15 16:02:15 ---> nproc: 16:02:15 4 16:02:15 16:02:15 16:02:15 ---> df -h: 16:02:15 Filesystem Size Used Available Use% Mounted on 16:02:15 overlay 50.0G 8.5G 41.4G 17% / 16:02:15 tmpfs 64.0M 0 64.0M 0% /dev 16:02:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:02:15 shm 64.0M 0 64.0M 0% /dev/shm 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master@tmp 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:02:15 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:02:15 16:02:15 16:02:15 ---> free -m: 16:02:15 total used free shared buff/cache available 16:02:15 Mem: 1837 835 148 0 854 936 16:02:15 Swap: 1023 3 1020 16:02:15 16:02:15 16:02:15 ---> ip addr: 16:02:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:02:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:02:15 inet 127.0.0.1/8 scope host lo 16:02:15 valid_lft forever preferred_lft forever 16:02:15 inet6 ::1/128 scope host 16:02:15 valid_lft forever preferred_lft forever 16:02:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:02:15 link/ether fa:16:3e:44:d1:3d brd ff:ff:ff:ff:ff:ff 16:02:15 inet 10.30.122.27/23 brd 10.30.123.255 scope global dynamic eth0 16:02:15 valid_lft 85760sec preferred_lft 85760sec 16:02:15 inet6 fe80::f816:3eff:fe44:d13d/64 scope link 16:02:15 valid_lft forever preferred_lft forever 16:02:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:02:15 link/ether 02:42:6b:1c:a6:df brd ff:ff:ff:ff:ff:ff 16:02:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:02:15 valid_lft forever preferred_lft forever 16:02:15 inet6 fe80::42:6bff:fe1c:a6df/64 scope link 16:02:15 valid_lft forever preferred_lft forever 16:02:15 16:02:15 16:02:15 ---> sar -b -r -n DEV: 16:02:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 16:02:15 16:02:15 15:51:22 LINUX RESTART (4 CPU) 16:02:15 16:02:15 15:52:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:02:15 15:53:01 53.88 15.06 38.82 0.00 4968.78 3709.64 0.00 16:02:15 15:54:01 0.60 0.00 0.60 0.00 0.00 12.19 0.00 16:02:15 15:55:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 16:02:15 15:56:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 16:02:15 15:57:01 0.23 0.00 0.23 0.00 0.00 3.64 0.00 16:02:15 15:58:01 0.30 0.00 0.30 0.00 0.00 4.33 0.00 16:02:15 15:59:01 0.22 0.00 0.22 0.00 0.00 2.38 0.00 16:02:15 16:00:01 224.49 131.89 92.60 0.00 6230.04 33238.26 0.00 16:02:15 16:01:02 181.07 71.53 109.54 0.00 3202.66 24843.04 0.00 16:02:15 16:02:01 187.34 94.74 92.59 0.00 7150.82 25793.75 0.00 16:02:15 Average: 64.81 31.33 33.49 0.00 2141.66 8765.44 0.00 16:02:15 16:02:15 15:52:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:02:15 15:53:01 134744 0 615544 32.71 2620 1128636 1118732 38.18 445656 1099684 20 16:02:15 15:54:01 141468 0 608808 32.36 2620 1128648 1086204 37.07 442896 1096808 20 16:02:15 15:55:01 142092 0 608180 32.32 2620 1128652 1072028 36.59 441844 1097772 16 16:02:15 15:56:01 139200 0 611072 32.48 2620 1128652 1072160 36.59 444432 1097772 20 16:02:15 15:57:01 138800 0 611464 32.50 2620 1128660 1072184 36.59 441612 1101124 20 16:02:15 15:58:01 140712 0 609548 32.40 2620 1128664 1071848 36.58 439580 1101124 12 16:02:15 15:59:01 141344 0 608912 32.36 2620 1128668 1071800 36.58 439452 1101124 12 16:02:15 16:00:01 82508 0 809472 43.02 2596 986968 2076848 70.88 532772 1011844 28 16:02:15 16:01:02 98364 0 837376 44.50 1704 944100 1531876 52.28 585848 864324 71284 16:02:15 16:02:01 85020 0 856736 45.53 1136 938652 1570764 53.61 686112 755904 23924 16:02:15 Average: 124425 0 677711 36.02 2378 1077030 1274444 43.49 490020 1032748 9536 16:02:15 16:02:15 15:52:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:02:15 15:53:01 eth0 259.80 167.56 779.62 62.11 0.00 0.00 0.00 0.00 16:02:15 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:53:01 docker0 1.48 1.34 0.36 2.37 0.00 0.00 0.00 0.00 16:02:15 15:54:01 eth0 0.67 0.28 0.28 0.23 0.00 0.00 0.00 0.00 16:02:15 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:55:01 eth0 1.73 0.32 0.38 0.17 0.00 0.00 0.00 0.00 16:02:15 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:56:01 eth0 1.90 0.57 0.63 0.43 0.00 0.00 0.00 0.00 16:02:15 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:57:01 eth0 0.72 0.60 0.35 0.28 0.00 0.00 0.00 0.00 16:02:15 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:58:01 eth0 0.27 0.22 0.10 0.02 0.00 0.00 0.00 0.00 16:02:15 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:59:01 eth0 0.82 0.08 0.07 0.01 0.00 0.00 0.00 0.00 16:02:15 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 16:00:01 veth4200c0f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 16:00:01 veth75eb0e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 16:00:01 eth0 395.87 316.09 4077.11 57.85 0.00 0.00 0.00 0.00 16:02:15 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 16:01:02 eth0 388.63 323.37 3278.79 36.24 0.00 0.00 0.00 0.00 16:02:15 16:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 16:01:02 docker0 24.30 26.56 2.54 68.60 0.00 0.00 0.00 0.00 16:02:15 16:02:01 eth0 312.23 222.49 2507.80 98.19 0.00 0.00 0.00 0.00 16:02:15 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 16:02:01 docker0 32.65 51.60 2.01 262.17 0.00 0.00 0.00 0.00 16:02:15 Average: eth0 135.73 102.87 1064.52 25.37 0.00 0.00 0.00 0.00 16:02:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:02:15 Average: docker0 5.69 7.80 0.45 32.98 0.00 0.00 0.00 0.00 16:02:15 16:02:15 16:02:15 ---> sar -P ALL: 16:02:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 16:02:15 16:02:15 15:51:22 LINUX RESTART (4 CPU) 16:02:15 16:02:15 15:52:03 CPU %user %nice %system %iowait %steal %idle 16:02:15 15:53:01 all 9.34 0.00 3.77 1.49 2.99 82.41 16:02:15 15:53:01 0 11.40 0.00 4.11 0.38 2.55 81.55 16:02:15 15:53:01 1 6.67 0.00 4.06 4.21 3.58 81.48 16:02:15 15:53:01 2 10.06 0.00 3.53 0.86 2.54 83.01 16:02:15 15:53:01 3 9.27 0.00 3.39 0.46 3.27 83.61 16:02:15 15:54:01 all 0.12 0.00 0.07 0.00 0.31 99.49 16:02:15 15:54:01 0 0.05 0.00 0.05 0.00 0.15 99.75 16:02:15 15:54:01 1 0.05 0.00 0.07 0.00 0.23 99.65 16:02:15 15:54:01 2 0.05 0.00 0.10 0.00 0.37 99.48 16:02:15 15:54:01 3 0.35 0.00 0.07 0.00 0.50 99.09 16:02:15 15:55:01 all 0.12 0.00 0.05 0.00 0.37 99.46 16:02:15 15:55:01 0 0.02 0.00 0.03 0.00 0.17 99.78 16:02:15 15:55:01 1 0.20 0.00 0.03 0.00 0.27 99.50 16:02:15 15:55:01 2 0.07 0.00 0.07 0.00 0.60 99.27 16:02:15 15:55:01 3 0.22 0.00 0.07 0.00 0.43 99.29 16:02:15 15:56:01 all 0.14 0.00 0.04 0.00 0.56 99.26 16:02:15 15:56:01 0 0.02 0.00 0.03 0.00 0.25 99.70 16:02:15 15:56:01 1 0.45 0.00 0.03 0.00 0.60 98.92 16:02:15 15:56:01 2 0.07 0.00 0.07 0.00 1.14 98.73 16:02:15 15:56:01 3 0.03 0.00 0.02 0.00 0.25 99.70 16:02:15 15:57:01 all 0.14 0.00 0.25 0.00 0.75 98.86 16:02:15 15:57:01 0 0.07 0.00 0.38 0.00 0.83 98.73 16:02:15 15:57:01 1 0.10 0.00 0.15 0.00 0.79 98.96 16:02:15 15:57:01 2 0.30 0.00 0.20 0.00 0.98 98.53 16:02:15 15:57:01 3 0.08 0.00 0.27 0.00 0.41 99.24 16:02:15 15:58:01 all 0.10 0.00 0.05 0.00 0.81 99.04 16:02:15 15:58:01 0 0.00 0.00 0.07 0.00 0.40 99.54 16:02:15 15:58:01 1 0.10 0.00 0.07 0.00 0.73 99.11 16:02:15 15:58:01 2 0.25 0.00 0.03 0.00 0.68 99.04 16:02:15 15:58:01 3 0.03 0.00 0.05 0.00 1.45 98.47 16:02:15 15:59:01 all 0.11 0.00 0.02 0.00 0.44 99.43 16:02:15 15:59:01 0 0.03 0.00 0.00 0.00 0.56 99.40 16:02:15 15:59:01 1 0.23 0.00 0.03 0.00 0.27 99.47 16:02:15 15:59:01 2 0.13 0.00 0.03 0.00 0.28 99.55 16:02:15 15:59:01 3 0.03 0.00 0.03 0.00 0.63 99.30 16:02:15 16:00:01 all 7.33 0.00 6.37 0.94 8.12 77.24 16:02:15 16:00:01 0 7.10 0.00 6.59 0.99 8.37 76.95 16:02:15 16:00:01 1 7.44 0.00 6.49 0.73 7.89 77.45 16:02:15 16:00:01 2 7.82 0.00 6.14 0.86 8.12 77.06 16:02:15 16:00:01 3 6.96 0.00 6.26 1.18 8.12 77.49 16:02:15 16:01:02 all 8.82 0.00 7.85 1.20 12.03 70.10 16:02:15 16:01:02 0 8.44 0.00 7.45 1.56 12.93 69.62 16:02:15 16:01:02 1 9.35 0.00 7.09 0.62 12.14 70.80 16:02:15 16:01:02 2 8.50 0.00 8.03 1.33 11.41 70.73 16:02:15 16:01:02 3 8.98 0.00 8.84 1.30 11.63 69.25 16:02:15 16:02:01 all 10.45 0.00 8.99 3.06 7.74 69.76 16:02:15 16:02:01 0 8.25 0.00 8.47 1.76 7.78 73.75 16:02:15 16:02:01 1 12.88 0.00 9.52 4.07 7.67 65.87 16:02:15 16:02:01 2 11.16 0.00 8.54 2.21 7.39 70.70 16:02:15 16:02:01 3 9.51 0.00 9.44 4.20 8.14 68.72 16:02:15 Average: all 3.65 0.00 2.75 0.66 3.42 89.52 16:02:15 Average: 0 3.51 0.00 2.71 0.47 3.41 89.90 16:02:15 Average: 1 3.75 0.00 2.76 0.95 3.43 89.11 16:02:15 Average: 2 3.81 0.00 2.67 0.52 3.36 89.63 16:02:15 Average: 3 3.53 0.00 2.84 0.71 3.49 89.43 16:02:15 16:02:15 16:02:15