Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 041cb8a3f2e73564d564a37beecb66416a11359b 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6984 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 041cb8a3f2e73564d564a37beecb66416a11359b (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 --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 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 Commit message: "Merge pull request #115 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk 807198fe134df43c4c474cbf2624a9725bdad335 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T15:25:20.935Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T15:25:21.233Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T15:25:21.350Z] ========================================================= [2020-10-20T15:25:21.350Z] EdgeX Global Pipelines Version Info [2020-10-20T15:25:21.350Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:25:22.890Z] ------------------- [2020-10-20T15:25:22.890Z] stable info: [2020-10-20T15:25:22.890Z] ------------------- [2020-10-20T15:25:22.890Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T15:25:22.890Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T15:25:22.890Z] Message: update stable to v1.0.144 [2020-10-20T15:25:23.839Z] ------------------- [2020-10-20T15:25:23.839Z] experimental info: [2020-10-20T15:25:23.839Z] ------------------- [2020-10-20T15:25:23.839Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T15:25:23.839Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T15:25:23.839Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T15:25:24.215Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-20T15:25:24.304Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-20T15:25:24.445Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T15:25:24.537Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T15:25:24.619Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T15:25:24.715Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T15:25:24.808Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T15:25:24.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T15:25:25.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T15:25:25.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T15:25:25.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T15:25:25.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-20T15:25:25.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T15:25:25.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T15:25:25.626Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:25:25.725Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:25:25.821Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:25:25.917Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:25:26.003Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T15:25:26.086Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T15:25:26.177Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T15:25:26.264Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T15:25:26.377Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T15:25:26.472Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T15:25:26.561Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T15:25:26.649Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T15:25:26.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T15:25:26.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T15:25:26.967Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 041cb8a3f2e73564d564a37beecb66416a11359b [Pipeline] echo [2020-10-20T15:25:27.068Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 041cb8a [Pipeline] echo [2020-10-20T15:25:27.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T15:25:27.813Z] + git log --format=format:%s -1 041cb8a3f2e73564d564a37beecb66416a11359b [Pipeline] echo [2020-10-20T15:25:27.876Z] GIT_COMMIT: 041cb8a3f2e73564d564a37beecb66416a11359b, Commit Message: Merge pull request #115 from jpwhitemn/contrib-link-issue [Pipeline] echo [2020-10-20T15:25:28.032Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:28.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:25:28.893Z] [2020-10-20T15:25:28.893Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:29.251Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:25:29.251Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T15:25:29.251Z] 31603596830f: Pulling fs layer [2020-10-20T15:25:29.251Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T15:25:29.251Z] 6ca5941a6612: Pulling fs layer [2020-10-20T15:25:29.251Z] ecc8261a40a4: Pulling fs layer [2020-10-20T15:25:29.251Z] ecc8261a40a4: Waiting [2020-10-20T15:25:29.251Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T15:25:29.251Z] 2a8b12db71e7: Download complete [2020-10-20T15:25:29.251Z] 31603596830f: Verifying Checksum [2020-10-20T15:25:29.251Z] 31603596830f: Download complete [2020-10-20T15:25:29.517Z] 6ca5941a6612: Verifying Checksum [2020-10-20T15:25:29.517Z] 6ca5941a6612: Download complete [2020-10-20T15:25:29.517Z] ecc8261a40a4: Verifying Checksum [2020-10-20T15:25:29.517Z] ecc8261a40a4: Download complete [2020-10-20T15:25:29.780Z] 31603596830f: Pull complete [2020-10-20T15:25:29.780Z] 2a8b12db71e7: Pull complete [2020-10-20T15:25:30.728Z] 6ca5941a6612: Pull complete [2020-10-20T15:25:31.007Z] ecc8261a40a4: Pull complete [2020-10-20T15:25:31.007Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T15:25:31.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:25:31.007Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T15:25:31.136Z] prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container [2020-10-20T15:25:31.190Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:25:33.368Z] $ docker top 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:25:33.745Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:25:33.745Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:25:33.977Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:25:33.982Z] $ docker exec 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent [2020-10-20T15:25:34.153Z] SSH_AUTH_SOCK=/tmp/ssh-w0h2WdjIIOdS/agent.11 [2020-10-20T15:25:34.153Z] SSH_AGENT_PID=16 [2020-10-20T15:25:34.167Z] Running ssh-add (command line suppressed) [2020-10-20T15:25:34.316Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2733645203526015993.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2733645203526015993.key) [2020-10-20T15:25:34.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:25:34.713Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T15:25:34.740Z] $ docker exec --env ******** --env ******** 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent -k [2020-10-20T15:25:34.857Z] unset SSH_AUTH_SOCK; [2020-10-20T15:25:34.857Z] unset SSH_AGENT_PID; [2020-10-20T15:25:34.857Z] echo Agent pid 16 killed; [2020-10-20T15:25:34.904Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T15:25:35.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:25:35.080Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:25:35.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:25:35.272Z] $ docker exec 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent [2020-10-20T15:25:35.450Z] SSH_AUTH_SOCK=/tmp/ssh-brk2fYun946n/agent.44 [2020-10-20T15:25:35.450Z] SSH_AGENT_PID=49 [2020-10-20T15:25:35.457Z] Running ssh-add (command line suppressed) [2020-10-20T15:25:35.591Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_38948088038192995.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_38948088038192995.key) [2020-10-20T15:25:35.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:25:36.020Z] + git semver init [2020-10-20T15:25:36.020Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:25:36.020Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T15:25:36.020Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T15:25:36.020Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:25:36.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:25:36.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:25:36.020Z] # $SEMVER_BRANCH = master [2020-10-20T15:25:36.020Z] # $SEMVER_TEMP = /tmp/semver-196540734 [2020-10-20T15:25:36.020Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-20T15:25:36.601Z] # '/tmp/semver-196540734' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-20T15:25:36.601Z] # -> Force: false [2020-10-20T15:25:36.601Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-20T15:25:36.616Z] $ docker exec --env ******** --env ******** 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 ssh-agent -k [2020-10-20T15:25:36.743Z] unset SSH_AUTH_SOCK; [2020-10-20T15:25:36.743Z] unset SSH_AGENT_PID; [2020-10-20T15:25:36.743Z] echo Agent pid 49 killed; [2020-10-20T15:25:36.796Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:25:37.265Z] + git semver [Pipeline] } [2020-10-20T15:25:37.284Z] $ docker stop --time=1 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 [2020-10-20T15:25:38.932Z] $ docker rm -f 0d7b096c58efa606ea87c90f9d6208bd723bcdcdaf963a0d05ac858869f3b563 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:25:39.441Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T15:25:39.882Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T15:25:39.885Z] [edgeXSemver]: initialized semver on version 0.0.53 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-20T15:25:55.525Z] Still waiting to schedule task [2020-10-20T15:25:55.525Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T15:25:55.528Z] Still waiting to schedule task [2020-10-20T15:25:55.528Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T15:27:24.641Z] Running on prd-centos7-docker-4c-2g-6991 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-20T15:27:24.704Z] Running in /w/workspace/go-mod-bootstrap/56 [Pipeline] { [Pipeline] checkout [2020-10-20T15:27:33.664Z] using credential edgex-jenkins-ssh [2020-10-20T15:27:33.742Z] Cloning the remote Git repository [2020-10-20T15:27:33.850Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T15:27:33.979Z] > git init /w/workspace/go-mod-bootstrap/56 # timeout=10 [2020-10-20T15:27:34.176Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T15:27:34.177Z] > git --version # timeout=10 [2020-10-20T15:27:34.191Z] > git --version # 'git version 2.16.5' [2020-10-20T15:27:34.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:27:34.290Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:27:35.469Z] Checking out Revision 041cb8a3f2e73564d564a37beecb66416a11359b (master) [2020-10-20T15:27:34.966Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T15:27:34.975Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:27:35.003Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T15:27:35.028Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T15:27:35.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:27:35.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:27:35.490Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:27:35.511Z] > git checkout -f 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 [2020-10-20T15:27:39.981Z] Commit message: "Merge pull request #115 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:27:41.054Z] ========================================================= [2020-10-20T15:27:41.054Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T15:27:41.054Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:27:42.029Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-20T15:27:42.636Z] Sending build context to Docker daemon 529.4kB [2020-10-20T15:27:42.636Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T15:27:42.636Z] Step 2/8 : FROM ${BASE} [2020-10-20T15:27:42.636Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T15:27:42.636Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:27:42.636Z] ed8968b2872e: Pulling fs layer [2020-10-20T15:27:42.636Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T15:27:42.636Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T15:27:42.636Z] e73272ec9a57: Pulling fs layer [2020-10-20T15:27:42.636Z] 1e910a182e73: Pulling fs layer [2020-10-20T15:27:42.636Z] 4e634b169226: Pulling fs layer [2020-10-20T15:27:42.636Z] e871e8e8d7a9: Waiting [2020-10-20T15:27:42.636Z] e73272ec9a57: Waiting [2020-10-20T15:27:42.636Z] 1e910a182e73: Waiting [2020-10-20T15:27:42.636Z] 4e634b169226: Waiting [2020-10-20T15:27:42.636Z] a92cc7c5fd73: Download complete [2020-10-20T15:27:42.636Z] ed8968b2872e: Verifying Checksum [2020-10-20T15:27:42.636Z] ed8968b2872e: Download complete [2020-10-20T15:27:42.636Z] e73272ec9a57: Verifying Checksum [2020-10-20T15:27:42.636Z] e73272ec9a57: Download complete [2020-10-20T15:27:42.991Z] 1e910a182e73: Verifying Checksum [2020-10-20T15:27:42.991Z] 1e910a182e73: Download complete [2020-10-20T15:27:43.313Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:27:43.313Z] df20fa9351a1: Download complete [2020-10-20T15:27:44.011Z] df20fa9351a1: Pull complete [2020-10-20T15:27:44.606Z] ed8968b2872e: Pull complete [2020-10-20T15:27:44.606Z] a92cc7c5fd73: Pull complete [2020-10-20T15:27:49.490Z] 4e634b169226: Verifying Checksum [2020-10-20T15:27:49.490Z] 4e634b169226: Download complete [2020-10-20T15:27:52.277Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T15:27:52.277Z] e871e8e8d7a9: Download complete [2020-10-20T15:28:00.940Z] e871e8e8d7a9: Pull complete [2020-10-20T15:28:00.940Z] e73272ec9a57: Pull complete [2020-10-20T15:28:00.940Z] 1e910a182e73: Pull complete [2020-10-20T15:28:05.459Z] 4e634b169226: Pull complete [2020-10-20T15:28:05.459Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T15:28:05.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T15:28:05.459Z] ---> f7629b54cfaa [2020-10-20T15:28:05.459Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T15:28:05.459Z] ---> Running in 6194e71db448 [2020-10-20T15:28:05.735Z] Removing intermediate container 6194e71db448 [2020-10-20T15:28:05.735Z] ---> 23561b263298 [2020-10-20T15:28:05.735Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T15:28:05.735Z] ---> Running in e64bf4b04685 [2020-10-20T15:28:07.697Z] Removing intermediate container e64bf4b04685 [2020-10-20T15:28:07.697Z] ---> a32daf65b04e [2020-10-20T15:28:07.697Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-20T15:28:07.697Z] ---> Running in d635aea666f3 [2020-10-20T15:28:08.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:28:08.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:28:10.322Z] OK: 166 MiB in 39 packages [2020-10-20T15:28:11.306Z] Removing intermediate container d635aea666f3 [2020-10-20T15:28:11.306Z] ---> c67e785e17ca [2020-10-20T15:28:11.306Z] Step 6/8 : WORKDIR /build [2020-10-20T15:28:11.306Z] ---> Running in 141dc9f10dfa [2020-10-20T15:28:11.306Z] Removing intermediate container 141dc9f10dfa [2020-10-20T15:28:11.306Z] ---> 5cf8aae123f8 [2020-10-20T15:28:11.306Z] Step 7/8 : COPY go.mod . [2020-10-20T15:28:11.599Z] ---> 46af02248208 [2020-10-20T15:28:11.599Z] Step 8/8 : RUN go mod download [2020-10-20T15:28:11.599Z] ---> Running in 37dcdf0eccfa [2020-10-20T15:28:34.005Z] Removing intermediate container 37dcdf0eccfa [2020-10-20T15:28:34.005Z] ---> 8a78b6d62d53 [2020-10-20T15:28:34.005Z] Successfully built 8a78b6d62d53 [2020-10-20T15:28:34.005Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:34.628Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T15:28:34.897Z] . [Pipeline] withDockerContainer [2020-10-20T15:28:35.057Z] prd-centos7-docker-4c-2g-6991 does not seem to be running inside a container [2020-10-20T15:28:35.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/56 -v /w/workspace/go-mod-bootstrap/56:/w/workspace/go-mod-bootstrap/56:rw,z -v /w/workspace/go-mod-bootstrap/56@tmp:/w/workspace/go-mod-bootstrap/56@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 ******** ci-base-image-x86_64 cat [2020-10-20T15:28:36.283Z] $ docker top 7d69128cebaff505cddb56957df6f03133a1ac5ae550b1aaa9776064a5683a17 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:28:36.909Z] + go version [2020-10-20T15:28:36.910Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T15:28:36.933Z] $ docker stop --time=1 7d69128cebaff505cddb56957df6f03133a1ac5ae550b1aaa9776064a5683a17 [2020-10-20T15:28:38.370Z] $ docker rm -f 7d69128cebaff505cddb56957df6f03133a1ac5ae550b1aaa9776064a5683a17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T15:28:45.054Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6993 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-20T15:28:45.106Z] Running in /w/workspace/go-mod-bootstrap/56 [Pipeline] { [Pipeline] checkout [2020-10-20T15:28:50.219Z] using credential edgex-jenkins-ssh [2020-10-20T15:28:50.284Z] Cloning the remote Git repository [2020-10-20T15:28:50.340Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T15:28:50.451Z] > git init /w/workspace/go-mod-bootstrap/56 # timeout=10 [2020-10-20T15:28:50.546Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T15:28:50.547Z] > git --version # timeout=10 [2020-10-20T15:28:50.566Z] > git --version # 'git version 2.17.1' [2020-10-20T15:28:50.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:28:50.640Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:28:51.394Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T15:28:51.416Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:28:51.459Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-20T15:28:52.036Z] Checking out Revision 041cb8a3f2e73564d564a37beecb66416a11359b (master) [2020-10-20T15:28:51.521Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-20T15:28:51.522Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:28:51.535Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:28:52.050Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:28:52.078Z] > git checkout -f 041cb8a3f2e73564d564a37beecb66416a11359b # timeout=10 [2020-10-20T15:28:56.511Z] Commit message: "Merge pull request #115 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:28:57.594Z] ========================================================= [2020-10-20T15:28:57.595Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T15:28:57.595Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:28:58.532Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-20T15:28:59.532Z] Sending build context to Docker daemon 529.4kB [2020-10-20T15:28:59.532Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T15:28:59.532Z] Step 2/8 : FROM ${BASE} [2020-10-20T15:29:00.691Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T15:29:00.691Z] b538f80385f9: Pulling fs layer [2020-10-20T15:29:00.691Z] 74f711af9a0d: Pulling fs layer [2020-10-20T15:29:00.691Z] 99f96fe45779: Pulling fs layer [2020-10-20T15:29:00.691Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T15:29:00.691Z] 45590311c82a: Pulling fs layer [2020-10-20T15:29:00.691Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T15:29:00.691Z] 209524e5b208: Pulling fs layer [2020-10-20T15:29:00.691Z] 8529a6b9a6be: Waiting [2020-10-20T15:29:00.691Z] 45590311c82a: Waiting [2020-10-20T15:29:00.691Z] 69ca0ff8b7b3: Waiting [2020-10-20T15:29:00.691Z] 209524e5b208: Waiting [2020-10-20T15:29:00.691Z] 99f96fe45779: Verifying Checksum [2020-10-20T15:29:00.691Z] 99f96fe45779: Download complete [2020-10-20T15:29:00.691Z] 74f711af9a0d: Verifying Checksum [2020-10-20T15:29:00.691Z] 74f711af9a0d: Download complete [2020-10-20T15:29:00.691Z] 45590311c82a: Verifying Checksum [2020-10-20T15:29:00.691Z] 45590311c82a: Download complete [2020-10-20T15:29:00.691Z] 69ca0ff8b7b3: Download complete [2020-10-20T15:29:00.691Z] b538f80385f9: Verifying Checksum [2020-10-20T15:29:00.691Z] b538f80385f9: Download complete [2020-10-20T15:29:00.691Z] b538f80385f9: Pull complete [2020-10-20T15:29:01.397Z] 74f711af9a0d: Pull complete [2020-10-20T15:29:01.684Z] 99f96fe45779: Pull complete [2020-10-20T15:29:02.679Z] 209524e5b208: Verifying Checksum [2020-10-20T15:29:02.679Z] 209524e5b208: Download complete [2020-10-20T15:29:03.665Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T15:29:03.665Z] 8529a6b9a6be: Download complete [2020-10-20T15:29:13.857Z] 8529a6b9a6be: Pull complete [2020-10-20T15:29:13.857Z] 45590311c82a: Pull complete [2020-10-20T15:29:13.857Z] 69ca0ff8b7b3: Pull complete [2020-10-20T15:29:17.270Z] 209524e5b208: Pull complete [2020-10-20T15:29:17.270Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T15:29:17.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T15:29:17.270Z] ---> 5bddaf1c2fca [2020-10-20T15:29:17.270Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T15:29:19.893Z] ---> Running in aab974cdcb5e [2020-10-20T15:29:20.166Z] Removing intermediate container aab974cdcb5e [2020-10-20T15:29:20.166Z] ---> 1a5e0ace6043 [2020-10-20T15:29:20.166Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T15:29:20.440Z] ---> Running in 7f39d12d6a6e [2020-10-20T15:29:23.059Z] Removing intermediate container 7f39d12d6a6e [2020-10-20T15:29:23.059Z] ---> 7baf13435228 [2020-10-20T15:29:23.059Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-20T15:29:23.059Z] ---> Running in 9586d8d8736d [2020-10-20T15:29:24.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:29:25.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:29:26.080Z] OK: 142 MiB in 39 packages [2020-10-20T15:29:27.068Z] Removing intermediate container 9586d8d8736d [2020-10-20T15:29:27.068Z] ---> 32b456c69c55 [2020-10-20T15:29:27.068Z] Step 6/8 : WORKDIR /build [2020-10-20T15:29:27.068Z] ---> Running in b443026b7fc4 [2020-10-20T15:29:27.674Z] Removing intermediate container b443026b7fc4 [2020-10-20T15:29:27.674Z] ---> 094e02a5acc7 [2020-10-20T15:29:27.674Z] Step 7/8 : COPY go.mod . [2020-10-20T15:29:28.267Z] ---> e6171c4ee9f6 [2020-10-20T15:29:28.267Z] Step 8/8 : RUN go mod download [2020-10-20T15:29:28.545Z] ---> Running in 5ebbe3a47fd5 [2020-10-20T15:29:50.721Z] Removing intermediate container 5ebbe3a47fd5 [2020-10-20T15:29:50.721Z] ---> 9ac48f13ce8f [2020-10-20T15:29:50.721Z] Successfully built 9ac48f13ce8f [2020-10-20T15:29:50.721Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:51.158Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T15:29:51.158Z] . [Pipeline] withDockerContainer [2020-10-20T15:29:51.393Z] prd-ubuntu18.04-docker-arm64-4c-16g-6993 does not seem to be running inside a container [2020-10-20T15:29:51.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/56 -v /w/workspace/go-mod-bootstrap/56:/w/workspace/go-mod-bootstrap/56:rw,z -v /w/workspace/go-mod-bootstrap/56@tmp:/w/workspace/go-mod-bootstrap/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-20T15:29:53.246Z] $ docker top 30ec0bc1fc06d87dc2977a2abaa307600ef25a568eb9a4db277b85487fcec500 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:29:54.642Z] + go version [2020-10-20T15:29:54.642Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T15:29:54.668Z] $ docker stop --time=1 30ec0bc1fc06d87dc2977a2abaa307600ef25a568eb9a4db277b85487fcec500 [2020-10-20T15:29:56.624Z] $ docker rm -f 30ec0bc1fc06d87dc2977a2abaa307600ef25a568eb9a4db277b85487fcec500 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-20T15:29:59.252Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T15:29:59.254Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T15:29:59.321Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:29:59.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:29:59.688Z] [2020-10-20T15:29:59.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:30:00.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:30:00.052Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T15:30:00.052Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T15:30:00.052Z] 408f87550127: Pulling fs layer [2020-10-20T15:30:00.052Z] fe522b08c979: Pulling fs layer [2020-10-20T15:30:00.052Z] 221eaa008020: Pulling fs layer [2020-10-20T15:30:00.052Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T15:30:00.052Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T15:30:00.052Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T15:30:00.052Z] 23e8b3b47431: Pulling fs layer [2020-10-20T15:30:00.052Z] 5c568d65a230: Pulling fs layer [2020-10-20T15:30:00.052Z] 8f79b27c4fd2: Waiting [2020-10-20T15:30:00.052Z] e5c8dbe1645b: Waiting [2020-10-20T15:30:00.052Z] 23e8b3b47431: Waiting [2020-10-20T15:30:00.052Z] 5c568d65a230: Waiting [2020-10-20T15:30:00.052Z] 221eaa008020: Waiting [2020-10-20T15:30:00.052Z] 2a4607e5d6b9: Waiting [2020-10-20T15:30:00.052Z] fe522b08c979: Verifying Checksum [2020-10-20T15:30:00.052Z] fe522b08c979: Download complete [2020-10-20T15:30:00.052Z] 408f87550127: Verifying Checksum [2020-10-20T15:30:00.052Z] 408f87550127: Download complete [2020-10-20T15:30:00.052Z] 2a4607e5d6b9: Download complete [2020-10-20T15:30:00.052Z] 8f79b27c4fd2: Download complete [2020-10-20T15:30:00.052Z] cbdbe7a5bc2a: Download complete [2020-10-20T15:30:00.638Z] cbdbe7a5bc2a: Pull complete [2020-10-20T15:30:00.638Z] 408f87550127: Pull complete [2020-10-20T15:30:00.908Z] fe522b08c979: Pull complete [2020-10-20T15:30:01.176Z] e5c8dbe1645b: Verifying Checksum [2020-10-20T15:30:01.176Z] e5c8dbe1645b: Download complete [2020-10-20T15:30:02.631Z] 5c568d65a230: Verifying Checksum [2020-10-20T15:30:02.631Z] 5c568d65a230: Download complete [2020-10-20T15:30:02.631Z] 23e8b3b47431: Verifying Checksum [2020-10-20T15:30:02.631Z] 23e8b3b47431: Download complete [2020-10-20T15:30:04.059Z] 221eaa008020: Verifying Checksum [2020-10-20T15:30:04.059Z] 221eaa008020: Download complete [2020-10-20T15:30:09.397Z] 221eaa008020: Pull complete [2020-10-20T15:30:09.663Z] 2a4607e5d6b9: Pull complete [2020-10-20T15:30:09.663Z] 8f79b27c4fd2: Pull complete [2020-10-20T15:30:12.227Z] e5c8dbe1645b: Pull complete [2020-10-20T15:30:15.586Z] 23e8b3b47431: Pull complete [2020-10-20T15:30:16.987Z] 5c568d65a230: Pull complete [2020-10-20T15:30:16.987Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T15:30:16.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:30:16.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T15:30:17.180Z] prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container [2020-10-20T15:30:17.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-20T15:30:18.151Z] $ docker top d52d2d7942bdd43d66bf35a27e2ed59909f4eccdfab22006fdc6c0aef599b26a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:30:18.783Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T15:30:25.395Z] [2020-10-20T15:30:25.395Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-20T15:30:25.395Z] [2020-10-20T15:30:25.396Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/a2ee25b6-73af-4337-a09f-8f7c6962518e [2020-10-20T15:30:25.396Z] [2020-10-20T15:30:25.396Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T15:30:25.396Z] [2020-10-20T15:30:25.396Z] [2020-10-20T15:30:25.396Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T15:30:25.396Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-20T15:30:25.396Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T15:30:25.396Z] [2020-10-20T15:30:25.396Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T15:30:25.396Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T15:30:25.396Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T15:30:25.396Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T15:30:25.413Z] $ docker stop --time=1 d52d2d7942bdd43d66bf35a27e2ed59909f4eccdfab22006fdc6c0aef599b26a [2020-10-20T15:30:27.860Z] $ docker rm -f d52d2d7942bdd43d66bf35a27e2ed59909f4eccdfab22006fdc6c0aef599b26a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-20T15:30:29.694Z] + git log --format=format:%s -1 041cb8a3f2e73564d564a37beecb66416a11359b [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:30:30.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:30:30.008Z] . [Pipeline] withDockerContainer [2020-10-20T15:30:30.128Z] prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container [2020-10-20T15:30:30.179Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:30:30.999Z] $ docker top f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:30:31.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:30:31.317Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:30:31.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:30:31.544Z] $ docker exec f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 ssh-agent [2020-10-20T15:30:31.717Z] SSH_AUTH_SOCK=/tmp/ssh-7VJ3WuDWiSOG/agent.11 [2020-10-20T15:30:31.717Z] SSH_AGENT_PID=17 [2020-10-20T15:30:31.727Z] Running ssh-add (command line suppressed) [2020-10-20T15:30:31.872Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2252551531196788340.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2252551531196788340.key) [2020-10-20T15:30:31.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:30:32.265Z] + git semver tag [2020-10-20T15:30:32.265Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:30:32.265Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T15:30:32.265Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T15:30:32.265Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:30:32.265Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:30:32.265Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:30:32.265Z] # $SEMVER_BRANCH = master [2020-10-20T15:30:32.265Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-20T15:30:32.265Z] # 041cb8a3f2e73564d564a37beecb66416a11359b HEAD [2020-10-20T15:30:32.265Z] # -> Force: false [2020-10-20T15:30:32.265Z] # 108d4d3d8e7aaa9c56ccb7f3cbb0bd79b37d4cea refs/tags/v0.0.53 [Pipeline] } [2020-10-20T15:30:32.280Z] $ docker exec --env ******** --env ******** f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 ssh-agent -k [2020-10-20T15:30:32.405Z] unset SSH_AUTH_SOCK; [2020-10-20T15:30:32.405Z] unset SSH_AGENT_PID; [2020-10-20T15:30:32.405Z] echo Agent pid 17 killed; [2020-10-20T15:30:32.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:30:32.923Z] + git semver [Pipeline] } [2020-10-20T15:30:32.942Z] $ docker stop --time=1 f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 [2020-10-20T15:30:34.298Z] $ docker rm -f f16e68beb4e6f4f77dd0bb4c0cbf70bd4c9a524c0e6c1a5e29fd04308c201581 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:30:34.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:30:34.961Z] [2020-10-20T15:30:34.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:30:35.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:30:35.353Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T15:30:35.353Z] ab5ef0e58194: Pulling fs layer [2020-10-20T15:30:35.353Z] 9712f1f96733: Pulling fs layer [2020-10-20T15:30:35.353Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T15:30:35.353Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T15:30:35.353Z] e9a5061849ea: Pulling fs layer [2020-10-20T15:30:35.353Z] d747dcd14b5f: Pulling fs layer [2020-10-20T15:30:35.353Z] 2de7ff778b66: Pulling fs layer [2020-10-20T15:30:35.353Z] 0d9ebad4ef96: Waiting [2020-10-20T15:30:35.353Z] e9a5061849ea: Waiting [2020-10-20T15:30:35.353Z] 2de7ff778b66: Waiting [2020-10-20T15:30:35.353Z] 9712f1f96733: Download complete [2020-10-20T15:30:37.309Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T15:30:37.309Z] 63f879dbbcfc: Download complete [2020-10-20T15:30:37.309Z] e9a5061849ea: Verifying Checksum [2020-10-20T15:30:37.309Z] e9a5061849ea: Download complete [2020-10-20T15:30:37.309Z] d747dcd14b5f: Verifying Checksum [2020-10-20T15:30:37.309Z] d747dcd14b5f: Download complete [2020-10-20T15:30:37.888Z] 2de7ff778b66: Verifying Checksum [2020-10-20T15:30:37.888Z] 2de7ff778b66: Download complete [2020-10-20T15:30:37.888Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T15:30:37.888Z] 0d9ebad4ef96: Download complete [2020-10-20T15:30:38.151Z] ab5ef0e58194: Verifying Checksum [2020-10-20T15:30:38.151Z] ab5ef0e58194: Download complete [2020-10-20T15:30:43.494Z] ab5ef0e58194: Pull complete [2020-10-20T15:30:43.494Z] 9712f1f96733: Pull complete [2020-10-20T15:30:44.892Z] 63f879dbbcfc: Pull complete [2020-10-20T15:30:51.528Z] 0d9ebad4ef96: Pull complete [2020-10-20T15:30:52.918Z] e9a5061849ea: Pull complete [2020-10-20T15:30:52.918Z] d747dcd14b5f: Pull complete [2020-10-20T15:30:57.137Z] 2de7ff778b66: Pull complete [2020-10-20T15:30:57.137Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T15:30:57.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:30:57.137Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T15:30:57.490Z] prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container [2020-10-20T15:30:57.658Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-20T15:31:00.825Z] $ docker top 6377fcd020b38719c9e99d61000eb8f35e2096aeb918cc533d93d530f6655cbe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:31:01.139Z] provisioning config files... [2020-10-20T15:31:01.158Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config86217849154743911tmp [2020-10-20T15:31:01.181Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1140590256596910389tmp [2020-10-20T15:31:01.199Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1426664486824163413tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:31:01.318Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:01.628Z] ---> sigul-configuration.sh [2020-10-20T15:31:01.628Z] gpg: directory `/root/.gnupg' created [2020-10-20T15:31:01.628Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T15:31:01.628Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T15:31:01.628Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T15:31:01.628Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T15:31:01.628Z] gpg: CAST5 encrypted data [2020-10-20T15:31:01.891Z] gpg: encrypted with 1 passphrase [2020-10-20T15:31:01.891Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T15:31:02.197Z] + mkdir /home/jenkins [2020-10-20T15:31:02.198Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T15:31:02.505Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-20T15:31:02.516Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:02.824Z] ---> sigul-install.sh [2020-10-20T15:31:09.437Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T15:31:09.748Z] + git tag --list [2020-10-20T15:31:09.748Z] v0.0.1 [2020-10-20T15:31:09.748Z] v0.0.10 [2020-10-20T15:31:09.748Z] v0.0.11 [2020-10-20T15:31:09.748Z] v0.0.12 [2020-10-20T15:31:09.748Z] v0.0.13 [2020-10-20T15:31:09.748Z] v0.0.14 [2020-10-20T15:31:09.748Z] v0.0.15 [2020-10-20T15:31:09.748Z] v0.0.16 [2020-10-20T15:31:09.748Z] v0.0.17 [2020-10-20T15:31:09.748Z] v0.0.18 [2020-10-20T15:31:09.748Z] v0.0.19 [2020-10-20T15:31:09.748Z] v0.0.2 [2020-10-20T15:31:09.748Z] v0.0.20 [2020-10-20T15:31:09.748Z] v0.0.21 [2020-10-20T15:31:09.748Z] v0.0.22 [2020-10-20T15:31:09.748Z] v0.0.23 [2020-10-20T15:31:09.748Z] v0.0.24 [2020-10-20T15:31:09.748Z] v0.0.25 [2020-10-20T15:31:09.748Z] v0.0.26 [2020-10-20T15:31:09.748Z] v0.0.27 [2020-10-20T15:31:09.748Z] v0.0.28 [2020-10-20T15:31:09.748Z] v0.0.29 [2020-10-20T15:31:09.748Z] v0.0.3 [2020-10-20T15:31:09.748Z] v0.0.30 [2020-10-20T15:31:09.748Z] v0.0.31 [2020-10-20T15:31:09.748Z] v0.0.32 [2020-10-20T15:31:09.748Z] v0.0.33 [2020-10-20T15:31:09.748Z] v0.0.34 [2020-10-20T15:31:09.748Z] v0.0.35 [2020-10-20T15:31:09.748Z] v0.0.36 [2020-10-20T15:31:09.748Z] v0.0.37 [2020-10-20T15:31:09.748Z] v0.0.38 [2020-10-20T15:31:09.748Z] v0.0.39 [2020-10-20T15:31:09.748Z] v0.0.4 [2020-10-20T15:31:09.748Z] v0.0.40 [2020-10-20T15:31:09.748Z] v0.0.41 [2020-10-20T15:31:09.748Z] v0.0.42 [2020-10-20T15:31:09.748Z] v0.0.43 [2020-10-20T15:31:09.748Z] v0.0.44 [2020-10-20T15:31:09.748Z] v0.0.45 [2020-10-20T15:31:09.748Z] v0.0.46 [2020-10-20T15:31:09.748Z] v0.0.47 [2020-10-20T15:31:09.748Z] v0.0.48 [2020-10-20T15:31:09.748Z] v0.0.49 [2020-10-20T15:31:09.748Z] v0.0.5 [2020-10-20T15:31:09.748Z] v0.0.50 [2020-10-20T15:31:09.748Z] v0.0.51 [2020-10-20T15:31:09.748Z] v0.0.52 [2020-10-20T15:31:09.748Z] v0.0.53 [2020-10-20T15:31:09.748Z] v0.0.6 [2020-10-20T15:31:09.748Z] v0.0.7 [2020-10-20T15:31:09.748Z] v0.0.8 [2020-10-20T15:31:09.748Z] v0.0.9 [Pipeline] sh [2020-10-20T15:31:10.060Z] + lftools sign git-tag v0.0.53 [2020-10-20T15:31:11.470Z] Signing Git tag with Sigul... [2020-10-20T15:31:11.470Z] Signing v0.0.53 [Pipeline] echo [2020-10-20T15:31:12.444Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:12.780Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T15:31:12.789Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T15:31:12.899Z] $ docker stop --time=1 6377fcd020b38719c9e99d61000eb8f35e2096aeb918cc533d93d530f6655cbe [2020-10-20T15:31:14.867Z] $ docker rm -f 6377fcd020b38719c9e99d61000eb8f35e2096aeb918cc533d93d530f6655cbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:31:16.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:31:16.484Z] . [Pipeline] withDockerContainer [2020-10-20T15:31:16.597Z] prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container [2020-10-20T15:31:16.651Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:31:17.408Z] $ docker top 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:31:17.733Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:31:17.733Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:31:17.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:31:17.945Z] $ docker exec 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 ssh-agent [2020-10-20T15:31:18.116Z] SSH_AUTH_SOCK=/tmp/ssh-PdpGyCrU1VAB/agent.12 [2020-10-20T15:31:18.116Z] SSH_AGENT_PID=17 [2020-10-20T15:31:18.131Z] Running ssh-add (command line suppressed) [2020-10-20T15:31:18.271Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_585126694710274083.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_585126694710274083.key) [2020-10-20T15:31:18.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:31:18.677Z] + git semver bump patch [2020-10-20T15:31:18.678Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:31:18.678Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T15:31:18.678Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T15:31:18.678Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:31:18.678Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:31:18.678Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:31:18.678Z] # $SEMVER_BRANCH = master [2020-10-20T15:31:18.678Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-20T15:31:18.678Z] 0.0.54 [Pipeline] } [2020-10-20T15:31:18.697Z] $ docker exec --env ******** --env ******** 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 ssh-agent -k [2020-10-20T15:31:18.836Z] unset SSH_AUTH_SOCK; [2020-10-20T15:31:18.837Z] unset SSH_AGENT_PID; [2020-10-20T15:31:18.837Z] echo Agent pid 17 killed; [2020-10-20T15:31:18.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:31:19.390Z] + git semver [Pipeline] } [2020-10-20T15:31:19.415Z] $ docker stop --time=1 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 [2020-10-20T15:31:20.964Z] $ docker rm -f 3b6578b148e58fc26d7233ca34c87940a67e5d1f2731b11c2f1619dc63308c60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:31:21.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:31:21.665Z] . [Pipeline] withDockerContainer [2020-10-20T15:31:22.339Z] prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container [2020-10-20T15:31:22.395Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:31:23.069Z] $ docker top edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:31:23.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:31:23.467Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:31:23.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:31:23.704Z] $ docker exec edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 ssh-agent [2020-10-20T15:31:23.943Z] SSH_AUTH_SOCK=/tmp/ssh-yUeLnBhXe3Ke/agent.12 [2020-10-20T15:31:23.943Z] SSH_AGENT_PID=17 [2020-10-20T15:31:24.000Z] Running ssh-add (command line suppressed) [2020-10-20T15:31:24.141Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3068613347183902087.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3068613347183902087.key) [2020-10-20T15:31:24.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:31:24.729Z] + git semver push [2020-10-20T15:31:24.729Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:31:24.729Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-20T15:31:24.729Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T15:31:24.729Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:31:24.729Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:31:24.729Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:31:24.729Z] # $SEMVER_BRANCH = master [2020-10-20T15:31:24.729Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-20T15:31:31.631Z] $ docker exec --env ******** --env ******** edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 ssh-agent -k [2020-10-20T15:31:31.796Z] unset SSH_AUTH_SOCK; [2020-10-20T15:31:31.798Z] unset SSH_AGENT_PID; [2020-10-20T15:31:31.798Z] echo Agent pid 17 killed; [2020-10-20T15:31:31.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:31:32.440Z] + git semver [Pipeline] } [2020-10-20T15:31:32.483Z] $ docker stop --time=1 edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 [2020-10-20T15:31:33.884Z] $ docker rm -f edbb4577f0a98a76a77c6e3a8ad511062451e5a521f59f7916d7499336f4ee22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:35.829Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:36.434Z] ---> package-listing.sh [2020-10-20T15:31:36.435Z] ++ facter osfamily [2020-10-20T15:31:36.435Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T15:31:36.435Z] + OS_FAMILY=redhat [2020-10-20T15:31:36.435Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T15:31:36.435Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T15:31:36.435Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T15:31:36.435Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T15:31:36.435Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T15:31:36.435Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-20T15:31:36.435Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T15:31:36.435Z] + case "${OS_FAMILY}" in [2020-10-20T15:31:36.435Z] + rpm -qa [2020-10-20T15:31:36.435Z] + sort [2020-10-20T15:31:40.727Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T15:31:40.727Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T15:31:40.728Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T15:31:40.728Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-20T15:31:40.728Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-20T15:31:40.728Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-10-20T15:31:40.741Z] 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 [2020-10-20T15:31:41.035Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:31:41.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:31:41.338Z] [2020-10-20T15:31:41.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:31:41.685Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:31:41.685Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T15:31:41.685Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:31:41.685Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T15:31:41.685Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T15:31:41.685Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T15:31:41.685Z] 93b61091891f: Pulling fs layer [2020-10-20T15:31:41.685Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T15:31:41.685Z] 5e14af77c1be: Pulling fs layer [2020-10-20T15:31:41.685Z] 01666e4c0597: Pulling fs layer [2020-10-20T15:31:41.685Z] aa168da1d23b: Pulling fs layer [2020-10-20T15:31:41.685Z] 46f8f816bc3b: Waiting [2020-10-20T15:31:41.685Z] 93b61091891f: Waiting [2020-10-20T15:31:41.685Z] 93b9cdb0e59b: Waiting [2020-10-20T15:31:41.685Z] 5e14af77c1be: Waiting [2020-10-20T15:31:41.685Z] 01666e4c0597: Waiting [2020-10-20T15:31:41.685Z] aa168da1d23b: Waiting [2020-10-20T15:31:41.685Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T15:31:41.685Z] 36b3adc4ff6f: Download complete [2020-10-20T15:31:41.685Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T15:31:41.685Z] 46f8f816bc3b: Download complete [2020-10-20T15:31:41.685Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:31:41.685Z] 93b9cdb0e59b: Download complete [2020-10-20T15:31:41.685Z] 5e14af77c1be: Verifying Checksum [2020-10-20T15:31:41.685Z] 5e14af77c1be: Download complete [2020-10-20T15:31:41.993Z] 01666e4c0597: Verifying Checksum [2020-10-20T15:31:41.993Z] 01666e4c0597: Download complete [2020-10-20T15:31:41.993Z] 93b61091891f: Download complete [2020-10-20T15:31:42.346Z] df20fa9351a1: Pull complete [2020-10-20T15:31:42.346Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T15:31:42.346Z] 8ad3a11d3b57: Download complete [2020-10-20T15:31:42.346Z] 36b3adc4ff6f: Pull complete [2020-10-20T15:31:43.428Z] 8ad3a11d3b57: Pull complete [2020-10-20T15:31:43.428Z] 46f8f816bc3b: Pull complete [2020-10-20T15:31:44.010Z] 93b61091891f: Pull complete [2020-10-20T15:31:44.010Z] aa168da1d23b: Verifying Checksum [2020-10-20T15:31:44.010Z] aa168da1d23b: Download complete [2020-10-20T15:31:44.274Z] 93b9cdb0e59b: Pull complete [2020-10-20T15:31:44.274Z] 5e14af77c1be: Pull complete [2020-10-20T15:31:44.549Z] 01666e4c0597: Pull complete [2020-10-20T15:31:51.168Z] aa168da1d23b: Pull complete [2020-10-20T15:31:51.168Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T15:31:51.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:31:51.168Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T15:31:51.313Z] prd-centos7-docker-4c-2g-6984 does not seem to be running inside a container [2020-10-20T15:31:51.363Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T15:31:54.573Z] $ docker top df711ef2927c85c42b6dbae3a6cdf2f9582349deb2b525a32ff9b263dcb98544 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:31:55.194Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T15:31:55.492Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T15:31:55.801Z] + ls /var/log/sa-host [2020-10-20T15:31:55.801Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T15:31:55.801Z] file_magic: OK [2020-10-20T15:31:55.801Z] HZ: Using current value: 100 [2020-10-20T15:31:55.801Z] file_header: OK [2020-10-20T15:31:55.801Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T15:31:55.801Z] Statistics: [2020-10-20T15:31:55.801Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:31:55.801Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T15:31:55.801Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T15:31:55.801Z] file_magic: OK [2020-10-20T15:31:55.801Z] HZ: Using current value: 100 [2020-10-20T15:31:55.801Z] file_header: OK [2020-10-20T15:31:55.801Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-20T15:31:55.801Z] Statistics: [2020-10-20T15:31:55.801Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:31:55.801Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:31:56.020Z] provisioning config files... [2020-10-20T15:31:56.039Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config677604377312154104tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:31:56.114Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:56.423Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T15:31:56.434Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T15:31:56.527Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:56.824Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T15:31:56.835Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:57.132Z] ---> sudo-logs.sh [2020-10-20T15:31:57.132Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T15:31:57.143Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:57.442Z] ---> job-cost.sh [2020-10-20T15:31:57.442Z] lf-activate-venv: SKIPPING [2020-10-20T15:31:57.442Z] INFO: No Stack... [2020-10-20T15:31:58.388Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T15:31:58.962Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T15:31:58.975Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:31:59.274Z] ---> logs-deploy.sh [2020-10-20T15:31:59.274Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/56 [2020-10-20T15:31:59.274Z] INFO: archiving workspace using pattern(s): [2020-10-20T15:32:01.194Z] Archives upload complete. [2020-10-20T15:32:01.194Z] INFO: archiving logs to Nexus [2020-10-20T15:32:02.145Z] ---> uname -a: [2020-10-20T15:32:02.145Z] Linux prd-centos7-docker-4c-2g-6984.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] ---> lscpu: [2020-10-20T15:32:02.145Z] Architecture: x86_64 [2020-10-20T15:32:02.145Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T15:32:02.145Z] Byte Order: Little Endian [2020-10-20T15:32:02.145Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T15:32:02.145Z] CPU(s): 4 [2020-10-20T15:32:02.145Z] On-line CPU(s) list: 0-3 [2020-10-20T15:32:02.145Z] Thread(s) per core: 1 [2020-10-20T15:32:02.145Z] Core(s) per socket: 1 [2020-10-20T15:32:02.145Z] Socket(s): 4 [2020-10-20T15:32:02.145Z] NUMA node(s): 1 [2020-10-20T15:32:02.145Z] Vendor ID: GenuineIntel [2020-10-20T15:32:02.145Z] CPU family: 6 [2020-10-20T15:32:02.145Z] Model: 44 [2020-10-20T15:32:02.145Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T15:32:02.145Z] Stepping: 1 [2020-10-20T15:32:02.145Z] CPU MHz: 2933.438 [2020-10-20T15:32:02.145Z] BogoMIPS: 5866.87 [2020-10-20T15:32:02.145Z] Virtualization: VT-x [2020-10-20T15:32:02.145Z] Hypervisor vendor: KVM [2020-10-20T15:32:02.145Z] Virtualization type: full [2020-10-20T15:32:02.145Z] L1d cache: 128 KiB [2020-10-20T15:32:02.145Z] L1i cache: 128 KiB [2020-10-20T15:32:02.145Z] L2 cache: 16 MiB [2020-10-20T15:32:02.145Z] L3 cache: 64 MiB [2020-10-20T15:32:02.145Z] NUMA node0 CPU(s): 0-3 [2020-10-20T15:32:02.145Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T15:32:02.145Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T15:32:02.145Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T15:32:02.145Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T15:32:02.145Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T15:32:02.145Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T15:32:02.145Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T15:32:02.145Z] Vulnerability Tsx async abort: Not affected [2020-10-20T15:32:02.145Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] ---> nproc: [2020-10-20T15:32:02.145Z] 4 [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] ---> df -h: [2020-10-20T15:32:02.145Z] Filesystem Size Used Available Use% Mounted on [2020-10-20T15:32:02.145Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-20T15:32:02.145Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-20T15:32:02.145Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-20T15:32:02.145Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-20T15:32:02.145Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] ---> free -m: [2020-10-20T15:32:02.145Z] total used free shared buff/cache available [2020-10-20T15:32:02.145Z] Mem: 1837 788 156 0 892 984 [2020-10-20T15:32:02.145Z] Swap: 1023 2 1021 [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] ---> ip addr: [2020-10-20T15:32:02.145Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-20T15:32:02.145Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-20T15:32:02.145Z] inet 127.0.0.1/8 scope host lo [2020-10-20T15:32:02.145Z] valid_lft forever preferred_lft forever [2020-10-20T15:32:02.145Z] inet6 ::1/128 scope host [2020-10-20T15:32:02.145Z] valid_lft forever preferred_lft forever [2020-10-20T15:32:02.145Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-20T15:32:02.145Z] link/ether fa:16:3e:ad:5b:b5 brd ff:ff:ff:ff:ff:ff [2020-10-20T15:32:02.145Z] inet 10.30.122.84/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-20T15:32:02.145Z] valid_lft 85967sec preferred_lft 85967sec [2020-10-20T15:32:02.145Z] inet6 fe80::f816:3eff:fead:5bb5/64 scope link [2020-10-20T15:32:02.145Z] valid_lft forever preferred_lft forever [2020-10-20T15:32:02.145Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-20T15:32:02.145Z] link/ether 02:42:6e:52:a7:a9 brd ff:ff:ff:ff:ff:ff [2020-10-20T15:32:02.145Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-20T15:32:02.145Z] valid_lft forever preferred_lft forever [2020-10-20T15:32:02.145Z] inet6 fe80::42:6eff:fe52:a7a9/64 scope link [2020-10-20T15:32:02.145Z] valid_lft forever preferred_lft forever [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] ---> sar -b -r -n DEV: [2020-10-20T15:32:02.145Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] 15:24:31 LINUX RESTART (4 CPU) [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] 15:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-20T15:32:02.145Z] 15:26:01 90.68 42.65 48.03 0.00 7583.69 4928.96 0.00 [2020-10-20T15:32:02.145Z] 15:27:01 1.85 0.00 1.85 0.00 0.00 36.64 0.00 [2020-10-20T15:32:02.145Z] 15:28:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 [2020-10-20T15:32:02.145Z] 15:29:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 [2020-10-20T15:32:02.145Z] 15:30:01 3.00 0.02 2.98 0.00 0.27 75.68 0.00 [2020-10-20T15:32:02.145Z] 15:31:01 375.31 167.56 207.75 0.00 9446.89 60220.27 0.00 [2020-10-20T15:32:02.145Z] Average: 78.63 35.07 43.56 0.00 2840.49 10889.16 0.00 [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] 15:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-20T15:32:02.145Z] 15:26:01 159924 0 580672 30.86 2620 1138340 1110636 37.90 451052 1110440 128 [2020-10-20T15:32:02.145Z] 15:27:01 162708 0 577800 30.71 2620 1138428 1094928 37.37 450808 1108536 20 [2020-10-20T15:32:02.145Z] 15:28:01 163208 0 577292 30.68 2620 1138436 1090792 37.23 450300 1108432 20 [2020-10-20T15:32:02.145Z] 15:29:01 163264 0 577236 30.68 2620 1138436 1079520 36.84 451432 1107680 20 [2020-10-20T15:32:02.145Z] 15:30:01 72636 0 611188 32.48 2620 1195112 1278872 43.65 497336 1147320 109212 [2020-10-20T15:32:02.145Z] 15:31:01 172292 0 717280 38.12 2012 989972 1240932 42.35 561260 877100 48 [2020-10-20T15:32:02.145Z] Average: 149005 0 606911 32.26 2519 1123121 1149280 39.22 477031 1076585 18241 [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] 15:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-20T15:32:02.145Z] 15:26:01 eth0 474.74 276.39 1051.08 86.58 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:26:01 docker0 1.95 1.55 0.49 3.62 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:27:01 eth0 3.50 0.85 1.06 0.59 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:28:01 eth0 3.30 1.05 1.20 0.75 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:29:01 eth0 0.93 0.37 0.40 0.23 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:30:01 eth0 200.18 179.36 1784.21 13.33 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:31:01 eth0 610.79 538.31 5261.69 108.63 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:31:01 veth58d8b40 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] 15:31:01 docker0 23.38 20.45 2.33 46.12 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] Average: eth0 215.71 166.16 1350.96 35.04 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] Average: veth58d8b40 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] Average: docker0 4.23 3.67 0.47 8.30 0.00 0.00 0.00 0.00 [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] [2020-10-20T15:32:02.145Z] ---> sar -P ALL: [2020-10-20T15:32:02.145Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T15:32:02.146Z] [2020-10-20T15:32:02.146Z] 15:24:31 LINUX RESTART (4 CPU) [2020-10-20T15:32:02.146Z] [2020-10-20T15:32:02.146Z] 15:25:01 CPU %user %nice %system %iowait %steal %idle [2020-10-20T15:32:02.146Z] 15:26:01 all 13.15 0.00 6.08 3.71 0.04 77.02 [2020-10-20T15:32:02.146Z] 15:26:01 0 14.06 0.00 6.30 5.30 0.03 74.30 [2020-10-20T15:32:02.146Z] 15:26:01 1 12.10 0.00 6.63 4.59 0.03 76.65 [2020-10-20T15:32:02.146Z] 15:26:01 2 12.63 0.00 5.62 3.55 0.05 78.16 [2020-10-20T15:32:02.146Z] 15:26:01 3 13.81 0.00 5.78 1.40 0.03 78.98 [2020-10-20T15:32:02.146Z] 15:27:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-10-20T15:32:02.146Z] 15:27:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2020-10-20T15:32:02.146Z] 15:27:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-20T15:32:02.146Z] 15:27:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-20T15:32:02.146Z] 15:27:01 3 0.48 0.00 0.05 0.00 0.00 99.47 [2020-10-20T15:32:02.146Z] 15:28:01 all 0.19 0.00 0.05 0.00 0.01 99.75 [2020-10-20T15:32:02.146Z] 15:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-20T15:32:02.146Z] 15:28:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2020-10-20T15:32:02.146Z] 15:28:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2020-10-20T15:32:02.146Z] 15:28:01 3 0.57 0.00 0.03 0.00 0.03 99.37 [2020-10-20T15:32:02.146Z] 15:29:01 all 0.13 0.00 0.05 0.00 0.01 99.81 [2020-10-20T15:32:02.146Z] 15:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-10-20T15:32:02.146Z] 15:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-20T15:32:02.146Z] 15:29:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-10-20T15:32:02.146Z] 15:29:01 3 0.42 0.00 0.07 0.00 0.00 99.52 [2020-10-20T15:32:02.146Z] 15:30:01 all 0.90 0.00 0.58 0.00 0.01 98.51 [2020-10-20T15:32:02.146Z] 15:30:01 0 0.70 0.00 0.63 0.00 0.00 98.66 [2020-10-20T15:32:02.146Z] 15:30:01 1 0.88 0.00 0.63 0.00 0.02 98.46 [2020-10-20T15:32:02.146Z] 15:30:01 2 0.83 0.00 0.67 0.02 0.02 98.47 [2020-10-20T15:32:02.146Z] 15:30:01 3 1.17 0.00 0.37 0.00 0.02 98.45 [2020-10-20T15:32:02.146Z] 15:31:01 all 15.82 0.00 10.80 3.30 0.22 69.86 [2020-10-20T15:32:02.146Z] 15:31:01 0 14.29 0.00 10.33 3.99 0.29 71.09 [2020-10-20T15:32:02.146Z] 15:31:01 1 17.04 0.00 11.32 3.03 0.21 68.40 [2020-10-20T15:32:02.146Z] 15:31:01 2 16.73 0.00 10.29 2.83 0.17 69.98 [2020-10-20T15:32:02.146Z] 15:31:01 3 15.20 0.00 11.24 3.36 0.21 69.99 [2020-10-20T15:32:02.146Z] Average: all 4.99 0.00 2.89 1.15 0.05 90.92 [2020-10-20T15:32:02.146Z] Average: 0 4.78 0.00 2.84 1.52 0.06 90.80 [2020-10-20T15:32:02.146Z] Average: 1 4.97 0.00 3.08 1.26 0.04 90.65 [2020-10-20T15:32:02.146Z] Average: 2 4.99 0.00 2.75 1.05 0.04 91.16 [2020-10-20T15:32:02.146Z] Average: 3 5.21 0.00 2.87 0.78 0.05 91.09 [2020-10-20T15:32:02.146Z] [2020-10-20T15:32:02.146Z] [2020-10-20T15:32:02.146Z]