Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 03888b01b35f22c0aa8a62f87720f38b8993b4ce 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-registry, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-registry-settings PROJECT: go-mod-registry USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-registry DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-15584 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 03888b01b35f22c0aa8a62f87720f38b8993b4ce (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 03888b01b35f22c0aa8a62f87720f38b8993b4ce # timeout=10 Commit message: "Merge pull request #65 from AlexCuse/register-additional-checks" > git rev-list --no-walk e06c261707d41b90e25a1dfdd5a5d662f7c4f831 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:16:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:16:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:16:53 ========================================================= 16:16:53 EdgeX Global Pipelines Version Info 16:16:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:16:56 ------------------- 16:16:56 stable info: 16:16:56 ------------------- 16:16:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:16:56 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 16:16:56 Message: update stable to v1.0.172 16:16:57 ------------------- 16:16:57 experimental info: 16:16:57 ------------------- 16:16:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:16:57 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 16:16:57 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:16:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 16:16:57 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 16:16:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:16:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:16:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:16:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:16:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:16:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:17:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:17:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:17:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03888b01b35f22c0aa8a62f87720f38b8993b4ce [Pipeline] echo 16:17:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03888b0 [Pipeline] echo 16:17:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:17:01 + git log --format=format:%s -1 03888b01b35f22c0aa8a62f87720f38b8993b4ce [Pipeline] echo 16:17:01 GIT_COMMIT: 03888b01b35f22c0aa8a62f87720f38b8993b4ce, Commit Message: Merge pull request #65 from AlexCuse/register-additional-checks [Pipeline] echo 16:17:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:03 16:17:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:17:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:03 latest: Pulling from edgex-devops/git-semver 16:17:03 31603596830f: Pulling fs layer 16:17:03 2a8b12db71e7: Pulling fs layer 16:17:03 6ca5941a6612: Pulling fs layer 16:17:03 ecc8261a40a4: Pulling fs layer 16:17:03 ecc8261a40a4: Waiting 16:17:03 2a8b12db71e7: Download complete 16:17:03 31603596830f: Verifying Checksum 16:17:03 31603596830f: Download complete 16:17:04 ecc8261a40a4: Verifying Checksum 16:17:04 ecc8261a40a4: Download complete 16:17:04 6ca5941a6612: Verifying Checksum 16:17:04 6ca5941a6612: Download complete 16:17:04 31603596830f: Pull complete 16:17:04 2a8b12db71e7: Pull complete 16:17:06 6ca5941a6612: Pull complete 16:17:06 ecc8261a40a4: Pull complete 16:17:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:17:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:17:07 prd-centos7-docker-4c-2g-15584 does not seem to be running inside a container 16:17:07 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:17:10 $ docker top 5ed7c730b61b04f1cc4d503b080ebe5b6352011b48a1dd725dd28fae8ec868a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:10 [ssh-agent] Looking for ssh-agent implementation... 16:17:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:11 $ docker exec 5ed7c730b61b04f1cc4d503b080ebe5b6352011b48a1dd725dd28fae8ec868a5 ssh-agent 16:17:11 SSH_AUTH_SOCK=/tmp/ssh-teduOqEmneM9/agent.11 16:17:11 SSH_AGENT_PID=16 16:17:11 Running ssh-add (command line suppressed) 16:17:11 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8048386811157981824.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8048386811157981824.key) 16:17:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:12 + git tag --points-at HEAD [Pipeline] } 16:17:12 $ docker exec --env ******** --env ******** 5ed7c730b61b04f1cc4d503b080ebe5b6352011b48a1dd725dd28fae8ec868a5 ssh-agent -k 16:17:12 unset SSH_AUTH_SOCK; 16:17:12 unset SSH_AGENT_PID; 16:17:12 echo Agent pid 16 killed; 16:17:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:17:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:13 [ssh-agent] Looking for ssh-agent implementation... 16:17:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:13 $ docker exec 5ed7c730b61b04f1cc4d503b080ebe5b6352011b48a1dd725dd28fae8ec868a5 ssh-agent 16:17:14 SSH_AUTH_SOCK=/tmp/ssh-s7Qw0gX0SOS4/agent.48 16:17:14 SSH_AGENT_PID=54 16:17:14 Running ssh-add (command line suppressed) 16:17:14 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7583648445641676758.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7583648445641676758.key) 16:17:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:14 + git semver init 16:17:14 # -> Open(): unable to determine branch for HEAD 16:17:14 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 16:17:14 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 16:17:14 # $SEMVER_REMOTE_NAME = origin 16:17:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:17:14 # $SEMVER_USER_NAME = edgex-jenkins 16:17:14 # $SEMVER_BRANCH = master 16:17:14 # $SEMVER_TEMP = /tmp/semver-042484263 16:17:14 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 16:17:15 # '/tmp/semver-042484263' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 16:17:15 # -> Force: false 16:17:15 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 16:17:15 $ docker exec --env ******** --env ******** 5ed7c730b61b04f1cc4d503b080ebe5b6352011b48a1dd725dd28fae8ec868a5 ssh-agent -k 16:17:15 unset SSH_AUTH_SOCK; 16:17:15 unset SSH_AGENT_PID; 16:17:15 echo Agent pid 54 killed; 16:17:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:16 + git semver [Pipeline] } 16:17:16 $ docker stop --time=1 5ed7c730b61b04f1cc4d503b080ebe5b6352011b48a1dd725dd28fae8ec868a5 16:17:17 $ docker rm -f 5ed7c730b61b04f1cc4d503b080ebe5b6352011b48a1dd725dd28fae8ec868a5 [Pipeline] // withDockerContainer [Pipeline] sh 16:17:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:17:19 Stashed 1 file(s) [Pipeline] echo 16:17:19 [edgeXSemver]: initialized semver on version 0.1.27 [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 16:17:35 Still waiting to schedule task 16:17:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:17:35 Still waiting to schedule task 16:17:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:20:20 Running on prd-centos7-docker-4c-2g-15586 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 16:20:20 Running in /w/workspace/go-mod-registry/15 [Pipeline] { [Pipeline] checkout 16:20:24 using credential edgex-jenkins-ssh 16:20:24 Cloning the remote Git repository 16:20:24 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 16:20:24 > git init /w/workspace/go-mod-registry/15 # timeout=10 16:20:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 16:20:24 > git --version # timeout=10 16:20:24 > git --version # 'git version 2.24.3' 16:20:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:25 Checking out Revision 03888b01b35f22c0aa8a62f87720f38b8993b4ce (master) 16:20:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 16:20:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 16:20:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 16:20:25 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:25 > git config core.sparsecheckout # timeout=10 16:20:25 > git checkout -f 03888b01b35f22c0aa8a62f87720f38b8993b4ce # timeout=10 16:20:29 Commit message: "Merge pull request #65 from AlexCuse/register-additional-checks" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:20:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:20:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:20:31 + true 16:20:31 + sudo service docker restart 16:20:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:20:32 ========================================================= 16:20:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:20:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:20:33 + 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 . 16:20:33 Sending build context to Docker daemon 279.6kB 16:20:33 Step 1/7 : ARG BASE=golang:1.15-alpine 16:20:33 Step 2/7 : FROM ${BASE} 16:20:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:20:33 188c0c94c7c5: Pulling fs layer 16:20:33 0ef7d3d256c8: Pulling fs layer 16:20:33 de9db76c5a1d: Pulling fs layer 16:20:33 bca2f99d35d6: Pulling fs layer 16:20:33 93359f2a8cfa: Pulling fs layer 16:20:33 7c6f9722023f: Pulling fs layer 16:20:33 a35cf1a2eb13: Pulling fs layer 16:20:33 bca2f99d35d6: Waiting 16:20:33 93359f2a8cfa: Waiting 16:20:33 7c6f9722023f: Waiting 16:20:33 a35cf1a2eb13: Waiting 16:20:33 de9db76c5a1d: Download complete 16:20:33 0ef7d3d256c8: Verifying Checksum 16:20:33 0ef7d3d256c8: Download complete 16:20:33 93359f2a8cfa: Verifying Checksum 16:20:33 93359f2a8cfa: Download complete 16:20:33 7c6f9722023f: Verifying Checksum 16:20:33 7c6f9722023f: Download complete 16:20:34 188c0c94c7c5: Verifying Checksum 16:20:34 188c0c94c7c5: Download complete 16:20:34 188c0c94c7c5: Pull complete 16:20:34 0ef7d3d256c8: Pull complete 16:20:34 de9db76c5a1d: Pull complete 16:20:36 a35cf1a2eb13: Verifying Checksum 16:20:36 a35cf1a2eb13: Download complete 16:20:37 bca2f99d35d6: Download complete 16:20:45 bca2f99d35d6: Pull complete 16:20:45 93359f2a8cfa: Pull complete 16:20:45 7c6f9722023f: Pull complete 16:20:49 a35cf1a2eb13: Pull complete 16:20:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:20:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:20:49 ---> a62c8e92a672 16:20:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:20:49 ---> Running in e0fa7497aab0 16:20:50 Removing intermediate container e0fa7497aab0 16:20:50 ---> 90463b5ae393 16:20:50 Step 4/7 : RUN apk add --update bash 16:20:50 ---> Running in 9e5b4c5f69b5 16:20:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:20:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:20:52 OK: 166 MiB in 39 packages 16:20:52 Removing intermediate container 9e5b4c5f69b5 16:20:52 ---> 76b804ef9d0f 16:20:52 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:20:52 ---> Running in fd19f3b08ced 16:20:52 Removing intermediate container fd19f3b08ced 16:20:52 ---> a52a5dad98fb 16:20:52 Step 6/7 : COPY go.mod . 16:20:53 ---> 6d94a6cc7c33 16:20:53 Step 7/7 : RUN go mod download 16:20:53 ---> Running in d9c94ecd10f9 16:21:03 Removing intermediate container d9c94ecd10f9 16:21:03 ---> c4dd92db5de3 16:21:03 Successfully built c4dd92db5de3 16:21:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:21:03 + docker inspect -f . ci-base-image-x86_64 16:21:03 . [Pipeline] withDockerContainer 16:21:03 prd-centos7-docker-4c-2g-15586 does not seem to be running inside a container 16:21:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/15 -v /w/workspace/go-mod-registry/15:/w/workspace/go-mod-registry/15:rw,z -v /w/workspace/go-mod-registry/15@tmp:/w/workspace/go-mod-registry/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:21:04 $ docker top 3d2aea92bc243eeb49aac0677f85693708873c76a2855254b55cf2d01f8a1ae0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:05 + go version 16:21:05 go version go1.15.5 linux/amd64 [Pipeline] } 16:21:05 $ docker stop --time=1 3d2aea92bc243eeb49aac0677f85693708873c76a2855254b55cf2d01f8a1ae0 16:21:06 $ docker rm -f 3d2aea92bc243eeb49aac0677f85693708873c76a2855254b55cf2d01f8a1ae0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:21:08 + docker inspect -f . ci-base-image-x86_64 16:21:08 . [Pipeline] withDockerContainer 16:21:08 prd-centos7-docker-4c-2g-15586 does not seem to be running inside a container 16:21:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/15 -v /w/workspace/go-mod-registry/15:/w/workspace/go-mod-registry/15:rw,z -v /w/workspace/go-mod-registry/15@tmp:/w/workspace/go-mod-registry/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:21:09 $ docker top 555bcd0bb23e5fd4ddece0daa52c19e8244b386e183f18932df13ddab2e08fed -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:09 + make test 16:21:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:21:22 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.039s coverage: 87.9% of statements 16:21:22 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 16:21:22 ok github.com/edgexfoundry/go-mod-registry/registry 0.012s coverage: 85.7% of statements 16:21:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:21:22 gofmt -l . 16:21:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:21:22 $ docker stop --time=1 555bcd0bb23e5fd4ddece0daa52c19e8244b386e183f18932df13ddab2e08fed 16:21:24 $ docker rm -f 555bcd0bb23e5fd4ddece0daa52c19e8244b386e183f18932df13ddab2e08fed [Pipeline] // withDockerContainer [Pipeline] sh 16:21:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:21:25 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:26:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15588 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 16:26:21 Running in /w/workspace/go-mod-registry/15 [Pipeline] { [Pipeline] checkout 16:26:26 using credential edgex-jenkins-ssh 16:26:26 Cloning the remote Git repository 16:26:26 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 16:26:26 > git init /w/workspace/go-mod-registry/15 # timeout=10 16:26:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 16:26:26 > git --version # timeout=10 16:26:26 > git --version # 'git version 2.17.1' 16:26:26 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 16:26:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 16:26:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 16:26:27 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:26:28 Checking out Revision 03888b01b35f22c0aa8a62f87720f38b8993b4ce (master) 16:26:28 > git config core.sparsecheckout # timeout=10 16:26:28 > git checkout -f 03888b01b35f22c0aa8a62f87720f38b8993b4ce # timeout=10 16:26:33 Commit message: "Merge pull request #65 from AlexCuse/register-additional-checks" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:26:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:26:35 + true 16:26:35 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:26:37 ========================================================= 16:26:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:26:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:26:38 + 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 . 16:26:38 Sending build context to Docker daemon 278.5kB 16:26:39 Step 1/7 : ARG BASE=golang:1.15-alpine 16:26:39 Step 2/7 : FROM ${BASE} 16:26:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:39 5f621e34cdf4: Pulling fs layer 16:26:39 a4357932f1b6: Pulling fs layer 16:26:39 18c013af1878: Pulling fs layer 16:26:39 00ac8860ef70: Pulling fs layer 16:26:39 63d7cb157983: Pulling fs layer 16:26:39 b116817d02f9: Pulling fs layer 16:26:39 745a02a5169b: Pulling fs layer 16:26:39 00ac8860ef70: Waiting 16:26:39 63d7cb157983: Waiting 16:26:39 b116817d02f9: Waiting 16:26:39 18c013af1878: Download complete 16:26:39 a4357932f1b6: Verifying Checksum 16:26:39 a4357932f1b6: Download complete 16:26:39 63d7cb157983: Verifying Checksum 16:26:39 63d7cb157983: Download complete 16:26:39 b116817d02f9: Verifying Checksum 16:26:39 b116817d02f9: Download complete 16:26:40 5f621e34cdf4: Verifying Checksum 16:26:40 5f621e34cdf4: Download complete 16:26:40 5f621e34cdf4: Pull complete 16:26:41 a4357932f1b6: Pull complete 16:26:41 18c013af1878: Pull complete 16:26:42 745a02a5169b: Verifying Checksum 16:26:42 745a02a5169b: Download complete 16:26:43 00ac8860ef70: Verifying Checksum 16:26:43 00ac8860ef70: Download complete 16:26:53 00ac8860ef70: Pull complete 16:26:53 63d7cb157983: Pull complete 16:26:54 b116817d02f9: Pull complete 16:26:58 745a02a5169b: Pull complete 16:26:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:26:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:26:58 ---> b7e6874047d6 16:26:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:27:01 ---> Running in db8a996ada32 16:27:01 Removing intermediate container db8a996ada32 16:27:01 ---> cfa5c31b9616 16:27:01 Step 4/7 : RUN apk add --update bash 16:27:01 ---> Running in 3e138e29e596 16:27:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:04 OK: 142 MiB in 39 packages 16:27:05 Removing intermediate container 3e138e29e596 16:27:05 ---> 644e651cf185 16:27:05 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:27:05 ---> Running in 964e5377b02f 16:27:06 Removing intermediate container 964e5377b02f 16:27:06 ---> 7f1c472982e3 16:27:06 Step 6/7 : COPY go.mod . 16:27:07 ---> 5980df4392f4 16:27:07 Step 7/7 : RUN go mod download 16:27:07 ---> Running in 7e0cfc8d25b0 16:27:17 Removing intermediate container 7e0cfc8d25b0 16:27:17 ---> 75ff16ba87bb 16:27:17 Successfully built 75ff16ba87bb 16:27:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:27:17 + docker inspect -f . ci-base-image-arm64 16:27:17 . [Pipeline] withDockerContainer 16:27:17 prd-ubuntu18.04-docker-arm64-4c-16g-15588 does not seem to be running inside a container 16:27:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/15 -v /w/workspace/go-mod-registry/15:/w/workspace/go-mod-registry/15:rw,z -v /w/workspace/go-mod-registry/15@tmp:/w/workspace/go-mod-registry/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:27:19 $ docker top 8231b0ab9fbe6a7d4b18534ab00c47d9ea6becb1a9fccc51e73e22395f2eae16 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:20 + go version 16:27:20 go version go1.15.5 linux/arm64 [Pipeline] } 16:27:20 $ docker stop --time=1 8231b0ab9fbe6a7d4b18534ab00c47d9ea6becb1a9fccc51e73e22395f2eae16 16:27:22 $ docker rm -f 8231b0ab9fbe6a7d4b18534ab00c47d9ea6becb1a9fccc51e73e22395f2eae16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:23 + docker inspect -f . ci-base-image-arm64 16:27:23 . [Pipeline] withDockerContainer 16:27:23 prd-ubuntu18.04-docker-arm64-4c-16g-15588 does not seem to be running inside a container 16:27:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/15 -v /w/workspace/go-mod-registry/15:/w/workspace/go-mod-registry/15:rw,z -v /w/workspace/go-mod-registry/15@tmp:/w/workspace/go-mod-registry/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:27:25 $ docker top 3da982927126b42fe707791d58599a369eaee8302d6a4a481e564b08356256ff -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:26 + make test 16:27:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:27:53 ok github.com/edgexfoundry/go-mod-registry/internal/pkg/consul 2.074s coverage: 87.9% of statements 16:27:53 ? github.com/edgexfoundry/go-mod-registry/pkg/types [no test files] 16:27:53 ok github.com/edgexfoundry/go-mod-registry/registry 0.014s coverage: 85.7% of statements 16:27:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:27:53 gofmt -l . 16:27:53 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:27:53 $ docker stop --time=1 3da982927126b42fe707791d58599a369eaee8302d6a4a481e564b08356256ff 16:27:55 $ docker rm -f 3da982927126b42fe707791d58599a369eaee8302d6a4a481e564b08356256ff [Pipeline] // withDockerContainer [Pipeline] sh 16:27:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:27:56 Warning: overwriting stash ‘coverage-report’ 16:27:57 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] } [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 16:27:59 provisioning config files... 16:27:59 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config8967006966251214002tmp [Pipeline] { [Pipeline] sh 16:27:59 + set +x 16:27:59 + curl -s https://codecov.io/bash 16:27:59 + bash -s -- 16:28:00 16:28:00 _____ _ 16:28:00 / ____| | | 16:28:00 | | ___ __| | ___ ___ _____ __ 16:28:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:28:00 | |___| (_) | (_| | __/ (_| (_) \ V / 16:28:00 \_____\___/ \__,_|\___|\___\___/ \_/ 16:28:00 Bash-20201130-cc6d3fe 16:28:00 16:28:00 16:28:00 ==> Jenkins CI detected. 16:28:00 project root: . 16:28:00 --> token set from env 16:28:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:28:00 ==> Running gcov in . (disable via -X gcov) 16:28:00 ==> Python coveragepy not found 16:28:00 ==> Searching for coverage reports in: 16:28:00 + . 16:28:00 -> Found 1 reports 16:28:00 ==> Detecting git/mercurial file structure 16:28:00 ==> Reading reports 16:28:00 + ./coverage.out bytes=8966 16:28:00 ==> Appending adjustments 16:28:00 https://docs.codecov.io/docs/fixing-reports 16:28:00 + Found adjustments 16:28:00 ==> Gzipping contents 16:28:00 4.0K /tmp/codecov.9mfNjY.gz 16:28:00 ==> Uploading reports 16:28:00 url: https://codecov.io 16:28:00 query: branch=master&commit=03888b01b35f22c0aa8a62f87720f38b8993b4ce&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 16:28:00 -> Pinging Codecov 16:28:00 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=03888b01b35f22c0aa8a62f87720f38b8993b4ce&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 16:28:01 -> Uploading to 16:28:01 https://storage.googleapis.com/codecov/v4/raw/2020-12-11/05B643FFA8DEACB6C25F95B2D4D12284/03888b01b35f22c0aa8a62f87720f38b8993b4ce/7bf5f4b2-f4c4-43fa-8a86-8e0b82d3605f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201211T162800Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa98d01abfd75665938f71bed321f2f56df539e4d55ecc75c25c2aa4c6e40467 16:28:01 % Total % Received % Xferd Average Speed Time Time Time Current 16:28:01 Dload Upload Total Spent Left Speed 16:28:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1819 0 0 100 1819 0 3064 --:--:-- --:--:-- --:--:-- 3067 16:28:01 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/03888b01b35f22c0aa8a62f87720f38b8993b4ce [Pipeline] } 16:28:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:28:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:28:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:28:03 16:28:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:28:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:28:04 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:28:04 188c0c94c7c5: Pulling fs layer 16:28:04 0ef7d3d256c8: Pulling fs layer 16:28:04 de9db76c5a1d: Pulling fs layer 16:28:04 0eba1c9be4d2: Pulling fs layer 16:28:04 0d57e429df01: Pulling fs layer 16:28:04 4e4be7b47b0d: Pulling fs layer 16:28:04 e1f770b5df2f: Pulling fs layer 16:28:04 85a0685a4137: Pulling fs layer 16:28:04 0eba1c9be4d2: Waiting 16:28:04 0d57e429df01: Waiting 16:28:04 4e4be7b47b0d: Waiting 16:28:04 e1f770b5df2f: Waiting 16:28:04 85a0685a4137: Waiting 16:28:04 de9db76c5a1d: Verifying Checksum 16:28:04 de9db76c5a1d: Download complete 16:28:04 0ef7d3d256c8: Download complete 16:28:04 0d57e429df01: Download complete 16:28:04 4e4be7b47b0d: Verifying Checksum 16:28:04 4e4be7b47b0d: Download complete 16:28:04 188c0c94c7c5: Download complete 16:28:05 188c0c94c7c5: Pull complete 16:28:05 0ef7d3d256c8: Pull complete 16:28:05 de9db76c5a1d: Pull complete 16:28:07 e1f770b5df2f: Verifying Checksum 16:28:07 e1f770b5df2f: Download complete 16:28:10 0eba1c9be4d2: Verifying Checksum 16:28:10 0eba1c9be4d2: Download complete 16:28:13 85a0685a4137: Verifying Checksum 16:28:13 85a0685a4137: Download complete 16:28:21 0eba1c9be4d2: Pull complete 16:28:22 0d57e429df01: Pull complete 16:28:22 4e4be7b47b0d: Pull complete 16:28:25 e1f770b5df2f: Pull complete 16:28:37 85a0685a4137: Pull complete 16:28:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:28:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:28:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:28:38 prd-centos7-docker-4c-2g-15584 does not seem to be running inside a container 16:28:38 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:28:39 $ docker top 03c714093af463b473a2d43b6981b0eb8ee08e74d3670a2f1fceddee0f6e5f76 -eo pid,comm [Pipeline] { [Pipeline] echo 16:28:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:28:40 + set -o pipefail 16:28:40 + snyk monitor '--org=edgex-jenkins' 16:28:45 16:28:45 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry)... 16:28:45 16:28:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/27af0ee6-349e-4e1a-9947-de111205d3a1/history/fbcc7882-88eb-4992-ace8-c4a45dfa3bf3 16:28:45 16:28:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:28:45 16:28:46 16:28:46 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 16:28:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:28:46 $ docker stop --time=1 03c714093af463b473a2d43b6981b0eb8ee08e74d3670a2f1fceddee0f6e5f76 16:28:49 $ docker rm -f 03c714093af463b473a2d43b6981b0eb8ee08e74d3670a2f1fceddee0f6e5f76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:28:52 + git log --format=format:%s -1 03888b01b35f22c0aa8a62f87720f38b8993b4ce [Pipeline] isUnix [Pipeline] sh 16:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:28:52 . [Pipeline] withDockerContainer 16:28:52 prd-centos7-docker-4c-2g-15584 does not seem to be running inside a container 16:28:52 $ 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 16:28:53 $ docker top ae7e241b2fbaa1fd946410b512d83b7eaf6239448e9deeda28dd01a693def8e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:28:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:54 [ssh-agent] Looking for ssh-agent implementation... 16:28:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:55 $ docker exec ae7e241b2fbaa1fd946410b512d83b7eaf6239448e9deeda28dd01a693def8e8 ssh-agent 16:28:55 SSH_AUTH_SOCK=/tmp/ssh-Ak90IBz9kp0q/agent.13 16:28:55 SSH_AGENT_PID=18 16:28:55 Running ssh-add (command line suppressed) 16:28:56 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1759153231563285904.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1759153231563285904.key) 16:28:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:28:56 + git semver tag 16:28:56 # -> Open(): unable to determine branch for HEAD 16:28:56 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 16:28:56 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 16:28:56 # $SEMVER_REMOTE_NAME = origin 16:28:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:28:56 # $SEMVER_USER_NAME = edgex-jenkins 16:28:56 # $SEMVER_BRANCH = master 16:28:56 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 16:28:56 # 03888b01b35f22c0aa8a62f87720f38b8993b4ce HEAD 16:28:56 # -> Force: false 16:28:56 # 3e60693bcc24fe3ec66bf7d25064b908558b9450 refs/tags/v0.1.27 [Pipeline] } 16:28:56 $ docker exec --env ******** --env ******** ae7e241b2fbaa1fd946410b512d83b7eaf6239448e9deeda28dd01a693def8e8 ssh-agent -k 16:28:57 unset SSH_AUTH_SOCK; 16:28:57 unset SSH_AGENT_PID; 16:28:57 echo Agent pid 18 killed; 16:28:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:28:57 + git semver [Pipeline] } 16:28:57 $ docker stop --time=1 ae7e241b2fbaa1fd946410b512d83b7eaf6239448e9deeda28dd01a693def8e8 16:28:59 $ docker rm -f ae7e241b2fbaa1fd946410b512d83b7eaf6239448e9deeda28dd01a693def8e8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:29:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:29:00 16:29:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:29:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:29:01 0.23.1-centos7: Pulling from edgex-lftools 16:29:01 ab5ef0e58194: Pulling fs layer 16:29:01 9712f1f96733: Pulling fs layer 16:29:01 63f879dbbcfc: Pulling fs layer 16:29:01 0d9ebad4ef96: Pulling fs layer 16:29:01 e9a5061849ea: Pulling fs layer 16:29:01 d747dcd14b5f: Pulling fs layer 16:29:01 2de7ff778b66: Pulling fs layer 16:29:01 0d9ebad4ef96: Waiting 16:29:01 e9a5061849ea: Waiting 16:29:01 d747dcd14b5f: Waiting 16:29:01 2de7ff778b66: Waiting 16:29:01 9712f1f96733: Verifying Checksum 16:29:01 9712f1f96733: Download complete 16:29:03 63f879dbbcfc: Verifying Checksum 16:29:03 63f879dbbcfc: Download complete 16:29:03 e9a5061849ea: Verifying Checksum 16:29:03 e9a5061849ea: Download complete 16:29:03 d747dcd14b5f: Verifying Checksum 16:29:03 d747dcd14b5f: Download complete 16:29:04 2de7ff778b66: Verifying Checksum 16:29:04 2de7ff778b66: Download complete 16:29:05 ab5ef0e58194: Verifying Checksum 16:29:05 ab5ef0e58194: Download complete 16:29:05 0d9ebad4ef96: Verifying Checksum 16:29:05 0d9ebad4ef96: Download complete 16:29:14 ab5ef0e58194: Pull complete 16:29:14 9712f1f96733: Pull complete 16:29:16 63f879dbbcfc: Pull complete 16:29:26 0d9ebad4ef96: Pull complete 16:29:27 e9a5061849ea: Pull complete 16:29:27 d747dcd14b5f: Pull complete 16:29:33 2de7ff778b66: Pull complete 16:29:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:29:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:29:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:29:33 prd-centos7-docker-4c-2g-15584 does not seem to be running inside a container 16:29:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:29:36 $ docker top cce87ec6bf2362fb11ba5db8e8621f621d21481312c60108ebe01670380051b4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:29:37 provisioning config files... 16:29:37 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config3672563998192606938tmp 16:29:37 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6752406253936894096tmp 16:29:37 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config3081806085052263165tmp [Pipeline] { [Pipeline] echo 16:29:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:29:37 ---> sigul-configuration.sh 16:29:37 gpg: directory `/root/.gnupg' created 16:29:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:29:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:29:37 gpg: keyring `/root/.gnupg/secring.gpg' created 16:29:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:29:37 gpg: CAST5 encrypted data 16:29:37 gpg: encrypted with 1 passphrase 16:29:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:29:38 + mkdir /home/jenkins 16:29:38 + mkdir /home/jenkins/sigul [Pipeline] sh 16:29:39 + 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:29:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:29:40 ---> sigul-install.sh 16:29:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:29:47 + git tag --list 16:29:47 v0.0.0 16:29:47 v0.1.0 16:29:47 v0.1.1 16:29:47 v0.1.10 16:29:47 v0.1.11 16:29:47 v0.1.12 16:29:47 v0.1.13 16:29:47 v0.1.14 16:29:47 v0.1.15 16:29:47 v0.1.16 16:29:47 v0.1.17 16:29:47 v0.1.18 16:29:47 v0.1.19 16:29:47 v0.1.2 16:29:47 v0.1.20 16:29:47 v0.1.21 16:29:47 v0.1.22 16:29:47 v0.1.23 16:29:47 v0.1.24 16:29:47 v0.1.25 16:29:47 v0.1.26 16:29:47 v0.1.27 16:29:47 v0.1.3 16:29:47 v0.1.4 16:29:47 v0.1.5 16:29:47 v0.1.6 16:29:47 v0.1.7 16:29:47 v0.1.8 16:29:47 v0.1.9 [Pipeline] sh 16:29:48 + lftools sign git-tag v0.1.27 16:29:50 Signing Git tag with Sigul... 16:29:50 Signing v0.1.27 [Pipeline] echo 16:29:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:29:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:29:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:29:52 $ docker stop --time=1 cce87ec6bf2362fb11ba5db8e8621f621d21481312c60108ebe01670380051b4 16:29:54 $ docker rm -f cce87ec6bf2362fb11ba5db8e8621f621d21481312c60108ebe01670380051b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:29:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:29:55 . [Pipeline] withDockerContainer 16:29:55 prd-centos7-docker-4c-2g-15584 does not seem to be running inside a container 16:29:55 $ 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 16:29:57 $ docker top 2526765057d419726525f6220d060be30e84d238dc7bc4ef9bfc4ab305e52b4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:29:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:29:57 [ssh-agent] Looking for ssh-agent implementation... 16:29:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:29:57 $ docker exec 2526765057d419726525f6220d060be30e84d238dc7bc4ef9bfc4ab305e52b4e ssh-agent 16:29:58 SSH_AUTH_SOCK=/tmp/ssh-MgbnJT1RE8N9/agent.12 16:29:58 SSH_AGENT_PID=17 16:29:58 Running ssh-add (command line suppressed) 16:29:58 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5735464221166318016.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5735464221166318016.key) 16:29:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:29:59 + git semver bump patch 16:29:59 # -> Open(): unable to determine branch for HEAD 16:29:59 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 16:29:59 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 16:29:59 # $SEMVER_REMOTE_NAME = origin 16:29:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:29:59 # $SEMVER_USER_NAME = edgex-jenkins 16:29:59 # $SEMVER_BRANCH = master 16:29:59 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 16:29:59 0.1.28 [Pipeline] } 16:29:59 $ docker exec --env ******** --env ******** 2526765057d419726525f6220d060be30e84d238dc7bc4ef9bfc4ab305e52b4e ssh-agent -k 16:29:59 unset SSH_AUTH_SOCK; 16:29:59 unset SSH_AGENT_PID; 16:29:59 echo Agent pid 17 killed; 16:29:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:30:00 + git semver [Pipeline] } 16:30:00 $ docker stop --time=1 2526765057d419726525f6220d060be30e84d238dc7bc4ef9bfc4ab305e52b4e 16:30:02 $ docker rm -f 2526765057d419726525f6220d060be30e84d238dc7bc4ef9bfc4ab305e52b4e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:30:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:03 . [Pipeline] withDockerContainer 16:30:03 prd-centos7-docker-4c-2g-15584 does not seem to be running inside a container 16:30:04 $ 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 16:30:05 $ docker top 2a4444d89a1bb4a14695f5b38843946e1035db9c9fe935aa2f8aa0d1a0bf5b70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:30:06 [ssh-agent] Looking for ssh-agent implementation... 16:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:30:06 $ docker exec 2a4444d89a1bb4a14695f5b38843946e1035db9c9fe935aa2f8aa0d1a0bf5b70 ssh-agent 16:30:07 SSH_AUTH_SOCK=/tmp/ssh-ArSB6fa8nuwq/agent.11 16:30:07 SSH_AGENT_PID=16 16:30:07 Running ssh-add (command line suppressed) 16:30:07 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3972493455154910195.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3972493455154910195.key) 16:30:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:30:08 + git semver push 16:30:08 # -> Open(): unable to determine branch for HEAD 16:30:08 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 16:30:08 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 16:30:08 # $SEMVER_REMOTE_NAME = origin 16:30:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:30:08 # $SEMVER_USER_NAME = edgex-jenkins 16:30:08 # $SEMVER_BRANCH = master 16:30:08 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 16:30:15 $ docker exec --env ******** --env ******** 2a4444d89a1bb4a14695f5b38843946e1035db9c9fe935aa2f8aa0d1a0bf5b70 ssh-agent -k 16:30:15 unset SSH_AUTH_SOCK; 16:30:15 unset SSH_AGENT_PID; 16:30:15 echo Agent pid 16 killed; 16:30:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:30:16 + git semver [Pipeline] } 16:30:16 $ docker stop --time=1 2a4444d89a1bb4a14695f5b38843946e1035db9c9fe935aa2f8aa0d1a0bf5b70 16:30:17 $ docker rm -f 2a4444d89a1bb4a14695f5b38843946e1035db9c9fe935aa2f8aa0d1a0bf5b70 [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:30:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:30:20 ---> package-listing.sh 16:30:20 ++ facter osfamily 16:30:20 ++ tr '[:upper:]' '[:lower:]' 16:30:21 + OS_FAMILY=redhat 16:30:21 + workspace=/w/workspace/exfoundry_go-mod-registry_master 16:30:21 + START_PACKAGES=/tmp/packages_start.txt 16:30:21 + END_PACKAGES=/tmp/packages_end.txt 16:30:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:30:21 + PACKAGES=/tmp/packages_start.txt 16:30:21 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 16:30:21 + PACKAGES=/tmp/packages_end.txt 16:30:21 + case "${OS_FAMILY}" in 16:30:21 + sort 16:30:21 + rpm -qa 16:30:26 + '[' -f /tmp/packages_start.txt ']' 16:30:26 + '[' -f /tmp/packages_end.txt ']' 16:30:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:30:26 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 16:30:26 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 16:30:26 + 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:30:26 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:30:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:30:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:30:27 16:30:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:30:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:30:28 alpine: Pulling from edgex-lftools-log-publisher 16:30:28 df20fa9351a1: Pulling fs layer 16:30:28 36b3adc4ff6f: Pulling fs layer 16:30:28 8ad3a11d3b57: Pulling fs layer 16:30:28 46f8f816bc3b: Pulling fs layer 16:30:28 93b61091891f: Pulling fs layer 16:30:28 93b9cdb0e59b: Pulling fs layer 16:30:28 5e14af77c1be: Pulling fs layer 16:30:28 01666e4c0597: Pulling fs layer 16:30:28 aa168da1d23b: Pulling fs layer 16:30:28 93b9cdb0e59b: Waiting 16:30:28 5e14af77c1be: Waiting 16:30:28 46f8f816bc3b: Waiting 16:30:28 01666e4c0597: Waiting 16:30:28 93b61091891f: Waiting 16:30:28 aa168da1d23b: Waiting 16:30:28 36b3adc4ff6f: Download complete 16:30:28 46f8f816bc3b: Verifying Checksum 16:30:28 46f8f816bc3b: Download complete 16:30:28 df20fa9351a1: Verifying Checksum 16:30:28 93b61091891f: Verifying Checksum 16:30:28 93b61091891f: Download complete 16:30:28 93b9cdb0e59b: Verifying Checksum 16:30:28 93b9cdb0e59b: Download complete 16:30:28 5e14af77c1be: Download complete 16:30:28 01666e4c0597: Verifying Checksum 16:30:28 01666e4c0597: Download complete 16:30:28 8ad3a11d3b57: Verifying Checksum 16:30:28 8ad3a11d3b57: Download complete 16:30:29 df20fa9351a1: Pull complete 16:30:29 36b3adc4ff6f: Pull complete 16:30:31 8ad3a11d3b57: Pull complete 16:30:32 46f8f816bc3b: Pull complete 16:30:32 93b61091891f: Pull complete 16:30:32 93b9cdb0e59b: Pull complete 16:30:33 5e14af77c1be: Pull complete 16:30:33 aa168da1d23b: Verifying Checksum 16:30:33 aa168da1d23b: Download complete 16:30:33 01666e4c0597: Pull complete 16:30:45 aa168da1d23b: Pull complete 16:30:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:30:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:30:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:30:46 prd-centos7-docker-4c-2g-15584 does not seem to be running inside a container 16:30:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:30:49 $ docker top ce63ab48121ac680ed9bcff80024c7cecb1dc3230a7f2720ea74140886da7342 -eo pid,comm [Pipeline] { [Pipeline] sh 16:30:50 + touch /tmp/pre-build-complete [Pipeline] sh 16:30:51 + mkdir -p /var/log/sa [Pipeline] sh 16:30:51 + ls /var/log/sa-host 16:30:51 + sadf -c /var/log/sa-host/sa11 16:30:51 file_magic: OK 16:30:51 HZ: Using current value: 100 16:30:51 file_header: OK 16:30:51 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:30:51 Statistics: 16:30:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:30:51 File successfully converted to sysstat format version 12.2.1 16:30:51 + sadf -c /var/log/sa-host/sa23 16:30:51 file_magic: OK 16:30:51 HZ: Using current value: 100 16:30:51 file_header: OK 16:30:51 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:30:51 Statistics: 16:30:51 Hnuu...uuuununununu... 16:30:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:30:52 provisioning config files... 16:30:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6448796933881128811tmp [Pipeline] { [Pipeline] echo 16:30:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:30:53 ---> create-netrc.sh [Pipeline] } 16:30:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:30:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:30:53 ---> python-tools-install.sh [Pipeline] echo 16:30:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:30:54 ---> sudo-logs.sh 16:30:54 Archiving 'sudo' log.. [Pipeline] echo 16:30:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:30:54 ---> job-cost.sh 16:30:54 lf-activate-venv: SKIPPING 16:30:54 INFO: No Stack... 16:30:55 INFO: Retrieving Pricing Info for: v1-standard-2 16:30:56 INFO: Archiving Costs [Pipeline] echo 16:30:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:30:56 ---> logs-deploy.sh 16:30:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/15 16:30:56 INFO: archiving workspace using pattern(s): 16:30:58 Archives upload complete. 16:30:59 INFO: archiving logs to Nexus 16:31:01 ---> uname -a: 16:31:01 Linux prd-centos7-docker-4c-2g-15584.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:31:01 16:31:01 16:31:01 ---> lscpu: 16:31:01 Architecture: x86_64 16:31:01 CPU op-mode(s): 32-bit, 64-bit 16:31:01 Byte Order: Little Endian 16:31:01 Address sizes: 40 bits physical, 48 bits virtual 16:31:01 CPU(s): 4 16:31:01 On-line CPU(s) list: 0-3 16:31:01 Thread(s) per core: 1 16:31:01 Core(s) per socket: 1 16:31:01 Socket(s): 4 16:31:01 NUMA node(s): 1 16:31:01 Vendor ID: GenuineIntel 16:31:01 CPU family: 6 16:31:01 Model: 44 16:31:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:31:01 Stepping: 1 16:31:01 CPU MHz: 2933.438 16:31:01 BogoMIPS: 5866.87 16:31:01 Virtualization: VT-x 16:31:01 Hypervisor vendor: KVM 16:31:01 Virtualization type: full 16:31:01 L1d cache: 128 KiB 16:31:01 L1i cache: 128 KiB 16:31:01 L2 cache: 16 MiB 16:31:01 L3 cache: 64 MiB 16:31:01 NUMA node0 CPU(s): 0-3 16:31:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:31:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:31:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:31:01 Vulnerability Meltdown: Mitigation; PTI 16:31:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:31:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:31:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:31:01 Vulnerability Srbds: Not affected 16:31:01 Vulnerability Tsx async abort: Not affected 16:31:01 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:31:01 16:31:01 16:31:01 ---> nproc: 16:31:01 4 16:31:01 16:31:01 16:31:01 ---> df -h: 16:31:01 Filesystem Size Used Available Use% Mounted on 16:31:01 overlay 50.0G 8.2G 41.8G 16% / 16:31:01 tmpfs 64.0M 0 64.0M 0% /dev 16:31:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:31:01 shm 64.0M 0 64.0M 0% /dev/shm 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/exfoundry_go-mod-registry_master 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/exfoundry_go-mod-registry_master@tmp 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 16:31:01 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 16:31:01 16:31:01 16:31:01 ---> free -m: 16:31:01 total used free shared buff/cache available 16:31:01 Mem: 1837 761 149 0 926 1012 16:31:01 Swap: 1023 2 1021 16:31:01 16:31:01 16:31:01 ---> ip addr: 16:31:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:31:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:31:01 inet 127.0.0.1/8 scope host lo 16:31:01 valid_lft forever preferred_lft forever 16:31:01 inet6 ::1/128 scope host 16:31:01 valid_lft forever preferred_lft forever 16:31:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:31:01 link/ether fa:16:3e:14:03:d2 brd ff:ff:ff:ff:ff:ff 16:31:01 inet 10.30.122.60/23 brd 10.30.123.255 scope global dynamic eth0 16:31:01 valid_lft 85501sec preferred_lft 85501sec 16:31:01 inet6 fe80::f816:3eff:fe14:3d2/64 scope link 16:31:01 valid_lft forever preferred_lft forever 16:31:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:31:01 link/ether 02:42:ee:af:00:e8 brd ff:ff:ff:ff:ff:ff 16:31:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:31:01 valid_lft forever preferred_lft forever 16:31:01 inet6 fe80::42:eeff:feaf:e8/64 scope link 16:31:01 valid_lft forever preferred_lft forever 16:31:01 16:31:01 16:31:01 ---> sar -b -r -n DEV: 16:31:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 16:31:01 16:31:01 16:15:46 LINUX RESTART (4 CPU) 16:31:01 16:31:01 16:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:31:01 16:18:01 30.37 10.48 19.89 0.00 4225.55 2182.59 0.00 16:31:01 16:19:01 1.75 0.00 1.75 0.00 0.00 31.68 0.00 16:31:01 16:20:02 0.28 0.00 0.28 0.00 0.00 3.47 0.00 16:31:01 16:21:01 0.25 0.00 0.25 0.00 0.00 2.74 0.00 16:31:01 16:22:01 0.20 0.00 0.20 0.00 0.00 2.76 0.00 16:31:01 16:23:01 0.40 0.00 0.40 0.00 0.00 5.77 0.00 16:31:01 16:24:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 16:31:01 16:25:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 16:31:01 16:26:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 16:31:01 16:27:01 0.18 0.00 0.18 0.00 0.00 2.03 0.00 16:31:01 16:28:01 0.38 0.10 0.28 0.00 11.05 3.33 0.00 16:31:01 16:29:02 284.61 171.84 112.77 0.00 8046.49 33641.72 0.00 16:31:01 16:30:01 191.65 52.60 139.05 0.00 3246.50 32953.99 0.00 16:31:01 Average: 39.21 18.09 21.12 0.00 1195.25 5274.11 0.00 16:31:01 16:31:01 16:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:31:01 16:18:01 177376 0 541692 28.79 2620 1159856 1049984 35.83 362292 1141816 16 16:31:01 16:19:01 177244 0 541816 28.80 2620 1159864 1049992 35.83 373048 1130948 8 16:31:01 16:20:02 184744 0 534312 28.40 2620 1159868 1002032 34.20 370044 1127928 8 16:31:01 16:21:01 183796 0 535256 28.45 2620 1159872 1002296 34.21 375352 1123832 12 16:31:01 16:22:01 181468 0 537580 28.57 2620 1159876 1002344 34.21 397724 1103648 8 16:31:01 16:23:01 183736 0 535308 28.45 2620 1159880 1002028 34.20 395876 1103648 12 16:31:01 16:24:01 183620 0 535420 28.46 2620 1159884 1002032 34.20 395884 1103648 8 16:31:01 16:25:01 183828 0 535148 28.44 2620 1159948 1002032 34.20 396000 1103664 24 16:31:01 16:26:01 182260 0 536768 28.53 2620 1159896 1002272 34.21 397292 1103648 8 16:31:01 16:27:01 181804 0 537220 28.55 2620 1159900 1002332 34.21 397556 1103648 8 16:31:01 16:28:01 179704 0 538956 28.64 2620 1160264 1004368 34.28 399136 1103824 48 16:31:01 16:29:02 92636 0 640880 34.06 2620 1145408 1265412 43.19 522868 1013144 36656 16:31:01 16:30:01 201760 0 733408 38.98 2444 943932 1382288 47.18 572280 763812 72 16:31:01 Average: 176460 0 560290 29.78 2606 1142188 1059186 36.15 411950 1079016 2838 16:31:01 16:31:01 16:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:31:01 16:18:01 eth0 59.31 43.78 335.15 31.81 0.00 0.00 0.00 0.00 16:31:01 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:18:01 docker0 1.05 0.98 0.28 1.78 0.00 0.00 0.00 0.00 16:31:01 16:19:01 eth0 2.00 1.43 2.91 0.10 0.00 0.00 0.00 0.00 16:31:01 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:20:02 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:31:01 16:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:21:01 eth0 0.96 0.37 0.37 0.20 0.00 0.00 0.00 0.00 16:31:01 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:22:01 eth0 0.67 0.53 0.40 0.27 0.00 0.00 0.00 0.00 16:31:01 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:23:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:31:01 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:31:01 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:25:01 eth0 0.47 0.07 0.04 0.01 0.00 0.00 0.00 0.00 16:31:01 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:26:01 eth0 1.26 0.43 0.34 0.21 0.00 0.00 0.00 0.00 16:31:01 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:27:01 eth0 0.60 0.45 0.35 0.27 0.00 0.00 0.00 0.00 16:31:01 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:28:01 eth0 4.84 3.16 4.39 1.58 0.00 0.00 0.00 0.00 16:31:01 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:29:02 eth0 499.14 400.81 4731.65 79.51 0.00 0.00 0.00 0.00 16:31:01 16:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:29:02 docker0 12.62 11.01 1.34 19.95 0.00 0.00 0.00 0.00 16:31:01 16:30:01 eth0 356.32 278.49 2837.69 74.01 0.00 0.00 0.00 0.00 16:31:01 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 16:30:01 veth288e72f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:31:01 16:30:01 docker0 21.51 36.70 1.21 188.74 0.00 0.00 0.00 0.00 16:31:01 Average: eth0 71.10 56.01 607.56 14.42 0.00 0.00 0.00 0.00 16:31:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 Average: veth288e72f 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 16:31:01 Average: docker0 2.69 3.71 0.22 16.01 0.00 0.00 0.00 0.00 16:31:01 16:31:01 16:31:01 ---> sar -P ALL: 16:31:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 16:31:01 16:31:01 16:15:46 LINUX RESTART (4 CPU) 16:31:01 16:31:01 16:17:01 CPU %user %nice %system %iowait %steal %idle 16:31:01 16:18:01 all 1.95 0.00 1.78 0.58 4.35 91.34 16:31:01 16:18:01 0 1.79 0.00 2.36 0.35 4.14 91.35 16:31:01 16:18:01 1 1.53 0.00 1.58 0.27 4.59 92.04 16:31:01 16:18:01 2 2.59 0.00 1.92 1.37 4.21 89.92 16:31:01 16:18:01 3 1.87 0.00 1.26 0.33 4.47 92.07 16:31:01 16:19:01 all 0.13 0.00 0.05 0.00 0.33 99.48 16:31:01 16:19:01 0 0.03 0.00 0.07 0.00 0.15 99.75 16:31:01 16:19:01 1 0.07 0.00 0.07 0.00 0.53 99.33 16:31:01 16:19:01 2 0.07 0.00 0.03 0.00 0.37 99.53 16:31:01 16:19:01 3 0.37 0.00 0.05 0.00 0.27 99.32 16:31:01 16:20:02 all 0.12 0.00 0.10 0.00 0.53 99.25 16:31:01 16:20:02 0 0.03 0.00 0.10 0.00 0.68 99.19 16:31:01 16:20:02 1 0.03 0.00 0.07 0.00 0.32 99.58 16:31:01 16:20:02 2 0.07 0.00 0.13 0.00 0.65 99.15 16:31:01 16:20:02 3 0.33 0.00 0.08 0.00 0.50 99.09 16:31:01 16:21:01 all 0.08 0.00 0.05 0.00 0.54 99.33 16:31:01 16:21:01 0 0.03 0.00 0.07 0.00 0.37 99.53 16:31:01 16:21:01 1 0.10 0.00 0.05 0.00 0.54 99.31 16:31:01 16:21:01 2 0.17 0.00 0.05 0.00 1.09 98.69 16:31:01 16:21:01 3 0.02 0.00 0.02 0.00 0.15 99.81 16:31:01 16:22:01 all 0.13 0.00 0.19 0.00 0.53 99.15 16:31:01 16:22:01 0 0.05 0.00 0.33 0.00 0.53 99.08 16:31:01 16:22:01 1 0.05 0.00 0.13 0.00 0.38 99.43 16:31:01 16:22:01 2 0.37 0.00 0.15 0.00 0.90 98.59 16:31:01 16:22:01 3 0.05 0.00 0.15 0.00 0.32 99.48 16:31:01 16:23:01 all 0.08 0.00 0.05 0.00 0.30 99.57 16:31:01 16:23:01 0 0.00 0.00 0.07 0.00 0.15 99.78 16:31:01 16:23:01 1 0.03 0.00 0.03 0.00 0.32 99.62 16:31:01 16:23:01 2 0.30 0.00 0.07 0.00 0.60 99.04 16:31:01 16:23:01 3 0.00 0.00 0.02 0.00 0.13 99.85 16:31:01 16:24:01 all 0.11 0.00 0.02 0.00 0.26 99.60 16:31:01 16:24:01 0 0.02 0.00 0.02 0.00 0.15 99.82 16:31:01 16:24:01 1 0.20 0.00 0.03 0.00 0.15 99.62 16:31:01 16:24:01 2 0.22 0.00 0.03 0.00 0.38 99.37 16:31:01 16:24:01 3 0.02 0.00 0.02 0.00 0.35 99.62 16:31:01 16:25:01 all 0.06 0.00 0.04 0.00 0.36 99.54 16:31:01 16:25:01 0 0.02 0.00 0.02 0.00 0.18 99.78 16:31:01 16:25:01 1 0.03 0.00 0.05 0.00 0.48 99.44 16:31:01 16:25:01 2 0.17 0.00 0.08 0.00 0.33 99.42 16:31:01 16:25:01 3 0.02 0.00 0.02 0.00 0.45 99.52 16:31:01 16:26:01 all 0.09 0.00 0.03 0.00 0.28 99.59 16:31:01 16:26:01 0 0.00 0.00 0.02 0.00 0.13 99.85 16:31:01 16:26:01 1 0.02 0.00 0.02 0.00 0.08 99.88 16:31:01 16:26:01 2 0.30 0.00 0.05 0.00 0.33 99.32 16:31:01 16:26:01 3 0.05 0.00 0.05 0.00 0.58 99.32 16:31:01 16:27:01 all 0.12 0.00 0.04 0.00 0.27 99.57 16:31:01 16:27:01 0 0.03 0.00 0.03 0.00 0.12 99.82 16:31:01 16:27:01 1 0.17 0.00 0.02 0.00 0.18 99.63 16:31:01 16:27:01 2 0.23 0.00 0.05 0.00 0.20 99.52 16:31:01 16:27:01 3 0.05 0.00 0.05 0.00 0.58 99.32 16:31:01 16:28:01 all 0.33 0.00 0.27 0.01 1.09 98.31 16:31:01 16:28:01 0 0.35 0.00 0.42 0.00 0.86 98.37 16:31:01 16:28:01 1 0.53 0.00 0.13 0.00 1.29 98.05 16:31:01 16:28:01 2 0.22 0.00 0.28 0.02 0.71 98.77 16:31:01 16:28:01 3 0.21 0.00 0.23 0.02 1.47 98.07 16:31:01 16:31:01 16:28:01 CPU %user %nice %system %iowait %steal %idle 16:31:01 16:29:02 all 6.55 0.00 6.18 1.68 20.97 64.62 16:31:01 16:29:02 0 7.59 0.00 6.91 1.45 22.13 61.92 16:31:01 16:29:02 1 6.10 0.00 5.10 2.78 20.48 65.54 16:31:01 16:29:02 2 6.07 0.00 6.18 0.71 20.18 66.86 16:31:01 16:29:02 3 6.46 0.00 6.56 1.76 21.12 64.11 16:31:01 16:30:01 all 8.30 0.00 7.65 1.81 16.59 65.66 16:31:01 16:30:01 0 7.30 0.00 7.54 1.58 17.18 66.39 16:31:01 16:30:01 1 7.27 0.00 8.84 2.54 16.72 64.62 16:31:01 16:30:01 2 6.51 0.00 6.89 1.79 16.72 68.09 16:31:01 16:30:01 3 12.15 0.00 7.33 1.32 15.74 63.46 16:31:01 Average: all 1.38 0.00 1.25 0.31 3.55 93.51 16:31:01 Average: 0 1.31 0.00 1.37 0.26 3.57 93.50 16:31:01 Average: 1 1.23 0.00 1.23 0.43 3.54 93.58 16:31:01 Average: 2 1.32 0.00 1.22 0.30 3.58 93.57 16:31:01 Average: 3 1.63 0.00 1.20 0.26 3.52 93.38 16:31:01 16:31:01 16:31:01