Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19798 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 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b (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 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b # timeout=10 Commit message: "Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31" > git rev-list --no-walk 335365869e389b2afe78b61b635b6a2b9b01eb70 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T20:27:59.251Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T20:27:59.531Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T20:27:59.660Z] ========================================================= [2021-01-12T20:27:59.660Z] EdgeX Global Pipelines Version Info [2021-01-12T20:27:59.660Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:28:01.883Z] ------------------- [2021-01-12T20:28:01.883Z] stable info: [2021-01-12T20:28:01.883Z] ------------------- [2021-01-12T20:28:01.883Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T20:28:01.883Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T20:28:01.883Z] Message: update stable to v1.0.173 [2021-01-12T20:28:02.885Z] ------------------- [2021-01-12T20:28:02.885Z] experimental info: [2021-01-12T20:28:02.885Z] ------------------- [2021-01-12T20:28:02.885Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T20:28:02.885Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T20:28:02.885Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T20:28:03.217Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-01-12T20:28:03.331Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-01-12T20:28:03.451Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T20:28:03.536Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T20:28:03.626Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T20:28:03.716Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T20:28:03.811Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T20:28:03.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T20:28:04.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-12T20:28:04.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T20:28:04.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T20:28:04.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-01-12T20:28:04.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T20:28:04.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T20:28:04.714Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:28:04.830Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:28:05.019Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:28:05.166Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T20:28:05.318Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-12T20:28:05.402Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-12T20:28:05.481Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-12T20:28:05.560Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-12T20:28:05.644Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-12T20:28:05.742Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-12T20:28:05.823Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-12T20:28:05.941Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T20:28:06.023Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T20:28:06.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-12T20:28:06.216Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-12T20:28:06.297Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-12T20:28:06.382Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] echo [2021-01-12T20:28:06.532Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2011d14 [Pipeline] echo [2021-01-12T20:28:06.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:28:07.441Z] + git log --format=format:%s -1 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] echo [2021-01-12T20:28:07.547Z] GIT_COMMIT: 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b, Commit Message: Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31 [Pipeline] echo [2021-01-12T20:28:07.588Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:28:08.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:28:08.447Z] [2021-01-12T20:28:08.447Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:28:08.849Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:28:09.133Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T20:28:09.133Z] 31603596830f: Pulling fs layer [2021-01-12T20:28:09.133Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T20:28:09.133Z] 6ca5941a6612: Pulling fs layer [2021-01-12T20:28:09.133Z] ecc8261a40a4: Pulling fs layer [2021-01-12T20:28:09.133Z] ecc8261a40a4: Waiting [2021-01-12T20:28:09.133Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T20:28:09.133Z] 2a8b12db71e7: Download complete [2021-01-12T20:28:09.133Z] 31603596830f: Verifying Checksum [2021-01-12T20:28:09.133Z] 31603596830f: Download complete [2021-01-12T20:28:09.409Z] ecc8261a40a4: Verifying Checksum [2021-01-12T20:28:09.409Z] ecc8261a40a4: Download complete [2021-01-12T20:28:09.409Z] 6ca5941a6612: Verifying Checksum [2021-01-12T20:28:09.409Z] 6ca5941a6612: Download complete [2021-01-12T20:28:09.678Z] 31603596830f: Pull complete [2021-01-12T20:28:09.949Z] 2a8b12db71e7: Pull complete [2021-01-12T20:28:11.403Z] 6ca5941a6612: Pull complete [2021-01-12T20:28:11.675Z] ecc8261a40a4: Pull complete [2021-01-12T20:28:11.675Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T20:28:11.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:28:11.675Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T20:28:11.953Z] prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container [2021-01-12T20:28:12.039Z] $ 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-01-12T20:28:14.464Z] $ docker top 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:28:14.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:28:14.979Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:28:15.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:28:15.341Z] $ docker exec 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent [2021-01-12T20:28:15.634Z] SSH_AUTH_SOCK=/tmp/ssh-Fdgda43Z2oID/agent.12 [2021-01-12T20:28:15.634Z] SSH_AGENT_PID=18 [2021-01-12T20:28:15.656Z] Running ssh-add (command line suppressed) [2021-01-12T20:28:15.891Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_691309842314424358.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_691309842314424358.key) [2021-01-12T20:28:16.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:28:16.784Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T20:28:16.813Z] $ docker exec --env ******** --env ******** 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent -k [2021-01-12T20:28:16.972Z] unset SSH_AUTH_SOCK; [2021-01-12T20:28:16.983Z] unset SSH_AGENT_PID; [2021-01-12T20:28:16.983Z] echo Agent pid 18 killed; [2021-01-12T20:28:17.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T20:28:17.185Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:28:17.185Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:28:17.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:28:17.484Z] $ docker exec 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent [2021-01-12T20:28:17.841Z] SSH_AUTH_SOCK=/tmp/ssh-9AuzH0likJA1/agent.47 [2021-01-12T20:28:17.841Z] SSH_AGENT_PID=53 [2021-01-12T20:28:17.852Z] Running ssh-add (command line suppressed) [2021-01-12T20:28:18.107Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_818291137186884011.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_818291137186884011.key) [2021-01-12T20:28:18.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:28:18.533Z] + git semver init [2021-01-12T20:28:18.533Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:28:18.533Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-12T20:28:18.533Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-12T20:28:18.533Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:28:18.533Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:28:18.533Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:28:18.533Z] # $SEMVER_BRANCH = master [2021-01-12T20:28:18.533Z] # $SEMVER_TEMP = /tmp/semver-836394836 [2021-01-12T20:28:18.533Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-01-12T20:28:19.129Z] # '/tmp/semver-836394836' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-01-12T20:28:19.129Z] # -> Force: false [2021-01-12T20:28:19.129Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-01-12T20:28:19.163Z] $ docker exec --env ******** --env ******** 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 ssh-agent -k [2021-01-12T20:28:19.372Z] unset SSH_AUTH_SOCK; [2021-01-12T20:28:19.372Z] unset SSH_AGENT_PID; [2021-01-12T20:28:19.372Z] echo Agent pid 53 killed; [2021-01-12T20:28:19.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:28:19.935Z] + git semver [Pipeline] } [2021-01-12T20:28:19.963Z] $ docker stop --time=1 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 [2021-01-12T20:28:21.710Z] $ docker rm -f 7a1fd5926164550d60d2cdec4c1d84eccf223bb68ead071646c23f12e3a34b91 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:28:22.297Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T20:28:23.036Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T20:28:23.039Z] [edgeXSemver]: initialized semver on version 0.0.70 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-12T20:28:38.654Z] Still waiting to schedule task [2021-01-12T20:28:38.654Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-12T20:28:38.657Z] Still waiting to schedule task [2021-01-12T20:28:38.657Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-12T20:31:42.087Z] Running on prd-centos7-docker-4c-2g-19802 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-01-12T20:31:42.157Z] Running in /w/workspace/go-mod-bootstrap/74 [Pipeline] { [Pipeline] checkout [2021-01-12T20:31:47.862Z] using credential edgex-jenkins-ssh [2021-01-12T20:31:47.916Z] Cloning the remote Git repository [2021-01-12T20:31:47.977Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-12T20:31:48.053Z] > git init /w/workspace/go-mod-bootstrap/74 # timeout=10 [2021-01-12T20:31:48.144Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-12T20:31:48.144Z] > git --version # timeout=10 [2021-01-12T20:31:48.158Z] > git --version # 'git version 2.24.3' [2021-01-12T20:31:48.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:31:48.221Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:31:48.948Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-12T20:31:48.986Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:31:49.053Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-12T20:31:49.110Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-12T20:31:49.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:31:49.123Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T20:31:49.546Z] Checking out Revision 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b (master) [2021-01-12T20:31:49.572Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T20:31:49.617Z] > git checkout -f 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b # timeout=10 [2021-01-12T20:31:53.653Z] Commit message: "Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:31:55.063Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:31:55.497Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:31:55.847Z] + sudo service docker restart [2021-01-12T20:31:55.847Z] + true [2021-01-12T20:31:55.847Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-12T20:31:57.459Z] ========================================================= [2021-01-12T20:31:57.459Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T20:31:57.459Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:31:57.842Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-12T20:31:58.434Z] Sending build context to Docker daemon 619kB [2021-01-12T20:31:58.434Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-12T20:31:58.434Z] Step 2/8 : FROM ${BASE} [2021-01-12T20:31:58.699Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T20:31:58.699Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T20:31:58.699Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T20:31:58.699Z] de9db76c5a1d: Pulling fs layer [2021-01-12T20:31:58.699Z] bca2f99d35d6: Pulling fs layer [2021-01-12T20:31:58.699Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T20:31:58.699Z] 7c6f9722023f: Pulling fs layer [2021-01-12T20:31:58.699Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T20:31:58.699Z] 93359f2a8cfa: Waiting [2021-01-12T20:31:58.699Z] 7c6f9722023f: Waiting [2021-01-12T20:31:58.699Z] a35cf1a2eb13: Waiting [2021-01-12T20:31:58.699Z] bca2f99d35d6: Waiting [2021-01-12T20:31:58.699Z] de9db76c5a1d: Verifying Checksum [2021-01-12T20:31:58.699Z] de9db76c5a1d: Download complete [2021-01-12T20:31:58.699Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T20:31:58.699Z] 0ef7d3d256c8: Download complete [2021-01-12T20:31:58.699Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T20:31:58.699Z] 93359f2a8cfa: Download complete [2021-01-12T20:31:58.699Z] 7c6f9722023f: Verifying Checksum [2021-01-12T20:31:58.699Z] 7c6f9722023f: Download complete [2021-01-12T20:31:59.327Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T20:31:59.328Z] 188c0c94c7c5: Download complete [2021-01-12T20:31:59.634Z] 188c0c94c7c5: Pull complete [2021-01-12T20:31:59.916Z] 0ef7d3d256c8: Pull complete [2021-01-12T20:32:00.188Z] de9db76c5a1d: Pull complete [2021-01-12T20:32:02.847Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T20:32:02.847Z] a35cf1a2eb13: Download complete [2021-01-12T20:32:03.435Z] bca2f99d35d6: Verifying Checksum [2021-01-12T20:32:03.435Z] bca2f99d35d6: Download complete [2021-01-12T20:32:06.345Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19801 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-01-12T20:32:06.403Z] Running in /w/workspace/go-mod-bootstrap/74 [Pipeline] { [Pipeline] checkout [2021-01-12T20:32:11.714Z] using credential edgex-jenkins-ssh [2021-01-12T20:32:11.774Z] Cloning the remote Git repository [2021-01-12T20:32:11.833Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-12T20:32:11.940Z] > git init /w/workspace/go-mod-bootstrap/74 # timeout=10 [2021-01-12T20:32:12.022Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-12T20:32:12.023Z] > git --version # timeout=10 [2021-01-12T20:32:12.044Z] > git --version # 'git version 2.17.1' [2021-01-12T20:32:12.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:32:12.129Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:32:13.513Z] Checking out Revision 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b (master) [2021-01-12T20:32:13.751Z] bca2f99d35d6: Pull complete [2021-01-12T20:32:13.751Z] 93359f2a8cfa: Pull complete [2021-01-12T20:32:13.751Z] 7c6f9722023f: Pull complete [2021-01-12T20:32:12.915Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-12T20:32:12.943Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T20:32:12.984Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-01-12T20:32:13.028Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-01-12T20:32:13.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T20:32:13.041Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T20:32:13.529Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T20:32:13.548Z] > git checkout -f 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b # timeout=10 [2021-01-12T20:32:17.979Z] Commit message: "Merge pull request #146 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets-0.0.31" [2021-01-12T20:32:18.139Z] a35cf1a2eb13: Pull complete [2021-01-12T20:32:18.140Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T20:32:18.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T20:32:18.140Z] ---> a62c8e92a672 [2021-01-12T20:32:18.140Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-12T20:32:18.140Z] ---> Running in b8135e7720fc [Pipeline] withEnv [Pipeline] { [2021-01-12T20:32:18.424Z] Removing intermediate container b8135e7720fc [2021-01-12T20:32:18.424Z] ---> 2b9c5ebf9870 [2021-01-12T20:32:18.424Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:32:18.424Z] ---> Running in 8e0090b1e5c9 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T20:32:19.509Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:32:19.883Z] Removing intermediate container 8e0090b1e5c9 [2021-01-12T20:32:19.883Z] ---> e7d7e25895cb [2021-01-12T20:32:19.883Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-01-12T20:32:19.925Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T20:32:20.158Z] ---> Running in 9bf010289d24 [2021-01-12T20:32:20.273Z] + true [2021-01-12T20:32:20.274Z] + sudo service docker restart [2021-01-12T20:32:21.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] unstash [2021-01-12T20:32:22.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-01-12T20:32:22.694Z] ========================================================= [2021-01-12T20:32:22.694Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T20:32:22.694Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:32:23.092Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-12T20:32:24.004Z] OK: 166 MiB in 39 packages [2021-01-12T20:32:24.071Z] Sending build context to Docker daemon 618kB [2021-01-12T20:32:24.071Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-01-12T20:32:24.071Z] Step 2/8 : FROM ${BASE} [2021-01-12T20:32:24.344Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T20:32:24.344Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T20:32:24.344Z] a4357932f1b6: Pulling fs layer [2021-01-12T20:32:24.344Z] 18c013af1878: Pulling fs layer [2021-01-12T20:32:24.344Z] 00ac8860ef70: Pulling fs layer [2021-01-12T20:32:24.344Z] 63d7cb157983: Pulling fs layer [2021-01-12T20:32:24.344Z] b116817d02f9: Pulling fs layer [2021-01-12T20:32:24.344Z] 745a02a5169b: Pulling fs layer [2021-01-12T20:32:24.344Z] 63d7cb157983: Waiting [2021-01-12T20:32:24.344Z] b116817d02f9: Waiting [2021-01-12T20:32:24.344Z] 745a02a5169b: Waiting [2021-01-12T20:32:24.344Z] 00ac8860ef70: Waiting [2021-01-12T20:32:24.344Z] 18c013af1878: Verifying Checksum [2021-01-12T20:32:24.344Z] 18c013af1878: Download complete [2021-01-12T20:32:24.344Z] a4357932f1b6: Verifying Checksum [2021-01-12T20:32:24.344Z] a4357932f1b6: Download complete [2021-01-12T20:32:24.344Z] 63d7cb157983: Download complete [2021-01-12T20:32:24.344Z] b116817d02f9: Verifying Checksum [2021-01-12T20:32:24.344Z] b116817d02f9: Download complete [2021-01-12T20:32:24.344Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T20:32:24.344Z] 5f621e34cdf4: Download complete [2021-01-12T20:32:24.595Z] Removing intermediate container 9bf010289d24 [2021-01-12T20:32:24.595Z] ---> 3066715e23bd [2021-01-12T20:32:24.595Z] Step 6/8 : WORKDIR /build [2021-01-12T20:32:24.595Z] ---> Running in 273a7db3c605 [2021-01-12T20:32:24.860Z] Removing intermediate container 273a7db3c605 [2021-01-12T20:32:24.860Z] ---> 2416965878fe [2021-01-12T20:32:24.860Z] Step 7/8 : COPY go.mod . [2021-01-12T20:32:25.130Z] ---> 922464198b2f [2021-01-12T20:32:25.131Z] Step 8/8 : RUN go mod download [2021-01-12T20:32:25.131Z] ---> Running in cc141f1bab90 [2021-01-12T20:32:25.329Z] 5f621e34cdf4: Pull complete [2021-01-12T20:32:25.604Z] a4357932f1b6: Pull complete [2021-01-12T20:32:26.197Z] 18c013af1878: Pull complete [2021-01-12T20:32:26.197Z] 745a02a5169b: Verifying Checksum [2021-01-12T20:32:26.197Z] 745a02a5169b: Download complete [2021-01-12T20:32:28.161Z] 00ac8860ef70: Verifying Checksum [2021-01-12T20:32:28.161Z] 00ac8860ef70: Download complete [2021-01-12T20:32:38.349Z] 00ac8860ef70: Pull complete [2021-01-12T20:32:38.349Z] 63d7cb157983: Pull complete [2021-01-12T20:32:38.349Z] b116817d02f9: Pull complete [2021-01-12T20:32:42.665Z] 745a02a5169b: Pull complete [2021-01-12T20:32:42.665Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T20:32:42.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T20:32:42.665Z] ---> b7e6874047d6 [2021-01-12T20:32:42.665Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-12T20:32:45.301Z] ---> Running in 5e1865e4919a [2021-01-12T20:32:45.301Z] Removing intermediate container 5e1865e4919a [2021-01-12T20:32:45.301Z] ---> 14337f628d71 [2021-01-12T20:32:45.301Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T20:32:45.301Z] ---> Running in 3d77b11e6248 [2021-01-12T20:32:47.367Z] Removing intermediate container cc141f1bab90 [2021-01-12T20:32:47.367Z] ---> 1001160a2600 [2021-01-12T20:32:47.367Z] Successfully built 1001160a2600 [2021-01-12T20:32:47.367Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:32:47.714Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T20:32:47.714Z] . [Pipeline] withDockerContainer [2021-01-12T20:32:47.861Z] prd-centos7-docker-4c-2g-19802 does not seem to be running inside a container [2021-01-12T20:32:47.934Z] Removing intermediate container 3d77b11e6248 [2021-01-12T20:32:47.934Z] ---> 5b2c3936539c [2021-01-12T20:32:47.934Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-01-12T20:32:47.934Z] ---> Running in b7db5149e23b [2021-01-12T20:32:47.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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-x86_64 cat [2021-01-12T20:32:48.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T20:32:49.059Z] $ docker top 6ab068c855d90b2961572cb062a3635c1c1119d97aa2ca7d22fd0244eb839de8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:32:49.872Z] + go version [2021-01-12T20:32:49.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T20:32:50.157Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T20:32:50.196Z] $ docker stop --time=1 6ab068c855d90b2961572cb062a3635c1c1119d97aa2ca7d22fd0244eb839de8 [2021-01-12T20:32:51.324Z] OK: 142 MiB in 39 packages [2021-01-12T20:32:51.803Z] $ docker rm -f 6ab068c855d90b2961572cb062a3635c1c1119d97aa2ca7d22fd0244eb839de8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-12T20:32:52.315Z] Removing intermediate container b7db5149e23b [2021-01-12T20:32:52.315Z] ---> 6b7c9df0a48f [2021-01-12T20:32:52.315Z] Step 6/8 : WORKDIR /build [2021-01-12T20:32:52.315Z] ---> Running in 046a4c21997a [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:32:52.749Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T20:32:52.749Z] . [Pipeline] withDockerContainer [2021-01-12T20:32:52.912Z] prd-centos7-docker-4c-2g-19802 does not seem to be running inside a container [2021-01-12T20:32:52.918Z] Removing intermediate container 046a4c21997a [2021-01-12T20:32:52.918Z] ---> 0481e93a3568 [2021-01-12T20:32:52.918Z] Step 7/8 : COPY go.mod . [2021-01-12T20:32:52.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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-x86_64 cat [2021-01-12T20:32:53.522Z] ---> 307f6ba976e7 [2021-01-12T20:32:53.523Z] Step 8/8 : RUN go mod download [2021-01-12T20:32:53.799Z] ---> Running in 5f650feae94a [2021-01-12T20:32:53.998Z] $ docker top 7e3ffd5f76c9405f0efed1486997f1c729e97d078e41a96b113fb50557a0dc0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:32:54.541Z] + make test [2021-01-12T20:32:54.541Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-12T20:33:13.462Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2021-01-12T20:33:13.462Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.022s coverage: 9.0% of statements [2021-01-12T20:33:13.462Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2021-01-12T20:33:13.462Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.020s coverage: 92.2% of statements [2021-01-12T20:33:13.462Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.022s coverage: 85.3% of statements [2021-01-12T20:33:13.767Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.042s coverage: 34.3% of statements [2021-01-12T20:33:13.767Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2021-01-12T20:33:13.767Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2021-01-12T20:33:13.767Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 18.2% of statements [2021-01-12T20:33:15.966Z] Removing intermediate container 5f650feae94a [2021-01-12T20:33:15.966Z] ---> 880511408176 [2021-01-12T20:33:15.966Z] Successfully built 880511408176 [2021-01-12T20:33:15.966Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:33:16.316Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T20:33:16.316Z] . [Pipeline] withDockerContainer [2021-01-12T20:33:16.587Z] prd-ubuntu18.04-docker-arm64-4c-16g-19801 does not seem to be running inside a container [2021-01-12T20:33:16.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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-01-12T20:33:17.160Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.033s coverage: 95.3% of statements [2021-01-12T20:33:17.160Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2021-01-12T20:33:17.160Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2021-01-12T20:33:17.160Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.025s coverage: 91.3% of statements [2021-01-12T20:33:17.160Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T20:33:18.101Z] $ docker top 575323d98822d309fbb7deb47daa3b22b426b70ce4a1d1254e12574c3d87fc45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:33:19.118Z] + go version [2021-01-12T20:33:19.118Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T20:33:19.138Z] $ docker stop --time=1 575323d98822d309fbb7deb47daa3b22b426b70ce4a1d1254e12574c3d87fc45 [2021-01-12T20:33:20.656Z] gofmt -l . [2021-01-12T20:33:20.656Z] [ "`gofmt -l .`" = "" ] [2021-01-12T20:33:20.997Z] $ docker rm -f 575323d98822d309fbb7deb47daa3b22b426b70ce4a1d1254e12574c3d87fc45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-01-12T20:33:21.307Z] $ docker stop --time=1 7e3ffd5f76c9405f0efed1486997f1c729e97d078e41a96b113fb50557a0dc0f [2021-01-12T20:33:23.992Z] $ docker rm -f 7e3ffd5f76c9405f0efed1486997f1c729e97d078e41a96b113fb50557a0dc0f [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:33:24.674Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T20:33:24.969Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T20:33:24.969Z] . [Pipeline] withDockerContainer [2021-01-12T20:33:25.230Z] prd-ubuntu18.04-docker-arm64-4c-16g-19801 does not seem to be running inside a container [2021-01-12T20:33:25.307Z] Stashed 1 file(s) [2021-01-12T20:33:25.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/74 -v /w/workspace/go-mod-bootstrap/74:/w/workspace/go-mod-bootstrap/74:rw,z -v /w/workspace/go-mod-bootstrap/74@tmp:/w/workspace/go-mod-bootstrap/74@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-01-12T20:33:26.815Z] $ docker top 8ec59c37aafb2bcc391570f9c908d1a65b3cd7bc5bd249a950add4d38cfac627 -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-01-12T20:33:27.938Z] + make test [2021-01-12T20:33:27.938Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T20:34:00.399Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2021-01-12T20:34:00.399Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.050s coverage: 9.0% of statements [2021-01-12T20:34:00.399Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2021-01-12T20:34:00.399Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.024s coverage: 92.2% of statements [2021-01-12T20:34:00.399Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.045s coverage: 85.3% of statements [2021-01-12T20:34:00.399Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.042s coverage: 34.3% of statements [2021-01-12T20:34:00.399Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2021-01-12T20:34:00.399Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2021-01-12T20:34:00.399Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.017s coverage: 18.2% of statements [2021-01-12T20:34:03.010Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.022s coverage: 95.3% of statements [2021-01-12T20:34:03.010Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2021-01-12T20:34:03.010Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2021-01-12T20:34:03.010Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.015s coverage: 91.3% of statements [2021-01-12T20:34:03.283Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T20:34:08.705Z] gofmt -l . [2021-01-12T20:34:08.705Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-12T20:34:08.727Z] $ docker stop --time=1 8ec59c37aafb2bcc391570f9c908d1a65b3cd7bc5bd249a950add4d38cfac627 [2021-01-12T20:34:10.941Z] $ docker rm -f 8ec59c37aafb2bcc391570f9c908d1a65b3cd7bc5bd249a950add4d38cfac627 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T20:34:11.801Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T20:34:11.824Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T20:34:12.548Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-12T20:34:15.638Z] provisioning config files... [2021-01-12T20:34:15.663Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2274584530025219147tmp [Pipeline] { [Pipeline] sh [2021-01-12T20:34:16.081Z] + set +x [2021-01-12T20:34:16.081Z] + curl -s https://codecov.io/bash [2021-01-12T20:34:16.081Z] + bash -s -- [2021-01-12T20:34:16.358Z] [2021-01-12T20:34:16.358Z] _____ _ [2021-01-12T20:34:16.358Z] / ____| | | [2021-01-12T20:34:16.358Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T20:34:16.358Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T20:34:16.358Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T20:34:16.358Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T20:34:16.358Z] Bash-20201231-23d4836 [2021-01-12T20:34:16.358Z] [2021-01-12T20:34:16.358Z] [2021-01-12T20:34:16.358Z] ==> git version 2.24.3 found [2021-01-12T20:34:16.358Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-12T20:34:16.358Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T20:34:16.358Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T20:34:16.358Z] ==> Jenkins CI detected. [2021-01-12T20:34:16.358Z] project root: . [2021-01-12T20:34:16.358Z] --> token set from env [2021-01-12T20:34:16.358Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T20:34:16.358Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T20:34:16.358Z] ==> Python coveragepy not found [2021-01-12T20:34:16.358Z] ==> Searching for coverage reports in: [2021-01-12T20:34:16.358Z] + . [2021-01-12T20:34:16.686Z] -> Found 1 reports [2021-01-12T20:34:16.686Z] ==> Detecting git/mercurial file structure [2021-01-12T20:34:16.686Z] ==> Reading reports [2021-01-12T20:34:16.686Z] + ./coverage.out bytes=26001 [2021-01-12T20:34:16.686Z] ==> Appending adjustments [2021-01-12T20:34:16.686Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T20:34:16.999Z] + Found adjustments [2021-01-12T20:34:16.999Z] ==> Gzipping contents [2021-01-12T20:34:16.999Z] 8.0K /tmp/codecov.NuHox1.gz [2021-01-12T20:34:16.999Z] ==> Uploading reports [2021-01-12T20:34:16.999Z] url: https://codecov.io [2021-01-12T20:34:16.999Z] query: branch=master&commit=2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F74%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-12T20:34:16.999Z] -> Pinging Codecov [2021-01-12T20:34:16.999Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b&build=74&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F74%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-12T20:34:17.597Z] -> Uploading to [2021-01-12T20:34:17.597Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/833815588EE85121546D348822E98E2E/2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b/5c5550d3-3051-471a-b1e5-4ab2341fa9e2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T203417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9ea9d198364dd088b74623dfdc3f5c737938b1436cd304282e1716a0287bd41a [2021-01-12T20:34:17.597Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T20:34:17.597Z] Dload Upload Total Spent Left Speed [2021-01-12T20:34:17.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4947 0 0 100 4947 0 9953 --:--:-- --:--:-- --:--:-- 9973 [2021-01-12T20:34:17.861Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] } [2021-01-12T20:34:17.881Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-12T20:34:18.343Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-12T20:34:18.396Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:34:18.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T20:34:19.052Z] [2021-01-12T20:34:19.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:34:19.442Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T20:34:19.442Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-12T20:34:19.442Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T20:34:19.442Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T20:34:19.442Z] de9db76c5a1d: Pulling fs layer [2021-01-12T20:34:19.442Z] 0eba1c9be4d2: Pulling fs layer [2021-01-12T20:34:19.442Z] 0d57e429df01: Pulling fs layer [2021-01-12T20:34:19.442Z] 4e4be7b47b0d: Pulling fs layer [2021-01-12T20:34:19.442Z] e1f770b5df2f: Pulling fs layer [2021-01-12T20:34:19.442Z] 85a0685a4137: Pulling fs layer [2021-01-12T20:34:19.442Z] 0eba1c9be4d2: Waiting [2021-01-12T20:34:19.442Z] 4e4be7b47b0d: Waiting [2021-01-12T20:34:19.442Z] e1f770b5df2f: Waiting [2021-01-12T20:34:19.442Z] 85a0685a4137: Waiting [2021-01-12T20:34:19.718Z] de9db76c5a1d: Verifying Checksum [2021-01-12T20:34:19.718Z] de9db76c5a1d: Download complete [2021-01-12T20:34:19.718Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T20:34:19.718Z] 0ef7d3d256c8: Download complete [2021-01-12T20:34:19.718Z] 0d57e429df01: Verifying Checksum [2021-01-12T20:34:19.718Z] 0d57e429df01: Download complete [2021-01-12T20:34:20.008Z] 4e4be7b47b0d: Verifying Checksum [2021-01-12T20:34:20.008Z] 4e4be7b47b0d: Download complete [2021-01-12T20:34:20.008Z] 188c0c94c7c5: Download complete [2021-01-12T20:34:21.043Z] 188c0c94c7c5: Pull complete [2021-01-12T20:34:21.326Z] 0ef7d3d256c8: Pull complete [2021-01-12T20:34:21.604Z] de9db76c5a1d: Pull complete [2021-01-12T20:34:22.243Z] e1f770b5df2f: Verifying Checksum [2021-01-12T20:34:22.243Z] e1f770b5df2f: Download complete [2021-01-12T20:34:26.585Z] 0eba1c9be4d2: Verifying Checksum [2021-01-12T20:34:26.585Z] 0eba1c9be4d2: Download complete [2021-01-12T20:34:27.218Z] 85a0685a4137: Verifying Checksum [2021-01-12T20:34:27.218Z] 85a0685a4137: Download complete [2021-01-12T20:34:37.375Z] 0eba1c9be4d2: Pull complete [2021-01-12T20:34:37.375Z] 0d57e429df01: Pull complete [2021-01-12T20:34:37.375Z] 4e4be7b47b0d: Pull complete [2021-01-12T20:34:38.834Z] e1f770b5df2f: Pull complete [2021-01-12T20:34:51.317Z] 85a0685a4137: Pull complete [2021-01-12T20:34:51.317Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-12T20:34:51.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-12T20:34:51.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-12T20:34:51.703Z] prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container [2021-01-12T20:34:51.794Z] $ 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-01-12T20:34:53.191Z] $ docker top 89fba3f1e313afb0cbaaeb05eb074b9fcf8ef8f543fc4eb9a6d29de2bc97413c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T20:34:53.487Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-12T20:34:53.838Z] + set -o pipefail [2021-01-12T20:34:53.838Z] + snyk monitor '--org=edgex-jenkins' [2021-01-12T20:35:04.049Z] [2021-01-12T20:35:04.049Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2021-01-12T20:35:04.049Z] [2021-01-12T20:35:04.049Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/36a93868-1079-4411-88ef-d6bfc15108ef [2021-01-12T20:35:04.049Z] [2021-01-12T20:35:04.049Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-12T20:35:04.049Z] [2021-01-12T20:35:04.049Z] [Pipeline] } [2021-01-12T20:35:04.075Z] $ docker stop --time=1 89fba3f1e313afb0cbaaeb05eb074b9fcf8ef8f543fc4eb9a6d29de2bc97413c [2021-01-12T20:35:06.319Z] $ docker rm -f 89fba3f1e313afb0cbaaeb05eb074b9fcf8ef8f543fc4eb9a6d29de2bc97413c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-12T20:35:08.221Z] + git log --format=format:%s -1 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:35:08.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:35:08.586Z] . [Pipeline] withDockerContainer [2021-01-12T20:35:08.718Z] prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container [2021-01-12T20:35:08.801Z] $ 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-01-12T20:35:10.216Z] $ docker top 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:35:10.574Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:35:10.574Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:35:10.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:35:10.855Z] $ docker exec 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 ssh-agent [2021-01-12T20:35:11.107Z] SSH_AUTH_SOCK=/tmp/ssh-fl97VGXApggL/agent.11 [2021-01-12T20:35:11.107Z] SSH_AGENT_PID=16 [2021-01-12T20:35:11.120Z] Running ssh-add (command line suppressed) [2021-01-12T20:35:11.378Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6065423639668751009.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6065423639668751009.key) [2021-01-12T20:35:11.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:35:12.173Z] + git semver tag [2021-01-12T20:35:12.173Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:35:12.173Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-12T20:35:12.173Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-12T20:35:12.173Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:35:12.173Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:35:12.173Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:35:12.173Z] # $SEMVER_BRANCH = master [2021-01-12T20:35:12.173Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-01-12T20:35:12.173Z] # 2011d140d2dfca30fe3949ab29cb3d82ab7d9a0b HEAD [2021-01-12T20:35:12.173Z] # -> Force: false [2021-01-12T20:35:12.173Z] # 4d5477e0575944da9400888bbbd9862fa2d85e56 refs/tags/v0.0.70 [Pipeline] } [2021-01-12T20:35:12.218Z] $ docker exec --env ******** --env ******** 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 ssh-agent -k [2021-01-12T20:35:12.441Z] unset SSH_AUTH_SOCK; [2021-01-12T20:35:12.441Z] unset SSH_AGENT_PID; [2021-01-12T20:35:12.441Z] echo Agent pid 16 killed; [2021-01-12T20:35:12.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:35:13.484Z] + git semver [Pipeline] } [2021-01-12T20:35:13.509Z] $ docker stop --time=1 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 [2021-01-12T20:35:15.137Z] $ docker rm -f 17078b594b6f3fc9abca704dce09b352a0720a3a89b67e5b9a619de5f99fe8b7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:35:15.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-12T20:35:15.844Z] [2021-01-12T20:35:15.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:35:16.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-12T20:35:16.211Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-12T20:35:16.211Z] ab5ef0e58194: Pulling fs layer [2021-01-12T20:35:16.211Z] 9712f1f96733: Pulling fs layer [2021-01-12T20:35:16.211Z] 63f879dbbcfc: Pulling fs layer [2021-01-12T20:35:16.211Z] 0d9ebad4ef96: Pulling fs layer [2021-01-12T20:35:16.211Z] e9a5061849ea: Pulling fs layer [2021-01-12T20:35:16.211Z] d747dcd14b5f: Pulling fs layer [2021-01-12T20:35:16.211Z] 2de7ff778b66: Pulling fs layer [2021-01-12T20:35:16.211Z] e9a5061849ea: Waiting [2021-01-12T20:35:16.211Z] d747dcd14b5f: Waiting [2021-01-12T20:35:16.211Z] 2de7ff778b66: Waiting [2021-01-12T20:35:16.211Z] 0d9ebad4ef96: Waiting [2021-01-12T20:35:16.211Z] 9712f1f96733: Verifying Checksum [2021-01-12T20:35:16.211Z] 9712f1f96733: Download complete [2021-01-12T20:35:19.838Z] 63f879dbbcfc: Verifying Checksum [2021-01-12T20:35:19.838Z] 63f879dbbcfc: Download complete [2021-01-12T20:35:20.116Z] e9a5061849ea: Download complete [2021-01-12T20:35:20.116Z] d747dcd14b5f: Verifying Checksum [2021-01-12T20:35:20.116Z] d747dcd14b5f: Download complete [2021-01-12T20:35:21.123Z] 2de7ff778b66: Verifying Checksum [2021-01-12T20:35:21.123Z] 2de7ff778b66: Download complete [2021-01-12T20:35:22.127Z] 0d9ebad4ef96: Verifying Checksum [2021-01-12T20:35:22.127Z] 0d9ebad4ef96: Download complete [2021-01-12T20:35:22.404Z] ab5ef0e58194: Verifying Checksum [2021-01-12T20:35:22.404Z] ab5ef0e58194: Download complete [2021-01-12T20:35:32.674Z] ab5ef0e58194: Pull complete [2021-01-12T20:35:32.674Z] 9712f1f96733: Pull complete [2021-01-12T20:35:34.630Z] 63f879dbbcfc: Pull complete [2021-01-12T20:35:44.869Z] 0d9ebad4ef96: Pull complete [2021-01-12T20:35:45.829Z] e9a5061849ea: Pull complete [2021-01-12T20:35:46.122Z] d747dcd14b5f: Pull complete [2021-01-12T20:35:48.799Z] 2de7ff778b66: Pull complete [2021-01-12T20:35:48.799Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-12T20:35:49.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-12T20:35:49.066Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-12T20:35:49.456Z] prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container [2021-01-12T20:35:49.575Z] $ 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-01-12T20:35:53.500Z] $ docker top bb3a455ca859f72a8005e37bc7fe8bf85c28570750716dc877351c713257ff0f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-12T20:35:53.799Z] provisioning config files... [2021-01-12T20:35:53.811Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1973878069897064306tmp [2021-01-12T20:35:53.846Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2185735235215468573tmp [2021-01-12T20:35:53.868Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2856361916708113893tmp [Pipeline] { [Pipeline] echo [2021-01-12T20:35:53.932Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:35:54.603Z] ---> sigul-configuration.sh [2021-01-12T20:35:54.604Z] gpg: directory `/root/.gnupg' created [2021-01-12T20:35:54.604Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-12T20:35:54.604Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-12T20:35:54.604Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-12T20:35:54.604Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-12T20:35:54.604Z] gpg: CAST5 encrypted data [2021-01-12T20:35:54.604Z] gpg: encrypted with 1 passphrase [2021-01-12T20:35:54.604Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-12T20:35:55.521Z] + mkdir /home/jenkins [2021-01-12T20:35:55.521Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-12T20:35:56.070Z] + 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-01-12T20:35:56.125Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:35:56.643Z] ---> sigul-install.sh [2021-01-12T20:36:06.900Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-12T20:36:07.610Z] + git tag --list [2021-01-12T20:36:07.610Z] v0.0.1 [2021-01-12T20:36:07.610Z] v0.0.10 [2021-01-12T20:36:07.610Z] v0.0.11 [2021-01-12T20:36:07.610Z] v0.0.12 [2021-01-12T20:36:07.610Z] v0.0.13 [2021-01-12T20:36:07.610Z] v0.0.14 [2021-01-12T20:36:07.610Z] v0.0.15 [2021-01-12T20:36:07.610Z] v0.0.16 [2021-01-12T20:36:07.610Z] v0.0.17 [2021-01-12T20:36:07.610Z] v0.0.18 [2021-01-12T20:36:07.610Z] v0.0.19 [2021-01-12T20:36:07.610Z] v0.0.2 [2021-01-12T20:36:07.610Z] v0.0.20 [2021-01-12T20:36:07.610Z] v0.0.21 [2021-01-12T20:36:07.610Z] v0.0.22 [2021-01-12T20:36:07.610Z] v0.0.23 [2021-01-12T20:36:07.610Z] v0.0.24 [2021-01-12T20:36:07.610Z] v0.0.25 [2021-01-12T20:36:07.610Z] v0.0.26 [2021-01-12T20:36:07.610Z] v0.0.27 [2021-01-12T20:36:07.610Z] v0.0.28 [2021-01-12T20:36:07.610Z] v0.0.29 [2021-01-12T20:36:07.610Z] v0.0.3 [2021-01-12T20:36:07.610Z] v0.0.30 [2021-01-12T20:36:07.610Z] v0.0.31 [2021-01-12T20:36:07.610Z] v0.0.32 [2021-01-12T20:36:07.610Z] v0.0.33 [2021-01-12T20:36:07.610Z] v0.0.34 [2021-01-12T20:36:07.610Z] v0.0.35 [2021-01-12T20:36:07.610Z] v0.0.36 [2021-01-12T20:36:07.610Z] v0.0.37 [2021-01-12T20:36:07.610Z] v0.0.38 [2021-01-12T20:36:07.610Z] v0.0.39 [2021-01-12T20:36:07.610Z] v0.0.4 [2021-01-12T20:36:07.610Z] v0.0.40 [2021-01-12T20:36:07.610Z] v0.0.41 [2021-01-12T20:36:07.610Z] v0.0.42 [2021-01-12T20:36:07.610Z] v0.0.43 [2021-01-12T20:36:07.610Z] v0.0.44 [2021-01-12T20:36:07.610Z] v0.0.45 [2021-01-12T20:36:07.610Z] v0.0.46 [2021-01-12T20:36:07.610Z] v0.0.47 [2021-01-12T20:36:07.610Z] v0.0.48 [2021-01-12T20:36:07.610Z] v0.0.49 [2021-01-12T20:36:07.610Z] v0.0.5 [2021-01-12T20:36:07.610Z] v0.0.50 [2021-01-12T20:36:07.610Z] v0.0.51 [2021-01-12T20:36:07.610Z] v0.0.52 [2021-01-12T20:36:07.610Z] v0.0.53 [2021-01-12T20:36:07.610Z] v0.0.54 [2021-01-12T20:36:07.610Z] v0.0.55 [2021-01-12T20:36:07.610Z] v0.0.56 [2021-01-12T20:36:07.610Z] v0.0.57 [2021-01-12T20:36:07.610Z] v0.0.58 [2021-01-12T20:36:07.610Z] v0.0.59 [2021-01-12T20:36:07.610Z] v0.0.6 [2021-01-12T20:36:07.610Z] v0.0.60 [2021-01-12T20:36:07.610Z] v0.0.61 [2021-01-12T20:36:07.610Z] v0.0.62 [2021-01-12T20:36:07.610Z] v0.0.63 [2021-01-12T20:36:07.610Z] v0.0.64 [2021-01-12T20:36:07.610Z] v0.0.65 [2021-01-12T20:36:07.610Z] v0.0.66 [2021-01-12T20:36:07.610Z] v0.0.67 [2021-01-12T20:36:07.610Z] v0.0.68 [2021-01-12T20:36:07.610Z] v0.0.69 [2021-01-12T20:36:07.610Z] v0.0.7 [2021-01-12T20:36:07.610Z] v0.0.70 [2021-01-12T20:36:07.610Z] v0.0.8 [2021-01-12T20:36:07.610Z] v0.0.9 [Pipeline] sh [2021-01-12T20:36:08.006Z] + lftools sign git-tag v0.0.70 [2021-01-12T20:36:10.140Z] Signing Git tag with Sigul... [2021-01-12T20:36:10.140Z] Signing v0.0.70 [Pipeline] echo [2021-01-12T20:36:11.130Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:36:11.775Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-12T20:36:11.789Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-12T20:36:11.925Z] $ docker stop --time=1 bb3a455ca859f72a8005e37bc7fe8bf85c28570750716dc877351c713257ff0f [2021-01-12T20:36:14.042Z] $ docker rm -f bb3a455ca859f72a8005e37bc7fe8bf85c28570750716dc877351c713257ff0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:36:15.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:36:15.174Z] . [Pipeline] withDockerContainer [2021-01-12T20:36:15.374Z] prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container [2021-01-12T20:36:15.463Z] $ 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-01-12T20:36:17.196Z] $ docker top 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:36:17.627Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:36:17.627Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:36:18.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:36:18.169Z] $ docker exec 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 ssh-agent [2021-01-12T20:36:18.475Z] SSH_AUTH_SOCK=/tmp/ssh-jc3r6NbmwijK/agent.11 [2021-01-12T20:36:18.475Z] SSH_AGENT_PID=16 [2021-01-12T20:36:18.487Z] Running ssh-add (command line suppressed) [2021-01-12T20:36:18.795Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6937027039614661515.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6937027039614661515.key) [2021-01-12T20:36:18.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:36:19.612Z] + git semver bump patch [2021-01-12T20:36:19.612Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:36:19.612Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-12T20:36:19.612Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-12T20:36:19.612Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:36:19.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:36:19.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:36:19.613Z] # $SEMVER_BRANCH = master [2021-01-12T20:36:19.613Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-01-12T20:36:19.613Z] 0.0.71 [Pipeline] } [2021-01-12T20:36:19.643Z] $ docker exec --env ******** --env ******** 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 ssh-agent -k [2021-01-12T20:36:19.885Z] unset SSH_AUTH_SOCK; [2021-01-12T20:36:19.885Z] unset SSH_AGENT_PID; [2021-01-12T20:36:19.885Z] echo Agent pid 16 killed; [2021-01-12T20:36:20.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:36:20.939Z] + git semver [Pipeline] } [2021-01-12T20:36:20.978Z] $ docker stop --time=1 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 [2021-01-12T20:36:22.595Z] $ docker rm -f 90cef7d104c0be2379ca9f23e823d035169b4f925904b91b54f393fa5ec56651 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:36:23.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T20:36:23.230Z] . [Pipeline] withDockerContainer [2021-01-12T20:36:23.571Z] prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container [2021-01-12T20:36:23.645Z] $ 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-01-12T20:36:24.682Z] $ docker top d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T20:36:25.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T20:36:25.083Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T20:36:25.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T20:36:25.639Z] $ docker exec d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 ssh-agent [2021-01-12T20:36:25.994Z] SSH_AUTH_SOCK=/tmp/ssh-KWPCthHsLpMH/agent.12 [2021-01-12T20:36:25.994Z] SSH_AGENT_PID=17 [2021-01-12T20:36:26.003Z] Running ssh-add (command line suppressed) [2021-01-12T20:36:26.205Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6685169081731090029.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6685169081731090029.key) [2021-01-12T20:36:26.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T20:36:27.033Z] + git semver push [2021-01-12T20:36:27.033Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T20:36:27.033Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-01-12T20:36:27.033Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-12T20:36:27.033Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T20:36:27.033Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T20:36:27.033Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T20:36:27.033Z] # $SEMVER_BRANCH = master [2021-01-12T20:36:27.033Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-01-12T20:36:33.751Z] $ docker exec --env ******** --env ******** d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 ssh-agent -k [2021-01-12T20:36:34.006Z] unset SSH_AUTH_SOCK; [2021-01-12T20:36:34.008Z] unset SSH_AGENT_PID; [2021-01-12T20:36:34.008Z] echo Agent pid 17 killed; [2021-01-12T20:36:34.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T20:36:34.615Z] + git semver [Pipeline] } [2021-01-12T20:36:34.640Z] $ docker stop --time=1 d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 [2021-01-12T20:36:36.255Z] $ docker rm -f d40eb5eb50c9679de6915d97522012e2763f0c4aa342be2f329a8e253c7d5a62 [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-01-12T20:36:37.953Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:36:38.592Z] ---> package-listing.sh [2021-01-12T20:36:38.592Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T20:36:38.592Z] ++ facter osfamily [2021-01-12T20:36:38.860Z] + OS_FAMILY=redhat [2021-01-12T20:36:38.860Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-12T20:36:38.860Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T20:36:38.860Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T20:36:38.860Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T20:36:38.860Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T20:36:38.860Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-01-12T20:36:38.860Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T20:36:38.860Z] + case "${OS_FAMILY}" in [2021-01-12T20:36:38.860Z] + rpm -qa [2021-01-12T20:36:38.860Z] + sort [2021-01-12T20:36:45.552Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T20:36:45.552Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T20:36:45.552Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T20:36:45.552Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-01-12T20:36:45.552Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-01-12T20:36:45.552Z] + 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-01-12T20:36:45.583Z] 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-01-12T20:36:45.942Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:36:46.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:36:46.352Z] [2021-01-12T20:36:46.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T20:36:46.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:36:47.054Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T20:36:47.054Z] df20fa9351a1: Pulling fs layer [2021-01-12T20:36:47.054Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T20:36:47.054Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T20:36:47.054Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T20:36:47.054Z] 93b61091891f: Pulling fs layer [2021-01-12T20:36:47.054Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T20:36:47.054Z] 5e14af77c1be: Pulling fs layer [2021-01-12T20:36:47.054Z] 01666e4c0597: Pulling fs layer [2021-01-12T20:36:47.054Z] aa168da1d23b: Pulling fs layer [2021-01-12T20:36:47.054Z] 93b61091891f: Waiting [2021-01-12T20:36:47.054Z] 93b9cdb0e59b: Waiting [2021-01-12T20:36:47.054Z] 5e14af77c1be: Waiting [2021-01-12T20:36:47.054Z] 01666e4c0597: Waiting [2021-01-12T20:36:47.054Z] aa168da1d23b: Waiting [2021-01-12T20:36:47.054Z] 46f8f816bc3b: Waiting [2021-01-12T20:36:47.054Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T20:36:47.054Z] 36b3adc4ff6f: Download complete [2021-01-12T20:36:47.054Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T20:36:47.054Z] 46f8f816bc3b: Download complete [2021-01-12T20:36:47.351Z] 93b61091891f: Download complete [2021-01-12T20:36:47.351Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T20:36:47.351Z] 93b9cdb0e59b: Download complete [2021-01-12T20:36:47.351Z] 5e14af77c1be: Verifying Checksum [2021-01-12T20:36:47.351Z] 5e14af77c1be: Download complete [2021-01-12T20:36:47.351Z] df20fa9351a1: Verifying Checksum [2021-01-12T20:36:47.351Z] 01666e4c0597: Verifying Checksum [2021-01-12T20:36:47.351Z] 01666e4c0597: Download complete [2021-01-12T20:36:48.013Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T20:36:48.013Z] 8ad3a11d3b57: Download complete [2021-01-12T20:36:48.286Z] df20fa9351a1: Pull complete [2021-01-12T20:36:48.898Z] 36b3adc4ff6f: Pull complete [2021-01-12T20:36:50.549Z] 8ad3a11d3b57: Pull complete [2021-01-12T20:36:50.880Z] 46f8f816bc3b: Pull complete [2021-01-12T20:36:51.530Z] 93b61091891f: Pull complete [2021-01-12T20:36:52.161Z] 93b9cdb0e59b: Pull complete [2021-01-12T20:36:52.829Z] 5e14af77c1be: Pull complete [2021-01-12T20:36:53.411Z] 01666e4c0597: Pull complete [2021-01-12T20:36:54.502Z] aa168da1d23b: Verifying Checksum [2021-01-12T20:36:54.502Z] aa168da1d23b: Download complete [2021-01-12T20:37:09.719Z] aa168da1d23b: Pull complete [2021-01-12T20:37:09.719Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T20:37:09.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T20:37:09.719Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T20:37:10.359Z] prd-centos7-docker-4c-2g-19798 does not seem to be running inside a container [2021-01-12T20:37:10.485Z] $ 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-01-12T20:37:14.152Z] $ docker top 27aa347e5ebff46914d0af52090f54397ceb6a77288f6b38f384b6949abf61d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T20:37:14.743Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T20:37:15.089Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T20:37:15.440Z] + ls /var/log/sa-host [2021-01-12T20:37:15.440Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T20:37:15.440Z] file_magic: OK [2021-01-12T20:37:15.440Z] HZ: Using current value: 100 [2021-01-12T20:37:15.440Z] file_header: OK [2021-01-12T20:37:15.440Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T20:37:15.440Z] Statistics: [2021-01-12T20:37:15.440Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T20:37:15.440Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T20:37:15.440Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T20:37:15.440Z] file_magic: OK [2021-01-12T20:37:15.440Z] HZ: Using current value: 100 [2021-01-12T20:37:15.440Z] file_header: OK [2021-01-12T20:37:15.440Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T20:37:15.440Z] Statistics: [2021-01-12T20:37:15.440Z] Hnuu...uuuununununu... [2021-01-12T20:37:15.440Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T20:37:16.063Z] provisioning config files... [2021-01-12T20:37:16.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3402071101154039249tmp [Pipeline] { [Pipeline] echo [2021-01-12T20:37:16.150Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:37:16.490Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T20:37:16.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T20:37:16.887Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:37:17.259Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T20:37:17.285Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:37:17.707Z] ---> sudo-logs.sh [2021-01-12T20:37:17.707Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T20:37:18.000Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:37:18.380Z] ---> job-cost.sh [2021-01-12T20:37:18.654Z] lf-activate-venv: SKIPPING [2021-01-12T20:37:18.654Z] INFO: No Stack... [2021-01-12T20:37:19.655Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T20:37:20.242Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T20:37:20.263Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T20:37:20.586Z] ---> logs-deploy.sh [2021-01-12T20:37:20.586Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/74 [2021-01-12T20:37:20.586Z] INFO: archiving workspace using pattern(s): [2021-01-12T20:37:23.206Z] Archives upload complete. [2021-01-12T20:37:23.206Z] INFO: archiving logs to Nexus [2021-01-12T20:37:25.172Z] ---> uname -a: [2021-01-12T20:37:25.172Z] Linux prd-centos7-docker-4c-2g-19798.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] ---> lscpu: [2021-01-12T20:37:25.172Z] Architecture: x86_64 [2021-01-12T20:37:25.172Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-12T20:37:25.172Z] Byte Order: Little Endian [2021-01-12T20:37:25.172Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-12T20:37:25.172Z] CPU(s): 4 [2021-01-12T20:37:25.172Z] On-line CPU(s) list: 0-3 [2021-01-12T20:37:25.172Z] Thread(s) per core: 1 [2021-01-12T20:37:25.172Z] Core(s) per socket: 1 [2021-01-12T20:37:25.172Z] Socket(s): 4 [2021-01-12T20:37:25.172Z] NUMA node(s): 1 [2021-01-12T20:37:25.172Z] Vendor ID: GenuineIntel [2021-01-12T20:37:25.172Z] CPU family: 6 [2021-01-12T20:37:25.172Z] Model: 44 [2021-01-12T20:37:25.172Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-12T20:37:25.172Z] Stepping: 1 [2021-01-12T20:37:25.172Z] CPU MHz: 2933.438 [2021-01-12T20:37:25.172Z] BogoMIPS: 5866.87 [2021-01-12T20:37:25.172Z] Virtualization: VT-x [2021-01-12T20:37:25.172Z] Hypervisor vendor: KVM [2021-01-12T20:37:25.172Z] Virtualization type: full [2021-01-12T20:37:25.172Z] L1d cache: 128 KiB [2021-01-12T20:37:25.172Z] L1i cache: 128 KiB [2021-01-12T20:37:25.172Z] L2 cache: 16 MiB [2021-01-12T20:37:25.172Z] L3 cache: 64 MiB [2021-01-12T20:37:25.172Z] NUMA node0 CPU(s): 0-3 [2021-01-12T20:37:25.172Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-12T20:37:25.172Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-12T20:37:25.172Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-12T20:37:25.172Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-12T20:37:25.172Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-12T20:37:25.172Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-12T20:37:25.172Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-12T20:37:25.172Z] Vulnerability Srbds: Not affected [2021-01-12T20:37:25.172Z] Vulnerability Tsx async abort: Not affected [2021-01-12T20:37:25.172Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] ---> nproc: [2021-01-12T20:37:25.172Z] 4 [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] ---> df -h: [2021-01-12T20:37:25.172Z] Filesystem Size Used Available Use% Mounted on [2021-01-12T20:37:25.172Z] overlay 50.0G 8.5G 41.4G 17% / [2021-01-12T20:37:25.172Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-12T20:37:25.172Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-12T20:37:25.172Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-01-12T20:37:25.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] ---> free -m: [2021-01-12T20:37:25.172Z] total used free shared buff/cache available [2021-01-12T20:37:25.172Z] Mem: 1837 835 144 0 858 937 [2021-01-12T20:37:25.172Z] Swap: 1023 4 1019 [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] ---> ip addr: [2021-01-12T20:37:25.172Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-12T20:37:25.172Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-12T20:37:25.172Z] inet 127.0.0.1/8 scope host lo [2021-01-12T20:37:25.172Z] valid_lft forever preferred_lft forever [2021-01-12T20:37:25.172Z] inet6 ::1/128 scope host [2021-01-12T20:37:25.172Z] valid_lft forever preferred_lft forever [2021-01-12T20:37:25.172Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-12T20:37:25.172Z] link/ether fa:16:3e:58:e2:35 brd ff:ff:ff:ff:ff:ff [2021-01-12T20:37:25.172Z] inet 10.30.122.149/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-12T20:37:25.172Z] valid_lft 85788sec preferred_lft 85788sec [2021-01-12T20:37:25.172Z] inet6 fe80::f816:3eff:fe58:e235/64 scope link [2021-01-12T20:37:25.172Z] valid_lft forever preferred_lft forever [2021-01-12T20:37:25.172Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-12T20:37:25.172Z] link/ether 02:42:fe:46:17:1d brd ff:ff:ff:ff:ff:ff [2021-01-12T20:37:25.172Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-12T20:37:25.172Z] valid_lft forever preferred_lft forever [2021-01-12T20:37:25.172Z] inet6 fe80::42:feff:fe46:171d/64 scope link [2021-01-12T20:37:25.172Z] valid_lft forever preferred_lft forever [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] ---> sar -b -r -n DEV: [2021-01-12T20:37:25.172Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] 20:27:00 LINUX RESTART (4 CPU) [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] 20:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-12T20:37:25.172Z] 20:29:02 31.65 11.07 20.59 0.00 4320.19 2363.19 0.00 [2021-01-12T20:37:25.172Z] 20:30:01 0.32 0.00 0.32 0.00 0.00 4.65 0.00 [2021-01-12T20:37:25.172Z] 20:31:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 [2021-01-12T20:37:25.172Z] 20:32:01 0.62 0.00 0.62 0.00 0.00 7.32 0.00 [2021-01-12T20:37:25.172Z] 20:33:01 0.62 0.00 0.62 0.00 0.00 7.86 0.00 [2021-01-12T20:37:25.172Z] 20:34:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 [2021-01-12T20:37:25.172Z] 20:35:01 269.07 165.82 103.25 0.00 7852.07 33511.09 0.00 [2021-01-12T20:37:25.172Z] 20:36:01 212.69 66.10 146.59 0.00 3592.23 30803.45 0.00 [2021-01-12T20:37:25.172Z] 20:37:01 134.46 72.63 61.84 0.00 5287.67 14835.58 0.00 [2021-01-12T20:37:25.172Z] Average: 72.38 35.14 37.24 0.00 2341.41 9084.78 0.00 [2021-01-12T20:37:25.172Z] [2021-01-12T20:37:25.172Z] 20:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-12T20:37:25.172Z] 20:29:02 154960 0 635448 33.77 2620 1088516 1165256 39.77 430840 1096608 16 [2021-01-12T20:37:25.172Z] 20:30:01 166964 0 623440 33.13 2620 1088520 1087508 37.11 428876 1088332 8 [2021-01-12T20:37:25.172Z] 20:31:01 165952 0 624448 33.19 2620 1088524 1087664 37.12 431176 1087004 8 [2021-01-12T20:37:25.172Z] 20:32:01 162200 0 628196 33.39 2620 1088528 1087872 37.13 435764 1086060 8 [2021-01-12T20:37:25.172Z] 20:33:01 161872 0 628520 33.40 2620 1088532 1087920 37.13 440144 1082084 8 [2021-01-12T20:37:25.172Z] 20:34:01 163580 0 626804 33.31 2620 1088540 1087644 37.12 438616 1082084 12 [2021-01-12T20:37:25.172Z] 20:35:01 73976 0 787884 41.87 2620 1017064 1351772 46.13 577336 971912 11312 [2021-01-12T20:37:25.172Z] 20:36:01 85560 0 813548 43.24 2116 980320 1304084 44.51 592420 870272 22440 [2021-01-12T20:37:25.172Z] 20:37:01 65112 0 841196 44.71 1492 973744 1577948 53.85 676824 809092 15788 [2021-01-12T20:37:25.172Z] Average: 133353 0 689943 36.67 2439 1055810 1204185 41.10 494666 1019272 5511 [2021-01-12T20:37:25.173Z] [2021-01-12T20:37:25.173Z] 20:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-12T20:37:25.173Z] 20:29:02 eth0 64.84 50.21 342.45 35.43 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:29:02 docker0 3.25 2.38 0.66 4.58 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:30:01 eth0 0.80 0.07 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:31:01 eth0 1.70 0.32 0.36 0.20 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:32:01 eth0 1.63 0.53 0.61 0.39 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:33:01 eth0 0.62 0.42 0.35 0.26 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:34:01 eth0 0.15 0.12 0.09 0.01 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:35:01 eth0 424.00 336.53 4123.22 33.54 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:35:01 vethcf0fe66 22.07 20.91 2.52 53.09 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:35:01 docker0 22.07 20.80 2.21 53.08 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:36:01 vethb755d45 27.96 49.25 1.86 202.25 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:36:01 eth0 464.99 352.43 3422.33 100.24 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:36:01 docker0 28.47 49.64 1.58 202.40 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:37:01 eth0 254.26 224.54 2245.63 76.78 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] 20:37:01 docker0 2.57 1.91 0.49 0.55 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] Average: eth0 135.06 107.43 1128.40 27.43 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] Average: docker0 6.29 8.35 0.55 29.12 0.00 0.00 0.00 0.00 [2021-01-12T20:37:25.173Z] [2021-01-12T20:37:25.173Z] [2021-01-12T20:37:25.173Z] ---> sar -P ALL: [2021-01-12T20:37:25.173Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T20:37:25.173Z] [2021-01-12T20:37:25.173Z] 20:27:00 LINUX RESTART (4 CPU) [2021-01-12T20:37:25.173Z] [2021-01-12T20:37:25.173Z] 20:28:01 CPU %user %nice %system %iowait %steal %idle [2021-01-12T20:37:25.173Z] 20:29:02 all 2.28 0.00 1.91 0.43 3.21 92.17 [2021-01-12T20:37:25.173Z] 20:29:02 0 1.91 0.00 1.83 0.15 3.19 92.91 [2021-01-12T20:37:25.173Z] 20:29:02 1 2.43 0.00 1.95 0.40 3.39 91.82 [2021-01-12T20:37:25.173Z] 20:29:02 2 2.46 0.00 1.69 1.11 3.08 91.66 [2021-01-12T20:37:25.173Z] 20:29:02 3 2.32 0.00 2.17 0.07 3.16 92.29 [2021-01-12T20:37:25.173Z] 20:30:01 all 0.10 0.00 0.06 0.00 0.34 99.49 [2021-01-12T20:37:25.173Z] 20:30:01 0 0.02 0.00 0.03 0.00 0.25 99.70 [2021-01-12T20:37:25.173Z] 20:30:01 1 0.22 0.00 0.07 0.00 0.37 99.34 [2021-01-12T20:37:25.173Z] 20:30:01 2 0.12 0.00 0.05 0.00 0.29 99.54 [2021-01-12T20:37:25.173Z] 20:30:01 3 0.05 0.00 0.10 0.00 0.46 99.39 [2021-01-12T20:37:25.173Z] 20:31:01 all 0.11 0.00 0.06 0.00 0.43 99.40 [2021-01-12T20:37:25.173Z] 20:31:01 0 0.05 0.00 0.03 0.00 0.10 99.82 [2021-01-12T20:37:25.173Z] 20:31:01 1 0.33 0.00 0.08 0.00 0.50 99.09 [2021-01-12T20:37:25.173Z] 20:31:01 2 0.05 0.00 0.03 0.00 0.78 99.14 [2021-01-12T20:37:25.173Z] 20:31:01 3 0.02 0.00 0.08 0.00 0.33 99.57 [2021-01-12T20:37:25.173Z] 20:32:01 all 0.09 0.00 0.04 0.00 0.41 99.46 [2021-01-12T20:37:25.173Z] 20:32:01 0 0.27 0.00 0.05 0.00 0.47 99.22 [2021-01-12T20:37:25.173Z] 20:32:01 1 0.02 0.00 0.03 0.00 0.23 99.72 [2021-01-12T20:37:25.173Z] 20:32:01 2 0.07 0.00 0.05 0.00 0.48 99.40 [2021-01-12T20:37:25.173Z] 20:32:01 3 0.02 0.00 0.03 0.00 0.45 99.50 [2021-01-12T20:37:25.173Z] 20:33:01 all 0.09 0.00 0.15 0.00 0.79 98.97 [2021-01-12T20:37:25.173Z] 20:33:01 0 0.07 0.00 0.08 0.00 0.38 99.47 [2021-01-12T20:37:25.173Z] 20:33:01 1 0.18 0.00 0.18 0.00 0.93 98.71 [2021-01-12T20:37:25.173Z] 20:33:01 2 0.05 0.00 0.17 0.00 1.17 98.61 [2021-01-12T20:37:25.173Z] 20:33:01 3 0.05 0.00 0.18 0.00 0.66 99.10 [2021-01-12T20:37:25.173Z] 20:34:01 all 0.08 0.00 0.02 0.00 0.52 99.38 [2021-01-12T20:37:25.173Z] 20:34:01 0 0.02 0.00 0.02 0.00 0.27 99.70 [2021-01-12T20:37:25.173Z] 20:34:01 1 0.03 0.00 0.07 0.00 0.53 99.37 [2021-01-12T20:37:25.173Z] 20:34:01 2 0.02 0.00 0.02 0.00 0.65 99.32 [2021-01-12T20:37:25.173Z] 20:34:01 3 0.25 0.00 0.00 0.00 0.63 99.12 [2021-01-12T20:37:25.173Z] 20:35:01 all 5.59 0.00 4.70 2.41 14.81 72.50 [2021-01-12T20:37:25.173Z] 20:35:01 0 5.89 0.00 5.09 2.53 15.04 71.45 [2021-01-12T20:37:25.173Z] 20:35:01 1 4.82 0.00 4.05 2.22 14.86 74.06 [2021-01-12T20:37:25.173Z] 20:35:01 2 5.02 0.00 4.71 1.71 14.47 74.09 [2021-01-12T20:37:25.173Z] 20:35:01 3 6.67 0.00 4.96 3.21 14.86 70.31 [2021-01-12T20:37:25.173Z] 20:36:01 all 6.60 0.00 6.56 2.44 18.24 66.17 [2021-01-12T20:37:25.173Z] 20:36:01 0 5.74 0.00 6.48 2.55 18.37 66.86 [2021-01-12T20:37:25.173Z] 20:36:01 1 6.42 0.00 6.67 3.78 17.67 65.46 [2021-01-12T20:37:25.173Z] 20:36:01 2 6.22 0.00 6.10 1.47 18.14 68.08 [2021-01-12T20:37:25.173Z] 20:36:01 3 8.05 0.00 6.98 1.97 18.78 64.23 [2021-01-12T20:37:25.173Z] 20:37:01 all 5.20 0.00 4.96 1.92 13.75 74.17 [2021-01-12T20:37:25.173Z] 20:37:01 0 8.23 0.00 5.77 1.44 15.26 69.31 [2021-01-12T20:37:25.173Z] 20:37:01 1 3.73 0.00 4.35 1.05 13.77 77.11 [2021-01-12T20:37:25.173Z] 20:37:01 2 5.72 0.00 5.45 2.57 13.59 72.67 [2021-01-12T20:37:25.173Z] 20:37:01 3 3.21 0.00 4.31 2.62 12.41 77.45 [2021-01-12T20:37:25.173Z] Average: all 2.23 0.00 2.04 0.79 5.80 89.14 [2021-01-12T20:37:25.173Z] Average: 0 2.44 0.00 2.13 0.73 5.86 88.84 [2021-01-12T20:37:25.173Z] Average: 1 2.01 0.00 1.93 0.82 5.79 89.44 [2021-01-12T20:37:25.173Z] Average: 2 2.19 0.00 2.03 0.76 5.85 89.18 [2021-01-12T20:37:25.173Z] Average: 3 2.26 0.00 2.07 0.86 5.69 89.11 [2021-01-12T20:37:25.173Z] [2021-01-12T20:37:25.173Z] [2021-01-12T20:37:25.173Z]