Pull request #83 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7758f33aa5093517fc1658740608f2d8f4f4d3cd+fc665292454601d0366d29366e74bce40b0e53ce (214a731adb1aa384a21c52b7f2cc4926f4bd641a) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21369 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [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-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fc665292454601d0366d29366e74bce40b0e53ce into PR head commit 7758f33aa5093517fc1658740608f2d8f4f4d3cd Merge succeeded, producing 7758f33aa5093517fc1658740608f2d8f4f4d3cd Checking out Revision 7758f33aa5093517fc1658740608f2d8f4f4d3cd (PR-83) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 3e4d2bbe0d97deda0aa56f177b7872dc02916f83 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T22:30:29.183Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T22:30:29.430Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T22:30:29.525Z] ========================================================= [2021-01-19T22:30:29.526Z] EdgeX Global Pipelines Version Info [2021-01-19T22:30:29.526Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:30:32.298Z] ------------------- [2021-01-19T22:30:32.298Z] stable info: [2021-01-19T22:30:32.298Z] ------------------- [2021-01-19T22:30:32.298Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:30:32.298Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:30:32.298Z] Message: update stable to v1.0.179 [2021-01-19T22:30:33.347Z] ------------------- [2021-01-19T22:30:33.347Z] experimental info: [2021-01-19T22:30:33.347Z] ------------------- [2021-01-19T22:30:33.347Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:30:33.347Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:30:33.347Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T22:30:33.619Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-19T22:30:33.704Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-19T22:30:33.795Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T22:30:33.901Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T22:30:33.993Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T22:30:34.081Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T22:30:34.165Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T22:30:34.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T22:30:34.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T22:30:34.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T22:30:34.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T22:30:34.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-19T22:30:34.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T22:30:34.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T22:30:34.895Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:30:34.980Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:30:35.096Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:30:35.182Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:30:35.313Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T22:30:35.434Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T22:30:35.532Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T22:30:35.620Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T22:30:35.707Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T22:30:35.798Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T22:30:35.892Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T22:30:35.989Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T22:30:36.074Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T22:30:36.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo [2021-01-19T22:30:36.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo [2021-01-19T22:30:36.337Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo [2021-01-19T22:30:36.521Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7758f33aa5093517fc1658740608f2d8f4f4d3cd [Pipeline] echo [2021-01-19T22:30:36.610Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7758f33 [Pipeline] echo [2021-01-19T22:30:36.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:30:37.524Z] + git log --format=format:%s -1 7758f33aa5093517fc1658740608f2d8f4f4d3cd [Pipeline] echo [2021-01-19T22:30:37.646Z] GIT_COMMIT: 7758f33aa5093517fc1658740608f2d8f4f4d3cd, Commit Message: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 [Pipeline] echo [2021-01-19T22:30:37.691Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:30:38.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:30:39.160Z] [2021-01-19T22:30:39.160Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:30:39.562Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:30:39.916Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T22:30:39.916Z] 31603596830f: Pulling fs layer [2021-01-19T22:30:39.916Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T22:30:39.916Z] 6ca5941a6612: Pulling fs layer [2021-01-19T22:30:39.916Z] ecc8261a40a4: Pulling fs layer [2021-01-19T22:30:39.916Z] ecc8261a40a4: Waiting [2021-01-19T22:30:39.916Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T22:30:39.916Z] 2a8b12db71e7: Download complete [2021-01-19T22:30:40.222Z] 31603596830f: Verifying Checksum [2021-01-19T22:30:40.222Z] 31603596830f: Download complete [2021-01-19T22:30:40.507Z] ecc8261a40a4: Verifying Checksum [2021-01-19T22:30:40.507Z] ecc8261a40a4: Download complete [2021-01-19T22:30:40.507Z] 6ca5941a6612: Verifying Checksum [2021-01-19T22:30:40.507Z] 6ca5941a6612: Download complete [2021-01-19T22:30:40.797Z] 31603596830f: Pull complete [2021-01-19T22:30:41.070Z] 2a8b12db71e7: Pull complete [2021-01-19T22:30:43.763Z] 6ca5941a6612: Pull complete [2021-01-19T22:30:43.763Z] ecc8261a40a4: Pull complete [2021-01-19T22:30:43.763Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T22:30:43.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:30:43.763Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T22:30:44.304Z] prd-centos7-docker-4c-2g-21369 does not seem to be running inside a container [2021-01-19T22:30:44.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:30:47.520Z] $ docker top 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:30:48.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:30:48.057Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:30:48.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:30:48.744Z] $ docker exec 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent [2021-01-19T22:30:49.372Z] SSH_AUTH_SOCK=/tmp/ssh-zCMj7cEu7SsN/agent.11 [2021-01-19T22:30:49.372Z] SSH_AGENT_PID=16 [2021-01-19T22:30:49.403Z] Running ssh-add (command line suppressed) [2021-01-19T22:30:49.680Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4720030333877867264.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_4720030333877867264.key) [2021-01-19T22:30:49.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:30:50.552Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T22:30:50.575Z] $ docker exec --env ******** --env ******** 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent -k [2021-01-19T22:30:50.789Z] unset SSH_AUTH_SOCK; [2021-01-19T22:30:50.792Z] unset SSH_AGENT_PID; [2021-01-19T22:30:50.792Z] echo Agent pid 16 killed; [2021-01-19T22:30:50.895Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T22:30:51.050Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:30:51.050Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:30:51.345Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:30:51.345Z] $ docker exec 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent [2021-01-19T22:30:51.673Z] SSH_AUTH_SOCK=/tmp/ssh-xYIpec8SGvge/agent.46 [2021-01-19T22:30:51.673Z] SSH_AGENT_PID=51 [2021-01-19T22:30:51.691Z] Running ssh-add (command line suppressed) [2021-01-19T22:30:52.045Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_99629346459302679.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_99629346459302679.key) [2021-01-19T22:30:52.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:30:53.209Z] + git semver init [2021-01-19T22:30:53.209Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:30:53.209Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.git [2021-01-19T22:30:53.209Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [2021-01-19T22:30:53.209Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:30:53.209Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:30:53.209Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:30:53.209Z] # $SEMVER_BRANCH = PR-83 [2021-01-19T22:30:53.209Z] # $SEMVER_TEMP = /tmp/semver-499253721 [2021-01-19T22:30:53.209Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-19T22:30:53.477Z] # '/tmp/semver-499253721' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver' [2021-01-19T22:30:53.477Z] # -> Force: false [2021-01-19T22:30:53.477Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver [Pipeline] } [2021-01-19T22:30:53.500Z] $ docker exec --env ******** --env ******** 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f ssh-agent -k [2021-01-19T22:30:53.731Z] unset SSH_AUTH_SOCK; [2021-01-19T22:30:53.733Z] unset SSH_AGENT_PID; [2021-01-19T22:30:53.733Z] echo Agent pid 51 killed; [2021-01-19T22:30:53.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:30:54.358Z] + git semver [Pipeline] } [2021-01-19T22:30:54.666Z] $ docker stop --time=1 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f [2021-01-19T22:30:56.336Z] $ docker rm -f 2038be12d4e51fa154913c71a03477631afa261c1a16d2f224c9c6027f979a2f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:30:56.917Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T22:30:58.032Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T22:30:58.035Z] [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 [2021-01-19T22:30:58.791Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21366 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws [2021-01-19T22:30:58.840Z] Running in /w/workspace/go-mod-secrets/4 [Pipeline] { [Pipeline] checkout [2021-01-19T22:31:03.531Z] using credential edgex-jenkins-ssh [2021-01-19T22:31:03.593Z] Cloning the remote Git repository [2021-01-19T22:31:03.659Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T22:31:03.762Z] > git init /w/workspace/go-mod-secrets/4 # timeout=10 [2021-01-19T22:31:03.828Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T22:31:03.829Z] > git --version # timeout=10 [2021-01-19T22:31:03.854Z] > git --version # 'git version 2.17.1' [2021-01-19T22:31:03.856Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:31:03.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:31:04.778Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T22:31:04.795Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:31:04.817Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T22:31:04.861Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T22:31:04.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:31:04.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:31:05.337Z] Merging remotes/origin/master commit fc665292454601d0366d29366e74bce40b0e53ce into PR head commit 7758f33aa5093517fc1658740608f2d8f4f4d3cd [2021-01-19T22:31:05.524Z] Merge succeeded, producing 7758f33aa5093517fc1658740608f2d8f4f4d3cd [2021-01-19T22:31:05.524Z] Checking out Revision 7758f33aa5093517fc1658740608f2d8f4f4d3cd (PR-83) [2021-01-19T22:31:05.373Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:31:05.393Z] > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 [2021-01-19T22:31:05.464Z] > git remote # timeout=10 [2021-01-19T22:31:05.479Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T22:31:05.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:31:05.505Z] > git merge fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 [2021-01-19T22:31:05.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T22:31:05.548Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:31:05.564Z] > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 [2021-01-19T22:31:09.797Z] Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:31:11.330Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:31:11.724Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:31:12.065Z] + sudo service+ docker restart [2021-01-19T22:31:12.065Z] true [2021-01-19T22:31:13.589Z] Still waiting to schedule task [2021-01-19T22:31:13.589Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21321’ is offline; ‘prd-centos7-docker-4c-2g-21322’ is offline; ‘prd-centos7-docker-4c-2g-21370’ is offline; ‘prd-centos7-docker-4c-2g-21371’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21361’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21364’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21367’ doesn’t have label ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo [2021-01-19T22:31:14.333Z] ========================================================= [2021-01-19T22:31:14.333Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T22:31:14.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:31:14.716Z] + 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 . [2021-01-19T22:31:15.696Z] Sending build context to Docker daemon 466.4kB [2021-01-19T22:31:15.696Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:31:15.696Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:31:15.969Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T22:31:15.969Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T22:31:15.969Z] a4357932f1b6: Pulling fs layer [2021-01-19T22:31:15.969Z] 18c013af1878: Pulling fs layer [2021-01-19T22:31:15.969Z] 00ac8860ef70: Pulling fs layer [2021-01-19T22:31:15.969Z] 63d7cb157983: Pulling fs layer [2021-01-19T22:31:15.969Z] b116817d02f9: Pulling fs layer [2021-01-19T22:31:15.969Z] 745a02a5169b: Pulling fs layer [2021-01-19T22:31:15.969Z] 00ac8860ef70: Waiting [2021-01-19T22:31:15.969Z] 63d7cb157983: Waiting [2021-01-19T22:31:15.969Z] b116817d02f9: Waiting [2021-01-19T22:31:15.969Z] 745a02a5169b: Waiting [2021-01-19T22:31:15.969Z] 18c013af1878: Download complete [2021-01-19T22:31:15.969Z] a4357932f1b6: Verifying Checksum [2021-01-19T22:31:15.969Z] a4357932f1b6: Download complete [2021-01-19T22:31:15.969Z] 63d7cb157983: Verifying Checksum [2021-01-19T22:31:15.969Z] 63d7cb157983: Download complete [2021-01-19T22:31:16.241Z] b116817d02f9: Verifying Checksum [2021-01-19T22:31:16.241Z] b116817d02f9: Download complete [2021-01-19T22:31:16.514Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T22:31:16.514Z] 5f621e34cdf4: Download complete [2021-01-19T22:31:17.115Z] 5f621e34cdf4: Pull complete [2021-01-19T22:31:17.721Z] a4357932f1b6: Pull complete [2021-01-19T22:31:18.003Z] 18c013af1878: Pull complete [2021-01-19T22:31:19.445Z] 745a02a5169b: Verifying Checksum [2021-01-19T22:31:19.445Z] 745a02a5169b: Download complete [2021-01-19T22:31:20.428Z] 00ac8860ef70: Verifying Checksum [2021-01-19T22:31:20.428Z] 00ac8860ef70: Download complete [2021-01-19T22:31:25.502Z] Running on prd-centos7-docker-4c-2g-21371 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws [2021-01-19T22:31:25.584Z] Running in /w/workspace/go-mod-secrets/4 [Pipeline] { [Pipeline] checkout [2021-01-19T22:31:30.582Z] 00ac8860ef70: Pull complete [2021-01-19T22:31:30.583Z] 63d7cb157983: Pull complete [2021-01-19T22:31:30.856Z] b116817d02f9: Pull complete [2021-01-19T22:31:33.577Z] using credential edgex-jenkins-ssh [2021-01-19T22:31:33.684Z] Cloning the remote Git repository [2021-01-19T22:31:33.820Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T22:31:33.936Z] > git init /w/workspace/go-mod-secrets/4 # timeout=10 [2021-01-19T22:31:34.127Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T22:31:34.127Z] > git --version # timeout=10 [2021-01-19T22:31:34.167Z] > git --version # 'git version 2.24.3' [2021-01-19T22:31:34.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:31:34.269Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:31:35.171Z] 745a02a5169b: Pull complete [2021-01-19T22:31:35.171Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T22:31:35.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T22:31:35.171Z] ---> b7e6874047d6 [2021-01-19T22:31:35.171Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T22:31:35.080Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T22:31:35.243Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:31:35.336Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-19T22:31:35.447Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-19T22:31:35.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:31:35.467Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:31:35.983Z] Merging remotes/origin/master commit fc665292454601d0366d29366e74bce40b0e53ce into PR head commit 7758f33aa5093517fc1658740608f2d8f4f4d3cd [2021-01-19T22:31:36.410Z] Merge succeeded, producing 7758f33aa5093517fc1658740608f2d8f4f4d3cd [2021-01-19T22:31:36.410Z] Checking out Revision 7758f33aa5093517fc1658740608f2d8f4f4d3cd (PR-83) [2021-01-19T22:31:37.147Z] ---> Running in c075ef64d0c3 [2021-01-19T22:31:35.997Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:31:36.041Z] > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 [2021-01-19T22:31:36.214Z] > git remote # timeout=10 [2021-01-19T22:31:36.275Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T22:31:36.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:31:36.310Z] > git merge fc665292454601d0366d29366e74bce40b0e53ce # timeout=10 [2021-01-19T22:31:36.384Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T22:31:36.414Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:31:36.428Z] > git checkout -f 7758f33aa5093517fc1658740608f2d8f4f4d3cd # timeout=10 [2021-01-19T22:31:37.420Z] Removing intermediate container c075ef64d0c3 [2021-01-19T22:31:37.420Z] ---> 9466443663e0 [2021-01-19T22:31:37.420Z] Step 4/7 : RUN apk add --update bash [2021-01-19T22:31:37.420Z] ---> Running in 401742eafef2 [2021-01-19T22:31:38.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:31:39.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:31:40.652Z] Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-19T22:31:41.271Z] OK: 142 MiB in 39 packages [Pipeline] sh [2021-01-19T22:31:42.248Z] Removing intermediate container 401742eafef2 [2021-01-19T22:31:42.248Z] ---> f60c3193338d [2021-01-19T22:31:42.248Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:31:42.248Z] ---> Running in 8cbefd28368c [2021-01-19T22:31:42.284Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:31:42.845Z] Removing intermediate container 8cbefd28368c [2021-01-19T22:31:42.845Z] ---> afd831437b73 [2021-01-19T22:31:42.845Z] Step 6/7 : COPY go.mod . [2021-01-19T22:31:42.952Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:31:43.355Z] + sudo service docker restart [2021-01-19T22:31:43.355Z] + true [2021-01-19T22:31:43.355Z] Redirecting to /bin/systemctl restart docker.service [2021-01-19T22:31:43.439Z] ---> b85a31d2abee [2021-01-19T22:31:43.439Z] Step 7/7 : RUN go mod download [2021-01-19T22:31:43.711Z] ---> Running in 702b4949a26d [Pipeline] unstash [Pipeline] echo [2021-01-19T22:31:45.589Z] ========================================================= [2021-01-19T22:31:45.589Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T22:31:45.589Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:31:45.995Z] + 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 . [2021-01-19T22:31:46.618Z] Sending build context to Docker daemon 467.5kB [2021-01-19T22:31:46.912Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:31:46.912Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:31:46.912Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T22:31:46.912Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:31:46.912Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:31:46.912Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:31:46.912Z] bca2f99d35d6: Pulling fs layer [2021-01-19T22:31:46.912Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T22:31:46.912Z] 7c6f9722023f: Pulling fs layer [2021-01-19T22:31:46.912Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T22:31:46.912Z] bca2f99d35d6: Waiting [2021-01-19T22:31:46.912Z] 93359f2a8cfa: Waiting [2021-01-19T22:31:46.912Z] 7c6f9722023f: Waiting [2021-01-19T22:31:46.912Z] a35cf1a2eb13: Waiting [2021-01-19T22:31:46.912Z] de9db76c5a1d: Verifying Checksum [2021-01-19T22:31:46.912Z] de9db76c5a1d: Download complete [2021-01-19T22:31:46.912Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T22:31:46.912Z] 0ef7d3d256c8: Download complete [2021-01-19T22:31:46.912Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T22:31:46.912Z] 93359f2a8cfa: Download complete [2021-01-19T22:31:47.194Z] 7c6f9722023f: Verifying Checksum [2021-01-19T22:31:47.194Z] 7c6f9722023f: Download complete [2021-01-19T22:31:47.480Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:31:47.480Z] 188c0c94c7c5: Download complete [2021-01-19T22:31:48.259Z] 188c0c94c7c5: Pull complete [2021-01-19T22:31:48.549Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:31:48.836Z] de9db76c5a1d: Pull complete [2021-01-19T22:31:52.396Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T22:31:52.396Z] a35cf1a2eb13: Download complete [2021-01-19T22:31:53.859Z] bca2f99d35d6: Verifying Checksum [2021-01-19T22:31:53.859Z] bca2f99d35d6: Download complete [2021-01-19T22:31:58.828Z] Removing intermediate container 702b4949a26d [2021-01-19T22:31:58.828Z] ---> 0920b603a3a3 [2021-01-19T22:31:58.828Z] Successfully built 0920b603a3a3 [2021-01-19T22:31:58.828Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:31:59.173Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:31:59.174Z] . [Pipeline] withDockerContainer [2021-01-19T22:31:59.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-21366 does not seem to be running inside a container [2021-01-19T22:31:59.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T22:32:01.263Z] $ docker top 5ff7b13b13e16f5315e0b656069f97a2a654ecc794acc239bf91a3aa45b6b88c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:32:02.377Z] + go version [2021-01-19T22:32:02.377Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T22:32:02.418Z] $ docker stop --time=1 5ff7b13b13e16f5315e0b656069f97a2a654ecc794acc239bf91a3aa45b6b88c [2021-01-19T22:32:04.233Z] bca2f99d35d6: Pull complete [2021-01-19T22:32:04.343Z] $ docker rm -f 5ff7b13b13e16f5315e0b656069f97a2a654ecc794acc239bf91a3aa45b6b88c [2021-01-19T22:32:04.528Z] 93359f2a8cfa: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-19T22:32:04.925Z] 7c6f9722023f: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:32:05.314Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:32:05.314Z] . [Pipeline] withDockerContainer [2021-01-19T22:32:05.572Z] prd-ubuntu18.04-docker-arm64-4c-16g-21366 does not seem to be running inside a container [2021-01-19T22:32:05.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T22:32:07.150Z] $ docker top ba1002709cfb41f3636500f0726bafabcd87837839710d834f4f46ee58fd987c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:32:08.148Z] + make test [2021-01-19T22:32:08.148Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-19T22:32:12.075Z] a35cf1a2eb13: Pull complete [2021-01-19T22:32:12.075Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T22:32:12.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T22:32:12.075Z] ---> a62c8e92a672 [2021-01-19T22:32:12.075Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T22:32:12.075Z] ---> Running in f2b5af6883f5 [2021-01-19T22:32:12.376Z] Removing intermediate container f2b5af6883f5 [2021-01-19T22:32:12.376Z] ---> 909bf43ce242 [2021-01-19T22:32:12.376Z] Step 4/7 : RUN apk add --update bash [2021-01-19T22:32:12.376Z] ---> Running in 46dc92c3ea2f [2021-01-19T22:32:13.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:32:14.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:32:15.414Z] OK: 166 MiB in 39 packages [2021-01-19T22:32:16.415Z] Removing intermediate container 46dc92c3ea2f [2021-01-19T22:32:16.415Z] ---> f7dac27a7386 [2021-01-19T22:32:16.415Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:32:16.415Z] ---> Running in ad29f9beccc5 [2021-01-19T22:32:16.714Z] Removing intermediate container ad29f9beccc5 [2021-01-19T22:32:16.714Z] ---> ffe288b822f5 [2021-01-19T22:32:16.714Z] Step 6/7 : COPY go.mod . [2021-01-19T22:32:17.314Z] ---> 5f37d732cd23 [2021-01-19T22:32:17.314Z] Step 7/7 : RUN go mod download [2021-01-19T22:32:17.314Z] ---> Running in 60f17a796743 [2021-01-19T22:32:30.361Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-01-19T22:32:30.361Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-01-19T22:32:36.364Z] Removing intermediate container 60f17a796743 [2021-01-19T22:32:36.364Z] ---> 26429dd7726a [2021-01-19T22:32:36.364Z] Successfully built 26429dd7726a [2021-01-19T22:32:36.364Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:32:36.780Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:32:36.780Z] . [Pipeline] withDockerContainer [2021-01-19T22:32:37.081Z] prd-centos7-docker-4c-2g-21371 does not seem to be running inside a container [2021-01-19T22:32:37.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:32:38.265Z] $ docker top a03bd2c0f05123c1569341f0dc9d3523352bfdcf56bcfe04be91dfa8f40db64a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:32:38.968Z] + go version [2021-01-19T22:32:38.968Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T22:32:38.994Z] $ docker stop --time=1 a03bd2c0f05123c1569341f0dc9d3523352bfdcf56bcfe04be91dfa8f40db64a [2021-01-19T22:32:40.552Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.033s coverage: 96.7% of statements [2021-01-19T22:32:40.552Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.033s coverage: 44.1% of statements [2021-01-19T22:32:40.552Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.036s coverage: 89.5% of statements [2021-01-19T22:32:40.552Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T22:32:40.552Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.023s coverage: 100.0% of statements [2021-01-19T22:32:40.552Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T22:32:40.552Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.052s coverage: 87.5% of statements [2021-01-19T22:32:40.639Z] $ docker rm -f a03bd2c0f05123c1569341f0dc9d3523352bfdcf56bcfe04be91dfa8f40db64a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:32:41.589Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:32:41.589Z] . [Pipeline] withDockerContainer [2021-01-19T22:32:41.821Z] prd-centos7-docker-4c-2g-21371 does not seem to be running inside a container [2021-01-19T22:32:41.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/4 -v /w/workspace/go-mod-secrets/4:/w/workspace/go-mod-secrets/4:rw,z -v /w/workspace/go-mod-secrets/4@tmp:/w/workspace/go-mod-secrets/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:32:43.372Z] $ docker top d1d520a1faefda43d12450279ed0838ee122557ea9a62b0c9c770e894d359f82 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:32:44.517Z] + make test [2021-01-19T22:32:44.517Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-19T22:32:48.814Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.024s coverage: 93.3% of statements [2021-01-19T22:32:48.814Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-01-19T22:32:49.089Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T22:32:52.490Z] gofmt -l . [2021-01-19T22:32:52.490Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T22:32:52.532Z] $ docker stop --time=1 ba1002709cfb41f3636500f0726bafabcd87837839710d834f4f46ee58fd987c [2021-01-19T22:32:54.680Z] $ docker rm -f ba1002709cfb41f3636500f0726bafabcd87837839710d834f4f46ee58fd987c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:32:55.487Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T22:32:56.173Z] 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] } [2021-01-19T22:32:58.169Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-01-19T22:32:58.169Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-01-19T22:33:10.881Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.095s coverage: 96.7% of statements [2021-01-19T22:33:10.882Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.135s coverage: 44.1% of statements [2021-01-19T22:33:10.882Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.039s coverage: 89.5% of statements [2021-01-19T22:33:10.882Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-01-19T22:33:10.882Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.024s coverage: 100.0% of statements [2021-01-19T22:33:10.882Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-01-19T22:33:10.882Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.044s coverage: 87.5% of statements [2021-01-19T22:33:19.336Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.028s coverage: 93.3% of statements [2021-01-19T22:33:19.336Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-01-19T22:33:19.336Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T22:33:22.039Z] gofmt -l . [2021-01-19T22:33:22.039Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T22:33:22.088Z] $ docker stop --time=1 d1d520a1faefda43d12450279ed0838ee122557ea9a62b0c9c770e894d359f82 [2021-01-19T22:33:24.271Z] $ docker rm -f d1d520a1faefda43d12450279ed0838ee122557ea9a62b0c9c770e894d359f82 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:33:25.062Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T22:33:25.143Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T22:33:26.302Z] 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 [2021-01-19T22:33:28.420Z] provisioning config files... [2021-01-19T22:33:28.450Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config2042102460143117027tmp [Pipeline] { [Pipeline] sh [2021-01-19T22:33:28.877Z] + set +x [2021-01-19T22:33:28.878Z] + curl -s https://codecov.io/bash [2021-01-19T22:33:28.878Z] + bash -s -- [2021-01-19T22:33:29.181Z] [2021-01-19T22:33:29.181Z] _____ _ [2021-01-19T22:33:29.181Z] / ____| | | [2021-01-19T22:33:29.181Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T22:33:29.181Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T22:33:29.181Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T22:33:29.181Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T22:33:29.181Z] Bash-20210115-cec3c92 [2021-01-19T22:33:29.181Z] [2021-01-19T22:33:29.181Z] [2021-01-19T22:33:29.181Z] ==> git version 2.24.3 found [2021-01-19T22:33:29.181Z] ==> 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 [2021-01-19T22:33:29.181Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T22:33:29.181Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T22:33:29.449Z] ==> Jenkins CI detected. [2021-01-19T22:33:29.449Z] project root: . [2021-01-19T22:33:29.449Z] --> token set from env [2021-01-19T22:33:29.449Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T22:33:29.449Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T22:33:29.449Z] ==> Python coveragepy not found [2021-01-19T22:33:29.449Z] ==> Searching for coverage reports in: [2021-01-19T22:33:29.449Z] + . [2021-01-19T22:33:29.449Z] -> Found 1 reports [2021-01-19T22:33:29.449Z] ==> Detecting git/mercurial file structure [2021-01-19T22:33:29.729Z] ==> Reading reports [2021-01-19T22:33:29.729Z] + ./coverage.out bytes=17226 [2021-01-19T22:33:29.729Z] ==> Appending adjustments [2021-01-19T22:33:29.729Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T22:33:30.020Z] + Found adjustments [2021-01-19T22:33:30.020Z] ==> Gzipping contents [2021-01-19T22:33:30.020Z] 4.0K /tmp/codecov.WBmWsp.gz [2021-01-19T22:33:30.020Z] ==> Uploading reports [2021-01-19T22:33:30.020Z] url: https://codecov.io [2021-01-19T22:33:30.020Z] query: branch=PR-83&commit=7758f33aa5093517fc1658740608f2d8f4f4d3cd&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-19T22:33:30.020Z] -> Pinging Codecov [2021-01-19T22:33:30.021Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=7758f33aa5093517fc1658740608f2d8f4f4d3cd&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= [2021-01-19T22:33:30.615Z] -> Uploading to [2021-01-19T22:33:30.615Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/D63849C06B6B67093493C71CE874ED06/7758f33aa5093517fc1658740608f2d8f4f4d3cd/8024f6b5-ceb5-4925-884d-9b1abba08330.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T223330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6c8851f53c7e3e3e01ac608908bf6662dd1df516e8c94a3ee1cd4442b83f998e [2021-01-19T22:33:30.615Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T22:33:30.615Z] Dload Upload Total Spent Left Speed [2021-01-19T22:33:31.257Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3734 0 0 100 3734 0 6273 --:--:-- --:--:-- --:--:-- 6286 [2021-01-19T22:33:31.257Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/7758f33aa5093517fc1658740608f2d8f4f4d3cd [Pipeline] } [2021-01-19T22:33:31.279Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:33:33.999Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:33:34.666Z] ---> package-listing.sh [2021-01-19T22:33:34.666Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T22:33:34.666Z] ++ facter osfamily [2021-01-19T22:33:34.946Z] + OS_FAMILY=redhat [2021-01-19T22:33:34.946Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-83 [2021-01-19T22:33:34.946Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T22:33:34.946Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T22:33:34.946Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T22:33:34.946Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T22:33:34.946Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' [2021-01-19T22:33:34.946Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T22:33:34.946Z] + case "${OS_FAMILY}" in [2021-01-19T22:33:34.946Z] + rpm -qa [2021-01-19T22:33:34.946Z] + sort [2021-01-19T22:33:41.732Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T22:33:41.732Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T22:33:41.732Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T22:33:41.732Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' [2021-01-19T22:33:41.732Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ [2021-01-19T22:33:41.732Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ [Pipeline] echo [2021-01-19T22:33:41.765Z] 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/dgexfoundry_go-mod-secrets_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T22:33:42.121Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:33:42.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:33:42.995Z] [2021-01-19T22:33:42.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:33:43.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:33:43.377Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T22:33:43.377Z] df20fa9351a1: Pulling fs layer [2021-01-19T22:33:43.377Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T22:33:43.377Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T22:33:43.377Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T22:33:43.377Z] 93b61091891f: Pulling fs layer [2021-01-19T22:33:43.377Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T22:33:43.377Z] 5e14af77c1be: Pulling fs layer [2021-01-19T22:33:43.377Z] 01666e4c0597: Pulling fs layer [2021-01-19T22:33:43.377Z] aa168da1d23b: Pulling fs layer [2021-01-19T22:33:43.377Z] 93b9cdb0e59b: Waiting [2021-01-19T22:33:43.377Z] 5e14af77c1be: Waiting [2021-01-19T22:33:43.377Z] 46f8f816bc3b: Waiting [2021-01-19T22:33:43.377Z] 93b61091891f: Waiting [2021-01-19T22:33:43.377Z] aa168da1d23b: Waiting [2021-01-19T22:33:43.377Z] 01666e4c0597: Waiting [2021-01-19T22:33:43.377Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T22:33:43.377Z] 36b3adc4ff6f: Download complete [2021-01-19T22:33:43.666Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T22:33:43.666Z] 46f8f816bc3b: Download complete [2021-01-19T22:33:43.666Z] df20fa9351a1: Verifying Checksum [2021-01-19T22:33:43.666Z] df20fa9351a1: Download complete [2021-01-19T22:33:43.666Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T22:33:43.666Z] 93b9cdb0e59b: Download complete [2021-01-19T22:33:43.666Z] 5e14af77c1be: Verifying Checksum [2021-01-19T22:33:43.666Z] 5e14af77c1be: Download complete [2021-01-19T22:33:43.954Z] 01666e4c0597: Download complete [2021-01-19T22:33:43.954Z] 93b61091891f: Verifying Checksum [2021-01-19T22:33:43.954Z] 93b61091891f: Download complete [2021-01-19T22:33:44.636Z] df20fa9351a1: Pull complete [2021-01-19T22:33:44.636Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T22:33:44.636Z] 8ad3a11d3b57: Download complete [2021-01-19T22:33:44.932Z] 36b3adc4ff6f: Pull complete [2021-01-19T22:33:47.709Z] 8ad3a11d3b57: Pull complete [2021-01-19T22:33:48.013Z] 46f8f816bc3b: Pull complete [2021-01-19T22:33:48.658Z] 93b61091891f: Pull complete [2021-01-19T22:33:48.945Z] 93b9cdb0e59b: Pull complete [2021-01-19T22:33:49.229Z] 5e14af77c1be: Pull complete [2021-01-19T22:33:49.229Z] 01666e4c0597: Pull complete [2021-01-19T22:33:51.231Z] aa168da1d23b: Verifying Checksum [2021-01-19T22:33:51.231Z] aa168da1d23b: Download complete [2021-01-19T22:34:06.567Z] aa168da1d23b: Pull complete [2021-01-19T22:34:06.567Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T22:34:06.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:34:06.567Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T22:34:06.924Z] prd-centos7-docker-4c-2g-21369 does not seem to be running inside a container [2021-01-19T22:34:07.050Z] $ 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/dgexfoundry_go-mod-secrets_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-secrets_PR-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T22:34:13.637Z] $ docker top 50fb2f0eb8ae89bf16d978986a44f8341c8d301e7da1b82000927e8b626c97a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:34:14.625Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T22:34:14.999Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T22:34:15.323Z] + ls /var/log/sa-host [2021-01-19T22:34:15.323Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T22:34:15.323Z] file_magic: OK [2021-01-19T22:34:15.324Z] HZ: Using current value: 100 [2021-01-19T22:34:15.324Z] file_header: OK [2021-01-19T22:34:15.324Z] 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 [2021-01-19T22:34:15.324Z] Statistics: [2021-01-19T22:34:15.324Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T22:34:15.324Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T22:34:15.324Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T22:34:15.324Z] file_magic: OK [2021-01-19T22:34:15.324Z] HZ: Using current value: 100 [2021-01-19T22:34:15.324Z] file_header: OK [2021-01-19T22:34:15.324Z] 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 [2021-01-19T22:34:15.324Z] Statistics: [2021-01-19T22:34:15.324Z] Hnuu...uuuununununu... [2021-01-19T22:34:15.324Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T22:34:15.515Z] provisioning config files... [2021-01-19T22:34:15.533Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config5070401353998331602tmp [Pipeline] { [Pipeline] echo [2021-01-19T22:34:15.601Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:34:15.943Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T22:34:15.954Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T22:34:16.047Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:34:16.362Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T22:34:16.376Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:34:16.770Z] ---> sudo-logs.sh [2021-01-19T22:34:16.770Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T22:34:16.808Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:34:17.181Z] ---> job-cost.sh [2021-01-19T22:34:17.468Z] lf-activate-venv: SKIPPING [2021-01-19T22:34:17.468Z] INFO: No Stack... [2021-01-19T22:34:18.047Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T22:34:18.640Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T22:34:18.658Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:34:19.333Z] ---> logs-deploy.sh [2021-01-19T22:34:19.333Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-83/4 [2021-01-19T22:34:19.334Z] INFO: archiving workspace using pattern(s): [2021-01-19T22:34:21.946Z] Archives upload complete. [2021-01-19T22:34:21.946Z] INFO: archiving logs to Nexus [2021-01-19T22:34:23.417Z] ---> uname -a: [2021-01-19T22:34:23.417Z] Linux prd-centos7-docker-4c-2g-21369.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] ---> lscpu: [2021-01-19T22:34:23.417Z] Architecture: x86_64 [2021-01-19T22:34:23.417Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T22:34:23.417Z] Byte Order: Little Endian [2021-01-19T22:34:23.417Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T22:34:23.417Z] CPU(s): 4 [2021-01-19T22:34:23.417Z] On-line CPU(s) list: 0-3 [2021-01-19T22:34:23.417Z] Thread(s) per core: 1 [2021-01-19T22:34:23.417Z] Core(s) per socket: 1 [2021-01-19T22:34:23.417Z] Socket(s): 4 [2021-01-19T22:34:23.417Z] NUMA node(s): 1 [2021-01-19T22:34:23.417Z] Vendor ID: GenuineIntel [2021-01-19T22:34:23.417Z] CPU family: 6 [2021-01-19T22:34:23.417Z] Model: 44 [2021-01-19T22:34:23.417Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T22:34:23.417Z] Stepping: 1 [2021-01-19T22:34:23.417Z] CPU MHz: 2933.438 [2021-01-19T22:34:23.417Z] BogoMIPS: 5866.87 [2021-01-19T22:34:23.417Z] Virtualization: VT-x [2021-01-19T22:34:23.417Z] Hypervisor vendor: KVM [2021-01-19T22:34:23.417Z] Virtualization type: full [2021-01-19T22:34:23.417Z] L1d cache: 128 KiB [2021-01-19T22:34:23.417Z] L1i cache: 128 KiB [2021-01-19T22:34:23.417Z] L2 cache: 16 MiB [2021-01-19T22:34:23.417Z] L3 cache: 64 MiB [2021-01-19T22:34:23.417Z] NUMA node0 CPU(s): 0-3 [2021-01-19T22:34:23.417Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T22:34:23.417Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T22:34:23.417Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T22:34:23.417Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T22:34:23.417Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T22:34:23.417Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T22:34:23.417Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T22:34:23.417Z] Vulnerability Srbds: Not affected [2021-01-19T22:34:23.417Z] Vulnerability Tsx async abort: Not affected [2021-01-19T22:34:23.417Z] 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 [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] ---> nproc: [2021-01-19T22:34:23.417Z] 4 [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] ---> df -h: [2021-01-19T22:34:23.417Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T22:34:23.417Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-19T22:34:23.417Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T22:34:23.417Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T22:34:23.417Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-19T22:34:23.417Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] ---> free -m: [2021-01-19T22:34:23.417Z] total used free shared buff/cache available [2021-01-19T22:34:23.417Z] Mem: 1837 712 97 0 1028 1020 [2021-01-19T22:34:23.417Z] Swap: 1023 1 1022 [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] ---> ip addr: [2021-01-19T22:34:23.417Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T22:34:23.417Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T22:34:23.417Z] inet 127.0.0.1/8 scope host lo [2021-01-19T22:34:23.417Z] valid_lft forever preferred_lft forever [2021-01-19T22:34:23.417Z] inet6 ::1/128 scope host [2021-01-19T22:34:23.417Z] valid_lft forever preferred_lft forever [2021-01-19T22:34:23.417Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T22:34:23.417Z] link/ether fa:16:3e:38:70:5c brd ff:ff:ff:ff:ff:ff [2021-01-19T22:34:23.417Z] inet 10.30.122.55/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T22:34:23.417Z] valid_lft 86104sec preferred_lft 86104sec [2021-01-19T22:34:23.417Z] inet6 fe80::f816:3eff:fe38:705c/64 scope link [2021-01-19T22:34:23.417Z] valid_lft forever preferred_lft forever [2021-01-19T22:34:23.417Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T22:34:23.417Z] link/ether 02:42:8d:32:b9:81 brd ff:ff:ff:ff:ff:ff [2021-01-19T22:34:23.417Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T22:34:23.417Z] valid_lft forever preferred_lft forever [2021-01-19T22:34:23.417Z] inet6 fe80::42:8dff:fe32:b981/64 scope link [2021-01-19T22:34:23.417Z] valid_lft forever preferred_lft forever [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] ---> sar -b -r -n DEV: [2021-01-19T22:34:23.417Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] 22:29:14 LINUX RESTART (4 CPU) [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] 22:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T22:34:23.417Z] 22:31:01 64.49 22.83 41.65 0.00 5658.18 3721.83 0.00 [2021-01-19T22:34:23.417Z] 22:32:01 3.49 0.07 3.43 0.00 2.13 110.65 0.00 [2021-01-19T22:34:23.417Z] 22:33:01 0.42 0.00 0.42 0.00 0.00 6.85 0.00 [2021-01-19T22:34:23.417Z] 22:34:01 93.63 53.23 40.40 0.00 4211.93 13011.09 0.00 [2021-01-19T22:34:23.417Z] Average: 40.43 19.03 21.40 0.00 2455.65 4217.16 0.00 [2021-01-19T22:34:23.417Z] [2021-01-19T22:34:23.417Z] 22:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T22:34:23.418Z] 22:31:01 157516 0 617584 32.82 2620 1103824 1158356 39.53 409408 1115296 128 [2021-01-19T22:34:23.418Z] 22:32:01 158504 0 616612 32.77 2620 1103808 1157912 39.52 414080 1109908 20 [2021-01-19T22:34:23.418Z] 22:33:01 167168 0 607944 32.31 2620 1103812 1086524 37.08 414964 1101784 8 [2021-01-19T22:34:23.418Z] 22:34:01 64964 0 715916 38.05 2620 1098044 1506204 51.40 590512 996084 64568 [2021-01-19T22:34:23.418Z] Average: 137038 0 639514 33.99 2620 1102372 1227249 41.88 457241 1080768 16181 [2021-01-19T22:34:23.418Z] [2021-01-19T22:34:23.418Z] 22:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T22:34:23.418Z] 22:31:01 eth0 232.22 170.98 1025.83 90.24 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:31:01 docker0 1.49 1.35 0.36 3.19 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:32:01 eth0 1.63 1.08 2.54 0.46 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:33:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:34:01 eth0 216.62 171.10 2172.93 20.33 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] Average: eth0 112.18 85.47 799.81 27.50 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] Average: docker0 0.37 0.33 0.09 0.79 0.00 0.00 0.00 0.00 [2021-01-19T22:34:23.418Z] [2021-01-19T22:34:23.418Z] [2021-01-19T22:34:23.418Z] ---> sar -P ALL: [2021-01-19T22:34:23.418Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T22:34:23.418Z] [2021-01-19T22:34:23.418Z] 22:29:14 LINUX RESTART (4 CPU) [2021-01-19T22:34:23.418Z] [2021-01-19T22:34:23.418Z] 22:30:02 CPU %user %nice %system %iowait %steal %idle [2021-01-19T22:34:23.418Z] 22:31:01 all 10.11 0.00 4.13 1.47 23.15 61.14 [2021-01-19T22:34:23.418Z] 22:31:01 0 9.60 0.00 4.57 2.15 25.19 58.49 [2021-01-19T22:34:23.418Z] 22:31:01 1 10.64 0.00 4.03 1.35 22.16 61.82 [2021-01-19T22:34:23.418Z] 22:31:01 2 8.10 0.00 3.90 1.93 22.94 63.14 [2021-01-19T22:34:23.418Z] 22:31:01 3 12.16 0.00 4.00 0.43 22.27 61.15 [2021-01-19T22:34:23.418Z] 22:32:01 all 0.09 0.00 0.05 0.00 0.91 98.95 [2021-01-19T22:34:23.418Z] 22:32:01 0 0.23 0.00 0.05 0.00 0.65 99.07 [2021-01-19T22:34:23.418Z] 22:32:01 1 0.05 0.00 0.02 0.00 0.81 99.12 [2021-01-19T22:34:23.418Z] 22:32:01 2 0.03 0.00 0.08 0.00 0.75 99.14 [2021-01-19T22:34:23.418Z] 22:32:01 3 0.03 0.00 0.07 0.00 1.43 98.47 [2021-01-19T22:34:23.418Z] 22:33:01 all 0.07 0.00 0.07 0.00 0.74 99.12 [2021-01-19T22:34:23.418Z] 22:33:01 0 0.20 0.00 0.10 0.00 0.52 99.19 [2021-01-19T22:34:23.418Z] 22:33:01 1 0.02 0.00 0.08 0.00 0.99 98.91 [2021-01-19T22:34:23.418Z] 22:33:01 2 0.05 0.00 0.08 0.00 0.98 98.89 [2021-01-19T22:34:23.418Z] 22:33:01 3 0.02 0.00 0.03 0.00 0.46 99.49 [2021-01-19T22:34:23.418Z] 22:34:01 all 2.96 0.00 2.20 1.34 13.13 80.37 [2021-01-19T22:34:23.418Z] 22:34:01 0 2.77 0.00 2.35 2.25 13.74 78.89 [2021-01-19T22:34:23.418Z] 22:34:01 1 3.75 0.00 2.19 2.50 12.95 78.61 [2021-01-19T22:34:23.418Z] 22:34:01 2 2.50 0.00 2.05 0.06 13.23 82.16 [2021-01-19T22:34:23.418Z] 22:34:01 3 2.80 0.00 2.23 0.54 12.60 81.82 [2021-01-19T22:34:23.418Z] Average: all 3.30 0.00 1.62 0.70 9.49 84.89 [2021-01-19T22:34:23.418Z] Average: 0 3.23 0.00 1.78 1.11 10.11 83.77 [2021-01-19T22:34:23.418Z] Average: 1 3.60 0.00 1.58 0.97 9.22 84.63 [2021-01-19T22:34:23.418Z] Average: 2 2.68 0.00 1.53 0.50 9.51 85.78 [2021-01-19T22:34:23.418Z] Average: 3 3.69 0.00 1.57 0.24 9.11 85.39 [2021-01-19T22:34:23.418Z] [2021-01-19T22:34:23.418Z] [2021-01-19T22:34:23.418Z]