Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 63573b5d6735eb56f53f097030aff5f58f6cf442 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1263 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git Checking out Revision 63573b5d6735eb56f53f097030aff5f58f6cf442 (master) > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 Commit message: "Merge pull request #297 from lenny-intel/dependabot" > git rev-list --no-walk cf2d6ff636ffd34821300a1ced153a249f1f92fb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T20:52:54.179Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T20:52:54.410Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T20:52:54.528Z] ========================================================= [2020-09-24T20:52:54.528Z] EdgeX Global Pipelines Version Info [2020-09-24T20:52:54.528Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T20:52:56.529Z] ------------------- [2020-09-24T20:52:56.529Z] stable info: [2020-09-24T20:52:56.529Z] ------------------- [2020-09-24T20:52:56.529Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T20:52:56.529Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T20:52:56.529Z] Message: update stable to v1.0.128 [2020-09-24T20:52:57.119Z] ------------------- [2020-09-24T20:52:57.119Z] experimental info: [2020-09-24T20:52:57.119Z] ------------------- [2020-09-24T20:52:57.119Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T20:52:57.119Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T20:52:57.119Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T20:52:57.577Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-24T20:52:57.688Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-24T20:52:57.806Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T20:52:57.935Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T20:52:58.060Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T20:52:58.184Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T20:52:58.288Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T20:52:58.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T20:52:58.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T20:52:58.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T20:52:58.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T20:52:58.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-24T20:52:59.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T20:52:59.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T20:52:59.289Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:52:59.411Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:52:59.561Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:52:59.686Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T20:52:59.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-24T20:52:59.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T20:53:00.050Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-24T20:53:00.278Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-24T20:53:00.423Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T20:53:00.548Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T20:53:00.658Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T20:53:00.821Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T20:53:01.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T20:53:01.222Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T20:53:01.337Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63573b5d6735eb56f53f097030aff5f58f6cf442 [Pipeline] echo [2020-09-24T20:53:01.434Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63573b5 [Pipeline] echo [2020-09-24T20:53:01.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T20:53:02.335Z] + git log --format=format:%s -1 63573b5d6735eb56f53f097030aff5f58f6cf442 [Pipeline] echo [2020-09-24T20:53:02.433Z] GIT_COMMIT: 63573b5d6735eb56f53f097030aff5f58f6cf442, Commit Message: Merge pull request #297 from lenny-intel/dependabot [Pipeline] echo [2020-09-24T20:53:02.510Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:03.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:53:03.516Z] [2020-09-24T20:53:03.517Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:53:03.934Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:53:03.934Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T20:53:03.934Z] 31603596830f: Pulling fs layer [2020-09-24T20:53:03.934Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T20:53:03.934Z] 6ca5941a6612: Pulling fs layer [2020-09-24T20:53:03.934Z] ecc8261a40a4: Pulling fs layer [2020-09-24T20:53:03.934Z] ecc8261a40a4: Waiting [2020-09-24T20:53:04.238Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T20:53:04.238Z] 2a8b12db71e7: Download complete [2020-09-24T20:53:04.238Z] 31603596830f: Verifying Checksum [2020-09-24T20:53:04.238Z] 31603596830f: Download complete [2020-09-24T20:53:04.854Z] 31603596830f: Pull complete [2020-09-24T20:53:04.854Z] ecc8261a40a4: Verifying Checksum [2020-09-24T20:53:04.854Z] ecc8261a40a4: Download complete [2020-09-24T20:53:04.854Z] 6ca5941a6612: Verifying Checksum [2020-09-24T20:53:04.854Z] 6ca5941a6612: Download complete [2020-09-24T20:53:04.854Z] 2a8b12db71e7: Pull complete [2020-09-24T20:53:05.835Z] 6ca5941a6612: Pull complete [2020-09-24T20:53:06.420Z] ecc8261a40a4: Pull complete [2020-09-24T20:53:06.420Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T20:53:06.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T20:53:06.420Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T20:53:06.582Z] prd-centos7-docker-4c-2g-1263 does not seem to be running inside a container [2020-09-24T20:53:06.688Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T20:53:09.468Z] $ docker top 80dc361904ea48481db3dd87af90f20c6154fc68bf319b7c885b607be1e579e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T20:53:09.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:53:09.897Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:53:10.194Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:53:10.202Z] $ docker exec 80dc361904ea48481db3dd87af90f20c6154fc68bf319b7c885b607be1e579e7 ssh-agent [2020-09-24T20:53:10.393Z] SSH_AUTH_SOCK=/tmp/ssh-7P3IxEmvul1G/agent.11 [2020-09-24T20:53:10.394Z] SSH_AGENT_PID=16 [2020-09-24T20:53:10.414Z] Running ssh-add (command line suppressed) [2020-09-24T20:53:10.563Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_328079076700796807.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_328079076700796807.key) [2020-09-24T20:53:10.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:53:11.042Z] + git describe --exact-match --tags HEAD [2020-09-24T20:53:11.042Z] fatal: no tag exactly matches '63573b5d6735eb56f53f097030aff5f58f6cf442' [Pipeline] } [2020-09-24T20:53:11.083Z] $ docker exec --env ******** --env ******** 80dc361904ea48481db3dd87af90f20c6154fc68bf319b7c885b607be1e579e7 ssh-agent -k [2020-09-24T20:53:11.222Z] unset SSH_AUTH_SOCK; [2020-09-24T20:53:11.222Z] unset SSH_AGENT_PID; [2020-09-24T20:53:11.222Z] echo Agent pid 16 killed; [2020-09-24T20:53:11.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T20:53:11.409Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T20:53:11.409Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T20:53:11.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T20:53:11.602Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T20:53:11.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T20:53:11.822Z] $ docker exec 80dc361904ea48481db3dd87af90f20c6154fc68bf319b7c885b607be1e579e7 ssh-agent [2020-09-24T20:53:12.056Z] SSH_AUTH_SOCK=/tmp/ssh-hAUABjwZ0Rkb/agent.44 [2020-09-24T20:53:12.057Z] SSH_AGENT_PID=50 [2020-09-24T20:53:12.069Z] Running ssh-add (command line suppressed) [2020-09-24T20:53:12.209Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1496872883668490540.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1496872883668490540.key) [2020-09-24T20:53:12.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T20:53:12.647Z] + git semver init [2020-09-24T20:53:12.647Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T20:53:12.647Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-24T20:53:12.647Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-24T20:53:12.647Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T20:53:12.647Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T20:53:12.647Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T20:53:12.647Z] # $SEMVER_BRANCH = master [2020-09-24T20:53:12.647Z] # $SEMVER_TEMP = /tmp/semver-521085914 [2020-09-24T20:53:12.647Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-24T20:53:13.236Z] # '/tmp/semver-521085914' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-24T20:53:13.236Z] # -> Force: false [2020-09-24T20:53:13.236Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-24T20:53:13.266Z] $ docker exec --env ******** --env ******** 80dc361904ea48481db3dd87af90f20c6154fc68bf319b7c885b607be1e579e7 ssh-agent -k [2020-09-24T20:53:13.404Z] unset SSH_AUTH_SOCK; [2020-09-24T20:53:13.405Z] unset SSH_AGENT_PID; [2020-09-24T20:53:13.405Z] echo Agent pid 50 killed; [2020-09-24T20:53:13.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T20:53:14.109Z] + git semver [Pipeline] } [2020-09-24T20:53:14.147Z] $ docker stop --time=1 80dc361904ea48481db3dd87af90f20c6154fc68bf319b7c885b607be1e579e7 [2020-09-24T20:53:15.954Z] $ docker rm -f 80dc361904ea48481db3dd87af90f20c6154fc68bf319b7c885b607be1e579e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T20:53:17.085Z] Stashed 94 file(s) [Pipeline] echo [2020-09-24T20:53:17.094Z] [edgeXSemver]: initialized semver on version 0.1.83 [Pipeline] echo [2020-09-24T20:53:17.257Z] Archived original version: [0.1.83] [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 [2020-09-24T20:53:32.797Z] Still waiting to schedule task [2020-09-24T20:53:32.797Z] ‘prd-centos7-docker-4c-2g-1255’ is offline; ‘prd-centos7-docker-4c-2g-1270’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1266’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-24T20:53:32.797Z] Still waiting to schedule task [2020-09-24T20:53:32.797Z] ‘prd-centos7-docker-4c-2g-1255’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1270’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1266’ is offline [2020-09-24T20:54:54.110Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1275 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-24T20:54:54.169Z] Running in /w/workspace/go-mod-core-contracts/49 [Pipeline] { [Pipeline] checkout [2020-09-24T20:54:59.739Z] using credential edgex-jenkins-ssh [2020-09-24T20:54:59.823Z] Cloning the remote Git repository [2020-09-24T20:54:59.905Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-24T20:55:00.071Z] > git init /w/workspace/go-mod-core-contracts/49 # timeout=10 [2020-09-24T20:55:00.154Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-24T20:55:00.157Z] > git --version # timeout=10 [2020-09-24T20:55:00.187Z] > git --version # 'git version 2.17.1' [2020-09-24T20:55:00.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:55:00.294Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:55:01.272Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-24T20:55:01.312Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T20:55:01.357Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-24T20:55:01.399Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-24T20:55:01.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T20:55:01.415Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T20:55:02.000Z] Checking out Revision 63573b5d6735eb56f53f097030aff5f58f6cf442 (master) [2020-09-24T20:55:02.023Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T20:55:02.043Z] > git checkout -f 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 [2020-09-24T20:55:06.638Z] Commit message: "Merge pull request #297 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T20:55:08.039Z] ========================================================= [2020-09-24T20:55:08.040Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T20:55:08.040Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:09.317Z] + 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 . [2020-09-24T20:55:10.328Z] Sending build context to Docker daemon 2.472MB [2020-09-24T20:55:10.328Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T20:55:10.328Z] Step 2/7 : FROM ${BASE} [2020-09-24T20:55:10.951Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T20:55:10.951Z] b538f80385f9: Pulling fs layer [2020-09-24T20:55:10.951Z] 74f711af9a0d: Pulling fs layer [2020-09-24T20:55:10.951Z] 99f96fe45779: Pulling fs layer [2020-09-24T20:55:10.951Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T20:55:10.951Z] 45590311c82a: Pulling fs layer [2020-09-24T20:55:10.951Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T20:55:10.951Z] 209524e5b208: Pulling fs layer [2020-09-24T20:55:10.951Z] 45590311c82a: Waiting [2020-09-24T20:55:10.951Z] 69ca0ff8b7b3: Waiting [2020-09-24T20:55:10.951Z] 209524e5b208: Waiting [2020-09-24T20:55:10.951Z] 8529a6b9a6be: Waiting [2020-09-24T20:55:10.951Z] 99f96fe45779: Verifying Checksum [2020-09-24T20:55:10.951Z] 99f96fe45779: Download complete [2020-09-24T20:55:10.951Z] 74f711af9a0d: Verifying Checksum [2020-09-24T20:55:10.951Z] 74f711af9a0d: Download complete [2020-09-24T20:55:10.951Z] 45590311c82a: Verifying Checksum [2020-09-24T20:55:10.951Z] 45590311c82a: Download complete [2020-09-24T20:55:10.951Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-24T20:55:10.951Z] 69ca0ff8b7b3: Download complete [2020-09-24T20:55:11.276Z] b538f80385f9: Verifying Checksum [2020-09-24T20:55:11.276Z] b538f80385f9: Download complete [2020-09-24T20:55:11.900Z] b538f80385f9: Pull complete [2020-09-24T20:55:12.513Z] 74f711af9a0d: Pull complete [2020-09-24T20:55:12.800Z] 99f96fe45779: Pull complete [2020-09-24T20:55:13.410Z] 209524e5b208: Verifying Checksum [2020-09-24T20:55:13.410Z] 209524e5b208: Download complete [2020-09-24T20:55:14.859Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T20:55:14.859Z] 8529a6b9a6be: Download complete [2020-09-24T20:55:25.193Z] 8529a6b9a6be: Pull complete [2020-09-24T20:55:25.469Z] 45590311c82a: Pull complete [2020-09-24T20:55:26.098Z] 69ca0ff8b7b3: Pull complete [2020-09-24T20:55:29.526Z] 209524e5b208: Pull complete [2020-09-24T20:55:29.526Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T20:55:29.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T20:55:29.526Z] ---> 5bddaf1c2fca [2020-09-24T20:55:29.526Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T20:55:32.918Z] ---> Running in 9584bc67ed4a [2020-09-24T20:55:32.918Z] Removing intermediate container 9584bc67ed4a [2020-09-24T20:55:32.918Z] ---> 4b0fefac5d97 [2020-09-24T20:55:32.918Z] Step 4/7 : RUN apk add bash [2020-09-24T20:55:33.220Z] ---> Running in 5f5b69fa16fa [2020-09-24T20:55:35.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T20:55:35.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T20:55:36.945Z] OK: 142 MiB in 39 packages [2020-09-24T20:55:38.443Z] Removing intermediate container 5f5b69fa16fa [2020-09-24T20:55:38.443Z] ---> f5a3f3b9583d [2020-09-24T20:55:38.443Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T20:55:38.443Z] ---> Running in b95a007ee0f7 [2020-09-24T20:55:39.057Z] Removing intermediate container b95a007ee0f7 [2020-09-24T20:55:39.057Z] ---> a97cdb891b4e [2020-09-24T20:55:39.057Z] Step 6/7 : COPY go.mod . [2020-09-24T20:55:40.092Z] ---> 6ce20f30aa9e [2020-09-24T20:55:40.092Z] Step 7/7 : RUN go mod download [2020-09-24T20:55:40.092Z] ---> Running in 47cf919d98db [2020-09-24T20:55:58.662Z] Removing intermediate container 47cf919d98db [2020-09-24T20:55:58.662Z] ---> 2b30666704ec [2020-09-24T20:55:58.662Z] Successfully built 2b30666704ec [2020-09-24T20:55:58.662Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T20:55:59.116Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T20:55:59.116Z] . [Pipeline] withDockerContainer [2020-09-24T20:55:59.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-1275 does not seem to be running inside a container [2020-09-24T20:55:59.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/49 -v /w/workspace/go-mod-core-contracts/49:/w/workspace/go-mod-core-contracts/49:rw,z -v /w/workspace/go-mod-core-contracts/49@tmp:/w/workspace/go-mod-core-contracts/49@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 ******** ci-base-image-arm64 cat [2020-09-24T20:56:01.772Z] $ docker top 540745ff9612da54d286e820360c30bea26015e0bc026b109cf8b2b1c2c96a24 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T20:56:03.372Z] + go version [2020-09-24T20:56:03.373Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T20:56:03.413Z] $ docker stop --time=1 540745ff9612da54d286e820360c30bea26015e0bc026b109cf8b2b1c2c96a24 [2020-09-24T20:56:05.436Z] $ docker rm -f 540745ff9612da54d286e820360c30bea26015e0bc026b109cf8b2b1c2c96a24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } [2020-09-24T21:05:07.573Z] Running on prd-centos7-docker-4c-2g-1293 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-24T21:05:07.683Z] Running in /w/workspace/go-mod-core-contracts/49 [Pipeline] { [Pipeline] checkout [2020-09-24T21:05:14.822Z] using credential edgex-jenkins-ssh [2020-09-24T21:05:15.012Z] Cloning the remote Git repository [2020-09-24T21:05:15.058Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-24T21:05:15.154Z] > git init /w/workspace/go-mod-core-contracts/49 # timeout=10 [2020-09-24T21:05:15.205Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-24T21:05:15.205Z] > git --version # timeout=10 [2020-09-24T21:05:15.217Z] > git --version # 'git version 2.16.5' [2020-09-24T21:05:15.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:05:15.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:05:16.557Z] Checking out Revision 63573b5d6735eb56f53f097030aff5f58f6cf442 (master) [2020-09-24T21:05:16.104Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-24T21:05:16.110Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T21:05:16.123Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-24T21:05:16.143Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-24T21:05:16.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T21:05:16.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T21:05:16.578Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T21:05:16.583Z] > git checkout -f 63573b5d6735eb56f53f097030aff5f58f6cf442 # timeout=10 [2020-09-24T21:05:20.612Z] Commit message: "Merge pull request #297 from lenny-intel/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T21:05:21.766Z] ========================================================= [2020-09-24T21:05:21.767Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T21:05:21.767Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:05:23.136Z] + 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 . [2020-09-24T21:05:23.423Z] Sending build context to Docker daemon 2.472MB [2020-09-24T21:05:23.423Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T21:05:23.424Z] Step 2/7 : FROM ${BASE} [2020-09-24T21:05:23.691Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T21:05:23.691Z] df20fa9351a1: Pulling fs layer [2020-09-24T21:05:23.691Z] ed8968b2872e: Pulling fs layer [2020-09-24T21:05:23.691Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T21:05:23.691Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T21:05:23.691Z] e73272ec9a57: Pulling fs layer [2020-09-24T21:05:23.691Z] 1e910a182e73: Pulling fs layer [2020-09-24T21:05:23.691Z] 4e634b169226: Pulling fs layer [2020-09-24T21:05:23.691Z] e871e8e8d7a9: Waiting [2020-09-24T21:05:23.691Z] 1e910a182e73: Waiting [2020-09-24T21:05:23.691Z] 4e634b169226: Waiting [2020-09-24T21:05:23.691Z] e73272ec9a57: Waiting [2020-09-24T21:05:23.691Z] a92cc7c5fd73: Download complete [2020-09-24T21:05:23.691Z] ed8968b2872e: Verifying Checksum [2020-09-24T21:05:23.691Z] ed8968b2872e: Download complete [2020-09-24T21:05:23.691Z] e73272ec9a57: Verifying Checksum [2020-09-24T21:05:23.691Z] e73272ec9a57: Download complete [2020-09-24T21:05:23.691Z] 1e910a182e73: Verifying Checksum [2020-09-24T21:05:23.691Z] 1e910a182e73: Download complete [2020-09-24T21:05:23.691Z] df20fa9351a1: Verifying Checksum [2020-09-24T21:05:23.691Z] df20fa9351a1: Download complete [2020-09-24T21:05:23.967Z] df20fa9351a1: Pull complete [2020-09-24T21:05:24.244Z] ed8968b2872e: Pull complete [2020-09-24T21:05:24.244Z] a92cc7c5fd73: Pull complete [2020-09-24T21:05:34.448Z] 4e634b169226: Verifying Checksum [2020-09-24T21:05:34.448Z] 4e634b169226: Download complete [2020-09-24T21:05:39.826Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T21:05:39.826Z] e871e8e8d7a9: Download complete [2020-09-24T21:05:45.209Z] e871e8e8d7a9: Pull complete [2020-09-24T21:05:45.209Z] e73272ec9a57: Pull complete [2020-09-24T21:05:45.209Z] 1e910a182e73: Pull complete [2020-09-24T21:05:49.471Z] 4e634b169226: Pull complete [2020-09-24T21:05:49.471Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T21:05:49.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T21:05:49.471Z] ---> f7629b54cfaa [2020-09-24T21:05:49.471Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T21:05:49.741Z] ---> Running in d78964409949 [2020-09-24T21:05:50.002Z] Removing intermediate container d78964409949 [2020-09-24T21:05:50.002Z] ---> dcf613a16cfb [2020-09-24T21:05:50.002Z] Step 4/7 : RUN apk add bash [2020-09-24T21:05:50.264Z] ---> Running in 955cd0bce026 [2020-09-24T21:05:51.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T21:05:53.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T21:05:55.725Z] OK: 166 MiB in 39 packages [2020-09-24T21:05:56.299Z] Removing intermediate container 955cd0bce026 [2020-09-24T21:05:56.299Z] ---> 4d5cd72da9cf [2020-09-24T21:05:56.299Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T21:05:56.299Z] ---> Running in 7af219b08f84 [2020-09-24T21:05:56.299Z] Removing intermediate container 7af219b08f84 [2020-09-24T21:05:56.299Z] ---> 9fa4fca471ac [2020-09-24T21:05:56.299Z] Step 6/7 : COPY go.mod . [2020-09-24T21:05:56.562Z] ---> 713fa178243b [2020-09-24T21:05:56.562Z] Step 7/7 : RUN go mod download [2020-09-24T21:05:56.562Z] ---> Running in 4ce18d60d613 [2020-09-24T21:06:08.896Z] Removing intermediate container 4ce18d60d613 [2020-09-24T21:06:08.896Z] ---> f9f12cdb71ad [2020-09-24T21:06:08.896Z] Successfully built f9f12cdb71ad [2020-09-24T21:06:08.896Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:09.265Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T21:06:09.265Z] . [Pipeline] withDockerContainer [2020-09-24T21:06:09.403Z] prd-centos7-docker-4c-2g-1293 does not seem to be running inside a container [2020-09-24T21:06:09.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/49 -v /w/workspace/go-mod-core-contracts/49:/w/workspace/go-mod-core-contracts/49:rw,z -v /w/workspace/go-mod-core-contracts/49@tmp:/w/workspace/go-mod-core-contracts/49@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 ******** ci-base-image-x86_64 cat [2020-09-24T21:06:10.232Z] $ docker top 2c60f1ae7e55bbf14fcaf9bcec44b7d2399a168fdc191ebf303bd42d38782705 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:06:10.791Z] + go version [2020-09-24T21:06:10.791Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T21:06:10.808Z] $ docker stop --time=1 2c60f1ae7e55bbf14fcaf9bcec44b7d2399a168fdc191ebf303bd42d38782705 [2020-09-24T21:06:12.158Z] $ docker rm -f 2c60f1ae7e55bbf14fcaf9bcec44b7d2399a168fdc191ebf303bd42d38782705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-24T21:06:15.978Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-24T21:06:15.980Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-24T21:06:16.029Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:16.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T21:06:16.436Z] [2020-09-24T21:06:16.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:16.841Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T21:06:17.445Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-24T21:06:17.445Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-24T21:06:17.445Z] 408f87550127: Pulling fs layer [2020-09-24T21:06:17.445Z] fe522b08c979: Pulling fs layer [2020-09-24T21:06:17.445Z] 221eaa008020: Pulling fs layer [2020-09-24T21:06:17.445Z] 2a4607e5d6b9: Pulling fs layer [2020-09-24T21:06:17.445Z] 8f79b27c4fd2: Pulling fs layer [2020-09-24T21:06:17.446Z] e5c8dbe1645b: Pulling fs layer [2020-09-24T21:06:17.446Z] 23e8b3b47431: Pulling fs layer [2020-09-24T21:06:17.446Z] 5c568d65a230: Pulling fs layer [2020-09-24T21:06:17.446Z] 2a4607e5d6b9: Waiting [2020-09-24T21:06:17.446Z] 8f79b27c4fd2: Waiting [2020-09-24T21:06:17.446Z] e5c8dbe1645b: Waiting [2020-09-24T21:06:17.446Z] 23e8b3b47431: Waiting [2020-09-24T21:06:17.446Z] 5c568d65a230: Waiting [2020-09-24T21:06:17.446Z] 221eaa008020: Waiting [2020-09-24T21:06:17.717Z] fe522b08c979: Verifying Checksum [2020-09-24T21:06:17.717Z] fe522b08c979: Download complete [2020-09-24T21:06:17.717Z] 408f87550127: Download complete [2020-09-24T21:06:17.717Z] 2a4607e5d6b9: Download complete [2020-09-24T21:06:17.717Z] 8f79b27c4fd2: Verifying Checksum [2020-09-24T21:06:17.717Z] 8f79b27c4fd2: Download complete [2020-09-24T21:06:17.985Z] cbdbe7a5bc2a: Download complete [2020-09-24T21:06:18.251Z] cbdbe7a5bc2a: Pull complete [2020-09-24T21:06:18.515Z] 408f87550127: Pull complete [2020-09-24T21:06:18.515Z] fe522b08c979: Pull complete [2020-09-24T21:06:21.165Z] e5c8dbe1645b: Download complete [2020-09-24T21:06:24.544Z] 23e8b3b47431: Verifying Checksum [2020-09-24T21:06:24.544Z] 23e8b3b47431: Download complete [2020-09-24T21:06:24.806Z] 5c568d65a230: Download complete [2020-09-24T21:06:29.131Z] 221eaa008020: Verifying Checksum [2020-09-24T21:06:29.131Z] 221eaa008020: Download complete [2020-09-24T21:06:35.814Z] 221eaa008020: Pull complete [2020-09-24T21:06:35.814Z] 2a4607e5d6b9: Pull complete [2020-09-24T21:06:35.814Z] 8f79b27c4fd2: Pull complete [2020-09-24T21:06:37.798Z] e5c8dbe1645b: Pull complete [2020-09-24T21:06:43.135Z] 23e8b3b47431: Pull complete [2020-09-24T21:06:45.055Z] 5c568d65a230: Pull complete [2020-09-24T21:06:45.055Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-24T21:06:45.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T21:06:45.055Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-24T21:06:45.248Z] prd-centos7-docker-4c-2g-1263 does not seem to be running inside a container [2020-09-24T21:06:45.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-24T21:06:46.277Z] $ docker top c41783ee3e717a35930e470ade5fd5da31bed8793f745e73546efa2b097195a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:06:46.869Z] + snyk monitor '--org=edgex-jenkins' [2020-09-24T21:06:52.187Z] [2020-09-24T21:06:52.187Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-24T21:06:52.187Z] [2020-09-24T21:06:52.188Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/3fed59af-93d8-480d-b33d-ce633d0733b4 [2020-09-24T21:06:52.188Z] [2020-09-24T21:06:52.188Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-24T21:06:52.188Z] [2020-09-24T21:06:52.188Z] [2020-09-24T21:06:52.188Z] Snyk CLI supports Node.js 8 and higher. [2020-09-24T21:06:52.188Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-24T21:06:52.188Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-24T21:06:52.188Z] [2020-09-24T21:06:52.188Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-24T21:06:52.188Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-24T21:06:52.206Z] $ docker stop --time=1 c41783ee3e717a35930e470ade5fd5da31bed8793f745e73546efa2b097195a8 [2020-09-24T21:06:55.452Z] $ docker rm -f c41783ee3e717a35930e470ade5fd5da31bed8793f745e73546efa2b097195a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:06:57.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:06:57.894Z] . [Pipeline] withDockerContainer [2020-09-24T21:06:58.002Z] prd-centos7-docker-4c-2g-1263 does not seem to be running inside a container [2020-09-24T21:06:58.049Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T21:06:59.287Z] $ docker top a0ea5a4919ead5bbe8d48d3c56682cb0930cf3c7ceff8ea0593da6765a6c6122 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:06:59.646Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:06:59.646Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:06:59.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:06:59.947Z] $ docker exec a0ea5a4919ead5bbe8d48d3c56682cb0930cf3c7ceff8ea0593da6765a6c6122 ssh-agent [2020-09-24T21:07:00.149Z] SSH_AUTH_SOCK=/tmp/ssh-Zrr5qEl7mmCQ/agent.11 [2020-09-24T21:07:00.149Z] SSH_AGENT_PID=16 [2020-09-24T21:07:00.156Z] Running ssh-add (command line suppressed) [2020-09-24T21:07:00.314Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1617677942977771995.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1617677942977771995.key) [2020-09-24T21:07:00.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:07:00.791Z] + git semver tag [2020-09-24T21:07:00.791Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:07:00.791Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-24T21:07:00.791Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-24T21:07:00.791Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:07:00.791Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:07:00.791Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:07:00.791Z] # $SEMVER_BRANCH = master [2020-09-24T21:07:00.791Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-24T21:07:00.791Z] # 63573b5d6735eb56f53f097030aff5f58f6cf442 HEAD [2020-09-24T21:07:01.057Z] # -> Force: false [2020-09-24T21:07:01.057Z] # 644d2d679a017e1c6fc46d30112d35d0a0868c9b refs/tags/v0.1.83 [Pipeline] } [2020-09-24T21:07:01.075Z] $ docker exec --env ******** --env ******** a0ea5a4919ead5bbe8d48d3c56682cb0930cf3c7ceff8ea0593da6765a6c6122 ssh-agent -k [2020-09-24T21:07:01.256Z] unset SSH_AUTH_SOCK; [2020-09-24T21:07:01.256Z] unset SSH_AGENT_PID; [2020-09-24T21:07:01.257Z] echo Agent pid 16 killed; [2020-09-24T21:07:01.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:07:01.797Z] + git semver [Pipeline] } [2020-09-24T21:07:01.818Z] $ docker stop --time=1 a0ea5a4919ead5bbe8d48d3c56682cb0930cf3c7ceff8ea0593da6765a6c6122 [2020-09-24T21:07:03.203Z] $ docker rm -f a0ea5a4919ead5bbe8d48d3c56682cb0930cf3c7ceff8ea0593da6765a6c6122 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:03.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:07:03.871Z] [2020-09-24T21:07:03.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:04.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:07:04.216Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T21:07:04.216Z] ab5ef0e58194: Pulling fs layer [2020-09-24T21:07:04.216Z] 9712f1f96733: Pulling fs layer [2020-09-24T21:07:04.216Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T21:07:04.216Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T21:07:04.216Z] e9a5061849ea: Pulling fs layer [2020-09-24T21:07:04.216Z] d747dcd14b5f: Pulling fs layer [2020-09-24T21:07:04.216Z] 2de7ff778b66: Pulling fs layer [2020-09-24T21:07:04.216Z] 0d9ebad4ef96: Waiting [2020-09-24T21:07:04.216Z] e9a5061849ea: Waiting [2020-09-24T21:07:04.216Z] d747dcd14b5f: Waiting [2020-09-24T21:07:04.216Z] 2de7ff778b66: Waiting [2020-09-24T21:07:04.216Z] 9712f1f96733: Verifying Checksum [2020-09-24T21:07:04.216Z] 9712f1f96733: Download complete [2020-09-24T21:07:06.783Z] 63f879dbbcfc: Download complete [2020-09-24T21:07:07.046Z] e9a5061849ea: Verifying Checksum [2020-09-24T21:07:07.046Z] e9a5061849ea: Download complete [2020-09-24T21:07:07.046Z] d747dcd14b5f: Verifying Checksum [2020-09-24T21:07:07.046Z] d747dcd14b5f: Download complete [2020-09-24T21:07:07.046Z] 0d9ebad4ef96: Verifying Checksum [2020-09-24T21:07:07.046Z] 0d9ebad4ef96: Download complete [2020-09-24T21:07:07.373Z] 2de7ff778b66: Verifying Checksum [2020-09-24T21:07:07.373Z] 2de7ff778b66: Download complete [2020-09-24T21:07:07.698Z] ab5ef0e58194: Verifying Checksum [2020-09-24T21:07:07.698Z] ab5ef0e58194: Download complete [2020-09-24T21:07:12.062Z] ab5ef0e58194: Pull complete [2020-09-24T21:07:12.325Z] 9712f1f96733: Pull complete [2020-09-24T21:07:15.654Z] 63f879dbbcfc: Pull complete [2020-09-24T21:07:22.267Z] 0d9ebad4ef96: Pull complete [2020-09-24T21:07:23.669Z] e9a5061849ea: Pull complete [2020-09-24T21:07:23.943Z] d747dcd14b5f: Pull complete [2020-09-24T21:07:26.496Z] 2de7ff778b66: Pull complete [2020-09-24T21:07:26.496Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T21:07:26.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T21:07:26.496Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T21:07:26.677Z] prd-centos7-docker-4c-2g-1263 does not seem to be running inside a container [2020-09-24T21:07:26.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-24T21:07:30.050Z] $ docker top 06bc08711dafa7369c52760f41c74143fae3ad151148d1655d605bf4069a5d06 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:07:30.382Z] provisioning config files... [2020-09-24T21:07:30.401Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3745281564080287122tmp [2020-09-24T21:07:30.424Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8947200471294823304tmp [2020-09-24T21:07:30.438Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7914615067731300533tmp [Pipeline] { [Pipeline] echo [2020-09-24T21:07:30.558Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:07:30.864Z] ---> sigul-configuration.sh [2020-09-24T21:07:30.864Z] gpg: directory `/root/.gnupg' created [2020-09-24T21:07:30.864Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T21:07:30.864Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T21:07:30.864Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T21:07:30.864Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T21:07:30.864Z] gpg: CAST5 encrypted data [2020-09-24T21:07:31.126Z] gpg: encrypted with 1 passphrase [2020-09-24T21:07:31.126Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T21:07:31.426Z] + mkdir /home/jenkins [2020-09-24T21:07:31.426Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T21:07:31.728Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-24T21:07:31.739Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:07:32.042Z] ---> sigul-install.sh [2020-09-24T21:07:37.349Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T21:07:37.646Z] + git tag --list [2020-09-24T21:07:37.647Z] v0.0.0 [2020-09-24T21:07:37.647Z] v0.0.1 [2020-09-24T21:07:37.647Z] v0.1.0 [2020-09-24T21:07:37.647Z] v0.1.1 [2020-09-24T21:07:37.647Z] v0.1.10 [2020-09-24T21:07:37.647Z] v0.1.11 [2020-09-24T21:07:37.647Z] v0.1.12 [2020-09-24T21:07:37.647Z] v0.1.13 [2020-09-24T21:07:37.647Z] v0.1.14 [2020-09-24T21:07:37.647Z] v0.1.15 [2020-09-24T21:07:37.647Z] v0.1.16 [2020-09-24T21:07:37.647Z] v0.1.17 [2020-09-24T21:07:37.647Z] v0.1.18 [2020-09-24T21:07:37.647Z] v0.1.19 [2020-09-24T21:07:37.647Z] v0.1.2 [2020-09-24T21:07:37.647Z] v0.1.20 [2020-09-24T21:07:37.647Z] v0.1.21 [2020-09-24T21:07:37.647Z] v0.1.22 [2020-09-24T21:07:37.647Z] v0.1.23 [2020-09-24T21:07:37.647Z] v0.1.24 [2020-09-24T21:07:37.647Z] v0.1.25 [2020-09-24T21:07:37.647Z] v0.1.26 [2020-09-24T21:07:37.647Z] v0.1.27 [2020-09-24T21:07:37.647Z] v0.1.28 [2020-09-24T21:07:37.647Z] v0.1.29 [2020-09-24T21:07:37.647Z] v0.1.3 [2020-09-24T21:07:37.647Z] v0.1.30 [2020-09-24T21:07:37.647Z] v0.1.31 [2020-09-24T21:07:37.647Z] v0.1.32 [2020-09-24T21:07:37.647Z] v0.1.33 [2020-09-24T21:07:37.647Z] v0.1.34 [2020-09-24T21:07:37.647Z] v0.1.35 [2020-09-24T21:07:37.647Z] v0.1.36 [2020-09-24T21:07:37.647Z] v0.1.37 [2020-09-24T21:07:37.647Z] v0.1.38 [2020-09-24T21:07:37.647Z] v0.1.39 [2020-09-24T21:07:37.647Z] v0.1.4 [2020-09-24T21:07:37.647Z] v0.1.40 [2020-09-24T21:07:37.647Z] v0.1.41 [2020-09-24T21:07:37.647Z] v0.1.42 [2020-09-24T21:07:37.647Z] v0.1.43 [2020-09-24T21:07:37.647Z] v0.1.44 [2020-09-24T21:07:37.647Z] v0.1.45 [2020-09-24T21:07:37.647Z] v0.1.46 [2020-09-24T21:07:37.647Z] v0.1.47 [2020-09-24T21:07:37.647Z] v0.1.48 [2020-09-24T21:07:37.647Z] v0.1.49 [2020-09-24T21:07:37.647Z] v0.1.5 [2020-09-24T21:07:37.647Z] v0.1.50 [2020-09-24T21:07:37.647Z] v0.1.51 [2020-09-24T21:07:37.647Z] v0.1.52 [2020-09-24T21:07:37.647Z] v0.1.53 [2020-09-24T21:07:37.647Z] v0.1.54 [2020-09-24T21:07:37.647Z] v0.1.55 [2020-09-24T21:07:37.647Z] v0.1.56 [2020-09-24T21:07:37.647Z] v0.1.57 [2020-09-24T21:07:37.647Z] v0.1.58 [2020-09-24T21:07:37.647Z] v0.1.59 [2020-09-24T21:07:37.647Z] v0.1.6 [2020-09-24T21:07:37.647Z] v0.1.60 [2020-09-24T21:07:37.647Z] v0.1.61 [2020-09-24T21:07:37.647Z] v0.1.62 [2020-09-24T21:07:37.647Z] v0.1.63 [2020-09-24T21:07:37.647Z] v0.1.64 [2020-09-24T21:07:37.647Z] v0.1.65 [2020-09-24T21:07:37.647Z] v0.1.66 [2020-09-24T21:07:37.647Z] v0.1.67 [2020-09-24T21:07:37.647Z] v0.1.68 [2020-09-24T21:07:37.647Z] v0.1.69 [2020-09-24T21:07:37.647Z] v0.1.7 [2020-09-24T21:07:37.647Z] v0.1.70 [2020-09-24T21:07:37.647Z] v0.1.71 [2020-09-24T21:07:37.647Z] v0.1.72 [2020-09-24T21:07:37.647Z] v0.1.73 [2020-09-24T21:07:37.647Z] v0.1.74 [2020-09-24T21:07:37.647Z] v0.1.75 [2020-09-24T21:07:37.647Z] v0.1.76 [2020-09-24T21:07:37.647Z] v0.1.77 [2020-09-24T21:07:37.647Z] v0.1.78 [2020-09-24T21:07:37.647Z] v0.1.79 [2020-09-24T21:07:37.647Z] v0.1.8 [2020-09-24T21:07:37.647Z] v0.1.80 [2020-09-24T21:07:37.647Z] v0.1.81 [2020-09-24T21:07:37.647Z] v0.1.82 [2020-09-24T21:07:37.647Z] v0.1.83 [2020-09-24T21:07:37.647Z] v0.1.9 [Pipeline] sh [2020-09-24T21:07:37.957Z] + lftools sign git-tag v0.1.83 [2020-09-24T21:07:39.346Z] Signing Git tag with Sigul... [2020-09-24T21:07:39.346Z] Signing v0.1.83 [Pipeline] echo [2020-09-24T21:07:40.302Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:07:40.605Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T21:07:40.616Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T21:07:40.787Z] $ docker stop --time=1 06bc08711dafa7369c52760f41c74143fae3ad151148d1655d605bf4069a5d06 [2020-09-24T21:07:42.618Z] $ docker rm -f 06bc08711dafa7369c52760f41c74143fae3ad151148d1655d605bf4069a5d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:43.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:07:43.521Z] . [Pipeline] withDockerContainer [2020-09-24T21:07:43.625Z] prd-centos7-docker-4c-2g-1263 does not seem to be running inside a container [2020-09-24T21:07:43.679Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T21:07:44.469Z] $ docker top a50a121f3ae45ac2ee559f2c12088da1884faa6c4246e733cbd35311fc69507d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:07:44.833Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:07:44.833Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:07:45.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:07:45.060Z] $ docker exec a50a121f3ae45ac2ee559f2c12088da1884faa6c4246e733cbd35311fc69507d ssh-agent [2020-09-24T21:07:45.282Z] SSH_AUTH_SOCK=/tmp/ssh-Gg5gaPMWrNPr/agent.11 [2020-09-24T21:07:45.283Z] SSH_AGENT_PID=16 [2020-09-24T21:07:45.290Z] Running ssh-add (command line suppressed) [2020-09-24T21:07:45.443Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2646312343016721570.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2646312343016721570.key) [2020-09-24T21:07:45.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:07:45.847Z] + git semver bump patch [2020-09-24T21:07:45.848Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:07:45.848Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-24T21:07:45.848Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-24T21:07:45.848Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:07:45.848Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:07:45.848Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:07:45.848Z] # $SEMVER_BRANCH = master [2020-09-24T21:07:45.848Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-24T21:07:45.848Z] 0.1.84 [Pipeline] } [2020-09-24T21:07:45.863Z] $ docker exec --env ******** --env ******** a50a121f3ae45ac2ee559f2c12088da1884faa6c4246e733cbd35311fc69507d ssh-agent -k [2020-09-24T21:07:45.996Z] unset SSH_AUTH_SOCK; [2020-09-24T21:07:45.997Z] unset SSH_AGENT_PID; [2020-09-24T21:07:45.997Z] echo Agent pid 16 killed; [2020-09-24T21:07:46.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:07:46.555Z] + git semver [Pipeline] } [2020-09-24T21:07:46.576Z] $ docker stop --time=1 a50a121f3ae45ac2ee559f2c12088da1884faa6c4246e733cbd35311fc69507d [2020-09-24T21:07:47.975Z] $ docker rm -f a50a121f3ae45ac2ee559f2c12088da1884faa6c4246e733cbd35311fc69507d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:07:48.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T21:07:48.522Z] . [Pipeline] withDockerContainer [2020-09-24T21:07:48.634Z] prd-centos7-docker-4c-2g-1263 does not seem to be running inside a container [2020-09-24T21:07:48.689Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T21:07:49.359Z] $ docker top 2c7d3ca456de3fb004b241c670c088e2d76848bd40cf03c0b61c121357035092 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T21:07:49.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T21:07:49.679Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T21:07:49.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T21:07:49.883Z] $ docker exec 2c7d3ca456de3fb004b241c670c088e2d76848bd40cf03c0b61c121357035092 ssh-agent [2020-09-24T21:07:50.066Z] SSH_AUTH_SOCK=/tmp/ssh-jK6SBZkyk4fX/agent.13 [2020-09-24T21:07:50.066Z] SSH_AGENT_PID=18 [2020-09-24T21:07:50.073Z] Running ssh-add (command line suppressed) [2020-09-24T21:07:50.216Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6223069978847091044.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6223069978847091044.key) [2020-09-24T21:07:50.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T21:07:50.637Z] + git semver push [2020-09-24T21:07:50.637Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T21:07:50.637Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-24T21:07:50.637Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-24T21:07:50.637Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T21:07:50.637Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T21:07:50.637Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T21:07:50.637Z] # $SEMVER_BRANCH = master [2020-09-24T21:07:50.637Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-24T21:07:57.251Z] $ docker exec --env ******** --env ******** 2c7d3ca456de3fb004b241c670c088e2d76848bd40cf03c0b61c121357035092 ssh-agent -k [2020-09-24T21:07:57.387Z] unset SSH_AUTH_SOCK; [2020-09-24T21:07:57.388Z] unset SSH_AGENT_PID; [2020-09-24T21:07:57.388Z] echo Agent pid 18 killed; [2020-09-24T21:07:57.443Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T21:07:57.925Z] + git semver [Pipeline] } [2020-09-24T21:07:57.945Z] $ docker stop --time=1 2c7d3ca456de3fb004b241c670c088e2d76848bd40cf03c0b61c121357035092 [2020-09-24T21:07:59.348Z] $ docker rm -f 2c7d3ca456de3fb004b241c670c088e2d76848bd40cf03c0b61c121357035092 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:00.769Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:01.616Z] ---> package-listing.sh [2020-09-24T21:08:01.616Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T21:08:01.616Z] ++ facter osfamily [2020-09-24T21:08:01.616Z] + OS_FAMILY=redhat [2020-09-24T21:08:01.616Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-24T21:08:01.616Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T21:08:01.616Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T21:08:01.616Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T21:08:01.616Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T21:08:01.616Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-24T21:08:01.616Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T21:08:01.616Z] + case "${OS_FAMILY}" in [2020-09-24T21:08:01.616Z] + rpm -qa [2020-09-24T21:08:01.616Z] + sort [2020-09-24T21:08:05.851Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T21:08:05.851Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T21:08:05.851Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T21:08:05.851Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-24T21:08:05.851Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-24T21:08:05.851Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:08:06.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:08:06.355Z] [2020-09-24T21:08:06.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T21:08:06.719Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:08:06.719Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T21:08:06.719Z] df20fa9351a1: Pulling fs layer [2020-09-24T21:08:06.719Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T21:08:06.719Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T21:08:06.719Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T21:08:06.719Z] 0dadc02b9964: Pulling fs layer [2020-09-24T21:08:06.719Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T21:08:06.719Z] 7a184a31f384: Pulling fs layer [2020-09-24T21:08:06.719Z] 0879bd2ef858: Pulling fs layer [2020-09-24T21:08:06.719Z] ce6a7cf60c04: Waiting [2020-09-24T21:08:06.719Z] 7a184a31f384: Waiting [2020-09-24T21:08:06.719Z] 0879bd2ef858: Waiting [2020-09-24T21:08:06.719Z] 0dadc02b9964: Waiting [2020-09-24T21:08:06.719Z] 46f8f816bc3b: Waiting [2020-09-24T21:08:06.719Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T21:08:06.719Z] 36b3adc4ff6f: Download complete [2020-09-24T21:08:06.719Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T21:08:06.719Z] 46f8f816bc3b: Download complete [2020-09-24T21:08:06.983Z] 0dadc02b9964: Verifying Checksum [2020-09-24T21:08:06.983Z] 0dadc02b9964: Download complete [2020-09-24T21:08:06.983Z] df20fa9351a1: Verifying Checksum [2020-09-24T21:08:06.983Z] df20fa9351a1: Download complete [2020-09-24T21:08:06.983Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T21:08:06.983Z] ce6a7cf60c04: Download complete [2020-09-24T21:08:06.983Z] 7a184a31f384: Verifying Checksum [2020-09-24T21:08:06.983Z] 7a184a31f384: Download complete [2020-09-24T21:08:07.563Z] df20fa9351a1: Pull complete [2020-09-24T21:08:07.831Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T21:08:07.831Z] 8ad3a11d3b57: Download complete [2020-09-24T21:08:07.831Z] 36b3adc4ff6f: Pull complete [2020-09-24T21:08:08.406Z] 8ad3a11d3b57: Pull complete [2020-09-24T21:08:08.671Z] 46f8f816bc3b: Pull complete [2020-09-24T21:08:08.671Z] 0879bd2ef858: Verifying Checksum [2020-09-24T21:08:08.671Z] 0879bd2ef858: Download complete [2020-09-24T21:08:08.935Z] 0dadc02b9964: Pull complete [2020-09-24T21:08:09.198Z] ce6a7cf60c04: Pull complete [2020-09-24T21:08:09.198Z] 7a184a31f384: Pull complete [2020-09-24T21:08:12.526Z] 0879bd2ef858: Pull complete [2020-09-24T21:08:12.526Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T21:08:12.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T21:08:12.526Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T21:08:12.680Z] prd-centos7-docker-4c-2g-1263 does not seem to be running inside a container [2020-09-24T21:08:12.735Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T21:08:16.476Z] $ docker top 185c152f868b68a142710dcc81a1066a50dd1b48470931b98142f873f245ab19 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T21:08:17.017Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T21:08:17.317Z] + ls /var/log/sa-host [2020-09-24T21:08:17.317Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T21:08:17.317Z] file_magic: OK [2020-09-24T21:08:17.317Z] HZ: Using current value: 100 [2020-09-24T21:08:17.317Z] file_header: OK [2020-09-24T21:08:17.317Z] 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 [2020-09-24T21:08:17.317Z] Statistics: [2020-09-24T21:08:17.317Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:08:17.317Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T21:08:17.317Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T21:08:17.317Z] file_magic: OK [2020-09-24T21:08:17.317Z] HZ: Using current value: 100 [2020-09-24T21:08:17.317Z] file_header: OK [2020-09-24T21:08:17.317Z] 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 [2020-09-24T21:08:17.317Z] Statistics: [2020-09-24T21:08:17.317Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T21:08:17.317Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T21:08:17.379Z] provisioning config files... [2020-09-24T21:08:17.395Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4825923234706703196tmp [Pipeline] { [Pipeline] echo [2020-09-24T21:08:17.469Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:17.767Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T21:08:17.781Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T21:08:18.080Z] ---> logs-deploy.sh [2020-09-24T21:08:18.080Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/49 [2020-09-24T21:08:18.080Z] INFO: archiving workspace using pattern(s): [2020-09-24T21:08:19.475Z] Archives upload complete. [2020-09-24T21:08:19.475Z] INFO: archiving logs to Nexus [2020-09-24T21:08:20.423Z] ---> uname -a: [2020-09-24T21:08:20.423Z] Linux 185c152f868b 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T21:08:20.423Z] [2020-09-24T21:08:20.423Z] [2020-09-24T21:08:20.423Z] ---> lscpu: [2020-09-24T21:08:20.423Z] Architecture: x86_64 [2020-09-24T21:08:20.423Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T21:08:20.423Z] Byte Order: Little Endian [2020-09-24T21:08:20.423Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T21:08:20.423Z] CPU(s): 4 [2020-09-24T21:08:20.423Z] On-line CPU(s) list: 0-3 [2020-09-24T21:08:20.423Z] Thread(s) per core: 1 [2020-09-24T21:08:20.423Z] Core(s) per socket: 1 [2020-09-24T21:08:20.423Z] Socket(s): 4 [2020-09-24T21:08:20.424Z] NUMA node(s): 1 [2020-09-24T21:08:20.424Z] Vendor ID: GenuineIntel [2020-09-24T21:08:20.424Z] CPU family: 6 [2020-09-24T21:08:20.424Z] Model: 44 [2020-09-24T21:08:20.424Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T21:08:20.424Z] Stepping: 1 [2020-09-24T21:08:20.424Z] CPU MHz: 2933.438 [2020-09-24T21:08:20.424Z] BogoMIPS: 5866.87 [2020-09-24T21:08:20.424Z] Virtualization: VT-x [2020-09-24T21:08:20.424Z] Hypervisor vendor: KVM [2020-09-24T21:08:20.424Z] Virtualization type: full [2020-09-24T21:08:20.424Z] L1d cache: 128 KiB [2020-09-24T21:08:20.424Z] L1i cache: 128 KiB [2020-09-24T21:08:20.424Z] L2 cache: 16 MiB [2020-09-24T21:08:20.424Z] L3 cache: 64 MiB [2020-09-24T21:08:20.424Z] NUMA node0 CPU(s): 0-3 [2020-09-24T21:08:20.424Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T21:08:20.424Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T21:08:20.424Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T21:08:20.424Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T21:08:20.424Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T21:08:20.424Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T21:08:20.424Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T21:08:20.424Z] Vulnerability Tsx async abort: Not affected [2020-09-24T21:08:20.424Z] 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 [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] ---> nproc: [2020-09-24T21:08:20.424Z] 4 [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] ---> df -h: [2020-09-24T21:08:20.424Z] Filesystem Size Used Available Use% Mounted on [2020-09-24T21:08:20.424Z] overlay 50.0G 7.8G 42.1G 16% / [2020-09-24T21:08:20.424Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-24T21:08:20.424Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-24T21:08:20.424Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-24T21:08:20.424Z] /dev/vda1 50.0G 7.8G 42.1G 16% /etc/resolv.conf [2020-09-24T21:08:20.424Z] /dev/vda1 50.0G 7.8G 42.1G 16% /etc/hostname [2020-09-24T21:08:20.424Z] /dev/vda1 50.0G 7.8G 42.1G 16% /etc/hosts [2020-09-24T21:08:20.424Z] /dev/vda1 50.0G 7.8G 42.1G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-09-24T21:08:20.424Z] /dev/vda1 50.0G 7.8G 42.1G 16% /var/log/sa-host [2020-09-24T21:08:20.424Z] /dev/vda1 50.0G 7.8G 42.1G 16% /w/workspace/dry_go-mod-core-contracts_master [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] ---> free -m: [2020-09-24T21:08:20.424Z] total used free shared buff/cache available [2020-09-24T21:08:20.424Z] Mem: 1837 868 124 0 845 922 [2020-09-24T21:08:20.424Z] Swap: 1023 2 1021 [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] ---> ip addr: [2020-09-24T21:08:20.424Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-24T21:08:20.424Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-24T21:08:20.424Z] inet 127.0.0.1/8 scope host lo [2020-09-24T21:08:20.424Z] valid_lft forever preferred_lft forever [2020-09-24T21:08:20.424Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-24T21:08:20.424Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-24T21:08:20.424Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-24T21:08:20.424Z] valid_lft forever preferred_lft forever [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] ---> sar -b -r -n DEV: [2020-09-24T21:08:20.424Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] 20:51:52 LINUX RESTART (4 CPU) [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] 20:53:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-24T21:08:20.424Z] 20:54:01 28.62 7.78 20.84 0.00 1839.86 2318.92 0.00 [2020-09-24T21:08:20.424Z] 20:55:01 0.30 0.00 0.30 0.00 0.00 4.59 0.00 [2020-09-24T21:08:20.424Z] 20:56:01 0.40 0.00 0.40 0.00 0.00 6.26 0.00 [2020-09-24T21:08:20.424Z] 20:57:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2020-09-24T21:08:20.424Z] 20:58:01 0.30 0.00 0.30 0.00 0.00 4.61 0.00 [2020-09-24T21:08:20.424Z] 20:59:01 0.30 0.02 0.28 0.00 0.13 2.75 0.00 [2020-09-24T21:08:20.424Z] 21:00:01 0.23 0.00 0.23 0.00 0.00 2.22 0.00 [2020-09-24T21:08:20.424Z] 21:01:01 0.30 0.02 0.28 0.00 0.13 3.23 0.00 [2020-09-24T21:08:20.424Z] 21:02:01 0.50 0.12 0.38 0.00 2.13 6.53 0.00 [2020-09-24T21:08:20.424Z] 21:03:01 0.33 0.00 0.33 0.00 0.00 4.55 0.00 [2020-09-24T21:08:20.424Z] 21:04:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 [2020-09-24T21:08:20.424Z] 21:05:01 0.25 0.00 0.25 0.00 0.00 3.07 0.00 [2020-09-24T21:08:20.424Z] 21:06:01 1.40 1.10 0.30 0.00 31.31 3.93 0.00 [2020-09-24T21:08:20.424Z] 21:07:01 536.37 416.59 119.79 0.00 11073.66 34050.95 0.00 [2020-09-24T21:08:20.424Z] 21:08:01 239.32 104.96 134.36 0.00 5783.96 32793.04 0.00 [2020-09-24T21:08:20.424Z] Average: 53.48 35.02 18.46 0.00 1237.13 4588.78 0.00 [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] 20:53:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-24T21:08:20.424Z] 20:54:01 182168 0 553996 29.44 2620 1142772 1105852 37.74 395924 1141996 16 [2020-09-24T21:08:20.424Z] 20:55:01 187040 0 549120 29.18 2620 1142776 1094308 37.35 394968 1139348 16 [2020-09-24T21:08:20.424Z] 20:56:01 187208 0 548944 29.18 2620 1142784 1089168 37.17 394672 1138976 8 [2020-09-24T21:08:20.424Z] 20:57:01 187348 0 548804 29.17 2620 1142784 1071692 36.57 401080 1132856 8 [2020-09-24T21:08:20.424Z] 20:58:01 185880 0 550208 29.24 2620 1142848 1071764 36.58 403196 1132184 24 [2020-09-24T21:08:20.424Z] 20:59:01 183848 0 552288 29.35 2620 1142800 1071776 36.58 410776 1126860 12 [2020-09-24T21:08:20.424Z] 21:00:01 184192 0 551940 29.33 2620 1142804 1071692 36.57 408104 1128976 8 [2020-09-24T21:08:20.424Z] 21:01:01 183252 0 552872 29.38 2620 1142812 1074460 36.67 408984 1128972 8 [2020-09-24T21:08:20.424Z] 21:02:01 183804 0 552176 29.35 2620 1142956 1072200 36.59 408292 1129052 8 [2020-09-24T21:08:20.424Z] 21:03:01 183428 0 552548 29.37 2620 1142960 1072284 36.60 398856 1139056 20 [2020-09-24T21:08:20.424Z] 21:04:01 183888 0 552088 29.34 2620 1142960 1072248 36.59 398676 1139056 12 [2020-09-24T21:08:20.424Z] 21:05:01 183936 0 552032 29.34 2620 1142968 1072200 36.59 398424 1139056 12 [2020-09-24T21:08:20.424Z] 21:06:01 179520 0 555892 29.54 2620 1143524 1074540 36.67 400732 1139428 8 [2020-09-24T21:08:20.424Z] 21:07:01 142884 0 708784 37.67 2568 1027320 1194912 40.78 550892 908612 1440 [2020-09-24T21:08:20.424Z] 21:08:01 225512 0 821504 43.66 1492 833048 1108424 37.83 517392 758496 28 [2020-09-24T21:08:20.424Z] Average: 184261 0 580213 30.84 2541 1114541 1087835 37.13 419398 1094862 109 [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z] 20:53:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-24T21:08:20.424Z] 20:54:01 eth0 85.61 68.02 356.69 33.29 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:54:01 docker0 6.66 4.72 1.10 11.59 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:55:01 eth0 4.71 1.21 1.55 0.98 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:56:01 eth0 1.27 0.55 0.57 0.43 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:58:01 eth0 0.30 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:59:01 eth0 0.18 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:00:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:02:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:03:01 eth0 0.27 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:04:01 eth0 0.35 0.18 0.16 0.01 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:05:01 eth0 12.13 0.08 1.09 0.01 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:06:01 eth0 3.41 0.32 0.59 0.20 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:07:01 eth0 616.93 568.40 4016.67 52.14 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:07:01 vethfa7d850 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:07:01 docker0 29.18 29.43 2.00 125.20 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:08:01 eth0 546.96 446.99 3457.89 124.66 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] 21:08:01 docker0 48.75 83.88 2.94 202.43 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] Average: eth0 84.29 71.93 519.12 14.05 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] Average: docker0 5.61 7.86 0.40 22.54 0.00 0.00 0.00 0.00 [2020-09-24T21:08:20.424Z] [2020-09-24T21:08:20.424Z]