Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fa1891046f10b42a2002c176860b50b547e0d0fc 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25034 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision fa1891046f10b42a2002c176860b50b547e0d0fc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fa1891046f10b42a2002c176860b50b547e0d0fc # timeout=10 Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" > git rev-list --no-walk 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:32:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:32:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:32:42 ========================================================= 18:32:42 EdgeX Global Pipelines Version Info 18:32:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:32:44 ------------------- 18:32:44 stable info: 18:32:44 ------------------- 18:32:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:32:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:32:44 Message: update stable to v1.0.179 18:32:45 ------------------- 18:32:45 experimental info: 18:32:45 ------------------- 18:32:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:32:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:32:45 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:32:47 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:32:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:32:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:32:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:32:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] echo 18:32:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa18910 [Pipeline] echo 18:32:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:32:49 + git log --format=format:%s -1 fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] echo 18:32:49 GIT_COMMIT: fa1891046f10b42a2002c176860b50b547e0d0fc, Commit Message: Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1 [Pipeline] echo 18:32:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:50 18:32:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:32:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:50 latest: Pulling from edgex-devops/git-semver 18:32:50 31603596830f: Pulling fs layer 18:32:50 2a8b12db71e7: Pulling fs layer 18:32:50 6ca5941a6612: Pulling fs layer 18:32:50 ecc8261a40a4: Pulling fs layer 18:32:50 ecc8261a40a4: Waiting 18:32:50 2a8b12db71e7: Download complete 18:32:51 31603596830f: Verifying Checksum 18:32:51 31603596830f: Download complete 18:32:51 ecc8261a40a4: Download complete 18:32:51 6ca5941a6612: Verifying Checksum 18:32:51 6ca5941a6612: Download complete 18:32:51 31603596830f: Pull complete 18:32:51 2a8b12db71e7: Pull complete 18:32:52 6ca5941a6612: Pull complete 18:32:52 ecc8261a40a4: Pull complete 18:32:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:32:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:32:53 prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container 18:32:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:32:54 $ docker top 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:55 [ssh-agent] Looking for ssh-agent implementation... 18:32:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:55 $ docker exec 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent 18:32:55 SSH_AUTH_SOCK=/tmp/ssh-Y6iOSGC0f6v5/agent.12 18:32:55 SSH_AGENT_PID=18 18:32:55 Running ssh-add (command line suppressed) 18:32:55 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6968105722205076122.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6968105722205076122.key) 18:32:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:56 + git tag --points-at HEAD [Pipeline] } 18:32:56 $ docker exec --env ******** --env ******** 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent -k 18:32:56 unset SSH_AUTH_SOCK; 18:32:56 unset SSH_AGENT_PID; 18:32:56 echo Agent pid 18 killed; 18:32:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:32:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:56 [ssh-agent] Looking for ssh-agent implementation... 18:32:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:56 $ docker exec 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent 18:32:56 SSH_AUTH_SOCK=/tmp/ssh-ID2QFYs3fdej/agent.47 18:32:56 SSH_AGENT_PID=52 18:32:56 Running ssh-add (command line suppressed) 18:32:56 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8930540431015285786.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8930540431015285786.key) 18:32:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:57 + git semver init 18:32:57 # -> Open(): unable to determine branch for HEAD 18:32:57 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:32:57 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:32:57 # $SEMVER_REMOTE_NAME = origin 18:32:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:32:57 # $SEMVER_USER_NAME = edgex-jenkins 18:32:57 # $SEMVER_BRANCH = master 18:32:57 # $SEMVER_TEMP = /tmp/semver-862230200 18:32:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP 18:32:57 # '/tmp/semver-862230200' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' 18:32:57 # -> Force: false 18:32:57 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 18:32:57 $ docker exec --env ******** --env ******** 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent -k 18:32:58 unset SSH_AUTH_SOCK; 18:32:58 unset SSH_AGENT_PID; 18:32:58 echo Agent pid 52 killed; 18:32:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:58 + git semver [Pipeline] } 18:32:58 $ docker stop --time=1 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 18:33:00 $ docker rm -f 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 [Pipeline] // withDockerContainer [Pipeline] sh 18:33:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:33:01 Stashed 1 file(s) [Pipeline] echo 18:33:01 [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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:33:16 Still waiting to schedule task 18:33:16 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25035’ is offline 18:33:16 Still waiting to schedule task 18:33:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:35:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25037 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 18:35:06 Running in /w/workspace/go-mod-registry/18 [Pipeline] { [Pipeline] checkout 18:35:11 using credential edgex-jenkins-ssh 18:35:11 Cloning the remote Git repository 18:35:11 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 18:35:12 > git init /w/workspace/go-mod-registry/18 # timeout=10 18:35:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:35:12 > git --version # timeout=10 18:35:12 > git --version # 'git version 2.17.1' 18:35:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:35:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:35:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:35:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:35:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:35:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:35:13 Checking out Revision fa1891046f10b42a2002c176860b50b547e0d0fc (master) 18:35:13 > git config core.sparsecheckout # timeout=10 18:35:13 > git checkout -f fa1891046f10b42a2002c176860b50b547e0d0fc # timeout=10 18:35:17 Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:35:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:35:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:35:20 + + truesudo 18:35:20 service docker restart [Pipeline] unstash [Pipeline] echo 18:35:23 ========================================================= 18:35:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:35:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:35:23 + 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:35:24 Sending build context to Docker daemon 282.6kB 18:35:24 Step 1/7 : ARG BASE=golang:1.15-alpine 18:35:24 Step 2/7 : FROM ${BASE} 18:35:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:35:24 5f621e34cdf4: Pulling fs layer 18:35:24 a4357932f1b6: Pulling fs layer 18:35:24 18c013af1878: Pulling fs layer 18:35:24 00ac8860ef70: Pulling fs layer 18:35:24 63d7cb157983: Pulling fs layer 18:35:24 b116817d02f9: Pulling fs layer 18:35:24 745a02a5169b: Pulling fs layer 18:35:24 00ac8860ef70: Waiting 18:35:24 63d7cb157983: Waiting 18:35:24 b116817d02f9: Waiting 18:35:24 745a02a5169b: Waiting 18:35:24 18c013af1878: Download complete 18:35:24 63d7cb157983: Verifying Checksum 18:35:24 63d7cb157983: Download complete 18:35:24 b116817d02f9: Verifying Checksum 18:35:24 b116817d02f9: Download complete 18:35:24 5f621e34cdf4: Verifying Checksum 18:35:24 5f621e34cdf4: Download complete 18:35:25 5f621e34cdf4: Pull complete 18:35:26 a4357932f1b6: Pull complete 18:35:26 18c013af1878: Pull complete 18:35:27 745a02a5169b: Verifying Checksum 18:35:27 745a02a5169b: Download complete 18:35:28 00ac8860ef70: Verifying Checksum 18:35:28 00ac8860ef70: Download complete 18:35:38 00ac8860ef70: Pull complete 18:35:38 63d7cb157983: Pull complete 18:35:38 b116817d02f9: Pull complete 18:35:43 745a02a5169b: Pull complete 18:35:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:35:43 ---> b7e6874047d6 18:35:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:35:45 ---> Running in 053bca9b7048 18:35:46 Removing intermediate container 053bca9b7048 18:35:46 ---> ca24dae05a33 18:35:46 Step 4/7 : RUN apk add --update bash 18:35:46 ---> Running in 1ce1eca89a47 18:35:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:49 OK: 142 MiB in 39 packages 18:35:50 Removing intermediate container 1ce1eca89a47 18:35:50 ---> 01a5818cc313 18:35:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:35:50 ---> Running in ecc04ce98054 18:35:51 Removing intermediate container ecc04ce98054 18:35:51 ---> 0194bce4fd1d 18:35:51 Step 6/7 : COPY go.mod . 18:35:51 ---> 872746b46ad0 18:35:51 Step 7/7 : RUN go mod download 18:35:51 ---> Running in e36268d50323 18:36:10 Removing intermediate container e36268d50323 18:36:10 ---> 6f02bcea03f4 18:36:10 Successfully built 6f02bcea03f4 18:36:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:36:10 + docker inspect -f . ci-base-image-arm64 18:36:10 . [Pipeline] withDockerContainer 18:36:10 prd-ubuntu18.04-docker-arm64-4c-16g-25037 does not seem to be running inside a container 18:36:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** ci-base-image-arm64 cat 18:36:12 $ docker top a9ab7700d8c3ad3dbc44c0ee2ded705f33f88b15a9df202a137c0d20e3513159 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:13 + go version 18:36:13 go version go1.15.5 linux/arm64 [Pipeline] } 18:36:13 $ docker stop --time=1 a9ab7700d8c3ad3dbc44c0ee2ded705f33f88b15a9df202a137c0d20e3513159 18:36:15 $ docker rm -f a9ab7700d8c3ad3dbc44c0ee2ded705f33f88b15a9df202a137c0d20e3513159 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:16 Running on prd-centos7-docker-4c-2g-25038 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws 18:36:16 Running in /w/workspace/go-mod-registry/18 [Pipeline] { [Pipeline] checkout 18:36:16 + docker inspect -f . ci-base-image-arm64 18:36:16 . [Pipeline] withDockerContainer 18:36:16 prd-ubuntu18.04-docker-arm64-4c-16g-25037 does not seem to be running inside a container 18:36:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** ci-base-image-arm64 cat 18:36:18 $ docker top 8eca74394af4968db268e3e170ee52cb9097a8b656de2bc551808fce8e2120cc -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:19 + make test 18:36:19 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:36:24 using credential edgex-jenkins-ssh 18:36:24 Cloning the remote Git repository 18:36:24 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 18:36:24 > git init /w/workspace/go-mod-registry/18 # timeout=10 18:36:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:36:24 > git --version # timeout=10 18:36:24 > git --version # 'git version 2.24.3' 18:36:24 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:25 Checking out Revision fa1891046f10b42a2002c176860b50b547e0d0fc (master) 18:36:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:36:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:36:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:36:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 18:36:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 18:36:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:36:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:36:25 > git config core.sparsecheckout # timeout=10 18:36:25 > git checkout -f fa1891046f10b42a2002c176860b50b547e0d0fc # timeout=10 18:36:30 Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:36:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:36:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:36:33 + sudo service docker restart 18:36:33 + true 18:36:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:36:36 ========================================================= 18:36:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:36:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:36:36 + 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:36:37 Sending build context to Docker daemon 283.6kB 18:36:37 Step 1/7 : ARG BASE=golang:1.15-alpine 18:36:37 Step 2/7 : FROM ${BASE} 18:36:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:36:37 188c0c94c7c5: Pulling fs layer 18:36:37 0ef7d3d256c8: Pulling fs layer 18:36:37 de9db76c5a1d: Pulling fs layer 18:36:37 bca2f99d35d6: Pulling fs layer 18:36:37 93359f2a8cfa: Pulling fs layer 18:36:37 7c6f9722023f: Pulling fs layer 18:36:37 a35cf1a2eb13: Pulling fs layer 18:36:37 93359f2a8cfa: Waiting 18:36:37 bca2f99d35d6: Waiting 18:36:37 7c6f9722023f: Waiting 18:36:37 a35cf1a2eb13: Waiting 18:36:37 de9db76c5a1d: Verifying Checksum 18:36:37 de9db76c5a1d: Download complete 18:36:37 0ef7d3d256c8: Verifying Checksum 18:36:37 0ef7d3d256c8: Download complete 18:36:37 93359f2a8cfa: Verifying Checksum 18:36:37 93359f2a8cfa: Download complete 18:36:37 7c6f9722023f: Download complete 18:36:37 188c0c94c7c5: Verifying Checksum 18:36:37 188c0c94c7c5: Download complete 18:36:38 188c0c94c7c5: Pull complete 18:36:38 0ef7d3d256c8: Pull complete 18:36:39 de9db76c5a1d: Pull complete 18:36:41 a35cf1a2eb13: Verifying Checksum 18:36:41 a35cf1a2eb13: Download complete 18:36:42 bca2f99d35d6: Verifying Checksum 18:36:42 bca2f99d35d6: Download complete 18:36:46 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.075s coverage: 87.9% of statements 18:36:46 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 18:36:46 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.015s coverage: 85.7% of statements 18:36:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:36:48 gofmt -l . 18:36:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:36:48 $ docker stop --time=1 8eca74394af4968db268e3e170ee52cb9097a8b656de2bc551808fce8e2120cc 18:36:51 $ docker rm -f 8eca74394af4968db268e3e170ee52cb9097a8b656de2bc551808fce8e2120cc [Pipeline] // withDockerContainer [Pipeline] sh 18:36:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:36:52 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] } 18:36:55 bca2f99d35d6: Pull complete 18:36:55 93359f2a8cfa: Pull complete 18:36:56 7c6f9722023f: Pull complete 18:37:04 a35cf1a2eb13: Pull complete 18:37:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:37:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:37:04 ---> a62c8e92a672 18:37:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:37:04 ---> Running in a2b38d34a95f 18:37:05 Removing intermediate container a2b38d34a95f 18:37:05 ---> 543698e9e8d7 18:37:05 Step 4/7 : RUN apk add --update bash 18:37:05 ---> Running in 0709ac78e734 18:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:08 OK: 166 MiB in 39 packages 18:37:09 Removing intermediate container 0709ac78e734 18:37:09 ---> 82ebedbe9372 18:37:09 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:37:10 ---> Running in 73edbb89db7e 18:37:10 Removing intermediate container 73edbb89db7e 18:37:10 ---> 51a587de239d 18:37:10 Step 6/7 : COPY go.mod . 18:37:10 ---> fe355a0675a4 18:37:10 Step 7/7 : RUN go mod download 18:37:10 ---> Running in 221537d29cde 18:37:33 Removing intermediate container 221537d29cde 18:37:33 ---> fd6ca1d6c08a 18:37:33 Successfully built fd6ca1d6c08a 18:37:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:37:33 + docker inspect -f . ci-base-image-x86_64 18:37:34 . [Pipeline] withDockerContainer 18:37:34 prd-centos7-docker-4c-2g-25038 does not seem to be running inside a container 18:37:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** ci-base-image-x86_64 cat 18:37:36 $ docker top 83242a1c67c417eeaf59f073af347b59d8a5ce306d159517915f31fc47ca5bd0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:37:37 + go version 18:37:37 go version go1.15.5 linux/amd64 [Pipeline] } 18:37:37 $ docker stop --time=1 83242a1c67c417eeaf59f073af347b59d8a5ce306d159517915f31fc47ca5bd0 18:37:39 $ docker rm -f 83242a1c67c417eeaf59f073af347b59d8a5ce306d159517915f31fc47ca5bd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:40 + docker inspect -f . ci-base-image-x86_64 18:37:40 . [Pipeline] withDockerContainer 18:37:41 prd-centos7-docker-4c-2g-25038 does not seem to be running inside a container 18:37:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** ci-base-image-x86_64 cat 18:37:42 $ docker top 00a4abb74947b16bbf220a04ab986caf91463fb8861c3866e532849d89431a7d -eo pid,comm [Pipeline] { [Pipeline] sh 18:37:42 + make test 18:37:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:38:02 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.070s coverage: 87.9% of statements 18:38:02 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 18:38:02 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.035s coverage: 85.7% of statements 18:38:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:38:05 gofmt -l . 18:38:05 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:38:05 $ docker stop --time=1 00a4abb74947b16bbf220a04ab986caf91463fb8861c3866e532849d89431a7d 18:38:08 $ docker rm -f 00a4abb74947b16bbf220a04ab986caf91463fb8861c3866e532849d89431a7d [Pipeline] // withDockerContainer [Pipeline] sh 18:38:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:38:08 Warning: overwriting stash ‘coverage-report’ 18:38:09 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:38:11 provisioning config files... 18:38:11 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config4097607606917201202tmp [Pipeline] { [Pipeline] sh 18:38:11 + set +x 18:38:11 + curl -s https://codecov.io/bash 18:38:11 + bash -s -- 18:38:12 18:38:12 _____ _ 18:38:12 / ____| | | 18:38:12 | | ___ __| | ___ ___ _____ __ 18:38:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:38:12 | |___| (_) | (_| | __/ (_| (_) \ V / 18:38:12 \_____\___/ \__,_|\___|\___\___/ \_/ 18:38:12 Bash-20210129-7c25fce 18:38:12 18:38:12 18:38:12 ==> git version 2.24.3 found 18:38:12 ==> 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:38:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:38:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:38:12 ==> Jenkins CI detected. 18:38:12 project root: . 18:38:12 --> token set from env 18:38:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:38:12 ==> Running gcov in . (disable via -X gcov) 18:38:12 ==> Python coveragepy not found 18:38:12 ==> Searching for coverage reports in: 18:38:12 + . 18:38:12 -> Found 1 reports 18:38:12 ==> Detecting git/mercurial file structure 18:38:12 ==> Reading reports 18:38:12 + ./coverage.out bytes=9269 18:38:12 ==> Appending adjustments 18:38:12 https://docs.codecov.io/docs/fixing-reports 18:38:12 + Found adjustments 18:38:12 ==> Gzipping contents 18:38:12 4.0K /tmp/codecov.L8Zna6.gz 18:38:12 ==> Uploading reports 18:38:12 url: https://codecov.io 18:38:12 query: branch=master&commit=fa1891046f10b42a2002c176860b50b547e0d0fc&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 18:38:12 -> Pinging Codecov 18:38:12 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=fa1891046f10b42a2002c176860b50b547e0d0fc&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 18:38:12 -> Uploading to 18:38:12 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/05B643FFA8DEACB6C25F95B2D4D12284/fa1891046f10b42a2002c176860b50b547e0d0fc/92d813ab-257d-42df-bd75-4214bc1b8f6a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T183812Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6992adafe049cbfa9266e21845bb8a0863be356d70e082a4b62446a4588bdd47 18:38:12 % Total % Received % Xferd Average Speed Time Time Time Current 18:38:12 Dload Upload Total Spent Left Speed 18:38:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1821 0 0 100 1821 0 4167 --:--:-- --:--:-- --:--:-- 4176 18:38:13 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] } 18:38:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:38:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:38:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:14 18:38:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:38:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:38:15 188c0c94c7c5: Pulling fs layer 18:38:15 0ef7d3d256c8: Pulling fs layer 18:38:15 de9db76c5a1d: Pulling fs layer 18:38:15 0eba1c9be4d2: Pulling fs layer 18:38:15 0d57e429df01: Pulling fs layer 18:38:15 4e4be7b47b0d: Pulling fs layer 18:38:15 e1f770b5df2f: Pulling fs layer 18:38:15 85a0685a4137: Pulling fs layer 18:38:15 0d57e429df01: Waiting 18:38:15 4e4be7b47b0d: Waiting 18:38:15 e1f770b5df2f: Waiting 18:38:15 85a0685a4137: Waiting 18:38:15 0eba1c9be4d2: Waiting 18:38:15 de9db76c5a1d: Verifying Checksum 18:38:15 de9db76c5a1d: Download complete 18:38:15 0ef7d3d256c8: Download complete 18:38:15 0d57e429df01: Verifying Checksum 18:38:15 0d57e429df01: Download complete 18:38:15 188c0c94c7c5: Download complete 18:38:15 4e4be7b47b0d: Verifying Checksum 18:38:15 4e4be7b47b0d: Download complete 18:38:15 188c0c94c7c5: Pull complete 18:38:15 0ef7d3d256c8: Pull complete 18:38:15 de9db76c5a1d: Pull complete 18:38:16 e1f770b5df2f: Verifying Checksum 18:38:16 e1f770b5df2f: Download complete 18:38:18 0eba1c9be4d2: Download complete 18:38:18 85a0685a4137: Verifying Checksum 18:38:18 85a0685a4137: Download complete 18:38:24 0eba1c9be4d2: Pull complete 18:38:24 0d57e429df01: Pull complete 18:38:24 4e4be7b47b0d: Pull complete 18:38:26 e1f770b5df2f: Pull complete 18:38:34 85a0685a4137: Pull complete 18:38:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:38:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:38:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:38:34 prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container 18:38:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:38:35 $ docker top 1e4d8669c87af6346e6a49bb90a7db85fbb108afbf397b4410e402327fceb3c5 -eo pid,comm [Pipeline] { [Pipeline] echo 18:38:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:38:36 + set -o pipefail 18:38:36 + snyk monitor '--org=edgex-jenkins' 18:38:58 18:38:58 Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... 18:38:58 18:38:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/cb552f8d-25a2-4b7e-82e8-83ccede29e1c 18:38:58 18:38:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:38:58 18:38:59 [Pipeline] } 18:38:59 $ docker stop --time=1 1e4d8669c87af6346e6a49bb90a7db85fbb108afbf397b4410e402327fceb3c5 18:39:02 $ docker rm -f 1e4d8669c87af6346e6a49bb90a7db85fbb108afbf397b4410e402327fceb3c5 [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 18:39:03 + git log --format=format:%s -1 fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] isUnix [Pipeline] sh 18:39:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:04 . [Pipeline] withDockerContainer 18:39:04 prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container 18:39: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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:05 $ docker top 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:05 [ssh-agent] Looking for ssh-agent implementation... 18:39:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:05 $ docker exec 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e ssh-agent 18:39:05 SSH_AUTH_SOCK=/tmp/ssh-tWqRTGQLuczC/agent.13 18:39:05 SSH_AGENT_PID=18 18:39:05 Running ssh-add (command line suppressed) 18:39:06 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_971470924679237376.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_971470924679237376.key) 18:39:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:06 + git semver tag 18:39:06 # -> Open(): unable to determine branch for HEAD 18:39:06 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:39:06 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:39:06 # $SEMVER_REMOTE_NAME = origin 18:39:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:06 # $SEMVER_USER_NAME = edgex-jenkins 18:39:06 # $SEMVER_BRANCH = master 18:39:06 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 18:39:06 # fa1891046f10b42a2002c176860b50b547e0d0fc HEAD 18:39:06 # -> Force: false 18:39:06 # 75c34653fd8cec38c8b10994ea1003d9fd3389da refs/tags/v2.0.0-dev.3 [Pipeline] } 18:39:06 $ docker exec --env ******** --env ******** 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e ssh-agent -k 18:39:06 unset SSH_AUTH_SOCK; 18:39:06 unset SSH_AGENT_PID; 18:39:06 echo Agent pid 18 killed; 18:39:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:07 + git semver [Pipeline] } 18:39:07 $ docker stop --time=1 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e 18:39:08 $ docker rm -f 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:39:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:09 18:39:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:39:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:09 0.23.1-centos7: Pulling from edgex-lftools 18:39:09 ab5ef0e58194: Pulling fs layer 18:39:09 9712f1f96733: Pulling fs layer 18:39:09 63f879dbbcfc: Pulling fs layer 18:39:09 0d9ebad4ef96: Pulling fs layer 18:39:09 e9a5061849ea: Pulling fs layer 18:39:09 d747dcd14b5f: Pulling fs layer 18:39:09 2de7ff778b66: Pulling fs layer 18:39:09 e9a5061849ea: Waiting 18:39:09 d747dcd14b5f: Waiting 18:39:09 2de7ff778b66: Waiting 18:39:09 0d9ebad4ef96: Waiting 18:39:09 9712f1f96733: Download complete 18:39:11 63f879dbbcfc: Verifying Checksum 18:39:11 63f879dbbcfc: Download complete 18:39:11 e9a5061849ea: Verifying Checksum 18:39:11 e9a5061849ea: Download complete 18:39:11 d747dcd14b5f: Verifying Checksum 18:39:11 d747dcd14b5f: Download complete 18:39:11 2de7ff778b66: Verifying Checksum 18:39:11 2de7ff778b66: Download complete 18:39:12 ab5ef0e58194: Verifying Checksum 18:39:12 ab5ef0e58194: Download complete 18:39:12 0d9ebad4ef96: Verifying Checksum 18:39:12 0d9ebad4ef96: Download complete 18:39:16 ab5ef0e58194: Pull complete 18:39:16 9712f1f96733: Pull complete 18:39:18 63f879dbbcfc: Pull complete 18:39:25 0d9ebad4ef96: Pull complete 18:39:27 e9a5061849ea: Pull complete 18:39:27 d747dcd14b5f: Pull complete 18:39:30 2de7ff778b66: Pull complete 18:39:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:39:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:39:30 prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container 18:39:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:39:33 $ docker top 9ccc25f765e9501e8d039621cdf94a1dfbefccbf3f2f73b3b9c2f9a6717fdcd7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:39:34 provisioning config files... 18:39:34 copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6816770747572102661tmp 18:39:34 copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config1182824847789033959tmp 18:39:34 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6200537066084734749tmp [Pipeline] { [Pipeline] echo 18:39:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:39:34 ---> sigul-configuration.sh 18:39:34 gpg: directory `/root/.gnupg' created 18:39:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:39:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:39:34 gpg: keyring `/root/.gnupg/secring.gpg' created 18:39:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:39:34 gpg: CAST5 encrypted data 18:39:34 gpg: encrypted with 1 passphrase 18:39:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:39:35 + mkdir /home/jenkins 18:39:35 + mkdir /home/jenkins/sigul [Pipeline] sh 18:39:35 + 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 18:39:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:39:35 ---> sigul-install.sh 18:39:42 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:39:42 + git tag --list 18:39:42 v0.0.0 18:39:42 v0.1.0 18:39:42 v0.1.1 18:39:42 v0.1.10 18:39:42 v0.1.11 18:39:42 v0.1.12 18:39:42 v0.1.13 18:39:42 v0.1.14 18:39:42 v0.1.15 18:39:42 v0.1.16 18:39:42 v0.1.17 18:39:42 v0.1.18 18:39:42 v0.1.19 18:39:42 v0.1.2 18:39:42 v0.1.20 18:39:42 v0.1.21 18:39:42 v0.1.22 18:39:42 v0.1.23 18:39:42 v0.1.24 18:39:42 v0.1.25 18:39:42 v0.1.26 18:39:42 v0.1.27 18:39:42 v0.1.3 18:39:42 v0.1.4 18:39:42 v0.1.5 18:39:42 v0.1.6 18:39:42 v0.1.7 18:39:42 v0.1.8 18:39:42 v0.1.9 18:39:42 v2.0.0-dev.1 18:39:42 v2.0.0-dev.2 18:39:42 v2.0.0-dev.3 [Pipeline] sh 18:39:42 + lftools sign git-tag v2.0.0-dev.3 18:39:44 Signing Git tag with Sigul... 18:39:44 Signing v2.0.0-dev.3 [Pipeline] echo 18:39:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:39:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:39:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:39:45 $ docker stop --time=1 9ccc25f765e9501e8d039621cdf94a1dfbefccbf3f2f73b3b9c2f9a6717fdcd7 18:39:47 $ docker rm -f 9ccc25f765e9501e8d039621cdf94a1dfbefccbf3f2f73b3b9c2f9a6717fdcd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:39:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:48 . [Pipeline] withDockerContainer 18:39:48 prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container 18:39:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:49 $ docker top 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:49 [ssh-agent] Looking for ssh-agent implementation... 18:39:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:50 $ docker exec 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c ssh-agent 18:39:50 SSH_AUTH_SOCK=/tmp/ssh-qG4kQhNz9JCM/agent.11 18:39:50 SSH_AGENT_PID=17 18:39:50 Running ssh-add (command line suppressed) 18:39:50 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3625872145636522428.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3625872145636522428.key) 18:39:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:50 + git semver bump pre 18:39:50 # -> Open(): unable to determine branch for HEAD 18:39:50 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:39:50 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:39:50 # $SEMVER_REMOTE_NAME = origin 18:39:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:50 # $SEMVER_USER_NAME = edgex-jenkins 18:39:50 # $SEMVER_BRANCH = master 18:39:50 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver 18:39:50 2.0.0-dev.4 [Pipeline] } 18:39:50 $ docker exec --env ******** --env ******** 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c ssh-agent -k 18:39:50 unset SSH_AUTH_SOCK; 18:39:50 unset SSH_AGENT_PID; 18:39:50 echo Agent pid 17 killed; 18:39:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:51 + git semver [Pipeline] } 18:39:51 $ docker stop --time=1 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c 18:39:52 $ docker rm -f 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:39:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:53 . [Pipeline] withDockerContainer 18:39:53 prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container 18:39:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:54 $ docker top ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:54 [ssh-agent] Looking for ssh-agent implementation... 18:39:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:54 $ docker exec ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e ssh-agent 18:39:55 SSH_AUTH_SOCK=/tmp/ssh-igHPbg9qvkWy/agent.12 18:39:55 SSH_AGENT_PID=17 18:39:55 Running ssh-add (command line suppressed) 18:39:55 Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8014383643835180245.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8014383643835180245.key) 18:39:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:55 + git semver push 18:39:55 # -> Open(): unable to determine branch for HEAD 18:39:55 # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git 18:39:55 # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master 18:39:55 # $SEMVER_REMOTE_NAME = origin 18:39:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:55 # $SEMVER_USER_NAME = edgex-jenkins 18:39:55 # $SEMVER_BRANCH = master 18:39:55 # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } 18:40:02 $ docker exec --env ******** --env ******** ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e ssh-agent -k 18:40:02 unset SSH_AUTH_SOCK; 18:40:02 unset SSH_AGENT_PID; 18:40:02 echo Agent pid 17 killed; 18:40:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:03 + git semver [Pipeline] } 18:40:03 $ docker stop --time=1 ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e 18:40:04 $ docker rm -f ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e [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 18:40:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:40:06 ---> package-listing.sh 18:40:06 ++ facter osfamily 18:40:06 ++ tr '[:upper:]' '[:lower:]' 18:40:06 + OS_FAMILY=redhat 18:40:06 + workspace=/w/workspace/exfoundry_go-mod-registry_master 18:40:06 + START_PACKAGES=/tmp/packages_start.txt 18:40:06 + END_PACKAGES=/tmp/packages_end.txt 18:40:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:40:06 + PACKAGES=/tmp/packages_start.txt 18:40:06 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 18:40:06 + PACKAGES=/tmp/packages_end.txt 18:40:06 + case "${OS_FAMILY}" in 18:40:06 + rpm -qa 18:40:06 + sort 18:40:12 + '[' -f /tmp/packages_start.txt ']' 18:40:12 + '[' -f /tmp/packages_end.txt ']' 18:40:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:40:12 + '[' /w/workspace/exfoundry_go-mod-registry_master ']' 18:40:12 + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ 18:40:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] echo 18:40:12 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 18:40:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:40:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:12 18:40:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:40:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:13 alpine: Pulling from edgex-lftools-log-publisher 18:40:13 df20fa9351a1: Pulling fs layer 18:40:13 36b3adc4ff6f: Pulling fs layer 18:40:13 8ad3a11d3b57: Pulling fs layer 18:40:13 46f8f816bc3b: Pulling fs layer 18:40:13 93b61091891f: Pulling fs layer 18:40:13 93b9cdb0e59b: Pulling fs layer 18:40:13 5e14af77c1be: Pulling fs layer 18:40:13 01666e4c0597: Pulling fs layer 18:40:13 aa168da1d23b: Pulling fs layer 18:40:13 93b61091891f: Waiting 18:40:13 93b9cdb0e59b: Waiting 18:40:13 5e14af77c1be: Waiting 18:40:13 01666e4c0597: Waiting 18:40:13 aa168da1d23b: Waiting 18:40:13 46f8f816bc3b: Waiting 18:40:13 36b3adc4ff6f: Verifying Checksum 18:40:13 36b3adc4ff6f: Download complete 18:40:13 46f8f816bc3b: Verifying Checksum 18:40:13 46f8f816bc3b: Download complete 18:40:13 df20fa9351a1: Verifying Checksum 18:40:13 df20fa9351a1: Download complete 18:40:13 93b9cdb0e59b: Verifying Checksum 18:40:13 93b9cdb0e59b: Download complete 18:40:13 93b61091891f: Download complete 18:40:13 5e14af77c1be: Verifying Checksum 18:40:13 5e14af77c1be: Download complete 18:40:13 01666e4c0597: Verifying Checksum 18:40:13 01666e4c0597: Download complete 18:40:13 8ad3a11d3b57: Verifying Checksum 18:40:13 8ad3a11d3b57: Download complete 18:40:13 df20fa9351a1: Pull complete 18:40:14 36b3adc4ff6f: Pull complete 18:40:15 aa168da1d23b: Verifying Checksum 18:40:15 aa168da1d23b: Download complete 18:40:16 8ad3a11d3b57: Pull complete 18:40:16 46f8f816bc3b: Pull complete 18:40:16 93b61091891f: Pull complete 18:40:16 93b9cdb0e59b: Pull complete 18:40:16 5e14af77c1be: Pull complete 18:40:17 01666e4c0597: Pull complete 18:40:25 aa168da1d23b: Pull complete 18:40:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:40:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:40:25 prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container 18:40:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:40:28 $ docker top b36c209d3d58ae6133b2ab1c34d2ebfb0c07254c2e43852a4db4aea4a85b4fdb -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:28 + touch /tmp/pre-build-complete [Pipeline] sh 18:40:29 + mkdir -p /var/log/sa [Pipeline] sh 18:40:29 + ls /var/log/sa-host 18:40:29 + sadf -c /var/log/sa-host/sa04 18:40:29 file_magic: OK 18:40:29 HZ: Using current value: 100 18:40:29 file_header: OK 18:40:29 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:40:29 Statistics: 18:40:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:40:29 File successfully converted to sysstat format version 12.2.1 18:40:29 + sadf -c /var/log/sa-host/sa23 18:40:29 file_magic: OK 18:40:29 HZ: Using current value: 100 18:40:29 file_header: OK 18:40:29 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:40:29 Statistics: 18:40:29 Hnuu...uuuununununu... 18:40:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:40:30 provisioning config files... 18:40:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config382034517643548396tmp [Pipeline] { [Pipeline] echo 18:40:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:40:30 ---> create-netrc.sh [Pipeline] } 18:40:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:40:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:40:31 ---> python-tools-install.sh [Pipeline] echo 18:40:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:40:31 ---> sudo-logs.sh 18:40:31 Archiving 'sudo' log.. [Pipeline] echo 18:40:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:40:31 ---> job-cost.sh 18:40:31 lf-activate-venv: SKIPPING 18:40:31 INFO: No Stack... 18:40:32 INFO: Retrieving Pricing Info for: v1-standard-2 18:40:33 INFO: Archiving Costs [Pipeline] echo 18:40:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:40:33 ---> logs-deploy.sh 18:40:33 lf-activate-venv: SKIPPING 18:40:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/18 18:40:33 INFO: archiving workspace using pattern(s): 18:40:35 Archives upload complete. 18:40:35 INFO: archiving logs to Nexus 18:40:36 ---> uname -a: 18:40:36 Linux prd-centos7-docker-4c-2g-25034.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:40:36 18:40:36 18:40:36 ---> lscpu: 18:40:36 Architecture: x86_64 18:40:36 CPU op-mode(s): 32-bit, 64-bit 18:40:36 Byte Order: Little Endian 18:40:36 Address sizes: 40 bits physical, 48 bits virtual 18:40:36 CPU(s): 4 18:40:36 On-line CPU(s) list: 0-3 18:40:36 Thread(s) per core: 1 18:40:36 Core(s) per socket: 1 18:40:36 Socket(s): 4 18:40:36 NUMA node(s): 1 18:40:36 Vendor ID: GenuineIntel 18:40:36 CPU family: 6 18:40:36 Model: 44 18:40:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:40:36 Stepping: 1 18:40:36 CPU MHz: 2933.438 18:40:36 BogoMIPS: 5866.87 18:40:36 Virtualization: VT-x 18:40:36 Hypervisor vendor: KVM 18:40:36 Virtualization type: full 18:40:36 L1d cache: 128 KiB 18:40:36 L1i cache: 128 KiB 18:40:36 L2 cache: 16 MiB 18:40:36 L3 cache: 64 MiB 18:40:36 NUMA node0 CPU(s): 0-3 18:40:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:40:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:40:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:40:36 Vulnerability Meltdown: Mitigation; PTI 18:40:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:40:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:40:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:40:36 Vulnerability Srbds: Not affected 18:40:36 Vulnerability Tsx async abort: Not affected 18:40:36 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:40:36 18:40:36 18:40:36 ---> nproc: 18:40:36 4 18:40:36 18:40:36 18:40:36 ---> df -h: 18:40:36 Filesystem Size Used Available Use% Mounted on 18:40:36 overlay 50.0G 8.5G 41.4G 17% / 18:40:36 tmpfs 64.0M 0 64.0M 0% /dev 18:40:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:40:36 shm 64.0M 0 64.0M 0% /dev/shm 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master@tmp 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:40:36 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:40:36 18:40:36 18:40:36 ---> free -m: 18:40:36 total used free shared buff/cache available 18:40:36 Mem: 1837 822 141 0 873 950 18:40:36 Swap: 1023 3 1020 18:40:36 18:40:36 18:40:36 ---> ip addr: 18:40:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:40:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:40:36 inet 127.0.0.1/8 scope host lo 18:40:36 valid_lft forever preferred_lft forever 18:40:36 inet6 ::1/128 scope host 18:40:36 valid_lft forever preferred_lft forever 18:40:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:40:36 link/ether fa:16:3e:4d:f1:7d brd ff:ff:ff:ff:ff:ff 18:40:36 inet 10.30.123.135/23 brd 10.30.123.255 scope global dynamic eth0 18:40:36 valid_lft 85894sec preferred_lft 85894sec 18:40:36 inet6 fe80::f816:3eff:fe4d:f17d/64 scope link 18:40:36 valid_lft forever preferred_lft forever 18:40:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:40:36 link/ether 02:42:da:0e:cf:c3 brd ff:ff:ff:ff:ff:ff 18:40:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:40:36 valid_lft forever preferred_lft forever 18:40:36 inet6 fe80::42:daff:fe0e:cfc3/64 scope link 18:40:36 valid_lft forever preferred_lft forever 18:40:36 18:40:36 18:40:36 ---> sar -b -r -n DEV: 18:40:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 18:40:36 18:40:36 18:31:58 LINUX RESTART (4 CPU) 18:40:36 18:40:36 18:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:40:36 18:34:01 2.65 0.00 2.65 0.00 0.00 59.52 0.00 18:40:36 18:35:01 0.43 0.00 0.43 0.00 0.00 7.00 0.00 18:40:36 18:36:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 18:40:36 18:37:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 18:40:36 18:38:01 0.23 0.00 0.23 0.00 0.00 4.00 0.00 18:40:36 18:39:02 263.43 164.43 99.00 0.00 8123.00 34133.94 0.00 18:40:36 18:40:01 220.07 80.94 139.13 0.00 4683.57 33835.98 0.00 18:40:36 Average: 69.29 34.96 34.33 0.00 1823.73 9668.64 0.00 18:40:36 18:40:36 18:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:40:36 18:34:01 161324 0 608024 32.32 2620 1109576 1096136 37.41 427224 1095352 20 18:40:36 18:35:01 162800 0 606540 32.24 2620 1109584 1077788 36.78 427072 1094400 8 18:40:36 18:36:01 160592 0 608744 32.35 2620 1109588 1077788 36.78 430788 1092688 8 18:40:36 18:37:01 161144 0 608192 32.32 2620 1109588 1077764 36.78 432688 1090624 8 18:40:36 18:38:01 159748 0 609580 32.40 2620 1109596 1077776 36.78 434204 1090344 8 18:40:36 18:39:02 156108 0 687844 36.56 2596 1034996 1106768 37.77 543660 931344 12 18:40:36 18:40:01 232724 0 777780 41.34 1588 869452 1312640 44.80 601076 712492 52 18:40:36 Average: 170634 0 643815 34.22 2469 1064626 1118094 38.16 470959 1015321 17 18:40:36 18:40:36 18:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:40:36 18:34:01 eth0 4.05 1.62 3.37 0.33 0.00 0.00 0.00 0.00 18:40:36 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:35:01 eth0 1.50 0.27 0.36 0.13 0.00 0.00 0.00 0.00 18:40:36 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:36:01 eth0 1.12 0.28 0.33 0.26 0.00 0.00 0.00 0.00 18:40:36 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:37:01 eth0 1.13 0.30 0.33 0.20 0.00 0.00 0.00 0.00 18:40:36 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:38:01 eth0 1.45 0.50 0.47 0.27 0.00 0.00 0.00 0.00 18:40:36 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:39:02 eth0 501.56 426.81 4151.95 39.43 0.00 0.00 0.00 0.00 18:40:36 18:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:39:02 docker0 22.48 24.69 2.11 62.06 0.00 0.00 0.00 0.00 18:40:36 18:40:01 eth0 480.57 394.26 3535.20 105.37 0.00 0.00 0.00 0.00 18:40:36 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 18:40:01 vethf9abe45 1.90 1.37 0.32 0.29 0.00 0.00 0.00 0.00 18:40:36 18:40:01 docker0 31.92 41.19 1.97 221.56 0.00 0.00 0.00 0.00 18:40:36 Average: eth0 140.89 117.12 1093.64 20.66 0.00 0.00 0.00 0.00 18:40:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:40:36 Average: vethf9abe45 0.27 0.19 0.05 0.04 0.00 0.00 0.00 0.00 18:40:36 Average: docker0 7.72 9.34 0.58 40.11 0.00 0.00 0.00 0.00 18:40:36 18:40:36 18:40:36 ---> sar -P ALL: 18:40:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 18:40:36 18:40:36 18:31:58 LINUX RESTART (4 CPU) 18:40:36 18:40:36 18:33:01 CPU %user %nice %system %iowait %steal %idle 18:40:36 18:34:01 all 0.24 0.00 0.08 0.00 0.00 99.68 18:40:36 18:34:01 0 0.60 0.00 0.08 0.00 0.00 99.32 18:40:36 18:34:01 1 0.10 0.00 0.08 0.00 0.00 99.82 18:40:36 18:34:01 2 0.12 0.00 0.07 0.00 0.02 99.80 18:40:36 18:34:01 3 0.13 0.00 0.08 0.00 0.00 99.78 18:40:36 18:35:01 all 0.14 0.00 0.04 0.00 0.00 99.82 18:40:36 18:35:01 0 0.42 0.00 0.03 0.00 0.00 99.55 18:40:36 18:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:40:36 18:35:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:40:36 18:35:01 3 0.08 0.00 0.07 0.00 0.00 99.85 18:40:36 18:36:01 all 0.17 0.00 0.09 0.00 0.01 99.73 18:40:36 18:36:01 0 0.47 0.00 0.07 0.00 0.00 99.47 18:40:36 18:36:01 1 0.07 0.00 0.08 0.00 0.02 99.83 18:40:36 18:36:01 2 0.05 0.00 0.10 0.00 0.00 99.85 18:40:36 18:36:01 3 0.08 0.00 0.12 0.00 0.02 99.78 18:40:36 18:37:01 all 0.17 0.00 0.07 0.00 0.00 99.77 18:40:36 18:37:01 0 0.52 0.00 0.02 0.00 0.00 99.47 18:40:36 18:37:01 1 0.05 0.00 0.07 0.00 0.00 99.88 18:40:36 18:37:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:40:36 18:37:01 3 0.05 0.00 0.12 0.00 0.00 99.83 18:40:36 18:38:01 all 0.18 0.00 0.05 0.00 0.00 99.77 18:40:36 18:38:01 0 0.52 0.00 0.05 0.00 0.00 99.43 18:40:36 18:38:01 1 0.05 0.00 0.07 0.00 0.00 99.88 18:40:36 18:38:01 2 0.05 0.00 0.05 0.00 0.02 99.88 18:40:36 18:38:01 3 0.08 0.00 0.05 0.00 0.00 99.87 18:40:36 18:39:02 all 8.97 0.00 6.11 2.38 0.13 82.41 18:40:36 18:39:02 0 8.25 0.00 6.47 2.82 0.14 82.33 18:40:36 18:39:02 1 9.00 0.00 6.19 1.51 0.14 83.17 18:40:36 18:39:02 2 9.58 0.00 5.95 2.93 0.14 81.41 18:40:36 18:39:02 3 9.06 0.00 5.82 2.25 0.12 82.75 18:40:36 18:40:01 all 12.68 0.00 9.69 2.61 0.41 74.61 18:40:36 18:40:01 0 10.79 0.00 9.38 3.96 0.47 75.39 18:40:36 18:40:01 1 11.09 0.00 9.49 2.44 0.45 76.52 18:40:36 18:40:01 2 16.54 0.00 9.77 1.66 0.37 71.66 18:40:36 18:40:01 3 12.30 0.00 10.11 2.40 0.35 74.85 18:40:36 Average: all 3.14 0.00 2.24 0.69 0.08 93.85 18:40:36 Average: 0 3.00 0.00 2.23 0.94 0.08 93.74 18:40:36 Average: 1 2.84 0.00 2.23 0.55 0.08 94.29 18:40:36 Average: 2 3.68 0.00 2.23 0.64 0.07 93.37 18:40:36 Average: 3 3.03 0.00 2.27 0.65 0.07 93.98 18:40:36 18:40:36 18:40:36