Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31081 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 Commit message: "refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187)" > git rev-list --no-walk d53ee3f53debcc6874c45d7868efa4b338f9164c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T15:41:50.855Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T15:41:51.095Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T15:41:51.183Z] ========================================================= [2021-03-23T15:41:51.183Z] EdgeX Global Pipelines Version Info [2021-03-23T15:41:51.183Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:41:52.644Z] ------------------- [2021-03-23T15:41:52.644Z] stable info: [2021-03-23T15:41:52.644Z] ------------------- [2021-03-23T15:41:52.644Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T15:41:52.644Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:41:52.644Z] Message: update stable to v1.0.186 [2021-03-23T15:41:53.590Z] ------------------- [2021-03-23T15:41:53.590Z] experimental info: [2021-03-23T15:41:53.590Z] ------------------- [2021-03-23T15:41:53.590Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T15:41:53.590Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:41:53.590Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T15:41:53.868Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-03-23T15:41:53.953Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-03-23T15:41:54.037Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T15:41:54.135Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T15:41:54.237Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T15:41:54.324Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T15:41:54.411Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T15:41:54.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T15:41:54.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-23T15:41:54.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T15:41:54.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T15:41:54.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-03-23T15:41:54.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T15:41:55.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T15:41:55.209Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:41:55.297Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:41:55.382Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:41:55.467Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:41:55.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T15:41:55.645Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-23T15:41:55.736Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-23T15:41:55.849Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-23T15:41:55.932Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-23T15:41:56.016Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-23T15:41:56.099Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-23T15:41:56.193Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T15:41:56.283Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-23T15:41:56.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-23T15:41:56.467Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-23T15:41:56.555Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] echo [2021-03-23T15:41:56.636Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cffb2fe [Pipeline] echo [2021-03-23T15:41:56.717Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:41:57.432Z] + git log --format=format:%s -1 cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] echo [2021-03-23T15:41:57.547Z] GIT_COMMIT: cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1, Commit Message: refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187) [Pipeline] echo [2021-03-23T15:41:57.588Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:41:58.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:41:58.451Z] [2021-03-23T15:41:58.451Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:41:58.812Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:41:58.812Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T15:41:58.812Z] 31603596830f: Pulling fs layer [2021-03-23T15:41:58.812Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T15:41:58.812Z] 6ca5941a6612: Pulling fs layer [2021-03-23T15:41:58.812Z] ecc8261a40a4: Pulling fs layer [2021-03-23T15:41:58.812Z] ecc8261a40a4: Waiting [2021-03-23T15:41:58.812Z] 2a8b12db71e7: Verifying Checksum [2021-03-23T15:41:58.812Z] 2a8b12db71e7: Download complete [2021-03-23T15:41:59.076Z] 31603596830f: Download complete [2021-03-23T15:41:59.076Z] ecc8261a40a4: Verifying Checksum [2021-03-23T15:41:59.076Z] ecc8261a40a4: Download complete [2021-03-23T15:41:59.076Z] 6ca5941a6612: Verifying Checksum [2021-03-23T15:41:59.076Z] 6ca5941a6612: Download complete [2021-03-23T15:41:59.364Z] 31603596830f: Pull complete [2021-03-23T15:41:59.633Z] 2a8b12db71e7: Pull complete [2021-03-23T15:42:00.583Z] 6ca5941a6612: Pull complete [2021-03-23T15:42:00.583Z] ecc8261a40a4: Pull complete [2021-03-23T15:42:00.583Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T15:42:00.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:42:00.583Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T15:42:00.714Z] prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container [2021-03-23T15:42:00.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:42:02.811Z] $ docker top 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:42:03.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:42:03.121Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:42:03.388Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:42:03.391Z] $ docker exec 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent [2021-03-23T15:42:03.660Z] SSH_AUTH_SOCK=/tmp/ssh-K67t6SyzS5hN/agent.11 [2021-03-23T15:42:03.661Z] SSH_AGENT_PID=16 [2021-03-23T15:42:03.672Z] Running ssh-add (command line suppressed) [2021-03-23T15:42:03.801Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7560253965028174285.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7560253965028174285.key) [2021-03-23T15:42:03.862Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:42:04.248Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T15:42:04.270Z] $ docker exec --env ******** --env ******** 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent -k [2021-03-23T15:42:04.388Z] unset SSH_AUTH_SOCK; [2021-03-23T15:42:04.389Z] unset SSH_AGENT_PID; [2021-03-23T15:42:04.389Z] echo Agent pid 16 killed; [2021-03-23T15:42:04.443Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T15:42:04.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:42:04.595Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:42:04.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:42:04.784Z] $ docker exec 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent [2021-03-23T15:42:04.962Z] SSH_AUTH_SOCK=/tmp/ssh-TWidisvk5odd/agent.48 [2021-03-23T15:42:04.962Z] SSH_AGENT_PID=53 [2021-03-23T15:42:04.968Z] Running ssh-add (command line suppressed) [2021-03-23T15:42:05.101Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1131891688139593374.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1131891688139593374.key) [2021-03-23T15:42:05.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:42:05.491Z] + git semver init [2021-03-23T15:42:05.491Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:42:05.491Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T15:42:05.491Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T15:42:05.491Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:42:05.491Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:42:05.491Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:42:05.491Z] # $SEMVER_BRANCH = master [2021-03-23T15:42:05.491Z] # $SEMVER_TEMP = /tmp/semver-818942584 [2021-03-23T15:42:05.491Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-03-23T15:42:06.075Z] # '/tmp/semver-818942584' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-03-23T15:42:06.075Z] # -> Force: false [2021-03-23T15:42:06.075Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-03-23T15:42:06.096Z] $ docker exec --env ******** --env ******** 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c ssh-agent -k [2021-03-23T15:42:06.244Z] unset SSH_AUTH_SOCK; [2021-03-23T15:42:06.250Z] unset SSH_AGENT_PID; [2021-03-23T15:42:06.250Z] echo Agent pid 53 killed; [2021-03-23T15:42:06.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:42:06.831Z] + git semver [Pipeline] } [2021-03-23T15:42:06.852Z] $ docker stop --time=1 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c [2021-03-23T15:42:08.647Z] $ docker rm -f 7c6f5fbdfa1606770e1782f187fa2d8b3391fedd9ca6a599536d47fbf7add27c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:42:09.131Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T15:42:09.583Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T15:42:09.586Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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-03-23T15:42:25.088Z] Still waiting to schedule task [2021-03-23T15:42:25.088Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-23T15:42:25.090Z] Still waiting to schedule task [2021-03-23T15:42:25.090Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-23T15:43:16.829Z] Running on prd-centos7-docker-4c-2g-31083 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-03-23T15:43:16.878Z] Running in /w/workspace/go-mod-bootstrap/97 [Pipeline] { [Pipeline] checkout [2021-03-23T15:43:25.108Z] using credential edgex-jenkins-ssh [2021-03-23T15:43:25.158Z] Cloning the remote Git repository [2021-03-23T15:43:25.191Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T15:43:25.265Z] > git init /w/workspace/go-mod-bootstrap/97 # timeout=10 [2021-03-23T15:43:25.332Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T15:43:25.332Z] > git --version # timeout=10 [2021-03-23T15:43:25.344Z] > git --version # 'git version 2.24.3' [2021-03-23T15:43:25.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:43:25.414Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:43:26.533Z] Checking out Revision cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 (master) [2021-03-23T15:43:26.076Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T15:43:26.087Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:43:26.103Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T15:43:26.129Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T15:43:26.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:43:26.135Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T15:43:26.546Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:43:26.551Z] > git checkout -f cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 [2021-03-23T15:43:30.641Z] Commit message: "refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:43:32.117Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:43:32.462Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:43:32.776Z] + sudo service docker restart [2021-03-23T15:43:32.776Z] + true [2021-03-23T15:43:32.776Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-23T15:43:34.547Z] ========================================================= [2021-03-23T15:43:34.547Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T15:43:34.547Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:43:34.963Z] + 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-03-23T15:43:36.033Z] Sending build context to Docker daemon 740.9kB [2021-03-23T15:43:36.033Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-03-23T15:43:36.033Z] Step 2/8 : FROM ${BASE} [2021-03-23T15:43:36.306Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T15:43:36.306Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T15:43:36.306Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T15:43:36.306Z] de9db76c5a1d: Pulling fs layer [2021-03-23T15:43:36.306Z] bca2f99d35d6: Pulling fs layer [2021-03-23T15:43:36.306Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T15:43:36.306Z] 7c6f9722023f: Pulling fs layer [2021-03-23T15:43:36.306Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T15:43:36.306Z] bca2f99d35d6: Waiting [2021-03-23T15:43:36.306Z] 93359f2a8cfa: Waiting [2021-03-23T15:43:36.306Z] 7c6f9722023f: Waiting [2021-03-23T15:43:36.306Z] a35cf1a2eb13: Waiting [2021-03-23T15:43:36.306Z] de9db76c5a1d: Verifying Checksum [2021-03-23T15:43:36.306Z] de9db76c5a1d: Download complete [2021-03-23T15:43:36.306Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T15:43:36.306Z] 0ef7d3d256c8: Download complete [2021-03-23T15:43:36.306Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T15:43:36.306Z] 93359f2a8cfa: Download complete [2021-03-23T15:43:36.306Z] 7c6f9722023f: Verifying Checksum [2021-03-23T15:43:36.306Z] 7c6f9722023f: Download complete [2021-03-23T15:43:36.582Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T15:43:36.582Z] 188c0c94c7c5: Download complete [2021-03-23T15:43:37.169Z] 188c0c94c7c5: Pull complete [2021-03-23T15:43:37.169Z] 0ef7d3d256c8: Pull complete [2021-03-23T15:43:37.437Z] de9db76c5a1d: Pull complete [2021-03-23T15:43:38.880Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T15:43:38.880Z] a35cf1a2eb13: Download complete [2021-03-23T15:43:40.365Z] bca2f99d35d6: Verifying Checksum [2021-03-23T15:43:40.365Z] bca2f99d35d6: Download complete [2021-03-23T15:43:50.522Z] bca2f99d35d6: Pull complete [2021-03-23T15:43:50.522Z] 93359f2a8cfa: Pull complete [2021-03-23T15:43:50.831Z] 7c6f9722023f: Pull complete [2021-03-23T15:43:59.106Z] a35cf1a2eb13: Pull complete [2021-03-23T15:43:59.106Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T15:43:59.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T15:43:59.106Z] ---> a62c8e92a672 [2021-03-23T15:43:59.106Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-23T15:43:59.106Z] ---> Running in bd3746ffc69e [2021-03-23T15:43:59.106Z] Removing intermediate container bd3746ffc69e [2021-03-23T15:43:59.106Z] ---> 4919218eb235 [2021-03-23T15:43:59.106Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:43:59.106Z] ---> Running in 8e86bc1a8e92 [2021-03-23T15:44:01.709Z] Removing intermediate container 8e86bc1a8e92 [2021-03-23T15:44:01.709Z] ---> 2fd9ea62f751 [2021-03-23T15:44:01.709Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-03-23T15:44:01.709Z] ---> Running in 87f7371d1db0 [2021-03-23T15:44:02.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:44:03.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:44:03.888Z] OK: 166 MiB in 39 packages [2021-03-23T15:44:04.508Z] Removing intermediate container 87f7371d1db0 [2021-03-23T15:44:04.508Z] ---> 96cd72095b91 [2021-03-23T15:44:04.509Z] Step 6/8 : WORKDIR /build [2021-03-23T15:44:04.509Z] ---> Running in 4a78db9f39f8 [2021-03-23T15:44:05.131Z] Removing intermediate container 4a78db9f39f8 [2021-03-23T15:44:05.131Z] ---> 3d5d9d225974 [2021-03-23T15:44:05.131Z] Step 7/8 : COPY go.mod . [2021-03-23T15:44:05.485Z] ---> ce203107b21d [2021-03-23T15:44:05.485Z] Step 8/8 : RUN go mod download [2021-03-23T15:44:05.485Z] ---> Running in 7608a21d43a1 [2021-03-23T15:44:07.189Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31085 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-03-23T15:44:07.256Z] Running in /w/workspace/go-mod-bootstrap/97 [Pipeline] { [Pipeline] checkout [2021-03-23T15:44:12.235Z] using credential edgex-jenkins-ssh [2021-03-23T15:44:12.317Z] Cloning the remote Git repository [2021-03-23T15:44:12.375Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T15:44:12.484Z] > git init /w/workspace/go-mod-bootstrap/97 # timeout=10 [2021-03-23T15:44:12.576Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T15:44:12.577Z] > git --version # timeout=10 [2021-03-23T15:44:12.598Z] > git --version # 'git version 2.17.1' [2021-03-23T15:44:12.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:44:12.677Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:44:13.476Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T15:44:13.503Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:44:13.541Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-23T15:44:13.598Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-23T15:44:13.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:44:14.141Z] Checking out Revision cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 (master) [2021-03-23T15:44:13.612Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T15:44:14.168Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:44:14.185Z] > git checkout -f cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 [2021-03-23T15:44:18.943Z] Commit message: "refactor: Refactor ListenForCustomConfigChanges to avoid use of channel (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:44:20.417Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:44:21.430Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:44:21.822Z] + sudo service docker restart [2021-03-23T15:44:21.822Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-23T15:44:24.756Z] ========================================================= [2021-03-23T15:44:24.757Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T15:44:24.757Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:44:25.154Z] + 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-03-23T15:44:26.141Z] Sending build context to Docker daemon 739.8kB [2021-03-23T15:44:26.141Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-03-23T15:44:26.141Z] Step 2/8 : FROM ${BASE} [2021-03-23T15:44:26.417Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T15:44:26.417Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T15:44:26.417Z] a4357932f1b6: Pulling fs layer [2021-03-23T15:44:26.417Z] 18c013af1878: Pulling fs layer [2021-03-23T15:44:26.417Z] 00ac8860ef70: Pulling fs layer [2021-03-23T15:44:26.417Z] 63d7cb157983: Pulling fs layer [2021-03-23T15:44:26.417Z] b116817d02f9: Pulling fs layer [2021-03-23T15:44:26.417Z] 745a02a5169b: Pulling fs layer [2021-03-23T15:44:26.417Z] 63d7cb157983: Waiting [2021-03-23T15:44:26.417Z] b116817d02f9: Waiting [2021-03-23T15:44:26.417Z] 745a02a5169b: Waiting [2021-03-23T15:44:26.417Z] 00ac8860ef70: Waiting [2021-03-23T15:44:26.417Z] 18c013af1878: Verifying Checksum [2021-03-23T15:44:26.417Z] 18c013af1878: Download complete [2021-03-23T15:44:26.417Z] a4357932f1b6: Verifying Checksum [2021-03-23T15:44:26.417Z] a4357932f1b6: Download complete [2021-03-23T15:44:26.417Z] 63d7cb157983: Verifying Checksum [2021-03-23T15:44:26.417Z] b116817d02f9: Verifying Checksum [2021-03-23T15:44:26.417Z] b116817d02f9: Download complete [2021-03-23T15:44:26.694Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T15:44:26.694Z] 5f621e34cdf4: Download complete [2021-03-23T15:44:27.314Z] 5f621e34cdf4: Pull complete [2021-03-23T15:44:27.931Z] a4357932f1b6: Pull complete [2021-03-23T15:44:28.532Z] 18c013af1878: Pull complete [2021-03-23T15:44:28.806Z] 745a02a5169b: Verifying Checksum [2021-03-23T15:44:28.806Z] 745a02a5169b: Download complete [2021-03-23T15:44:30.261Z] 00ac8860ef70: Verifying Checksum [2021-03-23T15:44:30.261Z] 00ac8860ef70: Download complete [2021-03-23T15:44:38.148Z] Removing intermediate container 7608a21d43a1 [2021-03-23T15:44:38.149Z] ---> 32869340642d [2021-03-23T15:44:38.149Z] Successfully built 32869340642d [2021-03-23T15:44:38.149Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:44:38.499Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:44:38.812Z] . [Pipeline] withDockerContainer [2021-03-23T15:44:38.995Z] prd-centos7-docker-4c-2g-31083 does not seem to be running inside a container [2021-03-23T15:44:39.107Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 ******** ci-base-image-x86_64 cat [2021-03-23T15:44:40.444Z] 00ac8860ef70: Pull complete [2021-03-23T15:44:40.718Z] 63d7cb157983: Pull complete [2021-03-23T15:44:40.737Z] $ docker top 5b39369c7decc732be4327e2afee34590b4cbc777970195334c8a44af4182418 -eo pid,comm [2021-03-23T15:44:40.998Z] b116817d02f9: Pull complete [Pipeline] { [Pipeline] sh [2021-03-23T15:44:41.819Z] + go version [2021-03-23T15:44:41.819Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T15:44:41.875Z] $ docker stop --time=1 5b39369c7decc732be4327e2afee34590b4cbc777970195334c8a44af4182418 [2021-03-23T15:44:43.750Z] $ docker rm -f 5b39369c7decc732be4327e2afee34590b4cbc777970195334c8a44af4182418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:44:44.801Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:44:44.801Z] . [Pipeline] withDockerContainer [2021-03-23T15:44:45.308Z] prd-centos7-docker-4c-2g-31083 does not seem to be running inside a container [2021-03-23T15:44:45.357Z] 745a02a5169b: Pull complete [2021-03-23T15:44:45.357Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T15:44:45.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T15:44:45.357Z] ---> b7e6874047d6 [2021-03-23T15:44:45.357Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-23T15:44:45.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 ******** ci-base-image-x86_64 cat [2021-03-23T15:44:47.032Z] $ docker top 648136f6c5f2fac406c64a7883e7766a94accd30061cc59d754402f9a92108f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:44:47.989Z] ---> Running in 4ebc94742023 [2021-03-23T15:44:47.990Z] Removing intermediate container 4ebc94742023 [2021-03-23T15:44:47.990Z] ---> 6c8c36c59e9a [2021-03-23T15:44:47.990Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:44:48.260Z] ---> Running in 2220f8f549c8 [2021-03-23T15:44:48.294Z] + make test [2021-03-23T15:44:48.294Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-23T15:44:50.898Z] Removing intermediate container 2220f8f549c8 [2021-03-23T15:44:50.898Z] ---> 5f0abaf9b3e2 [2021-03-23T15:44:50.898Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-03-23T15:44:50.898Z] ---> Running in 4ef35d9adcd2 [2021-03-23T15:44:51.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:44:52.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:44:54.286Z] OK: 142 MiB in 39 packages [2021-03-23T15:44:55.270Z] Removing intermediate container 4ef35d9adcd2 [2021-03-23T15:44:55.270Z] ---> 5f3903675be2 [2021-03-23T15:44:55.270Z] Step 6/8 : WORKDIR /build [2021-03-23T15:44:55.545Z] ---> Running in 80bccb22a3b9 [2021-03-23T15:44:56.143Z] Removing intermediate container 80bccb22a3b9 [2021-03-23T15:44:56.143Z] ---> cf914b1a3050 [2021-03-23T15:44:56.143Z] Step 7/8 : COPY go.mod . [2021-03-23T15:44:56.739Z] ---> 2d4db4f7dfde [2021-03-23T15:44:56.739Z] Step 8/8 : RUN go mod download [2021-03-23T15:44:57.012Z] ---> Running in d068b7c2155c [2021-03-23T15:45:16.597Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-03-23T15:45:16.597Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.037s coverage: 5.8% of statements [2021-03-23T15:45:16.597Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-03-23T15:45:16.597Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.036s coverage: 92.2% of statements [2021-03-23T15:45:16.597Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.014s coverage: 85.3% of statements [2021-03-23T15:45:19.525Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.039s coverage: 34.3% of statements [2021-03-23T15:45:19.525Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-03-23T15:45:19.525Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-03-23T15:45:19.525Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.010s coverage: 18.2% of statements [2021-03-23T15:45:22.483Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.101s coverage: 95.3% of statements [2021-03-23T15:45:22.483Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-03-23T15:45:22.483Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-03-23T15:45:22.483Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.063s coverage: 91.3% of statements [2021-03-23T15:45:22.802Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-03-23T15:45:23.082Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-23T15:45:23.820Z] Removing intermediate container d068b7c2155c [2021-03-23T15:45:23.820Z] ---> 6924e5b79df2 [2021-03-23T15:45:23.820Z] Successfully built 6924e5b79df2 [2021-03-23T15:45:23.820Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:45:24.159Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T15:45:24.159Z] . [Pipeline] withDockerContainer [2021-03-23T15:45:24.406Z] prd-ubuntu18.04-docker-arm64-4c-16g-31085 does not seem to be running inside a container [2021-03-23T15:45:24.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 ******** ci-base-image-arm64 cat [2021-03-23T15:45:26.060Z] $ docker top acf72c6e285e7fec968e6871ff638050970c2dc99364e62f267144daf95cfed1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:45:27.064Z] + go version [2021-03-23T15:45:27.064Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T15:45:27.088Z] $ docker stop --time=1 acf72c6e285e7fec968e6871ff638050970c2dc99364e62f267144daf95cfed1 [2021-03-23T15:45:28.698Z] gofmt -l . [2021-03-23T15:45:28.698Z] [ "`gofmt -l .`" = "" ] [2021-03-23T15:45:29.030Z] $ docker rm -f acf72c6e285e7fec968e6871ff638050970c2dc99364e62f267144daf95cfed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-03-23T15:45:29.325Z] $ docker stop --time=1 648136f6c5f2fac406c64a7883e7766a94accd30061cc59d754402f9a92108f2 [2021-03-23T15:45:32.248Z] $ docker rm -f 648136f6c5f2fac406c64a7883e7766a94accd30061cc59d754402f9a92108f2 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:45:33.042Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T15:45:33.343Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T15:45:33.343Z] . [Pipeline] withDockerContainer [2021-03-23T15:45:33.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-31085 does not seem to be running inside a container [2021-03-23T15:45:33.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@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 ******** ci-base-image-arm64 cat [2021-03-23T15:45:34.188Z] Stashed 1 file(s) [2021-03-23T15:45:35.344Z] $ docker top 3315a2b9e7f81c2003ca7c32a04768adb547ea654a4b734e9da36757f5e99ce8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } [2021-03-23T15:45:36.437Z] + make test [2021-03-23T15:45:36.437Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:45:37.042Z] ---> job-cost.sh [2021-03-23T15:45:37.042Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Bd7D [2021-03-23T15:45:59.350Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T15:46:08.839Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-03-23T15:46:08.839Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.013s coverage: 5.8% of statements [2021-03-23T15:46:08.839Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-03-23T15:46:08.839Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.070s coverage: 92.2% of statements [2021-03-23T15:46:08.839Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.027s coverage: 85.3% of statements [2021-03-23T15:46:12.246Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.021s coverage: 34.3% of statements [2021-03-23T15:46:12.246Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-03-23T15:46:12.246Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-03-23T15:46:12.246Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.045s coverage: 18.2% of statements [2021-03-23T15:46:16.575Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.023s coverage: 95.3% of statements [2021-03-23T15:46:16.575Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-03-23T15:46:16.575Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-03-23T15:46:16.575Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.022s coverage: 91.3% of statements [2021-03-23T15:46:16.575Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-03-23T15:46:16.575Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-23T15:46:23.324Z] gofmt -l . [2021-03-23T15:46:23.324Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-23T15:46:23.348Z] $ docker stop --time=1 3315a2b9e7f81c2003ca7c32a04768adb547ea654a4b734e9da36757f5e99ce8 [2021-03-23T15:46:25.530Z] $ docker rm -f 3315a2b9e7f81c2003ca7c32a04768adb547ea654a4b734e9da36757f5e99ce8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:46:26.460Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T15:46:26.480Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T15:46:27.268Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:46:28.215Z] ---> job-cost.sh [2021-03-23T15:46:28.215Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ECMU [2021-03-23T15:46:47.245Z] lf-activate-venv(): INFO: Adding /tmp/venv-Bd7D/bin to PATH [2021-03-23T15:46:47.245Z] INFO: No Stack... [2021-03-23T15:46:47.245Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T15:46:47.245Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T15:46:47.672Z] + cat /w/workspace/go-mod-bootstrap/97/archives/cost.csv [2021-03-23T15:46:47.672Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T15:46:47.830Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [2021-03-23T15:46:47.865Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] did not exist. Created. [2021-03-23T15:46:47.865Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T15:46:48.311Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-23T15:46:48.458Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T15:46:48.475Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T15:47:15.218Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T15:49:07.022Z] lf-activate-venv(): INFO: Adding /tmp/venv-ECMU/bin to PATH [2021-03-23T15:49:07.022Z] INFO: No Stack... [2021-03-23T15:49:07.022Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T15:49:07.022Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T15:49:07.399Z] + cut -d, -f6 [2021-03-23T15:49:07.399Z] + cat /w/workspace/go-mod-bootstrap/97/archives/cost.csv [Pipeline] lock [2021-03-23T15:49:07.607Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [2021-03-23T15:49:07.620Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] did not exist. Created. [2021-03-23T15:49:07.620Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T15:49:08.094Z] /w/workspace/go-mod-bootstrap/97@tmp/durable-642d07d1/script.sh: 1: /w/workspace/go-mod-bootstrap/97@tmp/durable-642d07d1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-23T15:49:08.463Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T15:49:08.532Z] Warning: overwriting stash ‘stack-cost’ [2021-03-23T15:49:08.713Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T15:49:08.729Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-97-stack-cost] [Pipeline] // lock [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-03-23T15:49:09.957Z] provisioning config files... [2021-03-23T15:49:09.975Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4932354416701745620tmp [Pipeline] { [Pipeline] sh [2021-03-23T15:49:10.435Z] + set +x [2021-03-23T15:49:10.435Z] + curl -s https://codecov.io/bash [2021-03-23T15:49:10.435Z] + bash -s -- [2021-03-23T15:49:10.712Z] [2021-03-23T15:49:10.712Z] _____ _ [2021-03-23T15:49:10.712Z] / ____| | | [2021-03-23T15:49:10.712Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T15:49:10.712Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T15:49:10.712Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T15:49:10.712Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T15:49:10.712Z] Bash-20210309-2b87ace [2021-03-23T15:49:10.712Z] [2021-03-23T15:49:10.712Z] [2021-03-23T15:49:10.712Z] ==> git version 2.24.3 found [2021-03-23T15:49:10.712Z] ==> 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-03-23T15:49:10.712Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T15:49:10.712Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T15:49:10.712Z] ==> Jenkins CI detected. [2021-03-23T15:49:10.712Z] project root: . [2021-03-23T15:49:10.712Z] --> token set from env [2021-03-23T15:49:10.712Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T15:49:10.712Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T15:49:10.712Z] ==> Python coveragepy not found [2021-03-23T15:49:10.712Z] ==> Searching for coverage reports in: [2021-03-23T15:49:10.712Z] + . [2021-03-23T15:49:10.712Z] -> Found 1 reports [2021-03-23T15:49:10.712Z] ==> Detecting git/mercurial file structure [2021-03-23T15:49:10.712Z] ==> Reading reports [2021-03-23T15:49:10.712Z] + ./coverage.out bytes=30077 [2021-03-23T15:49:10.712Z] ==> Appending adjustments [2021-03-23T15:49:10.712Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T15:49:10.979Z] + Found adjustments [2021-03-23T15:49:10.979Z] ==> Gzipping contents [2021-03-23T15:49:10.979Z] 8.0K /tmp/codecov.iFrsKn.gz [2021-03-23T15:49:10.979Z] ==> Uploading reports [2021-03-23T15:49:10.979Z] url: https://codecov.io [2021-03-23T15:49:10.979Z] query: branch=master&commit=cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T15:49:10.979Z] -> Pinging Codecov [2021-03-23T15:49:10.979Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T15:49:11.562Z] -> Uploading to [2021-03-23T15:49:11.562Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/833815588EE85121546D348822E98E2E/cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1/8d60a8f0-2556-4827-981b-4336925bb724.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T154911Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d874aca7f48ec73aad68381e75b0b33fd1156675421e33c7105568ef068ee2c7 [2021-03-23T15:49:11.562Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T15:49:11.562Z] Dload Upload Total Spent Left Speed [2021-03-23T15:49:13.310Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5574 0 0 100 5574 0 14287 --:--:-- --:--:-- --:--:-- 14292 100 5574 0 0 100 5574 0 14281 --:--:-- --:--:-- --:--:-- 14255 [2021-03-23T15:49:13.310Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] } [2021-03-23T15:49:13.329Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-23T15:49:14.182Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-23T15:49:14.264Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:49:14.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T15:49:14.613Z] [2021-03-23T15:49:14.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:49:14.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T15:49:14.976Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-23T15:49:14.976Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T15:49:14.976Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T15:49:14.976Z] de9db76c5a1d: Pulling fs layer [2021-03-23T15:49:14.976Z] 0eba1c9be4d2: Pulling fs layer [2021-03-23T15:49:14.976Z] 0d57e429df01: Pulling fs layer [2021-03-23T15:49:14.976Z] 4e4be7b47b0d: Pulling fs layer [2021-03-23T15:49:14.976Z] e1f770b5df2f: Pulling fs layer [2021-03-23T15:49:14.976Z] 85a0685a4137: Pulling fs layer [2021-03-23T15:49:14.976Z] 0eba1c9be4d2: Waiting [2021-03-23T15:49:14.976Z] 4e4be7b47b0d: Waiting [2021-03-23T15:49:14.976Z] e1f770b5df2f: Waiting [2021-03-23T15:49:14.976Z] 85a0685a4137: Waiting [2021-03-23T15:49:14.976Z] de9db76c5a1d: Verifying Checksum [2021-03-23T15:49:14.976Z] de9db76c5a1d: Download complete [2021-03-23T15:49:14.976Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T15:49:14.976Z] 0ef7d3d256c8: Download complete [2021-03-23T15:49:14.976Z] 0d57e429df01: Verifying Checksum [2021-03-23T15:49:14.976Z] 0d57e429df01: Download complete [2021-03-23T15:49:14.976Z] 4e4be7b47b0d: Download complete [2021-03-23T15:49:15.243Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T15:49:15.243Z] 188c0c94c7c5: Download complete [2021-03-23T15:49:15.515Z] 188c0c94c7c5: Pull complete [2021-03-23T15:49:15.786Z] 0ef7d3d256c8: Pull complete [2021-03-23T15:49:16.050Z] de9db76c5a1d: Pull complete [2021-03-23T15:49:16.050Z] e1f770b5df2f: Verifying Checksum [2021-03-23T15:49:16.050Z] e1f770b5df2f: Download complete [2021-03-23T15:49:18.655Z] 0eba1c9be4d2: Verifying Checksum [2021-03-23T15:49:18.655Z] 0eba1c9be4d2: Download complete [2021-03-23T15:49:18.926Z] 85a0685a4137: Verifying Checksum [2021-03-23T15:49:18.926Z] 85a0685a4137: Download complete [2021-03-23T15:49:25.640Z] 0eba1c9be4d2: Pull complete [2021-03-23T15:49:25.640Z] 0d57e429df01: Pull complete [2021-03-23T15:49:25.640Z] 4e4be7b47b0d: Pull complete [2021-03-23T15:49:26.606Z] e1f770b5df2f: Pull complete [2021-03-23T15:49:34.895Z] 85a0685a4137: Pull complete [2021-03-23T15:49:34.895Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-23T15:49:34.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T15:49:34.895Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-23T15:49:35.244Z] prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container [2021-03-23T15:49:35.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-23T15:49:37.082Z] $ docker top d0143f546d9a27d4e3f6f91300a1e94aef3774de601bb4c54bed9e5aaed7c069 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T15:49:37.417Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-23T15:49:37.731Z] + set -o pipefail [2021-03-23T15:49:37.731Z] + snyk monitor '--org=edgex-jenkins' [2021-03-23T15:49:47.815Z] [2021-03-23T15:49:47.815Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-03-23T15:49:47.815Z] [2021-03-23T15:49:47.815Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/a635ae3b-7dd4-4693-9f7b-58307a268aee [2021-03-23T15:49:47.815Z] [2021-03-23T15:49:47.815Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-23T15:49:47.815Z] [2021-03-23T15:49:49.743Z] [Pipeline] } [2021-03-23T15:49:49.759Z] $ docker stop --time=1 d0143f546d9a27d4e3f6f91300a1e94aef3774de601bb4c54bed9e5aaed7c069 [2021-03-23T15:49:52.235Z] $ docker rm -f d0143f546d9a27d4e3f6f91300a1e94aef3774de601bb4c54bed9e5aaed7c069 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T15:49:54.019Z] + git log --format=format:%s -1 cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:49:54.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:49:54.341Z] . [Pipeline] withDockerContainer [2021-03-23T15:49:54.455Z] prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container [2021-03-23T15:49:54.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:49:55.470Z] $ docker top ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:49:55.852Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:49:55.852Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:49:56.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:49:56.170Z] $ docker exec ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 ssh-agent [2021-03-23T15:49:56.468Z] SSH_AUTH_SOCK=/tmp/ssh-2sqoiJLN5mv1/agent.13 [2021-03-23T15:49:56.468Z] SSH_AGENT_PID=18 [2021-03-23T15:49:56.485Z] Running ssh-add (command line suppressed) [2021-03-23T15:49:56.653Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_478217529361517866.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_478217529361517866.key) [2021-03-23T15:49:56.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:49:57.081Z] + git semver tag [2021-03-23T15:49:57.081Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:49:57.081Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T15:49:57.081Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T15:49:57.081Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:49:57.081Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:49:57.081Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:49:57.081Z] # $SEMVER_BRANCH = master [2021-03-23T15:49:57.081Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-03-23T15:49:57.081Z] # cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 HEAD [2021-03-23T15:49:57.344Z] # -> Force: false [2021-03-23T15:49:57.344Z] # 9221af184fc2d499533fb2e9d54ce9910907affa refs/tags/v2.0.0-dev.21 [Pipeline] } [2021-03-23T15:49:57.358Z] $ docker exec --env ******** --env ******** ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 ssh-agent -k [2021-03-23T15:49:57.544Z] unset SSH_AUTH_SOCK; [2021-03-23T15:49:57.544Z] unset SSH_AGENT_PID; [2021-03-23T15:49:57.544Z] echo Agent pid 18 killed; [2021-03-23T15:49:57.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:49:58.104Z] + git semver [Pipeline] } [2021-03-23T15:49:58.122Z] $ docker stop --time=1 ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 [2021-03-23T15:49:59.557Z] $ docker rm -f ab1126eb401199e51d263244f0a7dad01bd482c67b1a871d669a66121b0338d6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:50:00.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T15:50:00.218Z] [2021-03-23T15:50:00.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:50:00.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T15:50:00.589Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-23T15:50:00.589Z] ab5ef0e58194: Pulling fs layer [2021-03-23T15:50:00.589Z] 9712f1f96733: Pulling fs layer [2021-03-23T15:50:00.589Z] 63f879dbbcfc: Pulling fs layer [2021-03-23T15:50:00.589Z] 0d9ebad4ef96: Pulling fs layer [2021-03-23T15:50:00.589Z] e9a5061849ea: Pulling fs layer [2021-03-23T15:50:00.589Z] d747dcd14b5f: Pulling fs layer [2021-03-23T15:50:00.589Z] 2de7ff778b66: Pulling fs layer [2021-03-23T15:50:00.589Z] e9a5061849ea: Waiting [2021-03-23T15:50:00.589Z] d747dcd14b5f: Waiting [2021-03-23T15:50:00.589Z] 2de7ff778b66: Waiting [2021-03-23T15:50:00.589Z] 0d9ebad4ef96: Waiting [2021-03-23T15:50:00.589Z] 9712f1f96733: Verifying Checksum [2021-03-23T15:50:00.589Z] 9712f1f96733: Download complete [2021-03-23T15:50:03.196Z] 63f879dbbcfc: Verifying Checksum [2021-03-23T15:50:03.196Z] 63f879dbbcfc: Download complete [2021-03-23T15:50:03.196Z] e9a5061849ea: Verifying Checksum [2021-03-23T15:50:03.196Z] e9a5061849ea: Download complete [2021-03-23T15:50:03.196Z] d747dcd14b5f: Verifying Checksum [2021-03-23T15:50:03.196Z] d747dcd14b5f: Download complete [2021-03-23T15:50:03.461Z] 2de7ff778b66: Verifying Checksum [2021-03-23T15:50:03.461Z] ab5ef0e58194: Verifying Checksum [2021-03-23T15:50:03.461Z] ab5ef0e58194: Download complete [2021-03-23T15:50:03.724Z] 0d9ebad4ef96: Verifying Checksum [2021-03-23T15:50:03.724Z] 0d9ebad4ef96: Download complete [2021-03-23T15:50:09.141Z] ab5ef0e58194: Pull complete [2021-03-23T15:50:09.141Z] 9712f1f96733: Pull complete [2021-03-23T15:50:11.101Z] 63f879dbbcfc: Pull complete [2021-03-23T15:50:19.333Z] 0d9ebad4ef96: Pull complete [2021-03-23T15:50:19.596Z] e9a5061849ea: Pull complete [2021-03-23T15:50:19.596Z] d747dcd14b5f: Pull complete [2021-03-23T15:50:22.198Z] 2de7ff778b66: Pull complete [2021-03-23T15:50:22.198Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-23T15:50:22.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T15:50:22.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-23T15:50:22.487Z] prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container [2021-03-23T15:50:22.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-23T15:50:26.764Z] $ docker top 8822524685a1fca58a5a7d3d5d9dc5d85b02a97cf759f31fca150b94ed5df5c9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-23T15:50:27.081Z] provisioning config files... [2021-03-23T15:50:27.117Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1968339144869116157tmp [2021-03-23T15:50:27.240Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6302907929204306059tmp [2021-03-23T15:50:27.273Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1501727508231989077tmp [Pipeline] { [Pipeline] echo [2021-03-23T15:50:27.331Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:50:27.644Z] ---> sigul-configuration.sh [2021-03-23T15:50:27.907Z] gpg: directory `/root/.gnupg' created [2021-03-23T15:50:27.907Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-23T15:50:27.907Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-23T15:50:27.907Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-23T15:50:27.907Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-23T15:50:27.907Z] gpg: CAST5 encrypted data [2021-03-23T15:50:27.907Z] gpg: encrypted with 1 passphrase [2021-03-23T15:50:27.907Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-23T15:50:28.217Z] + mkdir /home/jenkins [2021-03-23T15:50:28.217Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-23T15:50:28.524Z] + 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 [2021-03-23T15:50:28.536Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:50:28.845Z] ---> sigul-install.sh [2021-03-23T15:50:37.026Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-23T15:50:37.358Z] + git tag --list [2021-03-23T15:50:37.359Z] v0.0.1 [2021-03-23T15:50:37.359Z] v0.0.10 [2021-03-23T15:50:37.359Z] v0.0.11 [2021-03-23T15:50:37.359Z] v0.0.12 [2021-03-23T15:50:37.359Z] v0.0.13 [2021-03-23T15:50:37.359Z] v0.0.14 [2021-03-23T15:50:37.359Z] v0.0.15 [2021-03-23T15:50:37.359Z] v0.0.16 [2021-03-23T15:50:37.359Z] v0.0.17 [2021-03-23T15:50:37.359Z] v0.0.18 [2021-03-23T15:50:37.359Z] v0.0.19 [2021-03-23T15:50:37.359Z] v0.0.2 [2021-03-23T15:50:37.359Z] v0.0.20 [2021-03-23T15:50:37.359Z] v0.0.21 [2021-03-23T15:50:37.359Z] v0.0.22 [2021-03-23T15:50:37.359Z] v0.0.23 [2021-03-23T15:50:37.359Z] v0.0.24 [2021-03-23T15:50:37.359Z] v0.0.25 [2021-03-23T15:50:37.359Z] v0.0.26 [2021-03-23T15:50:37.359Z] v0.0.27 [2021-03-23T15:50:37.359Z] v0.0.28 [2021-03-23T15:50:37.359Z] v0.0.29 [2021-03-23T15:50:37.359Z] v0.0.3 [2021-03-23T15:50:37.359Z] v0.0.30 [2021-03-23T15:50:37.359Z] v0.0.31 [2021-03-23T15:50:37.359Z] v0.0.32 [2021-03-23T15:50:37.359Z] v0.0.33 [2021-03-23T15:50:37.359Z] v0.0.34 [2021-03-23T15:50:37.359Z] v0.0.35 [2021-03-23T15:50:37.359Z] v0.0.36 [2021-03-23T15:50:37.359Z] v0.0.37 [2021-03-23T15:50:37.359Z] v0.0.38 [2021-03-23T15:50:37.359Z] v0.0.39 [2021-03-23T15:50:37.359Z] v0.0.4 [2021-03-23T15:50:37.359Z] v0.0.40 [2021-03-23T15:50:37.359Z] v0.0.41 [2021-03-23T15:50:37.359Z] v0.0.42 [2021-03-23T15:50:37.359Z] v0.0.43 [2021-03-23T15:50:37.359Z] v0.0.44 [2021-03-23T15:50:37.359Z] v0.0.45 [2021-03-23T15:50:37.359Z] v0.0.46 [2021-03-23T15:50:37.359Z] v0.0.47 [2021-03-23T15:50:37.359Z] v0.0.48 [2021-03-23T15:50:37.359Z] v0.0.49 [2021-03-23T15:50:37.359Z] v0.0.5 [2021-03-23T15:50:37.359Z] v0.0.50 [2021-03-23T15:50:37.359Z] v0.0.51 [2021-03-23T15:50:37.359Z] v0.0.52 [2021-03-23T15:50:37.359Z] v0.0.53 [2021-03-23T15:50:37.359Z] v0.0.54 [2021-03-23T15:50:37.359Z] v0.0.55 [2021-03-23T15:50:37.359Z] v0.0.56 [2021-03-23T15:50:37.359Z] v0.0.57 [2021-03-23T15:50:37.359Z] v0.0.58 [2021-03-23T15:50:37.359Z] v0.0.59 [2021-03-23T15:50:37.359Z] v0.0.6 [2021-03-23T15:50:37.359Z] v0.0.60 [2021-03-23T15:50:37.359Z] v0.0.61 [2021-03-23T15:50:37.359Z] v0.0.62 [2021-03-23T15:50:37.359Z] v0.0.63 [2021-03-23T15:50:37.359Z] v0.0.64 [2021-03-23T15:50:37.359Z] v0.0.65 [2021-03-23T15:50:37.359Z] v0.0.66 [2021-03-23T15:50:37.359Z] v0.0.67 [2021-03-23T15:50:37.359Z] v0.0.68 [2021-03-23T15:50:37.359Z] v0.0.69 [2021-03-23T15:50:37.359Z] v0.0.7 [2021-03-23T15:50:37.359Z] v0.0.70 [2021-03-23T15:50:37.359Z] v0.0.71 [2021-03-23T15:50:37.359Z] v0.0.72 [2021-03-23T15:50:37.359Z] v0.0.8 [2021-03-23T15:50:37.359Z] v0.0.9 [2021-03-23T15:50:37.359Z] v2.0.0-dev.1 [2021-03-23T15:50:37.359Z] v2.0.0-dev.10 [2021-03-23T15:50:37.359Z] v2.0.0-dev.11 [2021-03-23T15:50:37.359Z] v2.0.0-dev.12 [2021-03-23T15:50:37.359Z] v2.0.0-dev.13 [2021-03-23T15:50:37.359Z] v2.0.0-dev.14 [2021-03-23T15:50:37.359Z] v2.0.0-dev.15 [2021-03-23T15:50:37.359Z] v2.0.0-dev.16 [2021-03-23T15:50:37.359Z] v2.0.0-dev.17 [2021-03-23T15:50:37.359Z] v2.0.0-dev.18 [2021-03-23T15:50:37.359Z] v2.0.0-dev.19 [2021-03-23T15:50:37.359Z] v2.0.0-dev.2 [2021-03-23T15:50:37.359Z] v2.0.0-dev.20 [2021-03-23T15:50:37.359Z] v2.0.0-dev.21 [2021-03-23T15:50:37.359Z] v2.0.0-dev.3 [2021-03-23T15:50:37.359Z] v2.0.0-dev.4 [2021-03-23T15:50:37.359Z] v2.0.0-dev.5 [2021-03-23T15:50:37.359Z] v2.0.0-dev.6 [2021-03-23T15:50:37.359Z] v2.0.0-dev.7 [2021-03-23T15:50:37.359Z] v2.0.0-dev.8 [2021-03-23T15:50:37.359Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-23T15:50:37.670Z] + lftools sign git-tag v2.0.0-dev.21 [2021-03-23T15:50:39.066Z] Signing Git tag with Sigul... [2021-03-23T15:50:39.066Z] Signing v2.0.0-dev.21 [Pipeline] echo [2021-03-23T15:50:40.025Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:50:40.324Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-23T15:50:40.336Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-23T15:50:40.545Z] $ docker stop --time=1 8822524685a1fca58a5a7d3d5d9dc5d85b02a97cf759f31fca150b94ed5df5c9 [2021-03-23T15:50:42.571Z] $ docker rm -f 8822524685a1fca58a5a7d3d5d9dc5d85b02a97cf759f31fca150b94ed5df5c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:50:43.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:50:43.575Z] . [Pipeline] withDockerContainer [2021-03-23T15:50:43.691Z] prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container [2021-03-23T15:50:43.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:50:44.467Z] $ docker top c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:50:44.834Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:50:44.834Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:50:45.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:50:45.085Z] $ docker exec c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef ssh-agent [2021-03-23T15:50:45.285Z] SSH_AUTH_SOCK=/tmp/ssh-cwCBR4moSaE8/agent.12 [2021-03-23T15:50:45.285Z] SSH_AGENT_PID=17 [2021-03-23T15:50:45.293Z] Running ssh-add (command line suppressed) [2021-03-23T15:50:45.445Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7771156165841815030.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7771156165841815030.key) [2021-03-23T15:50:45.540Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:50:45.908Z] + git semver bump pre [2021-03-23T15:50:45.909Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:50:45.909Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T15:50:45.909Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T15:50:45.909Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:50:45.909Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:50:45.909Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:50:45.909Z] # $SEMVER_BRANCH = master [2021-03-23T15:50:45.909Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-03-23T15:50:45.909Z] 2.0.0-dev.22 [Pipeline] } [2021-03-23T15:50:45.923Z] $ docker exec --env ******** --env ******** c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef ssh-agent -k [2021-03-23T15:50:46.074Z] unset SSH_AUTH_SOCK; [2021-03-23T15:50:46.075Z] unset SSH_AGENT_PID; [2021-03-23T15:50:46.075Z] echo Agent pid 17 killed; [2021-03-23T15:50:46.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:50:46.607Z] + git semver [Pipeline] } [2021-03-23T15:50:46.627Z] $ docker stop --time=1 c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef [2021-03-23T15:50:48.062Z] $ docker rm -f c8162efabbb0a64eb4c896bfe582eaca14c228c718d05b73c46b543f3db64aef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:50:48.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:50:48.714Z] . [Pipeline] withDockerContainer [2021-03-23T15:50:48.840Z] prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container [2021-03-23T15:50:48.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:50:49.866Z] $ docker top 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:50:50.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:50:50.259Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:50:50.497Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:50:50.502Z] $ docker exec 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e ssh-agent [2021-03-23T15:50:50.723Z] SSH_AUTH_SOCK=/tmp/ssh-43Kj0McRDudb/agent.12 [2021-03-23T15:50:50.723Z] SSH_AGENT_PID=17 [2021-03-23T15:50:50.734Z] Running ssh-add (command line suppressed) [2021-03-23T15:50:50.901Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8589367285919294524.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8589367285919294524.key) [2021-03-23T15:50:50.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:50:51.336Z] + git semver push [2021-03-23T15:50:51.336Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:50:51.336Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-23T15:50:51.336Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T15:50:51.336Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:50:51.336Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:50:51.336Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:50:51.336Z] # $SEMVER_BRANCH = master [2021-03-23T15:50:51.336Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-03-23T15:50:55.580Z] $ docker exec --env ******** --env ******** 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e ssh-agent -k [2021-03-23T15:50:55.774Z] unset SSH_AUTH_SOCK; [2021-03-23T15:50:55.775Z] unset SSH_AGENT_PID; [2021-03-23T15:50:55.775Z] echo Agent pid 17 killed; [2021-03-23T15:50:55.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:50:56.334Z] + git semver [Pipeline] } [2021-03-23T15:50:56.353Z] $ docker stop --time=1 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e [2021-03-23T15:50:57.738Z] $ docker rm -f 19c2e77041c206197336b417c1ef08e3c69d3a1c5d8714f74a91006d09fef07e [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 [2021-03-23T15:50:59.196Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:50:59.769Z] ---> package-listing.sh [2021-03-23T15:50:59.769Z] ++ facter osfamily [2021-03-23T15:50:59.769Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T15:50:59.769Z] + OS_FAMILY=redhat [2021-03-23T15:50:59.769Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T15:50:59.769Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T15:50:59.769Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T15:50:59.769Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T15:50:59.769Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T15:50:59.769Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-03-23T15:50:59.769Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T15:50:59.769Z] + case "${OS_FAMILY}" in [2021-03-23T15:50:59.769Z] + rpm -qa [2021-03-23T15:50:59.769Z] + sort [2021-03-23T15:51:05.092Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T15:51:05.092Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T15:51:05.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T15:51:05.092Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-03-23T15:51:05.092Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-03-23T15:51:05.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2021-03-23T15:51:05.107Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-23T15:51:05.407Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:51:05.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T15:51:05.738Z] [2021-03-23T15:51:05.738Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:51:06.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T15:51:06.151Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T15:51:06.151Z] df20fa9351a1: Pulling fs layer [2021-03-23T15:51:06.151Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T15:51:06.151Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T15:51:06.151Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T15:51:06.151Z] 93b61091891f: Pulling fs layer [2021-03-23T15:51:06.151Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T15:51:06.151Z] 5e14af77c1be: Pulling fs layer [2021-03-23T15:51:06.151Z] 01666e4c0597: Pulling fs layer [2021-03-23T15:51:06.151Z] aa168da1d23b: Pulling fs layer [2021-03-23T15:51:06.151Z] 93b61091891f: Waiting [2021-03-23T15:51:06.151Z] 93b9cdb0e59b: Waiting [2021-03-23T15:51:06.151Z] 5e14af77c1be: Waiting [2021-03-23T15:51:06.151Z] 01666e4c0597: Waiting [2021-03-23T15:51:06.151Z] aa168da1d23b: Waiting [2021-03-23T15:51:06.151Z] 46f8f816bc3b: Waiting [2021-03-23T15:51:06.151Z] 36b3adc4ff6f: Verifying Checksum [2021-03-23T15:51:06.151Z] 36b3adc4ff6f: Download complete [2021-03-23T15:51:06.413Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T15:51:06.413Z] 46f8f816bc3b: Download complete [2021-03-23T15:51:06.413Z] df20fa9351a1: Verifying Checksum [2021-03-23T15:51:06.413Z] df20fa9351a1: Download complete [2021-03-23T15:51:06.413Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T15:51:06.413Z] 93b9cdb0e59b: Download complete [2021-03-23T15:51:06.413Z] 5e14af77c1be: Verifying Checksum [2021-03-23T15:51:06.413Z] 5e14af77c1be: Download complete [2021-03-23T15:51:06.413Z] 01666e4c0597: Verifying Checksum [2021-03-23T15:51:06.413Z] 01666e4c0597: Download complete [2021-03-23T15:51:06.413Z] 93b61091891f: Verifying Checksum [2021-03-23T15:51:06.413Z] 93b61091891f: Download complete [2021-03-23T15:51:06.682Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T15:51:06.682Z] 8ad3a11d3b57: Download complete [2021-03-23T15:51:06.945Z] df20fa9351a1: Pull complete [2021-03-23T15:51:07.221Z] 36b3adc4ff6f: Pull complete [2021-03-23T15:51:09.173Z] 8ad3a11d3b57: Pull complete [2021-03-23T15:51:09.173Z] aa168da1d23b: Verifying Checksum [2021-03-23T15:51:09.173Z] aa168da1d23b: Download complete [2021-03-23T15:51:09.524Z] 46f8f816bc3b: Pull complete [2021-03-23T15:51:10.258Z] 93b61091891f: Pull complete [2021-03-23T15:51:10.258Z] 93b9cdb0e59b: Pull complete [2021-03-23T15:51:10.258Z] 5e14af77c1be: Pull complete [2021-03-23T15:51:10.562Z] 01666e4c0597: Pull complete [2021-03-23T15:51:18.788Z] aa168da1d23b: Pull complete [2021-03-23T15:51:18.788Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T15:51:18.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T15:51:18.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T15:51:18.965Z] prd-centos7-docker-4c-2g-31081 does not seem to be running inside a container [2021-03-23T15:51:19.020Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T15:51:21.794Z] $ docker top b21ecb2f1644da90414792e5a2cfb8b9e520a2b727f244f2cbf5419fbd5d9c44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:51:22.438Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T15:51:22.760Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T15:51:23.071Z] + ls /var/log/sa-host [2021-03-23T15:51:23.071Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T15:51:23.071Z] file_magic: OK [2021-03-23T15:51:23.071Z] HZ: Using current value: 100 [2021-03-23T15:51:23.071Z] file_header: OK [2021-03-23T15:51:23.071Z] 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-03-23T15:51:23.071Z] Statistics: [2021-03-23T15:51:23.071Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-23T15:51:23.071Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T15:51:23.793Z] provisioning config files... [2021-03-23T15:51:23.822Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1161178362984863409tmp [Pipeline] { [Pipeline] echo [2021-03-23T15:51:23.894Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:51:24.219Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T15:51:24.240Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T15:51:24.341Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:51:24.666Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T15:51:24.682Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:51:24.985Z] ---> sudo-logs.sh [2021-03-23T15:51:24.985Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T15:51:25.050Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:51:25.352Z] ---> job-cost.sh [2021-03-23T15:51:25.352Z] lf-activate-venv: SKIPPING [2021-03-23T15:51:25.352Z] DEBUG: total: 0.20999999344348907 [2021-03-23T15:51:25.352Z] INFO: Retrieving Stack Cost... [2021-03-23T15:51:26.310Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T15:51:26.885Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T15:51:26.902Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:51:27.214Z] ---> logs-deploy.sh [2021-03-23T15:51:27.214Z] lf-activate-venv: SKIPPING [2021-03-23T15:51:27.214Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/97 [2021-03-23T15:51:27.214Z] INFO: archiving workspace using pattern(s): [2021-03-23T15:51:29.145Z] Archives upload complete. [2021-03-23T15:51:29.145Z] INFO: archiving logs to Nexus [2021-03-23T15:51:30.548Z] ---> uname -a: [2021-03-23T15:51:30.548Z] Linux prd-centos7-docker-4c-2g-31081.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-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] ---> lscpu: [2021-03-23T15:51:30.548Z] Architecture: x86_64 [2021-03-23T15:51:30.548Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-23T15:51:30.548Z] Byte Order: Little Endian [2021-03-23T15:51:30.548Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-23T15:51:30.548Z] CPU(s): 4 [2021-03-23T15:51:30.548Z] On-line CPU(s) list: 0-3 [2021-03-23T15:51:30.548Z] Thread(s) per core: 1 [2021-03-23T15:51:30.548Z] Core(s) per socket: 1 [2021-03-23T15:51:30.548Z] Socket(s): 4 [2021-03-23T15:51:30.548Z] NUMA node(s): 1 [2021-03-23T15:51:30.548Z] Vendor ID: GenuineIntel [2021-03-23T15:51:30.548Z] CPU family: 6 [2021-03-23T15:51:30.548Z] Model: 44 [2021-03-23T15:51:30.548Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-23T15:51:30.548Z] Stepping: 1 [2021-03-23T15:51:30.548Z] CPU MHz: 2933.438 [2021-03-23T15:51:30.548Z] BogoMIPS: 5866.87 [2021-03-23T15:51:30.548Z] Virtualization: VT-x [2021-03-23T15:51:30.548Z] Hypervisor vendor: KVM [2021-03-23T15:51:30.548Z] Virtualization type: full [2021-03-23T15:51:30.548Z] L1d cache: 128 KiB [2021-03-23T15:51:30.548Z] L1i cache: 128 KiB [2021-03-23T15:51:30.548Z] L2 cache: 16 MiB [2021-03-23T15:51:30.548Z] L3 cache: 64 MiB [2021-03-23T15:51:30.548Z] NUMA node0 CPU(s): 0-3 [2021-03-23T15:51:30.548Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-23T15:51:30.548Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-23T15:51:30.548Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-23T15:51:30.548Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-23T15:51:30.548Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-23T15:51:30.548Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-23T15:51:30.548Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-23T15:51:30.548Z] Vulnerability Srbds: Not affected [2021-03-23T15:51:30.548Z] Vulnerability Tsx async abort: Not affected [2021-03-23T15:51:30.548Z] 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-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] ---> nproc: [2021-03-23T15:51:30.548Z] 4 [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] ---> df -h: [2021-03-23T15:51:30.548Z] Filesystem Size Used Available Use% Mounted on [2021-03-23T15:51:30.548Z] overlay 50.0G 8.5G 41.4G 17% / [2021-03-23T15:51:30.548Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-23T15:51:30.548Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-23T15:51:30.548Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-03-23T15:51:30.548Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] ---> free -m: [2021-03-23T15:51:30.548Z] total used free shared buff/cache available [2021-03-23T15:51:30.548Z] Mem: 1837 833 148 0 855 938 [2021-03-23T15:51:30.548Z] Swap: 1023 3 1020 [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] [2021-03-23T15:51:30.548Z] ---> ip addr: [2021-03-23T15:51:30.548Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-23T15:51:30.548Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-23T15:51:30.548Z] inet 127.0.0.1/8 scope host lo [2021-03-23T15:51:30.548Z] valid_lft forever preferred_lft forever [2021-03-23T15:51:30.548Z] inet6 ::1/128 scope host [2021-03-23T15:51:30.548Z] valid_lft forever preferred_lft forever [2021-03-23T15:51:30.549Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-23T15:51:30.549Z] link/ether fa:16:3e:01:7b:53 brd ff:ff:ff:ff:ff:ff [2021-03-23T15:51:30.549Z] inet 10.30.123.85/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-23T15:51:30.549Z] valid_lft 85787sec preferred_lft 85787sec [2021-03-23T15:51:30.549Z] inet6 fe80::f816:3eff:fe01:7b53/64 scope link [2021-03-23T15:51:30.549Z] valid_lft forever preferred_lft forever [2021-03-23T15:51:30.549Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-23T15:51:30.549Z] link/ether 02:42:c8:56:3b:d7 brd ff:ff:ff:ff:ff:ff [2021-03-23T15:51:30.549Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-23T15:51:30.549Z] valid_lft forever preferred_lft forever [2021-03-23T15:51:30.549Z] inet6 fe80::42:c8ff:fe56:3bd7/64 scope link [2021-03-23T15:51:30.549Z] valid_lft forever preferred_lft forever [2021-03-23T15:51:30.549Z] [2021-03-23T15:51:30.549Z] [2021-03-23T15:51:30.549Z] ---> sar -b -r -n DEV: [2021-03-23T15:51:30.549Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T15:51:30.549Z] [2021-03-23T15:51:30.549Z] 15:41:05 LINUX RESTART (4 CPU) [2021-03-23T15:51:30.549Z] [2021-03-23T15:51:30.549Z] 15:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-23T15:51:30.549Z] 15:43:01 14.15 5.35 8.80 0.00 1189.64 197.16 0.00 [2021-03-23T15:51:30.549Z] 15:44:01 1.88 0.00 1.88 0.00 0.00 35.97 0.00 [2021-03-23T15:51:30.549Z] 15:45:01 0.30 0.00 0.30 0.00 0.00 3.55 0.00 [2021-03-23T15:51:30.549Z] 15:46:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 [2021-03-23T15:51:30.549Z] 15:47:01 0.25 0.00 0.25 0.00 0.00 2.63 0.00 [2021-03-23T15:51:30.549Z] 15:48:01 0.33 0.00 0.33 0.00 0.00 4.96 0.00 [2021-03-23T15:51:30.549Z] 15:49:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 [2021-03-23T15:51:30.549Z] 15:50:01 303.98 180.23 123.75 0.00 8689.21 36292.79 0.00 [2021-03-23T15:51:30.549Z] 15:51:01 231.43 92.73 138.70 0.00 6953.34 33462.20 0.00 [2021-03-23T15:51:30.549Z] Average: 61.54 30.98 30.56 0.00 1872.40 7796.42 0.00 [2021-03-23T15:51:30.549Z] [2021-03-23T15:51:30.549Z] 15:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-23T15:51:30.549Z] 15:43:01 155688 0 595888 31.67 2620 1127348 1116696 38.11 391588 1134540 24 [2021-03-23T15:51:30.549Z] 15:44:01 158368 0 593204 31.53 2620 1127352 1100868 37.57 391468 1132368 12 [2021-03-23T15:51:30.549Z] 15:45:01 159744 0 591820 31.45 2620 1127360 1094676 37.36 398268 1124856 8 [2021-03-23T15:51:30.549Z] 15:46:01 158868 0 592696 31.50 2620 1127360 1079412 36.84 400620 1123312 8 [2021-03-23T15:51:30.549Z] 15:47:01 157876 0 593680 31.55 2620 1127368 1079460 36.84 410356 1114924 12 [2021-03-23T15:51:30.549Z] 15:48:01 159048 0 592504 31.49 2620 1127372 1079256 36.83 409272 1114920 12 [2021-03-23T15:51:30.549Z] 15:49:01 159148 0 592400 31.48 2620 1127376 1079256 36.83 409156 1114920 8 [2021-03-23T15:51:30.549Z] 15:50:01 149024 0 702048 37.31 2596 1027876 1296428 44.24 553184 931248 41040 [2021-03-23T15:51:30.549Z] 15:51:01 149036 0 801404 42.59 1500 929604 1148172 39.19 609832 787172 80 [2021-03-23T15:51:30.549Z] Average: 156311 0 628405 33.40 2493 1094335 1119358 38.20 441527 1064251 4578 [2021-03-23T15:51:30.549Z] [2021-03-23T15:51:30.549Z] 15:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-23T15:51:30.549Z] 15:43:01 eth0 28.83 19.91 30.14 14.38 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:43:01 docker0 2.86 2.57 0.81 5.88 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:44:01 eth0 1.08 0.42 0.33 0.24 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:45:01 eth0 1.18 0.40 0.33 0.21 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:46:01 eth0 1.18 0.28 0.33 0.20 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:47:01 eth0 0.67 0.43 0.40 0.26 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:48:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:49:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:50:01 eth0 560.45 470.07 4992.51 47.80 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:50:01 docker0 41.20 40.95 3.70 198.90 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:51:01 eth0 410.95 348.27 2794.63 101.24 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] 15:51:01 docker0 32.95 41.96 2.14 233.73 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] Average: eth0 111.83 93.51 870.71 18.28 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] Average: docker0 8.57 9.52 0.74 48.83 0.00 0.00 0.00 0.00 [2021-03-23T15:51:30.549Z] [2021-03-23T15:51:30.549Z]