Pull request #66 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4400b38903416781597063122eda54a926813678+19bac2f82b793b46b2bc13ac438a581299833542 (e080725c5b912dccd775fcefa0584a7360902022) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-registry, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-registry-settings PROJECT: go-mod-registry USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-registry DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24388’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24392 in /w/workspace/gexfoundry_go-mod-registry_PR-66 [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/gexfoundry_go-mod-registry_PR-66 # 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 Merging remotes/origin/master commit 19bac2f82b793b46b2bc13ac438a581299833542 into PR head commit 4400b38903416781597063122eda54a926813678 Merge succeeded, producing 4400b38903416781597063122eda54a926813678 Checking out Revision 4400b38903416781597063122eda54a926813678 (PR-66) 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/pull/66/head:refs/remotes/origin/PR-66 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4400b38903416781597063122eda54a926813678 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4400b38903416781597063122eda54a926813678 # timeout=10 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk afd65f2a4d32e3a21421f354db5ff7d5f241866f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:40:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:40:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:40:43 ========================================================= 18:40:43 EdgeX Global Pipelines Version Info 18:40:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:40:45 ------------------- 18:40:45 stable info: 18:40:45 ------------------- 18:40:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:40:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:40:45 Message: update stable to v1.0.179 18:40:46 ------------------- 18:40:46 experimental info: 18:40:46 ------------------- 18:40:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:40:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:40:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:40:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 18:40:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 18:40:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:40:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:40:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:40:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:40:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:40:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:40:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-66 [Pipeline] echo 18:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-66 [Pipeline] echo 18:40:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-66 [Pipeline] echo 18:40:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4400b38903416781597063122eda54a926813678 [Pipeline] echo 18:40:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4400b38 [Pipeline] echo 18:40:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:40:50 + git log --format=format:%s -1 4400b38903416781597063122eda54a926813678 [Pipeline] echo 18:40:50 GIT_COMMIT: 4400b38903416781597063122eda54a926813678, Commit Message: build(deps): Bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.1 [Pipeline] echo 18:40:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:40:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:51 18:40:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:40:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:51 latest: Pulling from edgex-devops/git-semver 18:40:51 31603596830f: Pulling fs layer 18:40:51 2a8b12db71e7: Pulling fs layer 18:40:51 6ca5941a6612: Pulling fs layer 18:40:51 ecc8261a40a4: Pulling fs layer 18:40:51 ecc8261a40a4: Waiting 18:40:51 2a8b12db71e7: Verifying Checksum 18:40:51 2a8b12db71e7: Download complete 18:40:52 31603596830f: Verifying Checksum 18:40:52 31603596830f: Download complete 18:40:52 ecc8261a40a4: Verifying Checksum 18:40:52 ecc8261a40a4: Download complete 18:40:52 6ca5941a6612: Verifying Checksum 18:40:52 6ca5941a6612: Download complete 18:40:52 31603596830f: Pull complete 18:40:52 2a8b12db71e7: Pull complete 18:40:53 6ca5941a6612: Pull complete 18:40:53 ecc8261a40a4: Pull complete 18:40:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:40:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:40:53 prd-centos7-docker-4c-2g-24392 does not seem to be running inside a container 18:40:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-registry_PR-66 -v /w/workspace/gexfoundry_go-mod-registry_PR-66:/w/workspace/gexfoundry_go-mod-registry_PR-66:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-66@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-66@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:40:55 $ docker top 43e6197f4f2f1a5b3a995fc054712772a4debfdeab50e873fd1e95ecd004148c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:56 [ssh-agent] Looking for ssh-agent implementation... 18:40:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:56 $ docker exec 43e6197f4f2f1a5b3a995fc054712772a4debfdeab50e873fd1e95ecd004148c ssh-agent 18:40:56 SSH_AUTH_SOCK=/tmp/ssh-oVMRDplr44hc/agent.11 18:40:56 SSH_AGENT_PID=17 18:40:56 Running ssh-add (command line suppressed) 18:40:56 Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-66@tmp/private_key_4540348208513645531.key (/w/workspace/gexfoundry_go-mod-registry_PR-66@tmp/private_key_4540348208513645531.key) 18:40:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:57 + git tag --points-at HEAD [Pipeline] } 18:40:57 $ docker exec --env ******** --env ******** 43e6197f4f2f1a5b3a995fc054712772a4debfdeab50e873fd1e95ecd004148c ssh-agent -k 18:40:57 unset SSH_AUTH_SOCK; 18:40:57 unset SSH_AGENT_PID; 18:40:57 echo Agent pid 17 killed; 18:40:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:40:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:57 [ssh-agent] Looking for ssh-agent implementation... 18:40:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:57 $ docker exec 43e6197f4f2f1a5b3a995fc054712772a4debfdeab50e873fd1e95ecd004148c ssh-agent 18:40:57 SSH_AUTH_SOCK=/tmp/ssh-JrLhSuE1q2e7/agent.46 18:40:57 SSH_AGENT_PID=51 18:40:57 Running ssh-add (command line suppressed) 18:40:57 Identity added: /w/workspace/gexfoundry_go-mod-registry_PR-66@tmp/private_key_2739742426850984645.key (/w/workspace/gexfoundry_go-mod-registry_PR-66@tmp/private_key_2739742426850984645.key) 18:40:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:58 + git semver init 18:40:58 # -> Open(): unable to determine branch for HEAD 18:40:58 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-66/.git 18:40:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-registry_PR-66 18:40:58 # $SEMVER_REMOTE_NAME = origin 18:40:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:58 # $SEMVER_USER_NAME = edgex-jenkins 18:40:58 # $SEMVER_BRANCH = PR-66 18:40:58 # $SEMVER_TEMP = /tmp/semver-264549195 18:40:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 18:40:58 # '/tmp/semver-264549195' -> '/w/workspace/gexfoundry_go-mod-registry_PR-66/.semver' 18:40:58 # -> Force: false 18:40:58 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-registry_PR-66/.semver [Pipeline] } 18:40:58 $ docker exec --env ******** --env ******** 43e6197f4f2f1a5b3a995fc054712772a4debfdeab50e873fd1e95ecd004148c ssh-agent -k 18:40:58 unset SSH_AUTH_SOCK; 18:40:58 unset SSH_AGENT_PID; 18:40:58 echo Agent pid 51 killed; 18:40:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:59 + git semver [Pipeline] } 18:40:59 $ docker stop --time=1 43e6197f4f2f1a5b3a995fc054712772a4debfdeab50e873fd1e95ecd004148c 18:41:00 $ docker rm -f 43e6197f4f2f1a5b3a995fc054712772a4debfdeab50e873fd1e95ecd004148c [Pipeline] // withDockerContainer [Pipeline] sh 18:41:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:41:02 Stashed 1 file(s) [Pipeline] echo 18:41:02 [edgeXSemver]: initialized semver on version 0.0.0 [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 18:41:17 Still waiting to schedule task 18:41:17 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24377’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24386’ is offline; ‘prd-centos7-docker-4c-2g-24388’ is offline; ‘prd-centos7-docker-4c-2g-24396’ is offline; ‘prd-centos7-docker-4c-2g-24397’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24393’ doesn’t have label ‘centos7-docker-4c-2g’ 18:41:17 Still waiting to schedule task 18:41:17 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24371’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24374’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24377’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24381’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24386’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24388’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24396’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24397’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24393’ is offline 18:43:15 Running on prd-centos7-docker-4c-2g-24401 in /w/workspace/gexfoundry_go-mod-registry_PR-66 [Pipeline] { [Pipeline] ws 18:43:15 Running in /w/workspace/go-mod-registry/4 [Pipeline] { [Pipeline] checkout 18:43:18 using credential edgex-jenkins-ssh 18:43:18 Cloning the remote Git repository 18:43:18 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 18:43:18 > git init /w/workspace/go-mod-registry/4 # timeout=10 18:43:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:43:18 > git --version # timeout=10 18:43:18 > git --version # 'git version 2.24.3' 18:43:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:19 Merging remotes/origin/master commit 19bac2f82b793b46b2bc13ac438a581299833542 into PR head commit 4400b38903416781597063122eda54a926813678 18:43:19 Merge succeeded, producing 4400b38903416781597063122eda54a926813678 18:43:19 Checking out Revision 4400b38903416781597063122eda54a926813678 (PR-66) 18:43:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:43:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:43:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:43:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/66/head:refs/remotes/origin/PR-66 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:19 > git config core.sparsecheckout # timeout=10 18:43:19 > git checkout -f 4400b38903416781597063122eda54a926813678 # timeout=10 18:43:19 > git remote # timeout=10 18:43:19 > git config --get remote.origin.url # timeout=10 18:43:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:19 > git merge 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 18:43:19 > git rev-parse HEAD^{commit} # timeout=10 18:43:19 > git config core.sparsecheckout # timeout=10 18:43:19 > git checkout -f 4400b38903416781597063122eda54a926813678 # timeout=10 18:43:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24400 in /w/workspace/gexfoundry_go-mod-registry_PR-66 [Pipeline] { [Pipeline] ws 18:43:22 Running in /w/workspace/go-mod-registry/4 [Pipeline] { [Pipeline] checkout 18:43:23 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:43:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:25 + sudo service docker restart 18:43:25 + true 18:43:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:43:26 ========================================================= 18:43:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:43:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:27 + 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 . 18:43:27 Sending build context to Docker daemon 291.3kB 18:43:27 Step 1/7 : ARG BASE=golang:1.15-alpine 18:43:27 Step 2/7 : FROM ${BASE} 18:43:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:43:27 188c0c94c7c5: Pulling fs layer 18:43:27 0ef7d3d256c8: Pulling fs layer 18:43:27 de9db76c5a1d: Pulling fs layer 18:43:27 bca2f99d35d6: Pulling fs layer 18:43:27 93359f2a8cfa: Pulling fs layer 18:43:27 7c6f9722023f: Pulling fs layer 18:43:27 a35cf1a2eb13: Pulling fs layer 18:43:27 bca2f99d35d6: Waiting 18:43:27 93359f2a8cfa: Waiting 18:43:27 7c6f9722023f: Waiting 18:43:27 a35cf1a2eb13: Waiting 18:43:27 de9db76c5a1d: Verifying Checksum 18:43:27 de9db76c5a1d: Download complete 18:43:27 0ef7d3d256c8: Verifying Checksum 18:43:27 0ef7d3d256c8: Download complete 18:43:27 93359f2a8cfa: Verifying Checksum 18:43:27 93359f2a8cfa: Download complete 18:43:28 using credential edgex-jenkins-ssh 18:43:28 Cloning the remote Git repository 18:43:28 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 18:43:29 7c6f9722023f: Verifying Checksum 18:43:29 7c6f9722023f: Download complete 18:43:29 188c0c94c7c5: Verifying Checksum 18:43:29 188c0c94c7c5: Download complete 18:43:29 188c0c94c7c5: Pull complete 18:43:29 0ef7d3d256c8: Pull complete 18:43:29 de9db76c5a1d: Pull complete 18:43:29 > git init /w/workspace/go-mod-registry/4 # timeout=10 18:43:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:43:29 > git --version # timeout=10 18:43:29 > git --version # 'git version 2.17.1' 18:43:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:30 Merging remotes/origin/master commit 19bac2f82b793b46b2bc13ac438a581299833542 into PR head commit 4400b38903416781597063122eda54a926813678 18:43:31 a35cf1a2eb13: Verifying Checksum 18:43:31 a35cf1a2eb13: Download complete 18:43:31 Merge succeeded, producing 4400b38903416781597063122eda54a926813678 18:43:31 Checking out Revision 4400b38903416781597063122eda54a926813678 (PR-66) 18:43:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:43:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:43:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:43:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/66/head:refs/remotes/origin/PR-66 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:30 > git config core.sparsecheckout # timeout=10 18:43:30 > git checkout -f 4400b38903416781597063122eda54a926813678 # timeout=10 18:43:31 > git remote # timeout=10 18:43:31 > git config --get remote.origin.url # timeout=10 18:43:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:31 > git merge 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 18:43:31 > git rev-parse HEAD^{commit} # timeout=10 18:43:31 > git config core.sparsecheckout # timeout=10 18:43:31 > git checkout -f 4400b38903416781597063122eda54a926813678 # timeout=10 18:43:32 bca2f99d35d6: Verifying Checksum 18:43:32 bca2f99d35d6: Download complete 18:43:35 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.1.0 to 1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:43:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:38 + sudo service docker restart 18:43:38 + true 18:43:38 bca2f99d35d6: Pull complete 18:43:38 93359f2a8cfa: Pull complete 18:43:38 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo 18:43:40 ========================================================= 18:43:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:43:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:41 + 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 . 18:43:42 Sending build context to Docker daemon 290.3kB 18:43:42 Step 1/7 : ARG BASE=golang:1.15-alpine 18:43:42 Step 2/7 : FROM ${BASE} 18:43:42 a35cf1a2eb13: Pull complete 18:43:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:43:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:43:42 ---> a62c8e92a672 18:43:42 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:43:42 ---> Running in c83f5663eaf2 18:43:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:43:42 5f621e34cdf4: Pulling fs layer 18:43:42 a4357932f1b6: Pulling fs layer 18:43:42 18c013af1878: Pulling fs layer 18:43:42 00ac8860ef70: Pulling fs layer 18:43:42 63d7cb157983: Pulling fs layer 18:43:42 b116817d02f9: Pulling fs layer 18:43:42 745a02a5169b: Pulling fs layer 18:43:42 b116817d02f9: Waiting 18:43:42 745a02a5169b: Waiting 18:43:42 63d7cb157983: Waiting 18:43:42 00ac8860ef70: Waiting 18:43:42 18c013af1878: Download complete 18:43:42 a4357932f1b6: Verifying Checksum 18:43:42 a4357932f1b6: Download complete 18:43:42 Removing intermediate container c83f5663eaf2 18:43:42 ---> 499dcef0b0df 18:43:42 Step 4/7 : RUN apk add --update bash 18:43:42 63d7cb157983: Verifying Checksum 18:43:42 63d7cb157983: Download complete 18:43:42 b116817d02f9: Verifying Checksum 18:43:42 b116817d02f9: Download complete 18:43:43 ---> Running in 3f6312c55382 18:43:43 5f621e34cdf4: Verifying Checksum 18:43:43 5f621e34cdf4: Download complete 18:43:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:44 5f621e34cdf4: Pull complete 18:43:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:44 a4357932f1b6: Pull complete 18:43:45 745a02a5169b: Verifying Checksum 18:43:45 745a02a5169b: Download complete 18:43:45 18c013af1878: Pull complete 18:43:46 00ac8860ef70: Verifying Checksum 18:43:46 00ac8860ef70: Download complete 18:43:46 OK: 166 MiB in 39 packages 18:43:46 Removing intermediate container 3f6312c55382 18:43:46 ---> b94db51eb638 18:43:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:43:46 ---> Running in 0849bea26a79 18:43:46 Removing intermediate container 0849bea26a79 18:43:46 ---> 272f05ac558f 18:43:46 Step 6/7 : COPY go.mod . 18:43:47 ---> a7ea62a241a3 18:43:47 Step 7/7 : RUN go mod download 18:43:47 ---> Running in 1cf582f15b00 18:43:56 00ac8860ef70: Pull complete 18:43:56 63d7cb157983: Pull complete 18:43:57 b116817d02f9: Pull complete 18:44:00 745a02a5169b: Pull complete 18:44:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:44:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:44:01 ---> b7e6874047d6 18:44:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:44:02 Removing intermediate container 1cf582f15b00 18:44:02 ---> 6efc95e2fc29 18:44:02 Successfully built 6efc95e2fc29 18:44:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:44:02 + docker inspect -f . ci-base-image-x86_64 18:44:02 . [Pipeline] withDockerContainer 18:44:02 prd-centos7-docker-4c-2g-24401 does not seem to be running inside a container 18:44:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/4 -v /w/workspace/go-mod-registry/4:/w/workspace/go-mod-registry/4:rw,z -v /w/workspace/go-mod-registry/4@tmp:/w/workspace/go-mod-registry/4@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:44:03 $ docker top 87af8fb577298d0ae88e4477264bef5a7bc6fe5bc365bf635946a0320587850b -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:04 + go version 18:44:04 go version go1.15.5 linux/amd64 [Pipeline] } 18:44:04 $ docker stop --time=1 87af8fb577298d0ae88e4477264bef5a7bc6fe5bc365bf635946a0320587850b 18:44:04 ---> Running in 939aff589221 18:44:04 Removing intermediate container 939aff589221 18:44:04 ---> 03b6c66f76f4 18:44:04 Step 4/7 : RUN apk add --update bash 18:44:05 ---> Running in dbd569b29ba4 18:44:05 $ docker rm -f 87af8fb577298d0ae88e4477264bef5a7bc6fe5bc365bf635946a0320587850b [Pipeline] // withDockerContainer 18:44:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:06 + docker inspect -f . ci-base-image-x86_64 18:44:06 . [Pipeline] withDockerContainer 18:44:06 prd-centos7-docker-4c-2g-24401 does not seem to be running inside a container 18:44:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/4 -v /w/workspace/go-mod-registry/4:/w/workspace/go-mod-registry/4:rw,z -v /w/workspace/go-mod-registry/4@tmp:/w/workspace/go-mod-registry/4@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:44:07 $ docker top d6d758c7a5b0c9e6d40b0874ba1602ff14d8ef520f585c0e0a74fb141fb6b82a -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:08 + make test 18:44:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:44:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:44:11 OK: 142 MiB in 39 packages 18:44:12 Removing intermediate container dbd569b29ba4 18:44:12 ---> 27d944c11efe 18:44:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:44:12 ---> Running in 9e767b76923e 18:44:13 Removing intermediate container 9e767b76923e 18:44:13 ---> 7c6ad3e05d33 18:44:13 Step 6/7 : COPY go.mod . 18:44:13 ---> a90cf2c7ebf2 18:44:13 Step 7/7 : RUN go mod download 18:44:14 ---> Running in 477cbb2034d2 18:44:20 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.046s coverage: 87.9% of statements 18:44:20 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 18:44:20 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.007s coverage: 85.7% of statements 18:44:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:44:21 gofmt -l . 18:44:21 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:44:21 $ docker stop --time=1 d6d758c7a5b0c9e6d40b0874ba1602ff14d8ef520f585c0e0a74fb141fb6b82a 18:44:23 $ docker rm -f d6d758c7a5b0c9e6d40b0874ba1602ff14d8ef520f585c0e0a74fb141fb6b82a [Pipeline] // withDockerContainer [Pipeline] sh 18:44:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:24 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] } 18:44:32 Removing intermediate container 477cbb2034d2 18:44:32 ---> 27247327da85 18:44:32 Successfully built 27247327da85 18:44:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:44:32 + docker inspect -f . ci-base-image-arm64 18:44:32 . [Pipeline] withDockerContainer 18:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-24400 does not seem to be running inside a container 18:44:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/4 -v /w/workspace/go-mod-registry/4:/w/workspace/go-mod-registry/4:rw,z -v /w/workspace/go-mod-registry/4@tmp:/w/workspace/go-mod-registry/4@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:44:34 $ docker top 4d8c43f1e1ee35ab94402a42fd614afa3e5b68160f93250c02133ab8500058e7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:35 + go version 18:44:35 go version go1.15.5 linux/arm64 [Pipeline] } 18:44:35 $ docker stop --time=1 4d8c43f1e1ee35ab94402a42fd614afa3e5b68160f93250c02133ab8500058e7 18:44:37 $ docker rm -f 4d8c43f1e1ee35ab94402a42fd614afa3e5b68160f93250c02133ab8500058e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:39 + docker inspect -f . ci-base-image-arm64 18:44:39 . [Pipeline] withDockerContainer 18:44:39 prd-ubuntu18.04-docker-arm64-4c-16g-24400 does not seem to be running inside a container 18:44:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/4 -v /w/workspace/go-mod-registry/4:/w/workspace/go-mod-registry/4:rw,z -v /w/workspace/go-mod-registry/4@tmp:/w/workspace/go-mod-registry/4@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:44:40 $ docker top 79241590bd3f7ceaf6789a0d09daf6a99427ecdcd21499414aafa6368879870f -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:42 + make test 18:44:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:45:14 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.083s coverage: 87.9% of statements 18:45:14 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 18:45:14 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.012s coverage: 85.7% of statements 18:45:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:45:14 gofmt -l . 18:45:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:45:14 $ docker stop --time=1 79241590bd3f7ceaf6789a0d09daf6a99427ecdcd21499414aafa6368879870f 18:45:16 $ docker rm -f 79241590bd3f7ceaf6789a0d09daf6a99427ecdcd21499414aafa6368879870f [Pipeline] // withDockerContainer [Pipeline] sh 18:45:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:45:17 Warning: overwriting stash ‘coverage-report’ 18:45:18 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 18:45:19 provisioning config files... 18:45:19 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/gexfoundry_go-mod-registry_PR-66@tmp/config152607234568728856tmp [Pipeline] { [Pipeline] sh 18:45:20 + set +x 18:45:20 + curl -s https://codecov.io/bash 18:45:20 + bash -s -- 18:45:20 18:45:20 _____ _ 18:45:20 / ____| | | 18:45:20 | | ___ __| | ___ ___ _____ __ 18:45:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:45:20 | |___| (_) | (_| | __/ (_| (_) \ V / 18:45:20 \_____\___/ \__,_|\___|\___\___/ \_/ 18:45:20 Bash-20210129-7c25fce 18:45:20 18:45:20 18:45:20 ==> git version 2.24.3 found 18:45:20 ==> 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 18:45:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:45:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:45:20 ==> Jenkins CI detected. 18:45:20 project root: . 18:45:20 --> token set from env 18:45:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:45:20 ==> Running gcov in . (disable via -X gcov) 18:45:20 ==> Python coveragepy not found 18:45:20 ==> Searching for coverage reports in: 18:45:20 + . 18:45:20 -> Found 1 reports 18:45:20 ==> Detecting git/mercurial file structure 18:45:20 ==> Reading reports 18:45:20 + ./coverage.out bytes=9269 18:45:20 ==> Appending adjustments 18:45:20 https://docs.codecov.io/docs/fixing-reports 18:45:20 + Found adjustments 18:45:20 ==> Gzipping contents 18:45:20 4.0K /tmp/codecov.Rg8CbO.gz 18:45:20 ==> Uploading reports 18:45:20 url: https://codecov.io 18:45:20 query: branch=PR-66&commit=4400b38903416781597063122eda54a926813678&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-66%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=66&job=&cmd_args= 18:45:20 -> Pinging Codecov 18:45:20 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-66&commit=4400b38903416781597063122eda54a926813678&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-66%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=66&job=&cmd_args= 18:45:21 -> Uploading to 18:45:21 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/05B643FFA8DEACB6C25F95B2D4D12284/4400b38903416781597063122eda54a926813678/631604df-49b5-4f72-b697-f0d3d9508f5f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184521Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6bcfdab7500bc8ab9922d47586eb67663234ca3982863d03309ee4c71a467240 18:45:21 % Total % Received % Xferd Average Speed Time Time Time Current 18:45:21 Dload Upload Total Spent Left Speed 18:45:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1821 0 0 100 1821 0 3669 --:--:-- --:--:-- --:--:-- 3663 100 1821 0 0 100 1821 0 3667 --:--:-- --:--:-- --:--:-- 3663 18:45:21 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/4400b38903416781597063122eda54a926813678 [Pipeline] } 18:45:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 18:45:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:24 ---> package-listing.sh 18:45:24 ++ facter osfamily 18:45:24 ++ tr '[:upper:]' '[:lower:]' 18:45:24 + OS_FAMILY=redhat 18:45:24 + workspace=/w/workspace/gexfoundry_go-mod-registry_PR-66 18:45:24 + START_PACKAGES=/tmp/packages_start.txt 18:45:24 + END_PACKAGES=/tmp/packages_end.txt 18:45:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:24 + PACKAGES=/tmp/packages_start.txt 18:45:24 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-66 ']' 18:45:24 + PACKAGES=/tmp/packages_end.txt 18:45:24 + case "${OS_FAMILY}" in 18:45:24 + rpm -qa 18:45:24 + sort 18:45:29 + '[' -f /tmp/packages_start.txt ']' 18:45:29 + '[' -f /tmp/packages_end.txt ']' 18:45:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:29 + '[' /w/workspace/gexfoundry_go-mod-registry_PR-66 ']' 18:45:29 + mkdir -p /w/workspace/gexfoundry_go-mod-registry_PR-66/archives/ 18:45:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-registry_PR-66/archives/ [Pipeline] echo 18:45:29 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/gexfoundry_go-mod-registry_PR-66/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:30 18:45:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:30 alpine: Pulling from edgex-lftools-log-publisher 18:45:30 df20fa9351a1: Pulling fs layer 18:45:30 36b3adc4ff6f: Pulling fs layer 18:45:30 8ad3a11d3b57: Pulling fs layer 18:45:30 46f8f816bc3b: Pulling fs layer 18:45:30 93b61091891f: Pulling fs layer 18:45:30 93b9cdb0e59b: Pulling fs layer 18:45:30 5e14af77c1be: Pulling fs layer 18:45:30 01666e4c0597: Pulling fs layer 18:45:30 aa168da1d23b: Pulling fs layer 18:45:30 46f8f816bc3b: Waiting 18:45:30 93b9cdb0e59b: Waiting 18:45:30 5e14af77c1be: Waiting 18:45:30 01666e4c0597: Waiting 18:45:30 93b61091891f: Waiting 18:45:30 36b3adc4ff6f: Verifying Checksum 18:45:30 36b3adc4ff6f: Download complete 18:45:30 46f8f816bc3b: Verifying Checksum 18:45:30 46f8f816bc3b: Download complete 18:45:30 df20fa9351a1: Verifying Checksum 18:45:30 df20fa9351a1: Download complete 18:45:30 93b9cdb0e59b: Verifying Checksum 18:45:30 93b9cdb0e59b: Download complete 18:45:30 5e14af77c1be: Verifying Checksum 18:45:30 5e14af77c1be: Download complete 18:45:30 93b61091891f: Verifying Checksum 18:45:30 93b61091891f: Download complete 18:45:31 8ad3a11d3b57: Verifying Checksum 18:45:31 8ad3a11d3b57: Download complete 18:45:31 01666e4c0597: Verifying Checksum 18:45:31 01666e4c0597: Download complete 18:45:31 df20fa9351a1: Pull complete 18:45:31 36b3adc4ff6f: Pull complete 18:45:32 8ad3a11d3b57: Pull complete 18:45:32 46f8f816bc3b: Pull complete 18:45:33 aa168da1d23b: Verifying Checksum 18:45:33 aa168da1d23b: Download complete 18:45:33 93b61091891f: Pull complete 18:45:33 93b9cdb0e59b: Pull complete 18:45:33 5e14af77c1be: Pull complete 18:45:34 01666e4c0597: Pull complete 18:45:42 aa168da1d23b: Pull complete 18:45:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:45:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:42 prd-centos7-docker-4c-2g-24392 does not seem to be running inside a container 18:45:42 $ 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/gexfoundry_go-mod-registry_PR-66/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-registry_PR-66 -v /w/workspace/gexfoundry_go-mod-registry_PR-66:/w/workspace/gexfoundry_go-mod-registry_PR-66:rw,z -v /w/workspace/gexfoundry_go-mod-registry_PR-66@tmp:/w/workspace/gexfoundry_go-mod-registry_PR-66@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:45:46 $ docker top cad25f72b26338561b4a64f9f40b608c46ffcadbd5cfc07f0c4de7b5021d9d45 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:46 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:47 + mkdir -p /var/log/sa [Pipeline] sh 18:45:47 + ls /var/log/sa-host 18:45:47 + sadf -c /var/log/sa-host/sa01 18:45:47 file_magic: OK 18:45:47 HZ: Using current value: 100 18:45:47 file_header: OK 18:45:47 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 18:45:47 Statistics: 18:45:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:45:47 File successfully converted to sysstat format version 12.2.1 18:45:47 + sadf -c /var/log/sa-host/sa23 18:45:47 file_magic: OK 18:45:47 HZ: Using current value: 100 18:45:47 file_header: OK 18:45:47 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 18:45:47 Statistics: 18:45:47 Hnuu...uuuununununu... 18:45:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:47 provisioning config files... 18:45:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-registry_PR-66@tmp/config1593055034015003862tmp [Pipeline] { [Pipeline] echo 18:45:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:47 ---> create-netrc.sh [Pipeline] } 18:45:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:45:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:48 ---> python-tools-install.sh [Pipeline] echo 18:45:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:48 ---> sudo-logs.sh 18:45:48 Archiving 'sudo' log.. [Pipeline] echo 18:45:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:48 ---> job-cost.sh 18:45:48 lf-activate-venv: SKIPPING 18:45:48 INFO: No Stack... 18:45:49 INFO: Retrieving Pricing Info for: v1-standard-2 18:45:50 INFO: Archiving Costs [Pipeline] echo 18:45:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:50 ---> logs-deploy.sh 18:45:50 lf-activate-venv: SKIPPING 18:45:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/PR-66/4 18:45:50 INFO: archiving workspace using pattern(s): 18:45:52 Archives upload complete. 18:45:52 INFO: archiving logs to Nexus 18:45:53 ---> uname -a: 18:45:53 Linux prd-centos7-docker-4c-2g-24392.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:45:53 18:45:53 18:45:53 ---> lscpu: 18:45:53 Architecture: x86_64 18:45:53 CPU op-mode(s): 32-bit, 64-bit 18:45:53 Byte Order: Little Endian 18:45:53 Address sizes: 40 bits physical, 48 bits virtual 18:45:53 CPU(s): 4 18:45:53 On-line CPU(s) list: 0-3 18:45:53 Thread(s) per core: 1 18:45:53 Core(s) per socket: 1 18:45:53 Socket(s): 4 18:45:53 NUMA node(s): 1 18:45:53 Vendor ID: GenuineIntel 18:45:53 CPU family: 6 18:45:53 Model: 44 18:45:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:45:53 Stepping: 1 18:45:53 CPU MHz: 2933.438 18:45:53 BogoMIPS: 5866.87 18:45:53 Virtualization: VT-x 18:45:53 Hypervisor vendor: KVM 18:45:53 Virtualization type: full 18:45:53 L1d cache: 128 KiB 18:45:53 L1i cache: 128 KiB 18:45:53 L2 cache: 16 MiB 18:45:53 L3 cache: 64 MiB 18:45:53 NUMA node0 CPU(s): 0-3 18:45:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:45:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:45:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:45:53 Vulnerability Meltdown: Mitigation; PTI 18:45:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:45:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:45:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:45:53 Vulnerability Srbds: Not affected 18:45:53 Vulnerability Tsx async abort: Not affected 18:45:53 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 18:45:53 18:45:53 18:45:53 ---> nproc: 18:45:53 4 18:45:53 18:45:53 18:45:53 ---> df -h: 18:45:53 Filesystem Size Used Available Use% Mounted on 18:45:53 overlay 50.0G 7.3G 42.7G 15% / 18:45:53 tmpfs 64.0M 0 64.0M 0% /dev 18:45:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:45:53 shm 64.0M 0 64.0M 0% /dev/shm 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_go-mod-registry_PR-66 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_go-mod-registry_PR-66@tmp 18:45:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:45:53 18:45:53 18:45:53 ---> free -m: 18:45:53 total used free shared buff/cache available 18:45:53 Mem: 1837 689 102 0 1044 1043 18:45:53 Swap: 1023 1 1022 18:45:53 18:45:53 18:45:53 ---> ip addr: 18:45:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:45:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:45:53 inet 127.0.0.1/8 scope host lo 18:45:53 valid_lft forever preferred_lft forever 18:45:53 inet6 ::1/128 scope host 18:45:53 valid_lft forever preferred_lft forever 18:45:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:45:53 link/ether fa:16:3e:13:d0:98 brd ff:ff:ff:ff:ff:ff 18:45:53 inet 10.30.123.119/23 brd 10.30.123.255 scope global dynamic eth0 18:45:53 valid_lft 86057sec preferred_lft 86057sec 18:45:53 inet6 fe80::f816:3eff:fe13:d098/64 scope link 18:45:53 valid_lft forever preferred_lft forever 18:45:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:45:53 link/ether 02:42:10:e6:c1:00 brd ff:ff:ff:ff:ff:ff 18:45:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:45:53 valid_lft forever preferred_lft forever 18:45:53 inet6 fe80::42:10ff:fee6:c100/64 scope link 18:45:53 valid_lft forever preferred_lft forever 18:45:53 18:45:53 18:45:53 ---> sar -b -r -n DEV: 18:45:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 18:45:53 18:45:53 18:40:00 LINUX RESTART (4 CPU) 18:45:53 18:45:53 18:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:45:53 18:42:01 3.08 0.47 2.61 0.00 19.98 61.63 0.00 18:45:53 18:43:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 18:45:53 18:44:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 18:45:53 18:45:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 18:45:53 Average: 0.95 0.12 0.83 0.00 5.00 18.02 0.00 18:45:53 18:45:53 18:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:45:53 18:42:01 158924 0 591008 31.41 2620 1128992 1105248 37.72 441352 1082328 12 18:45:53 18:43:01 162240 0 587684 31.23 2620 1129000 1095348 37.38 439420 1082304 12 18:45:53 18:44:01 161700 0 588220 31.26 2620 1129004 1095396 37.38 452140 1069964 8 18:45:53 18:45:01 160656 0 589264 31.32 2620 1129004 1095396 37.38 452616 1070640 20 18:45:53 Average: 160880 0 589044 31.31 2620 1129000 1097847 37.47 446382 1076309 13 18:45:53 18:45:53 18:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:45:53 18:42:01 eth0 9.92 6.68 4.33 11.45 0.00 0.00 0.00 0.00 18:45:53 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:43:01 eth0 3.41 0.67 0.90 0.40 0.00 0.00 0.00 0.00 18:45:53 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:44:01 eth0 5.11 1.20 1.59 1.01 0.00 0.00 0.00 0.00 18:45:53 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:45:01 eth0 1.58 0.75 0.81 0.55 0.00 0.00 0.00 0.00 18:45:53 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 Average: eth0 5.01 2.32 1.91 3.36 0.00 0.00 0.00 0.00 18:45:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:53 18:45:53 18:45:53 ---> sar -P ALL: 18:45:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 18:45:53 18:45:53 18:40:00 LINUX RESTART (4 CPU) 18:45:53 18:45:53 18:41:01 CPU %user %nice %system %iowait %steal %idle 18:45:53 18:42:01 all 0.46 0.00 0.12 0.00 0.01 99.40 18:45:53 18:42:01 0 0.67 0.00 0.18 0.02 0.00 99.13 18:45:53 18:42:01 1 0.37 0.00 0.08 0.00 0.02 99.53 18:45:53 18:42:01 2 0.40 0.00 0.12 0.00 0.02 99.47 18:45:53 18:42:01 3 0.42 0.00 0.08 0.00 0.02 99.48 18:45:53 18:43:01 all 0.18 0.00 0.05 0.00 0.01 99.76 18:45:53 18:43:01 0 0.50 0.00 0.03 0.00 0.00 99.47 18:45:53 18:43:01 1 0.07 0.00 0.08 0.00 0.02 99.83 18:45:53 18:43:01 2 0.08 0.00 0.03 0.00 0.03 99.85 18:45:53 18:43:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:45:53 18:44:01 all 0.16 0.00 0.08 0.00 0.08 99.68 18:45:53 18:44:01 0 0.43 0.00 0.05 0.00 0.07 99.45 18:45:53 18:44:01 1 0.05 0.00 0.08 0.00 0.07 99.80 18:45:53 18:44:01 2 0.07 0.00 0.07 0.00 0.12 99.75 18:45:53 18:44:01 3 0.10 0.00 0.13 0.00 0.07 99.70 18:45:53 18:45:01 all 0.18 0.00 0.05 0.00 0.03 99.74 18:45:53 18:45:01 0 0.22 0.00 0.03 0.00 0.00 99.75 18:45:53 18:45:01 1 0.37 0.00 0.05 0.00 0.05 99.53 18:45:53 18:45:01 2 0.07 0.00 0.07 0.00 0.07 99.80 18:45:53 18:45:01 3 0.05 0.00 0.05 0.00 0.02 99.88 18:45:53 Average: all 0.24 0.00 0.08 0.00 0.03 99.65 18:45:53 Average: 0 0.45 0.00 0.08 0.00 0.02 99.45 18:45:53 Average: 1 0.21 0.00 0.08 0.00 0.04 99.67 18:45:53 Average: 2 0.15 0.00 0.07 0.00 0.06 99.72 18:45:53 Average: 3 0.15 0.00 0.08 0.00 0.02 99.74 18:45:53 18:45:53 18:45:53