Pull request #278 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b751120d50436bb1c17d01a29700430ae14bcbf5+64217dd16e4f95fd987fab9103c8880039f2bffa (249a5101065a7dfccea8794adcabe544d300d648) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5086123864189173961.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f1d79d91c36788821211008368c3015072ca53ca Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8253566980049786062.key > 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 f1d79d91c36788821211008368c3015072ca53ca The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4037311974247894352.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f1d79d91c36788821211008368c3015072ca53ca (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f1d79d91c36788821211008368c3015072ca53ca # timeout=10 Commit message: "Merge pull request #358 from ernestojeda/update-get-head-tags" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3451804607078867573.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-278/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3625871189197918462.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1093’ Running on prd-centos7-docker-4c-2g-1095 in /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-278 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/jenkins-gitclient-ssh4001687493893875730.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/jenkins-gitclient-ssh7594492261801121434.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/278/head:refs/remotes/origin/PR-278 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 64217dd16e4f95fd987fab9103c8880039f2bffa into PR head commit b751120d50436bb1c17d01a29700430ae14bcbf5 Merge succeeded, producing b751120d50436bb1c17d01a29700430ae14bcbf5 Checking out Revision b751120d50436bb1c17d01a29700430ae14bcbf5 (PR-278) > git config core.sparsecheckout # timeout=10 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/jenkins-gitclient-ssh7781470981663768123.key > git merge 64217dd16e4f95fd987fab9103c8880039f2bffa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 Commit message: "build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:35:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:35:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:35:26 ========================================================= 15:35:26 EdgeX Global Pipelines Version Info 15:35:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7891b07ae8b15c2b41a0e911bf3f05eb99526ef4 # timeout=10 15:35:27 ------------------- 15:35:27 stable info: 15:35:27 ------------------- 15:35:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:35:27 Commit SHA: f1d79d91c36788821211008368c3015072ca53ca 15:35:27 Message: update stable to v1.0.209 15:35:27 ------------------- 15:35:27 experimental info: 15:35:27 ------------------- 15:35:27 Commited By: **** collab-it+edgex@linuxfoundation.org 15:35:27 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 15:35:27 Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:35:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-278 [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-278 [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-278 [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b751120d50436bb1c17d01a29700430ae14bcbf5 [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b751120 [Pipeline] echo 15:35:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:35:28 + git log --format=format:%s -1 b751120d50436bb1c17d01a29700430ae14bcbf5 [Pipeline] echo 15:35:28 GIT_COMMIT: b751120d50436bb1c17d01a29700430ae14bcbf5, Commit Message: build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1 [Pipeline] echo 15:35:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:35:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:29 15:35:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:35:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:29 latest: Pulling from edgex-devops/git-semver 15:35:29 a0d0a0d46f8b: Pulling fs layer 15:35:29 3e5f54012d9b: Pulling fs layer 15:35:29 4c7163046ea9: Pulling fs layer 15:35:29 0c2d73faf560: Pulling fs layer 15:35:29 0c2d73faf560: Waiting 15:35:29 3e5f54012d9b: Verifying Checksum 15:35:29 3e5f54012d9b: Download complete 15:35:29 a0d0a0d46f8b: Verifying Checksum 15:35:29 a0d0a0d46f8b: Download complete 15:35:29 0c2d73faf560: Verifying Checksum 15:35:29 0c2d73faf560: Download complete 15:35:29 4c7163046ea9: Verifying Checksum 15:35:29 4c7163046ea9: Download complete 15:35:29 a0d0a0d46f8b: Pull complete 15:35:29 3e5f54012d9b: Pull complete 15:35:30 4c7163046ea9: Pull complete 15:35:30 0c2d73faf560: Pull complete 15:35:30 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 15:35:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:35:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:35:30 prd-centos7-docker-4c-2g-1095 does not seem to be running inside a container 15:35:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-278 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278:/w/workspace/xfoundry_go-mod-bootstrap_PR-278:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:35:31 $ docker top 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:35:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:31 [ssh-agent] Looking for ssh-agent implementation... 15:35:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:31 $ docker exec 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent 15:35:31 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcimEmO/agent.15 15:35:31 SSH_AGENT_PID=22 15:35:31 Running ssh-add (command line suppressed) 15:35:31 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_4559503362217091825.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_4559503362217091825.key) 15:35:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:31 + git tag --points-at HEAD [Pipeline] } 15:35:31 $ docker exec --env ******** --env ******** 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent -k 15:35:32 unset SSH_AUTH_SOCK; 15:35:32 unset SSH_AGENT_PID; 15:35:32 echo Agent pid 22 killed; 15:35:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:35:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:35:32 [ssh-agent] Looking for ssh-agent implementation... 15:35:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:35:32 $ docker exec 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent 15:35:32 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlINcph/agent.56 15:35:32 SSH_AGENT_PID=62 15:35:32 Running ssh-add (command line suppressed) 15:35:32 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_6516022482318210854.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/private_key_6516022482318210854.key) 15:35:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:35:32 + git semver init 15:35:32 # -> Open(): unable to determine branch for HEAD 15:35:32 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-278/.git 15:35:32 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-278 15:35:32 # $SEMVER_REMOTE_NAME = origin 15:35:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:35:32 # $SEMVER_USER_NAME = edgex-jenkins 15:35:32 # $SEMVER_BRANCH = PR-278 15:35:32 # $SEMVER_TEMP = /tmp/semver-133010302 15:35:32 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 15:35:33 # '/tmp/semver-133010302' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-278/.semver' 15:35:33 # -> Force: false 15:35:33 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-278/.semver [Pipeline] } 15:35:33 $ docker exec --env ******** --env ******** 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 ssh-agent -k 15:35:33 unset SSH_AUTH_SOCK; 15:35:33 unset SSH_AGENT_PID; 15:35:33 echo Agent pid 62 killed; 15:35:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:35:34 + git semver [Pipeline] } 15:35:34 $ docker stop --time=1 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 15:35:35 $ docker rm -f 340e4fcf3c0ec14fb4d9fde38dd85427a9eb8a1d94eb7567e1350366fcfd71c9 [Pipeline] // withDockerContainer [Pipeline] sh 15:35:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:35:36 Stashed 1 file(s) [Pipeline] echo 15:35:36 [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 15:35:51 Still waiting to schedule task 15:35:51 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:35:51 Still waiting to schedule task 15:35:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:37:37 Running on prd-centos7-docker-4c-2g-1101 in /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [Pipeline] { [Pipeline] ws 15:37:37 Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout 15:37:37 Selected Git installation does not exist. Using Default 15:37:37 The recommended git tool is: NONE 15:37:39 using credential edgex-jenkins-ssh 15:37:39 Cloning the remote Git repository 15:37:39 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:37:39 > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 15:37:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:37:39 > git --version # timeout=10 15:37:39 > git --version # 'git version 2.24.4' 15:37:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:39 [INFO] Currently running in a labeled security context 15:37:39 [INFO] Currently SELinux is 'enforcing' on the host 15:37:39 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/5@tmp/jenkins-gitclient-ssh6500946334727813790.key 15:37:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:37:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:37:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:37:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:37:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:37:40 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:40 [INFO] Currently running in a labeled security context 15:37:40 [INFO] Currently SELinux is 'enforcing' on the host 15:37:40 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/5@tmp/jenkins-gitclient-ssh6931486971656216558.key 15:37:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/278/head:refs/remotes/origin/PR-278 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:37:41 Merging remotes/origin/main commit 64217dd16e4f95fd987fab9103c8880039f2bffa into PR head commit b751120d50436bb1c17d01a29700430ae14bcbf5 15:37:41 Merge succeeded, producing b751120d50436bb1c17d01a29700430ae14bcbf5 15:37:41 Checking out Revision b751120d50436bb1c17d01a29700430ae14bcbf5 (PR-278) 15:37:41 > git config core.sparsecheckout # timeout=10 15:37:41 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 15:37:41 > git remote # timeout=10 15:37:41 > git config --get remote.origin.url # timeout=10 15:37:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:37:41 [INFO] Currently running in a labeled security context 15:37:41 [INFO] Currently SELinux is 'enforcing' on the host 15:37:41 > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-bootstrap/5@tmp/jenkins-gitclient-ssh6251788158340164292.key 15:37:41 > git merge 64217dd16e4f95fd987fab9103c8880039f2bffa # timeout=10 15:37:41 > git rev-parse HEAD^{commit} # timeout=10 15:37:41 > git config core.sparsecheckout # timeout=10 15:37:41 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 15:37:44 Commit message: "build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:37:45 ========================================================= 15:37:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 15:37:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:37:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:37:45 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 15:37:45 4e9f2cdf4387: Pulling fs layer 15:37:45 57d31006c564: Pulling fs layer 15:37:45 bd5ccded8296: Pulling fs layer 15:37:45 304dd3a0f381: Pulling fs layer 15:37:45 d37cda54a23b: Pulling fs layer 15:37:45 bae75c0f2455: Pulling fs layer 15:37:45 806579b3d29a: Pulling fs layer 15:37:45 c77eb801bf70: Pulling fs layer 15:37:45 6d0567d44e1a: Pulling fs layer 15:37:45 bae75c0f2455: Waiting 15:37:45 806579b3d29a: Waiting 15:37:45 c77eb801bf70: Waiting 15:37:45 6d0567d44e1a: Waiting 15:37:45 304dd3a0f381: Waiting 15:37:45 d37cda54a23b: Waiting 15:37:45 bd5ccded8296: Verifying Checksum 15:37:45 bd5ccded8296: Download complete 15:37:45 57d31006c564: Verifying Checksum 15:37:45 57d31006c564: Download complete 15:37:45 d37cda54a23b: Verifying Checksum 15:37:45 d37cda54a23b: Download complete 15:37:45 bae75c0f2455: Verifying Checksum 15:37:45 bae75c0f2455: Download complete 15:37:46 806579b3d29a: Verifying Checksum 15:37:46 806579b3d29a: Download complete 15:37:46 4e9f2cdf4387: Verifying Checksum 15:37:46 4e9f2cdf4387: Download complete 15:37:46 c77eb801bf70: Verifying Checksum 15:37:46 c77eb801bf70: Download complete 15:37:46 4e9f2cdf4387: Pull complete 15:37:46 304dd3a0f381: Verifying Checksum 15:37:46 304dd3a0f381: Download complete 15:37:46 57d31006c564: Pull complete 15:37:46 6d0567d44e1a: Verifying Checksum 15:37:46 6d0567d44e1a: Download complete 15:37:46 bd5ccded8296: Pull complete 15:37:50 304dd3a0f381: Pull complete 15:37:50 d37cda54a23b: Pull complete 15:37:50 bae75c0f2455: Pull complete 15:37:50 806579b3d29a: Pull complete 15:37:50 c77eb801bf70: Pull complete 15:37:54 6d0567d44e1a: Pull complete 15:37:54 Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd 15:37:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:37:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] sh 15:37:54 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh 15:37:55 + docker inspect -f . ci-base-image-x86_64 15:37:55 . [Pipeline] withDockerContainer 15:37:55 prd-centos7-docker-4c-2g-1101 does not seem to be running inside a container 15:37:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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-x86_64 cat 15:37:57 $ docker top 8facc242012a3ca769708be9a9b123846cef890efec7087721c0efd956c45608 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:58 + go version 15:37:58 go version go1.16.8 linux/amd64 [Pipeline] } 15:37:58 $ docker stop --time=1 8facc242012a3ca769708be9a9b123846cef890efec7087721c0efd956c45608 15:37:59 $ docker rm -f 8facc242012a3ca769708be9a9b123846cef890efec7087721c0efd956c45608 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:59 + docker inspect -f . ci-base-image-x86_64 15:37:59 . [Pipeline] withDockerContainer 15:38:00 prd-centos7-docker-4c-2g-1101 does not seem to be running inside a container 15:38:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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-x86_64 cat 15:38:00 $ docker top 3e06db8fc4bc28d25482b346d990581d0b3a4aaf019f381023c6ed74e62077dc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:38:00 + make test 15:38:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:38:01 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.1-dev.5 15:38:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 15:38:01 go: downloading github.com/pelletier/go-toml v1.9.4 15:38:01 go: downloading github.com/stretchr/testify v1.7.0 15:38:01 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.1-dev.7 15:38:01 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.1-dev.6 15:38:01 go: downloading github.com/gorilla/mux v1.7.4 15:38:01 go: downloading github.com/hashicorp/go-multierror v1.1.1 15:38:01 go: downloading github.com/go-kit/kit v0.9.0 15:38:01 go: downloading github.com/davecgh/go-spew v1.1.1 15:38:01 go: downloading github.com/pmezard/go-difflib v1.0.0 15:38:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:38:01 go: downloading github.com/stretchr/objx v0.1.0 15:38:01 go: downloading github.com/go-playground/validator/v10 v10.6.1 15:38:01 go: downloading github.com/google/uuid v1.2.0 15:38:01 go: downloading github.com/hashicorp/errwrap v1.0.0 15:38:01 go: downloading github.com/hashicorp/consul/api v1.9.1 15:38:01 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:38:01 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:38:01 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:38:01 go: downloading github.com/go-playground/universal-translator v0.17.0 15:38:01 go: downloading github.com/leodido/go-urn v1.2.0 15:38:01 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 15:38:01 go: downloading golang.org/x/text v0.3.2 15:38:01 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:38:01 go: downloading github.com/mitchellh/copystructure v1.0.0 15:38:01 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:38:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:38:01 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:38:01 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:38:01 go: downloading github.com/hashicorp/serf v0.9.5 15:38:02 go: downloading github.com/x448/float16 v0.8.4 15:38:02 go: downloading github.com/go-playground/locales v0.13.0 15:38:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:38:02 go: downloading github.com/fatih/color v1.9.0 15:38:02 go: downloading github.com/mattn/go-isatty v0.0.12 15:38:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:38:02 go: downloading github.com/mattn/go-colorable v0.1.6 15:38:02 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 15:38:02 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:38:02 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:38:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 15:38:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.005s coverage: 5.1% of statements 15:38:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 15:38:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.007s coverage: 92.2% of statements 15:38:15 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.018s coverage: 85.3% of statements 15:38:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 15:38:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 15:38:15 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 15:38:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.007s coverage: 100.0% of statements 15:38:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.006s coverage: 25.0% of statements 15:38:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.017s coverage: 79.7% of statements 15:38:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 15:38:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 15:38:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements 15:38:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:38:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:38:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 15:38:25 $ docker stop --time=1 3e06db8fc4bc28d25482b346d990581d0b3a4aaf019f381023c6ed74e62077dc 15:38:27 $ docker rm -f 3e06db8fc4bc28d25482b346d990581d0b3a4aaf019f381023c6ed74e62077dc [Pipeline] // withDockerContainer [Pipeline] sh 15:38:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:38:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:29 15:38:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:38:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:29 latest: Pulling from edgex-lftools-log-publisher 15:38:29 b4d181a07f80: Pulling fs layer 15:38:29 a1111a8f2ec3: Pulling fs layer 15:38:29 ed53099fbce6: Pulling fs layer 15:38:29 dc539afda2c1: Pulling fs layer 15:38:29 77bc0d833cb6: Pulling fs layer 15:38:29 9065ff56babe: Pulling fs layer 15:38:29 d287ab97295c: Pulling fs layer 15:38:29 dc539afda2c1: Waiting 15:38:29 77bc0d833cb6: Waiting 15:38:29 9065ff56babe: Waiting 15:38:29 d287ab97295c: Waiting 15:38:29 a1111a8f2ec3: Verifying Checksum 15:38:29 a1111a8f2ec3: Download complete 15:38:29 dc539afda2c1: Verifying Checksum 15:38:29 dc539afda2c1: Download complete 15:38:29 77bc0d833cb6: Verifying Checksum 15:38:29 77bc0d833cb6: Download complete 15:38:29 9065ff56babe: Verifying Checksum 15:38:29 9065ff56babe: Download complete 15:38:29 ed53099fbce6: Verifying Checksum 15:38:29 ed53099fbce6: Download complete 15:38:29 b4d181a07f80: Verifying Checksum 15:38:29 b4d181a07f80: Download complete 15:38:30 d287ab97295c: Verifying Checksum 15:38:30 d287ab97295c: Download complete 15:38:31 b4d181a07f80: Pull complete 15:38:31 a1111a8f2ec3: Pull complete 15:38:31 ed53099fbce6: Pull complete 15:38:31 dc539afda2c1: Pull complete 15:38:32 77bc0d833cb6: Pull complete 15:38:32 9065ff56babe: Pull complete 15:38:37 d287ab97295c: Pull complete 15:38:37 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 15:38:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:38:37 prd-centos7-docker-4c-2g-1101 does not seem to be running inside a container 15:38:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:38:40 $ docker top 686851a4b39f12a872b0052f553802b4d2f943441a05682489879a0556cdee21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:38:40 ---> job-cost.sh 15:38:40 lf-activate-venv: SKIPPING 15:38:40 INFO: No Stack... 15:38:41 INFO: Retrieving Pricing Info for: v3-standard-2 15:38:41 INFO: Archiving Costs [Pipeline] sh 15:38:41 + cat /w/workspace/go-mod-bootstrap/5/archives/cost.csv 15:38:41 + cut -d, -f6 [Pipeline] lock 15:38:41 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] 15:38:41 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] did not exist. Created. 15:38:41 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:38:42 + echo total: 0.05999999865889549 [Pipeline] stash 15:38:42 Stashed 1 file(s) [Pipeline] } 15:38:42 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] // lock [Pipeline] } 15:38:42 $ docker stop --time=1 686851a4b39f12a872b0052f553802b4d2f943441a05682489879a0556cdee21 15:38:43 $ docker rm -f 686851a4b39f12a872b0052f553802b4d2f943441a05682489879a0556cdee21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:38:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1102 in /w/workspace/xfoundry_go-mod-bootstrap_PR-278 [Pipeline] { [Pipeline] ws 15:38:59 Running in /w/workspace/go-mod-bootstrap/5 [Pipeline] { [Pipeline] checkout 15:39:00 Selected Git installation does not exist. Using Default 15:39:00 The recommended git tool is: NONE 15:39:07 using credential edgex-jenkins-ssh 15:39:07 Cloning the remote Git repository 15:39:07 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 15:39:07 > git init /w/workspace/go-mod-bootstrap/5 # timeout=10 15:39:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:39:07 > git --version # timeout=10 15:39:07 > git --version # 'git version 2.17.1' 15:39:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:39:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 15:39:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 15:39:08 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/278/head:refs/remotes/origin/PR-278 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:39:09 Merging remotes/origin/main commit 64217dd16e4f95fd987fab9103c8880039f2bffa into PR head commit b751120d50436bb1c17d01a29700430ae14bcbf5 15:39:09 Merge succeeded, producing b751120d50436bb1c17d01a29700430ae14bcbf5 15:39:09 Checking out Revision b751120d50436bb1c17d01a29700430ae14bcbf5 (PR-278) 15:39:09 > git config core.sparsecheckout # timeout=10 15:39:09 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 15:39:09 > git remote # timeout=10 15:39:09 > git config --get remote.origin.url # timeout=10 15:39:09 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:09 > git merge 64217dd16e4f95fd987fab9103c8880039f2bffa # timeout=10 15:39:09 > git rev-parse HEAD^{commit} # timeout=10 15:39:09 > git config core.sparsecheckout # timeout=10 15:39:09 > git checkout -f b751120d50436bb1c17d01a29700430ae14bcbf5 # timeout=10 15:39:14 Commit message: "build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:39:15 ========================================================= 15:39:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 15:39:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:39:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:39:17 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:39:17 bbf911997326: Pulling fs layer 15:39:17 58ec367f63d7: Pulling fs layer 15:39:17 1b4a6ffa7d45: Pulling fs layer 15:39:17 fc5181fea5dc: Pulling fs layer 15:39:17 9c418107303f: Pulling fs layer 15:39:17 284eca6f2348: Pulling fs layer 15:39:17 842844d905b1: Pulling fs layer 15:39:17 901a3a57568e: Pulling fs layer 15:39:17 9c418107303f: Waiting 15:39:17 284eca6f2348: Waiting 15:39:17 842844d905b1: Waiting 15:39:17 901a3a57568e: Waiting 15:39:17 fc5181fea5dc: Waiting 15:39:17 1b4a6ffa7d45: Verifying Checksum 15:39:17 1b4a6ffa7d45: Download complete 15:39:17 58ec367f63d7: Verifying Checksum 15:39:17 58ec367f63d7: Download complete 15:39:17 9c418107303f: Verifying Checksum 15:39:17 9c418107303f: Download complete 15:39:17 284eca6f2348: Verifying Checksum 15:39:17 284eca6f2348: Download complete 15:39:17 842844d905b1: Verifying Checksum 15:39:17 842844d905b1: Download complete 15:39:17 bbf911997326: Verifying Checksum 15:39:17 bbf911997326: Download complete 15:39:18 bbf911997326: Pull complete 15:39:19 58ec367f63d7: Pull complete 15:39:20 1b4a6ffa7d45: Pull complete 15:39:20 901a3a57568e: Verifying Checksum 15:39:20 901a3a57568e: Download complete 15:39:20 fc5181fea5dc: Verifying Checksum 15:39:20 fc5181fea5dc: Download complete 15:39:30 fc5181fea5dc: Pull complete 15:39:31 9c418107303f: Pull complete 15:39:31 284eca6f2348: Pull complete 15:39:32 842844d905b1: Pull complete 15:39:38 901a3a57568e: Pull complete 15:39:38 Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 15:39:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:39:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] sh 15:39:39 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh 15:39:39 + docker inspect -f . ci-base-image-arm64 15:39:39 . [Pipeline] withDockerContainer 15:39:39 prd-ubuntu18.04-docker-arm64-4c-16g-1102 does not seem to be running inside a container 15:39:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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 ******** -e ******** ci-base-image-arm64 cat 15:39:47 $ docker top 436f9e85124e30c56cbc8569542666506b91810fa9e895cbaca4f3db24253dc8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:39:48 + go version 15:39:48 go version go1.16.8 linux/arm64 [Pipeline] } 15:39:48 $ docker stop --time=1 436f9e85124e30c56cbc8569542666506b91810fa9e895cbaca4f3db24253dc8 15:39:50 $ docker rm -f 436f9e85124e30c56cbc8569542666506b91810fa9e895cbaca4f3db24253dc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:51 + docker inspect -f . ci-base-image-arm64 15:39:51 . [Pipeline] withDockerContainer 15:39:51 prd-ubuntu18.04-docker-arm64-4c-16g-1102 does not seem to be running inside a container 15:39:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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 ******** -e ******** ci-base-image-arm64 cat 15:39:53 $ docker top 8985e23268cce6206acbffc681659f1116ed6e88cc8acd8f440086d590d84a9a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:39:54 + make test 15:39:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:39:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 15:39:55 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.1-dev.7 15:39:55 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.1-dev.5 15:39:55 go: downloading github.com/pelletier/go-toml v1.9.4 15:39:55 go: downloading github.com/stretchr/testify v1.7.0 15:39:55 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.1-dev.6 15:39:55 go: downloading github.com/gorilla/mux v1.7.4 15:39:55 go: downloading github.com/hashicorp/go-multierror v1.1.1 15:39:55 go: downloading github.com/go-kit/kit v0.9.0 15:39:55 go: downloading github.com/davecgh/go-spew v1.1.1 15:39:55 go: downloading github.com/pmezard/go-difflib v1.0.0 15:39:55 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:39:55 go: downloading github.com/stretchr/objx v0.1.0 15:39:55 go: downloading github.com/go-playground/validator/v10 v10.6.1 15:39:55 go: downloading github.com/google/uuid v1.2.0 15:39:55 go: downloading github.com/hashicorp/consul/api v1.9.1 15:39:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:39:55 go: downloading github.com/hashicorp/errwrap v1.0.0 15:39:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:39:56 go: downloading github.com/go-playground/universal-translator v0.17.0 15:39:56 go: downloading github.com/leodido/go-urn v1.2.0 15:39:56 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 15:39:56 go: downloading golang.org/x/text v0.3.2 15:39:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:39:56 go: downloading github.com/mitchellh/copystructure v1.0.0 15:39:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:39:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:39:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:39:56 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:39:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:39:56 go: downloading github.com/hashicorp/serf v0.9.5 15:39:56 go: downloading github.com/go-playground/locales v0.13.0 15:39:57 go: downloading github.com/x448/float16 v0.8.4 15:39:57 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:39:57 go: downloading github.com/fatih/color v1.9.0 15:39:57 go: downloading github.com/mattn/go-isatty v0.0.12 15:39:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:39:57 go: downloading github.com/mattn/go-colorable v0.1.6 15:39:57 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 15:39:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:39:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:40:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 15:40:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.056s coverage: 5.1% of statements 15:40:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 15:40:38 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.057s coverage: 92.2% of statements 15:40:38 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.020s coverage: 85.3% of statements 15:40:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 15:40:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 15:40:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 15:40:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.044s coverage: 100.0% of statements 15:40:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.043s coverage: 25.0% of statements 15:40:45 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.060s coverage: 79.7% of statements 15:40:45 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 15:40:45 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 15:40:45 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.015s coverage: 91.3% of statements 15:40:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:41:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:41:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 15:41:08 $ docker stop --time=1 8985e23268cce6206acbffc681659f1116ed6e88cc8acd8f440086d590d84a9a 15:41:10 $ docker rm -f 8985e23268cce6206acbffc681659f1116ed6e88cc8acd8f440086d590d84a9a [Pipeline] // withDockerContainer [Pipeline] sh 15:41:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:41:12 Warning: overwriting stash ‘coverage-report’ 15:41:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:41:14 15:41:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 15:41:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:41:14 arm64: Pulling from edgex-lftools-log-publisher 15:41:14 448f6bf000e3: Pulling fs layer 15:41:14 f757da607395: Pulling fs layer 15:41:14 05883995daec: Pulling fs layer 15:41:14 8603b9c90790: Pulling fs layer 15:41:14 1560dd03e051: Pulling fs layer 15:41:14 27f5ce0e4adf: Pulling fs layer 15:41:14 c2d8d7efcc4b: Pulling fs layer 15:41:14 8603b9c90790: Waiting 15:41:14 1560dd03e051: Waiting 15:41:14 27f5ce0e4adf: Waiting 15:41:14 c2d8d7efcc4b: Waiting 15:41:15 f757da607395: Verifying Checksum 15:41:15 f757da607395: Download complete 15:41:15 8603b9c90790: Verifying Checksum 15:41:15 8603b9c90790: Download complete 15:41:15 05883995daec: Verifying Checksum 15:41:15 05883995daec: Download complete 15:41:15 1560dd03e051: Verifying Checksum 15:41:15 1560dd03e051: Download complete 15:41:15 27f5ce0e4adf: Verifying Checksum 15:41:15 27f5ce0e4adf: Download complete 15:41:15 448f6bf000e3: Verifying Checksum 15:41:15 448f6bf000e3: Download complete 15:41:18 c2d8d7efcc4b: Verifying Checksum 15:41:18 c2d8d7efcc4b: Download complete 15:41:19 448f6bf000e3: Pull complete 15:41:20 f757da607395: Pull complete 15:41:21 05883995daec: Pull complete 15:41:22 8603b9c90790: Pull complete 15:41:23 1560dd03e051: Pull complete 15:41:23 27f5ce0e4adf: Pull complete 15:41:38 c2d8d7efcc4b: Pull complete 15:41:38 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 15:41:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:41:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 15:41:38 prd-ubuntu18.04-docker-arm64-4c-16g-1102 does not seem to be running inside a container 15:41:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/5 -v /w/workspace/go-mod-bootstrap/5:/w/workspace/go-mod-bootstrap/5:rw,z -v /w/workspace/go-mod-bootstrap/5@tmp:/w/workspace/go-mod-bootstrap/5@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:41:44 $ docker top 7728cd7e093f4ac945e2f41c5e6d81541efd0e4f7659f6e55b6b67f6d6266525 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:41:45 ---> job-cost.sh 15:41:45 lf-activate-venv: SKIPPING 15:41:45 INFO: No Stack... 15:41:45 INFO: Retrieving Pricing Info for: v3-standard-4 15:41:45 INFO: Archiving Costs [Pipeline] sh 15:41:46 + + cutcat -d, -f6 15:41:46 /w/workspace/go-mod-bootstrap/5/archives/cost.csv [Pipeline] lock 15:41:46 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] 15:41:46 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] did not exist. Created. 15:41:46 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:41:47 /w/workspace/go-mod-bootstrap/5@tmp/durable-8856b183/script.sh: 1: /w/workspace/go-mod-bootstrap/5@tmp/durable-8856b183/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:41:48 + echo total: 0.10999999940395355 [Pipeline] stash 15:41:48 Warning: overwriting stash ‘stack-cost’ 15:41:48 Stashed 1 file(s) [Pipeline] } 15:41:48 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-278-5-stack-cost] [Pipeline] // lock [Pipeline] } 15:41:48 $ docker stop --time=1 7728cd7e093f4ac945e2f41c5e6d81541efd0e4f7659f6e55b6b67f6d6266525 15:41:50 $ docker rm -f 7728cd7e093f4ac945e2f41c5e6d81541efd0e4f7659f6e55b6b67f6d6266525 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 15:41:51 provisioning config files... 15:41:51 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/config231650666018842848tmp [Pipeline] { [Pipeline] sh 15:41:51 + set +x 15:41:51 + bash -s -- 15:41:51 + curl -s https://codecov.io/bash 15:41:51 15:41:51 _____ _ 15:41:51 / ____| | | 15:41:51 | | ___ __| | ___ ___ _____ __ 15:41:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:41:51 | |___| (_) | (_| | __/ (_| (_) \ V / 15:41:51 \_____\___/ \__,_|\___|\___\___/ \_/ 15:41:51 Bash-1.0.6 15:41:51 15:41:51 15:41:51 ==> git version 2.24.4 found 15:41:51 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:41:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:41:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:41:51 ==> Jenkins CI detected. 15:41:51 current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-278 15:41:51 project root: . 15:41:51 --> token set from env 15:41:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:41:51 ==> Running gcov in . (disable via -X gcov) 15:41:51 ==> Python coveragepy not found 15:41:51 ==> Searching for coverage reports in: 15:41:51 + . 15:41:51 -> Found 1 reports 15:41:51 ==> Detecting git/mercurial file structure 15:41:51 ==> Reading reports 15:41:51 + ./coverage.out bytes=37126 15:41:51 ==> Appending adjustments 15:41:51 https://docs.codecov.io/docs/fixing-reports 15:41:51 + Found adjustments 15:41:51 ==> Gzipping contents 15:41:51 8.0K /tmp/codecov.0hONr9.gz 15:41:51 ==> Uploading reports 15:41:51 url: https://codecov.io 15:41:51 query: branch=PR-278&commit=b751120d50436bb1c17d01a29700430ae14bcbf5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-278%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=278&job=&cmd_args= 15:41:51 -> Pinging Codecov 15:41:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-278&commit=b751120d50436bb1c17d01a29700430ae14bcbf5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-278%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=278&job=&cmd_args= 15:41:52 -> Uploading to 15:41:52 https://storage.googleapis.com/codecov/v4/raw/2021-10-13/833815588EE85121546D348822E98E2E/b751120d50436bb1c17d01a29700430ae14bcbf5/4da89164-de10-47e0-9fe4-1ea9fa02d906.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211013%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211013T154152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=356268bcde6e84b4821966565dc8349efb1cd8fe532ff13ecccf8539b3e13072 15:41:52 % Total % Received % Xferd Average Speed Time Time Time Current 15:41:52 Dload Upload Total Spent Left Speed 15:41:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6594 0 0 100 6594 0 18526 --:--:-- --:--:-- --:--:-- 18522 15:41:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/b751120d50436bb1c17d01a29700430ae14bcbf5 [Pipeline] } 15:41:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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] sh 15:41:53 + '[' -d /w/workspace/xfoundry_go-mod-bootstrap_PR-278/archives ']' [Pipeline] libraryResource [Pipeline] sh 15:41:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:41:54 ---> package-listing.sh 15:41:54 ++ facter osfamily 15:41:54 ++ tr '[:upper:]' '[:lower:]' 15:41:54 + OS_FAMILY=redhat 15:41:54 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-278 15:41:54 + START_PACKAGES=/tmp/packages_start.txt 15:41:54 + END_PACKAGES=/tmp/packages_end.txt 15:41:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:41:54 + PACKAGES=/tmp/packages_start.txt 15:41:54 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-278 ']' 15:41:54 + PACKAGES=/tmp/packages_end.txt 15:41:54 + case "${OS_FAMILY}" in 15:41:54 + sort 15:41:54 + rpm -qa 15:41:55 + '[' -f /tmp/packages_start.txt ']' 15:41:55 + '[' -f /tmp/packages_end.txt ']' 15:41:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:41:55 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-278 ']' 15:41:55 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-278/archives/ 15:41:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-278/archives/ [Pipeline] echo 15:41:55 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/xfoundry_go-mod-bootstrap_PR-278/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:41:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:41:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:41:56 15:41:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:41:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:41:56 latest: Pulling from edgex-lftools-log-publisher 15:41:56 b4d181a07f80: Pulling fs layer 15:41:56 a1111a8f2ec3: Pulling fs layer 15:41:56 ed53099fbce6: Pulling fs layer 15:41:56 dc539afda2c1: Pulling fs layer 15:41:56 77bc0d833cb6: Pulling fs layer 15:41:56 9065ff56babe: Pulling fs layer 15:41:56 d287ab97295c: Pulling fs layer 15:41:56 dc539afda2c1: Waiting 15:41:56 77bc0d833cb6: Waiting 15:41:56 9065ff56babe: Waiting 15:41:56 d287ab97295c: Waiting 15:41:56 a1111a8f2ec3: Verifying Checksum 15:41:56 a1111a8f2ec3: Download complete 15:41:56 dc539afda2c1: Verifying Checksum 15:41:56 dc539afda2c1: Download complete 15:41:56 ed53099fbce6: Verifying Checksum 15:41:56 ed53099fbce6: Download complete 15:41:56 9065ff56babe: Verifying Checksum 15:41:56 9065ff56babe: Download complete 15:41:56 77bc0d833cb6: Verifying Checksum 15:41:56 77bc0d833cb6: Download complete 15:41:56 b4d181a07f80: Verifying Checksum 15:41:56 b4d181a07f80: Download complete 15:41:57 d287ab97295c: Verifying Checksum 15:41:57 d287ab97295c: Download complete 15:41:58 b4d181a07f80: Pull complete 15:41:58 a1111a8f2ec3: Pull complete 15:41:59 ed53099fbce6: Pull complete 15:41:59 dc539afda2c1: Pull complete 15:41:59 77bc0d833cb6: Pull complete 15:41:59 9065ff56babe: Pull complete 15:42:04 d287ab97295c: Pull complete 15:42:04 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 15:42:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:42:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:42:04 prd-centos7-docker-4c-2g-1095 does not seem to be running inside a container 15:42:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-278 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278:/w/workspace/xfoundry_go-mod-bootstrap_PR-278:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:42:07 $ docker top f28bff1a91e39f3b281d800b82907fedfbb671914853aee361cb205fee9f7114 -eo pid,comm [Pipeline] { [Pipeline] sh 15:42:07 + touch /tmp/pre-build-complete [Pipeline] sh 15:42:07 + mkdir -p /var/log/sysstat [Pipeline] sh 15:42:08 + ls /var/log/sa-host 15:42:08 + sadf -c /var/log/sa-host/sa13 15:42:08 file_magic: OK 15:42:08 HZ: Using current value: 100 15:42:08 file_header: OK 15:42:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:42:08 Statistics: 15:42:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:42:08 File successfully converted to sysstat format version 12.0.3 15:42:08 + sadf -c /var/log/sa-host/sa30 15:42:08 file_magic: OK 15:42:08 HZ: Using current value: 100 15:42:08 file_header: OK 15:42:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:42:08 Statistics: 15:42:08 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:42:08 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:42:08 provisioning config files... 15:42:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-278@tmp/config5602433858190757193tmp [Pipeline] { [Pipeline] echo 15:42:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:42:08 ---> create-netrc.sh [Pipeline] } 15:42:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:42:08 ---> python-tools-install.sh [Pipeline] echo 15:42:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:42:09 ---> sudo-logs.sh 15:42:09 Archiving 'sudo' log.. 15:42:09 sudo: unable to resolve host prd-centos7-docker-4c-2g-1095.novalocal: Name or service not known 15:42:09 sudo: unable to resolve host prd-centos7-docker-4c-2g-1095.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 15:42:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:42:09 ---> job-cost.sh 15:42:09 lf-activate-venv: SKIPPING 15:42:09 DEBUG: total: 0.10999999940395355 15:42:09 INFO: Retrieving Stack Cost... 15:42:21 INFO: Retrieving Pricing Info for: v3-standard-2 15:42:21 INFO: Archiving Costs [Pipeline] echo 15:42:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:42:22 ---> logs-deploy.sh 15:42:22 lf-activate-venv: SKIPPING 15:42:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-278/5 15:42:22 INFO: archiving workspace using pattern(s): 15:42:22 Archives upload complete. 15:42:23 INFO: archiving logs to Nexus 15:42:23 ---> uname -a: 15:42:23 Linux prd-centos7-docker-4c-2g-1095.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 15:42:23 15:42:23 15:42:23 ---> lscpu: 15:42:23 Architecture: x86_64 15:42:23 CPU op-mode(s): 32-bit, 64-bit 15:42:23 Byte Order: Little Endian 15:42:23 Address sizes: 40 bits physical, 48 bits virtual 15:42:23 CPU(s): 2 15:42:23 On-line CPU(s) list: 0,1 15:42:23 Thread(s) per core: 1 15:42:23 Core(s) per socket: 1 15:42:23 Socket(s): 2 15:42:23 NUMA node(s): 1 15:42:23 Vendor ID: AuthenticAMD 15:42:23 CPU family: 23 15:42:23 Model: 49 15:42:23 Model name: AMD EPYC-Rome Processor 15:42:23 Stepping: 0 15:42:23 CPU MHz: 2799.996 15:42:23 BogoMIPS: 5599.99 15:42:23 Virtualization: AMD-V 15:42:23 Hypervisor vendor: KVM 15:42:23 Virtualization type: full 15:42:23 L1d cache: 32K 15:42:23 L1i cache: 32K 15:42:23 L2 cache: 512K 15:42:23 L3 cache: 16384K 15:42:23 NUMA node0 CPU(s): 0,1 15:42:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 15:42:23 15:42:23 15:42:23 ---> nproc: 15:42:23 2 15:42:23 15:42:23 15:42:23 ---> df -h: 15:42:23 Filesystem Size Used Avail Use% Mounted on 15:42:23 overlay 40G 7.7G 33G 20% / 15:42:23 tmpfs 64M 0 64M 0% /dev 15:42:23 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 15:42:23 shm 64M 0 64M 0% /dev/shm 15:42:23 /dev/vda1 40G 7.7G 33G 20% /facter-os 15:42:23 15:42:23 15:42:23 ---> sar -b -r -n DEV: 15:42:23 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/13/21 _x86_64_ (2 CPU) 15:42:23 15:42:23 15:34:51 LINUX RESTART (2 CPU) 15:42:23 15:42:23 15:35:01 tps rtps wtps bread/s bwrtn/s 15:42:23 15:36:01 238.23 114.39 123.85 10353.51 38981.72 15:42:23 15:37:01 1.72 0.00 1.72 0.00 34.04 15:42:23 15:38:01 0.27 0.00 0.27 0.00 3.26 15:42:23 15:39:01 0.25 0.00 0.25 0.00 3.86 15:42:23 15:40:01 0.23 0.00 0.23 0.00 3.12 15:42:23 15:41:01 0.22 0.00 0.22 0.00 3.46 15:42:23 15:42:02 4.48 0.15 4.33 14.25 177.09 15:42:23 Average: 35.06 16.36 18.70 1481.28 5601.61 15:42:23 15:42:23 15:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:42:23 15:36:01 5694780 0 615648 7.69 2620 1695892 1250104 13.80 557356 1521852 132 15:42:23 15:37:01 5705864 0 604560 7.55 2620 1695896 1164096 12.85 548272 1521812 20 15:42:23 15:38:01 5702884 0 607540 7.59 2620 1695896 1164456 12.86 550704 1522316 20 15:42:23 15:39:01 5698532 0 611884 7.64 2620 1695904 1164432 12.86 554556 1522316 12 15:42:23 15:40:01 5702980 0 607428 7.58 2620 1695912 1164520 12.86 549568 1523180 16 15:42:23 15:41:01 5701592 0 608812 7.60 2620 1695916 1164340 12.85 551328 1523180 16 15:42:23 15:42:02 5098608 0 737556 9.21 2620 2170156 1526208 16.85 852212 1768312 473284 15:42:23 Average: 5615034 0 627633 7.84 2620 1763653 1228308 13.56 594857 1557567 67643 15:42:23 15:42:23 15:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:42:23 15:36:01 eth0 475.60 270.89 986.54 74.66 0.00 0.00 0.00 0.00 15:42:23 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:36:01 docker0 3.60 2.35 1.20 9.24 0.00 0.00 0.00 0.00 15:42:23 15:37:01 eth0 0.83 0.10 0.07 0.04 0.00 0.00 0.00 0.00 15:42:23 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:38:01 eth0 3.73 1.10 1.31 0.79 0.00 0.00 0.00 0.00 15:42:23 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:39:01 eth0 1.57 0.35 0.36 0.20 0.00 0.00 0.00 0.00 15:42:23 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:40:01 eth0 1.23 0.65 0.56 0.37 0.00 0.00 0.00 0.00 15:42:23 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:41:01 eth0 0.32 0.23 0.14 0.11 0.00 0.00 0.00 0.00 15:42:23 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:42:02 eth0 103.21 68.87 2595.40 10.58 0.00 0.00 0.00 0.00 15:42:23 15:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 15:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 Average: eth0 83.80 48.89 512.24 12.39 0.00 0.00 0.00 0.00 15:42:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:42:23 Average: docker0 0.51 0.34 0.17 1.32 0.00 0.00 0.00 0.00 15:42:23 15:42:23 15:42:23 ---> sar -P ALL: 15:42:23 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/13/21 _x86_64_ (2 CPU) 15:42:23 15:42:23 15:34:51 LINUX RESTART (2 CPU) 15:42:23 15:42:23 15:35:01 CPU %user %nice %system %iowait %steal %idle 15:42:23 15:36:01 all 21.33 0.00 8.28 5.94 0.09 64.36 15:42:23 15:36:01 0 21.66 0.00 8.19 5.85 0.09 64.21 15:42:23 15:36:01 1 21.00 0.00 8.38 6.03 0.09 64.51 15:42:23 15:37:01 all 0.28 0.00 0.09 0.00 0.00 99.62 15:42:23 15:37:01 0 0.08 0.00 0.08 0.00 0.00 99.83 15:42:23 15:37:01 1 0.48 0.00 0.10 0.00 0.00 99.42 15:42:23 15:38:01 all 0.25 0.00 0.05 0.00 0.03 99.67 15:42:23 15:38:01 0 0.13 0.00 0.07 0.00 0.03 99.77 15:42:23 15:38:01 1 0.37 0.00 0.03 0.00 0.03 99.57 15:42:23 15:39:01 all 0.23 0.00 0.06 0.00 0.00 99.71 15:42:23 15:39:01 0 0.05 0.00 0.05 0.00 0.00 99.90 15:42:23 15:39:01 1 0.42 0.00 0.07 0.00 0.00 99.52 15:42:23 15:40:01 all 0.28 0.00 0.08 0.00 0.01 99.63 15:42:23 15:40:01 0 0.15 0.00 0.12 0.00 0.02 99.72 15:42:23 15:40:01 1 0.42 0.00 0.03 0.00 0.00 99.55 15:42:23 15:41:01 all 0.25 0.00 0.05 0.00 0.02 99.68 15:42:23 15:41:01 0 0.12 0.00 0.05 0.00 0.02 99.82 15:42:23 15:41:01 1 0.38 0.00 0.05 0.00 0.02 99.55 15:42:23 15:42:02 all 6.62 0.00 2.10 0.03 0.03 91.23 15:42:23 15:42:02 0 6.71 0.00 2.08 0.02 0.03 91.16 15:42:23 15:42:02 1 6.53 0.00 2.12 0.03 0.02 91.30 15:42:23 Average: all 4.08 0.00 1.49 0.83 0.02 93.58 15:42:23 Average: 0 4.03 0.00 1.48 0.81 0.03 93.64 15:42:23 Average: 1 4.13 0.00 1.50 0.84 0.02 93.51 15:42:23 15:42:23 15:42:23