jpwhitemn commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3040da731406479c9f8a832698285b376c467664+16de5b488733f447078f81771069bd4e8e31fe78 (886d34f4972384d8e999d49aed84f04a2e7c90ba) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, 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-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18239’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18238’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18240 in /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-75 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 16de5b488733f447078f81771069bd4e8e31fe78 into PR head commit 3040da731406479c9f8a832698285b376c467664 Merge succeeded, producing 3040da731406479c9f8a832698285b376c467664 Checking out Revision 3040da731406479c9f8a832698285b376c467664 (PR-75) > git config core.sparsecheckout # timeout=10 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" > git rev-list --no-walk 3040da731406479c9f8a832698285b376c467664 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T19:30:52.312Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T19:30:52.568Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T19:30:52.666Z] ========================================================= [2021-01-04T19:30:52.666Z] EdgeX Global Pipelines Version Info [2021-01-04T19:30:52.666Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:30:54.212Z] ------------------- [2021-01-04T19:30:54.212Z] stable info: [2021-01-04T19:30:54.212Z] ------------------- [2021-01-04T19:30:54.212Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T19:30:54.212Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:30:54.212Z] Message: update stable to v1.0.173 [2021-01-04T19:30:55.159Z] ------------------- [2021-01-04T19:30:55.159Z] experimental info: [2021-01-04T19:30:55.159Z] ------------------- [2021-01-04T19:30:55.159Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T19:30:55.159Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:30:55.159Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T19:30:55.439Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-04T19:30:55.532Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-04T19:30:55.650Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T19:30:55.746Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T19:30:55.850Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T19:30:55.970Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T19:30:56.066Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T19:30:56.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T19:30:56.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-04T19:30:56.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T19:30:56.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T19:30:56.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-04T19:30:56.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T19:30:56.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T19:30:56.833Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T19:30:56.927Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T19:30:57.022Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T19:30:57.115Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T19:30:57.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-04T19:30:57.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-04T19:30:57.409Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-04T19:30:57.500Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-04T19:30:57.590Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-04T19:30:57.689Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-04T19:30:57.779Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-04T19:30:57.874Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T19:30:58.029Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T19:30:58.173Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-75 [Pipeline] echo [2021-01-04T19:30:58.266Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-75 [Pipeline] echo [2021-01-04T19:30:58.358Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-75 [Pipeline] echo [2021-01-04T19:30:58.453Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3040da731406479c9f8a832698285b376c467664 [Pipeline] echo [2021-01-04T19:30:58.547Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3040da7 [Pipeline] echo [2021-01-04T19:30:58.640Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T19:30:59.342Z] + git log --format=format:%s -1 3040da731406479c9f8a832698285b376c467664 [Pipeline] echo [2021-01-04T19:30:59.409Z] GIT_COMMIT: 3040da731406479c9f8a832698285b376c467664, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo [2021-01-04T19:30:59.496Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:31:00.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:31:00.433Z] [2021-01-04T19:31:00.433Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:31:00.797Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:31:00.797Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T19:31:00.797Z] 31603596830f: Pulling fs layer [2021-01-04T19:31:00.797Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T19:31:00.797Z] 6ca5941a6612: Pulling fs layer [2021-01-04T19:31:00.797Z] ecc8261a40a4: Pulling fs layer [2021-01-04T19:31:00.797Z] ecc8261a40a4: Waiting [2021-01-04T19:31:00.797Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T19:31:00.797Z] 2a8b12db71e7: Download complete [2021-01-04T19:31:01.067Z] 31603596830f: Verifying Checksum [2021-01-04T19:31:01.067Z] 31603596830f: Download complete [2021-01-04T19:31:01.067Z] 6ca5941a6612: Verifying Checksum [2021-01-04T19:31:01.067Z] 6ca5941a6612: Download complete [2021-01-04T19:31:01.067Z] ecc8261a40a4: Verifying Checksum [2021-01-04T19:31:01.067Z] ecc8261a40a4: Download complete [2021-01-04T19:31:01.330Z] 31603596830f: Pull complete [2021-01-04T19:31:01.330Z] 2a8b12db71e7: Pull complete [2021-01-04T19:31:02.288Z] 6ca5941a6612: Pull complete [2021-01-04T19:31:02.552Z] ecc8261a40a4: Pull complete [2021-01-04T19:31:02.552Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T19:31:02.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:31:02.552Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T19:31:02.660Z] prd-centos7-docker-4c-2g-18240 does not seem to be running inside a container [2021-01-04T19:31:02.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-75 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75:/w/workspace/dgexfoundry_go-mod-secrets_PR-75:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T19:31:04.524Z] $ docker top 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T19:31:04.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:31:04.821Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:31:05.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:31:05.064Z] $ docker exec 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent [2021-01-04T19:31:05.226Z] SSH_AUTH_SOCK=/tmp/ssh-yJL177jO6tAi/agent.11 [2021-01-04T19:31:05.226Z] SSH_AGENT_PID=16 [2021-01-04T19:31:05.236Z] Running ssh-add (command line suppressed) [2021-01-04T19:31:05.354Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_2533637206865280150.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_2533637206865280150.key) [2021-01-04T19:31:05.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:31:05.754Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T19:31:05.774Z] $ docker exec --env ******** --env ******** 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent -k [2021-01-04T19:31:05.889Z] unset SSH_AUTH_SOCK; [2021-01-04T19:31:05.890Z] unset SSH_AGENT_PID; [2021-01-04T19:31:05.890Z] echo Agent pid 16 killed; [2021-01-04T19:31:06.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T19:31:06.173Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:31:06.173Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:31:06.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:31:06.393Z] $ docker exec 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent [2021-01-04T19:31:06.623Z] SSH_AUTH_SOCK=/tmp/ssh-x1Vgzfdebacf/agent.47 [2021-01-04T19:31:06.623Z] SSH_AGENT_PID=53 [2021-01-04T19:31:06.631Z] Running ssh-add (command line suppressed) [2021-01-04T19:31:06.744Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_325852340725172746.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/private_key_325852340725172746.key) [2021-01-04T19:31:06.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:31:07.134Z] + git semver init [2021-01-04T19:31:07.134Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T19:31:07.134Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-75/.git [2021-01-04T19:31:07.134Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [2021-01-04T19:31:07.134Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T19:31:07.135Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T19:31:07.135Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T19:31:07.135Z] # $SEMVER_BRANCH = PR-75 [2021-01-04T19:31:07.135Z] # $SEMVER_TEMP = /tmp/semver-892863910 [2021-01-04T19:31:07.135Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-04T19:31:07.710Z] # '/tmp/semver-892863910' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-75/.semver' [2021-01-04T19:31:07.710Z] # -> Force: false [2021-01-04T19:31:07.710Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-75/.semver [Pipeline] } [2021-01-04T19:31:07.723Z] $ docker exec --env ******** --env ******** 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 ssh-agent -k [2021-01-04T19:31:07.845Z] unset SSH_AUTH_SOCK; [2021-01-04T19:31:07.845Z] unset SSH_AGENT_PID; [2021-01-04T19:31:07.845Z] echo Agent pid 53 killed; [2021-01-04T19:31:07.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T19:31:08.401Z] + git semver [Pipeline] } [2021-01-04T19:31:08.423Z] $ docker stop --time=1 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 [2021-01-04T19:31:09.901Z] $ docker rm -f 8dfc52d3b4c037a544175571b759858054cdc74614342fbd7c6edc7a9ccc7e98 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:31:10.386Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T19:31:10.783Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T19:31:10.786Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-04T19:31:26.285Z] Still waiting to schedule task [2021-01-04T19:31:26.286Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-04T19:31:26.288Z] Still waiting to schedule task [2021-01-04T19:31:26.288Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T19:32:58.723Z] Running on prd-centos7-docker-4c-2g-18243 in /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [Pipeline] { [Pipeline] ws [2021-01-04T19:32:58.772Z] Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout [2021-01-04T19:33:01.474Z] using credential edgex-jenkins-ssh [2021-01-04T19:33:01.535Z] Cloning the remote Git repository [2021-01-04T19:33:01.562Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-04T19:33:01.632Z] > git init /w/workspace/go-mod-secrets/2 # timeout=10 [2021-01-04T19:33:01.694Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-04T19:33:01.694Z] > git --version # timeout=10 [2021-01-04T19:33:01.701Z] > git --version # 'git version 2.24.3' [2021-01-04T19:33:01.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:33:01.728Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:33:03.486Z] Merging remotes/origin/master commit 16de5b488733f447078f81771069bd4e8e31fe78 into PR head commit 3040da731406479c9f8a832698285b376c467664 [2021-01-04T19:33:02.880Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-04T19:33:02.886Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:33:02.898Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-04T19:33:02.910Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-04T19:33:02.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:33:02.915Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:33:03.496Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:33:03.580Z] Merge succeeded, producing 3040da731406479c9f8a832698285b376c467664 [2021-01-04T19:33:03.580Z] Checking out Revision 3040da731406479c9f8a832698285b376c467664 (PR-75) [2021-01-04T19:33:03.502Z] > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 [2021-01-04T19:33:03.541Z] > git remote # timeout=10 [2021-01-04T19:33:03.551Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:33:03.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:33:03.563Z] > git merge 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 [2021-01-04T19:33:03.575Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:33:03.584Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:33:03.591Z] > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 [2021-01-04T19:33:07.266Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T19:33:08.491Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:33:08.832Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:33:09.135Z] + sudo service docker restart [2021-01-04T19:33:09.135Z] + true [2021-01-04T19:33:09.135Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-04T19:33:11.279Z] ========================================================= [2021-01-04T19:33:11.279Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T19:33:11.279Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:33:11.630Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T19:33:11.893Z] Sending build context to Docker daemon 435.2kB [2021-01-04T19:33:11.893Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-04T19:33:11.893Z] Step 2/7 : FROM ${BASE} [2021-01-04T19:33:12.154Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T19:33:12.154Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T19:33:12.154Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T19:33:12.154Z] de9db76c5a1d: Pulling fs layer [2021-01-04T19:33:12.154Z] bca2f99d35d6: Pulling fs layer [2021-01-04T19:33:12.154Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T19:33:12.154Z] 7c6f9722023f: Pulling fs layer [2021-01-04T19:33:12.154Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T19:33:12.154Z] bca2f99d35d6: Waiting [2021-01-04T19:33:12.154Z] a35cf1a2eb13: Waiting [2021-01-04T19:33:12.154Z] 93359f2a8cfa: Waiting [2021-01-04T19:33:12.154Z] 7c6f9722023f: Waiting [2021-01-04T19:33:12.154Z] de9db76c5a1d: Verifying Checksum [2021-01-04T19:33:12.154Z] de9db76c5a1d: Download complete [2021-01-04T19:33:12.154Z] 0ef7d3d256c8: Download complete [2021-01-04T19:33:12.154Z] 93359f2a8cfa: Download complete [2021-01-04T19:33:12.154Z] 7c6f9722023f: Verifying Checksum [2021-01-04T19:33:12.154Z] 7c6f9722023f: Download complete [2021-01-04T19:33:12.154Z] 188c0c94c7c5: Download complete [2021-01-04T19:33:12.423Z] 188c0c94c7c5: Pull complete [2021-01-04T19:33:12.691Z] 0ef7d3d256c8: Pull complete [2021-01-04T19:33:12.955Z] de9db76c5a1d: Pull complete [2021-01-04T19:33:13.914Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T19:33:14.871Z] bca2f99d35d6: Verifying Checksum [2021-01-04T19:33:14.871Z] bca2f99d35d6: Download complete [2021-01-04T19:33:20.246Z] bca2f99d35d6: Pull complete [2021-01-04T19:33:20.246Z] 93359f2a8cfa: Pull complete [2021-01-04T19:33:20.509Z] 7c6f9722023f: Pull complete [2021-01-04T19:33:24.782Z] a35cf1a2eb13: Pull complete [2021-01-04T19:33:24.782Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T19:33:24.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T19:33:24.782Z] ---> a62c8e92a672 [2021-01-04T19:33:24.782Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-04T19:33:24.782Z] ---> Running in 0f504665fd10 [2021-01-04T19:33:24.782Z] Removing intermediate container 0f504665fd10 [2021-01-04T19:33:24.782Z] ---> 23c7a2c51d19 [2021-01-04T19:33:24.782Z] Step 4/7 : RUN apk add --update bash [2021-01-04T19:33:24.782Z] ---> Running in 23f578fd23fa [2021-01-04T19:33:25.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:33:26.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:33:28.874Z] OK: 166 MiB in 39 packages [2021-01-04T19:33:29.452Z] Removing intermediate container 23f578fd23fa [2021-01-04T19:33:29.452Z] ---> cc1518a51406 [2021-01-04T19:33:29.452Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-04T19:33:29.452Z] ---> Running in 66dd88befbf6 [2021-01-04T19:33:29.715Z] Removing intermediate container 66dd88befbf6 [2021-01-04T19:33:29.715Z] ---> 86eb86c9d332 [2021-01-04T19:33:29.715Z] Step 6/7 : COPY go.mod . [2021-01-04T19:33:29.979Z] ---> 1a088805cb15 [2021-01-04T19:33:29.979Z] Step 7/7 : RUN go mod download [2021-01-04T19:33:29.979Z] ---> Running in e069616680cb [2021-01-04T19:33:42.305Z] Removing intermediate container e069616680cb [2021-01-04T19:33:42.305Z] ---> 08efbb39eeef [2021-01-04T19:33:42.305Z] Successfully built 08efbb39eeef [2021-01-04T19:33:42.305Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:33:42.625Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:33:42.625Z] . [Pipeline] withDockerContainer [2021-01-04T19:33:42.738Z] prd-centos7-docker-4c-2g-18243 does not seem to be running inside a container [2021-01-04T19:33:42.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:33:43.566Z] $ docker top ad4a4221a184927d4932213939de4158cad0eb8713f2beae11c2b9c863ace46c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:33:44.178Z] + go version [2021-01-04T19:33:44.178Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T19:33:44.194Z] $ docker stop --time=1 ad4a4221a184927d4932213939de4158cad0eb8713f2beae11c2b9c863ace46c [2021-01-04T19:33:45.542Z] $ docker rm -f ad4a4221a184927d4932213939de4158cad0eb8713f2beae11c2b9c863ace46c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:33:46.364Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:33:46.364Z] . [Pipeline] withDockerContainer [2021-01-04T19:33:46.471Z] prd-centos7-docker-4c-2g-18243 does not seem to be running inside a container [2021-01-04T19:33:46.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:33:47.160Z] $ docker top 9747bbfa3884d7f70134982c53377d2df3442c6f98dda2b7ce8ce156a9ad16f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:33:47.711Z] + make test [2021-01-04T19:33:47.711Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-04T19:33:54.382Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18244 in /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [Pipeline] { [Pipeline] ws [2021-01-04T19:33:54.449Z] Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [2021-01-04T19:33:54.475Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-04T19:33:54.475Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-04T19:33:54.475Z] # github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.test] [2021-01-04T19:33:54.475Z] pkg/providers/vault/client_test.go:330:17: undefined: logger.NewClientStdOut [2021-01-04T19:33:54.475Z] pkg/providers/vault/client_test.go:526:17: undefined: logger.NewClientStdOut [Pipeline] checkout [2021-01-04T19:33:59.863Z] using credential edgex-jenkins-ssh [2021-01-04T19:33:59.960Z] Cloning the remote Git repository [2021-01-04T19:34:00.017Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-04T19:34:00.123Z] > git init /w/workspace/go-mod-secrets/2 # timeout=10 [2021-01-04T19:34:00.236Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-04T19:34:00.236Z] > git --version # timeout=10 [2021-01-04T19:34:00.259Z] > git --version # 'git version 2.17.1' [2021-01-04T19:34:00.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:34:00.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:34:01.155Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-04T19:34:01.187Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:34:01.217Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-04T19:34:01.270Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-04T19:34:01.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:34:01.282Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:34:02.457Z] Merging remotes/origin/master commit 16de5b488733f447078f81771069bd4e8e31fe78 into PR head commit 3040da731406479c9f8a832698285b376c467664 [2021-01-04T19:34:02.723Z] Merge succeeded, producing 3040da731406479c9f8a832698285b376c467664 [2021-01-04T19:34:02.723Z] Checking out Revision 3040da731406479c9f8a832698285b376c467664 (PR-75) [2021-01-04T19:34:02.483Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:34:02.519Z] > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 [2021-01-04T19:34:02.618Z] > git remote # timeout=10 [2021-01-04T19:34:02.649Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:34:02.671Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:34:02.683Z] > git merge 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 [2021-01-04T19:34:02.709Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:34:02.732Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:34:02.748Z] > git checkout -f 3040da731406479c9f8a832698285b376c467664 # timeout=10 [2021-01-04T19:34:04.578Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.012s coverage: 96.7% of statements [2021-01-04T19:34:04.578Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [build failed] [2021-01-04T19:34:04.578Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.015s coverage: 89.5% of statements [2021-01-04T19:34:04.578Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-04T19:34:04.578Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.005s coverage: 100.0% of statements [2021-01-04T19:34:04.578Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-04T19:34:04.579Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.005s coverage: 87.5% of statements [2021-01-04T19:34:06.954Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T19:34:08.613Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:34:09.040Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:34:09.387Z] + sudo service docker restart [2021-01-04T19:34:09.387Z] + true [2021-01-04T19:34:11.199Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements [2021-01-04T19:34:11.199Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-04T19:34:11.199Z] FAIL [2021-01-04T19:34:11.199Z] make: *** [Makefile:12: test] Error 2 [Pipeline] } [2021-01-04T19:34:11.221Z] $ docker stop --time=1 9747bbfa3884d7f70134982c53377d2df3442c6f98dda2b7ce8ce156a9ad16f9 [2021-01-04T19:34:13.553Z] $ docker rm -f 9747bbfa3884d7f70134982c53377d2df3442c6f98dda2b7ce8ce156a9ad16f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] unstash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2021-01-04T19:34:14.032Z] ========================================================= [2021-01-04T19:34:14.032Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T19:34:14.032Z] ========================================================= Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2021-01-04T19:34:14.488Z] + 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 . [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T19:34:15.256Z] Failed in branch amd64 [2021-01-04T19:34:15.480Z] Sending build context to Docker daemon 434.2kB [2021-01-04T19:34:15.480Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-04T19:34:15.480Z] Step 2/7 : FROM ${BASE} [2021-01-04T19:34:15.758Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T19:34:15.758Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T19:34:15.758Z] a4357932f1b6: Pulling fs layer [2021-01-04T19:34:15.758Z] 18c013af1878: Pulling fs layer [2021-01-04T19:34:15.758Z] 00ac8860ef70: Pulling fs layer [2021-01-04T19:34:15.758Z] 63d7cb157983: Pulling fs layer [2021-01-04T19:34:15.758Z] b116817d02f9: Pulling fs layer [2021-01-04T19:34:15.758Z] 745a02a5169b: Pulling fs layer [2021-01-04T19:34:15.758Z] 00ac8860ef70: Waiting [2021-01-04T19:34:15.758Z] 63d7cb157983: Waiting [2021-01-04T19:34:15.758Z] b116817d02f9: Waiting [2021-01-04T19:34:15.758Z] 745a02a5169b: Waiting [2021-01-04T19:34:15.758Z] 18c013af1878: Verifying Checksum [2021-01-04T19:34:15.758Z] 18c013af1878: Download complete [2021-01-04T19:34:15.758Z] a4357932f1b6: Verifying Checksum [2021-01-04T19:34:15.758Z] a4357932f1b6: Download complete [2021-01-04T19:34:15.758Z] 63d7cb157983: Verifying Checksum [2021-01-04T19:34:15.758Z] 63d7cb157983: Download complete [2021-01-04T19:34:15.758Z] b116817d02f9: Verifying Checksum [2021-01-04T19:34:15.758Z] b116817d02f9: Download complete [2021-01-04T19:34:15.758Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T19:34:15.758Z] 5f621e34cdf4: Download complete [2021-01-04T19:34:16.362Z] 5f621e34cdf4: Pull complete [2021-01-04T19:34:16.960Z] a4357932f1b6: Pull complete [2021-01-04T19:34:17.556Z] 18c013af1878: Pull complete [2021-01-04T19:34:18.555Z] 745a02a5169b: Verifying Checksum [2021-01-04T19:34:18.555Z] 745a02a5169b: Download complete [2021-01-04T19:34:19.539Z] 00ac8860ef70: Verifying Checksum [2021-01-04T19:34:19.539Z] 00ac8860ef70: Download complete [2021-01-04T19:34:31.956Z] 00ac8860ef70: Pull complete [2021-01-04T19:34:31.956Z] 63d7cb157983: Pull complete [2021-01-04T19:34:31.956Z] b116817d02f9: Pull complete [2021-01-04T19:34:34.597Z] 745a02a5169b: Pull complete [2021-01-04T19:34:34.597Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T19:34:34.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T19:34:34.597Z] ---> b7e6874047d6 [2021-01-04T19:34:34.597Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-04T19:34:37.273Z] ---> Running in 278bfeccb1e2 [2021-01-04T19:34:37.877Z] Removing intermediate container 278bfeccb1e2 [2021-01-04T19:34:37.877Z] ---> b0b8d34eb555 [2021-01-04T19:34:37.877Z] Step 4/7 : RUN apk add --update bash [2021-01-04T19:34:37.877Z] ---> Running in 6e29f2efd42a [2021-01-04T19:34:40.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:34:41.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:34:44.106Z] OK: 142 MiB in 39 packages [2021-01-04T19:34:45.093Z] Removing intermediate container 6e29f2efd42a [2021-01-04T19:34:45.093Z] ---> 27ea7e641689 [2021-01-04T19:34:45.093Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-04T19:34:45.370Z] ---> Running in 8df51986ff67 [2021-01-04T19:34:45.970Z] Removing intermediate container 8df51986ff67 [2021-01-04T19:34:45.970Z] ---> 6fd13e54392a [2021-01-04T19:34:45.970Z] Step 6/7 : COPY go.mod . [2021-01-04T19:34:46.579Z] ---> fc5bef1ff63d [2021-01-04T19:34:46.579Z] Step 7/7 : RUN go mod download [2021-01-04T19:34:46.579Z] ---> Running in 8f1d8ff4461b [2021-01-04T19:35:01.709Z] Removing intermediate container 8f1d8ff4461b [2021-01-04T19:35:01.709Z] ---> 43c2ae3155e3 [2021-01-04T19:35:01.709Z] Successfully built 43c2ae3155e3 [2021-01-04T19:35:01.709Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:35:02.053Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:35:02.053Z] . [Pipeline] withDockerContainer [2021-01-04T19:35:02.319Z] prd-ubuntu18.04-docker-arm64-4c-16g-18244 does not seem to be running inside a container [2021-01-04T19:35:02.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:35:03.921Z] $ docker top 95d349ddeb4175fbc3a8e0eaba8578f47fbb470d61ae14cfb3ae2bce00ea1de4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:35:04.942Z] + go version [2021-01-04T19:35:04.942Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T19:35:04.969Z] $ docker stop --time=1 95d349ddeb4175fbc3a8e0eaba8578f47fbb470d61ae14cfb3ae2bce00ea1de4 [2021-01-04T19:35:06.914Z] $ docker rm -f 95d349ddeb4175fbc3a8e0eaba8578f47fbb470d61ae14cfb3ae2bce00ea1de4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:35:07.904Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:35:07.904Z] . [Pipeline] withDockerContainer [2021-01-04T19:35:08.164Z] prd-ubuntu18.04-docker-arm64-4c-16g-18244 does not seem to be running inside a container [2021-01-04T19:35:08.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:35:09.782Z] $ docker top 7d2cdf853702ec0465ed8363753139f865582d4bbef889aa1b15f384ee0f54ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:35:10.804Z] + make test [2021-01-04T19:35:10.804Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-04T19:35:33.021Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-04T19:35:33.021Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-04T19:35:33.021Z] # github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.test] [2021-01-04T19:35:33.021Z] pkg/providers/vault/client_test.go:330:17: undefined: logger.NewClientStdOut [2021-01-04T19:35:33.021Z] pkg/providers/vault/client_test.go:526:17: undefined: logger.NewClientStdOut [2021-01-04T19:35:41.313Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.022s coverage: 96.7% of statements [2021-01-04T19:35:41.313Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault [build failed] [2021-01-04T19:35:41.313Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.012s coverage: 89.5% of statements [2021-01-04T19:35:41.313Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-04T19:35:41.313Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.020s coverage: 100.0% of statements [2021-01-04T19:35:41.313Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-04T19:35:41.313Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.071s coverage: 87.5% of statements [2021-01-04T19:35:51.445Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.025s coverage: 93.3% of statements [2021-01-04T19:35:51.445Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-04T19:35:51.445Z] FAIL [2021-01-04T19:35:51.445Z] make: *** [Makefile:12: test] Error 2 [Pipeline] } [2021-01-04T19:35:51.476Z] $ docker stop --time=1 7d2cdf853702ec0465ed8363753139f865582d4bbef889aa1b15f384ee0f54ec [2021-01-04T19:35:53.650Z] $ docker rm -f 7d2cdf853702ec0465ed8363753139f865582d4bbef889aa1b15f384ee0f54ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T19:35:55.248Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:35:58.037Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:35:58.345Z] ---> package-listing.sh [2021-01-04T19:35:58.345Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T19:35:58.345Z] ++ facter osfamily [2021-01-04T19:35:58.345Z] + OS_FAMILY=redhat [2021-01-04T19:35:58.345Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-75 [2021-01-04T19:35:58.345Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T19:35:58.345Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T19:35:58.345Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T19:35:58.345Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T19:35:58.345Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-75 ']' [2021-01-04T19:35:58.345Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T19:35:58.345Z] + case "${OS_FAMILY}" in [2021-01-04T19:35:58.345Z] + rpm -qa [2021-01-04T19:35:58.345Z] + sort [2021-01-04T19:36:03.668Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T19:36:03.668Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T19:36:03.668Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T19:36:03.668Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-75 ']' [2021-01-04T19:36:03.668Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-75/archives/ [2021-01-04T19:36:03.668Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-75/archives/ [Pipeline] echo [2021-01-04T19:36:03.684Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T19:36:03.979Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:36:04.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:36:04.287Z] [2021-01-04T19:36:04.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:36:04.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:36:04.637Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T19:36:04.637Z] df20fa9351a1: Pulling fs layer [2021-01-04T19:36:04.637Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T19:36:04.637Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T19:36:04.637Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T19:36:04.637Z] 93b61091891f: Pulling fs layer [2021-01-04T19:36:04.637Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T19:36:04.637Z] 5e14af77c1be: Pulling fs layer [2021-01-04T19:36:04.637Z] 01666e4c0597: Pulling fs layer [2021-01-04T19:36:04.637Z] aa168da1d23b: Pulling fs layer [2021-01-04T19:36:04.637Z] 93b9cdb0e59b: Waiting [2021-01-04T19:36:04.637Z] 01666e4c0597: Waiting [2021-01-04T19:36:04.637Z] aa168da1d23b: Waiting [2021-01-04T19:36:04.637Z] 46f8f816bc3b: Waiting [2021-01-04T19:36:04.637Z] 5e14af77c1be: Waiting [2021-01-04T19:36:04.637Z] 93b61091891f: Waiting [2021-01-04T19:36:04.637Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T19:36:04.637Z] 36b3adc4ff6f: Download complete [2021-01-04T19:36:04.637Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T19:36:04.637Z] 46f8f816bc3b: Download complete [2021-01-04T19:36:04.637Z] df20fa9351a1: Verifying Checksum [2021-01-04T19:36:04.906Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T19:36:04.906Z] 93b9cdb0e59b: Download complete [2021-01-04T19:36:04.906Z] 5e14af77c1be: Verifying Checksum [2021-01-04T19:36:04.906Z] 5e14af77c1be: Download complete [2021-01-04T19:36:04.906Z] 93b61091891f: Download complete [2021-01-04T19:36:04.906Z] 01666e4c0597: Verifying Checksum [2021-01-04T19:36:04.906Z] 01666e4c0597: Download complete [2021-01-04T19:36:05.173Z] df20fa9351a1: Pull complete [2021-01-04T19:36:05.173Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T19:36:05.173Z] 8ad3a11d3b57: Download complete [2021-01-04T19:36:05.439Z] 36b3adc4ff6f: Pull complete [2021-01-04T19:36:06.399Z] 8ad3a11d3b57: Pull complete [2021-01-04T19:36:06.399Z] 46f8f816bc3b: Pull complete [2021-01-04T19:36:06.976Z] aa168da1d23b: Verifying Checksum [2021-01-04T19:36:06.976Z] aa168da1d23b: Download complete [2021-01-04T19:36:07.926Z] 93b61091891f: Pull complete [2021-01-04T19:36:07.926Z] 93b9cdb0e59b: Pull complete [2021-01-04T19:36:07.926Z] 5e14af77c1be: Pull complete [2021-01-04T19:36:08.188Z] 01666e4c0597: Pull complete [2021-01-04T19:36:14.831Z] aa168da1d23b: Pull complete [2021-01-04T19:36:14.831Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T19:36:14.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:36:14.831Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T19:36:15.052Z] prd-centos7-docker-4c-2g-18240 does not seem to be running inside a container [2021-01-04T19:36:15.104Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-secrets_PR-75 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75:/w/workspace/dgexfoundry_go-mod-secrets_PR-75:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T19:36:18.448Z] $ docker top 792a8c11c3cb3a59d4b3f4433f51a6cdd984f2f394e411847a082d758ceebe89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:36:18.927Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T19:36:19.233Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T19:36:19.532Z] + ls /var/log/sa-host [2021-01-04T19:36:19.533Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T19:36:19.533Z] file_magic: OK [2021-01-04T19:36:19.533Z] HZ: Using current value: 100 [2021-01-04T19:36:19.533Z] file_header: OK [2021-01-04T19:36:19.533Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T19:36:19.533Z] Statistics: [2021-01-04T19:36:19.533Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T19:36:19.533Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T19:36:19.533Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T19:36:19.533Z] file_magic: OK [2021-01-04T19:36:19.533Z] HZ: Using current value: 100 [2021-01-04T19:36:19.533Z] file_header: OK [2021-01-04T19:36:19.533Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T19:36:19.533Z] Statistics: [2021-01-04T19:36:19.533Z] Hnuu...uuuununununu... [2021-01-04T19:36:19.533Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T19:36:19.730Z] provisioning config files... [2021-01-04T19:36:19.748Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp/config447596220717724658tmp [Pipeline] { [Pipeline] echo [2021-01-04T19:36:19.816Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:36:20.114Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T19:36:20.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T19:36:20.236Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:36:20.535Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T19:36:20.552Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:36:20.851Z] ---> sudo-logs.sh [2021-01-04T19:36:20.851Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T19:36:20.862Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:36:21.160Z] ---> job-cost.sh [2021-01-04T19:36:21.160Z] lf-activate-venv: SKIPPING [2021-01-04T19:36:21.160Z] INFO: No Stack... [2021-01-04T19:36:22.551Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T19:36:22.813Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T19:36:22.827Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:36:23.125Z] ---> logs-deploy.sh [2021-01-04T19:36:23.125Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-75/2 [2021-01-04T19:36:23.125Z] INFO: archiving workspace using pattern(s): [2021-01-04T19:36:24.516Z] Archives upload complete. [2021-01-04T19:36:24.779Z] INFO: archiving logs to Nexus [2021-01-04T19:36:25.726Z] ---> uname -a: [2021-01-04T19:36:25.726Z] Linux prd-centos7-docker-4c-2g-18240.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] ---> lscpu: [2021-01-04T19:36:25.726Z] Architecture: x86_64 [2021-01-04T19:36:25.726Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T19:36:25.726Z] Byte Order: Little Endian [2021-01-04T19:36:25.726Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T19:36:25.726Z] CPU(s): 4 [2021-01-04T19:36:25.726Z] On-line CPU(s) list: 0-3 [2021-01-04T19:36:25.726Z] Thread(s) per core: 1 [2021-01-04T19:36:25.726Z] Core(s) per socket: 1 [2021-01-04T19:36:25.726Z] Socket(s): 4 [2021-01-04T19:36:25.726Z] NUMA node(s): 1 [2021-01-04T19:36:25.726Z] Vendor ID: GenuineIntel [2021-01-04T19:36:25.726Z] CPU family: 6 [2021-01-04T19:36:25.726Z] Model: 44 [2021-01-04T19:36:25.726Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T19:36:25.726Z] Stepping: 1 [2021-01-04T19:36:25.726Z] CPU MHz: 2933.438 [2021-01-04T19:36:25.726Z] BogoMIPS: 5866.87 [2021-01-04T19:36:25.726Z] Virtualization: VT-x [2021-01-04T19:36:25.726Z] Hypervisor vendor: KVM [2021-01-04T19:36:25.726Z] Virtualization type: full [2021-01-04T19:36:25.726Z] L1d cache: 128 KiB [2021-01-04T19:36:25.726Z] L1i cache: 128 KiB [2021-01-04T19:36:25.726Z] L2 cache: 16 MiB [2021-01-04T19:36:25.726Z] L3 cache: 64 MiB [2021-01-04T19:36:25.726Z] NUMA node0 CPU(s): 0-3 [2021-01-04T19:36:25.726Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T19:36:25.726Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T19:36:25.726Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T19:36:25.726Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T19:36:25.726Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T19:36:25.726Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T19:36:25.726Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T19:36:25.726Z] Vulnerability Srbds: Not affected [2021-01-04T19:36:25.726Z] Vulnerability Tsx async abort: Not affected [2021-01-04T19:36:25.726Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] ---> nproc: [2021-01-04T19:36:25.726Z] 4 [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] ---> df -h: [2021-01-04T19:36:25.726Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T19:36:25.726Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-04T19:36:25.726Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T19:36:25.726Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T19:36:25.726Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-75 [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_go-mod-secrets_PR-75@tmp [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-04T19:36:25.726Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] ---> free -m: [2021-01-04T19:36:25.726Z] total used free shared buff/cache available [2021-01-04T19:36:25.726Z] Mem: 1837 690 93 0 1053 1042 [2021-01-04T19:36:25.726Z] Swap: 1023 1 1022 [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] ---> ip addr: [2021-01-04T19:36:25.726Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-04T19:36:25.726Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-04T19:36:25.726Z] inet 127.0.0.1/8 scope host lo [2021-01-04T19:36:25.726Z] valid_lft forever preferred_lft forever [2021-01-04T19:36:25.726Z] inet6 ::1/128 scope host [2021-01-04T19:36:25.726Z] valid_lft forever preferred_lft forever [2021-01-04T19:36:25.726Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-04T19:36:25.726Z] link/ether fa:16:3e:73:94:1c brd ff:ff:ff:ff:ff:ff [2021-01-04T19:36:25.726Z] inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-04T19:36:25.726Z] valid_lft 86035sec preferred_lft 86035sec [2021-01-04T19:36:25.726Z] inet6 fe80::f816:3eff:fe73:941c/64 scope link [2021-01-04T19:36:25.726Z] valid_lft forever preferred_lft forever [2021-01-04T19:36:25.726Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-04T19:36:25.726Z] link/ether 02:42:ea:b2:53:2b brd ff:ff:ff:ff:ff:ff [2021-01-04T19:36:25.726Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-04T19:36:25.726Z] valid_lft forever preferred_lft forever [2021-01-04T19:36:25.726Z] inet6 fe80::42:eaff:feb2:532b/64 scope link [2021-01-04T19:36:25.726Z] valid_lft forever preferred_lft forever [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] ---> sar -b -r -n DEV: [2021-01-04T19:36:25.726Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] 19:30:06 LINUX RESTART (4 CPU) [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] 19:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-04T19:36:25.726Z] 19:32:02 22.52 4.94 17.58 0.00 1214.38 2719.77 0.00 [2021-01-04T19:36:25.726Z] 19:33:01 0.98 0.00 0.98 0.00 0.00 20.79 0.00 [2021-01-04T19:36:25.726Z] 19:34:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 [2021-01-04T19:36:25.726Z] 19:35:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 [2021-01-04T19:36:25.726Z] 19:36:01 32.73 32.51 0.22 0.00 3455.17 2.46 0.00 [2021-01-04T19:36:25.726Z] Average: 11.39 7.52 3.87 0.00 937.26 551.89 0.00 [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] 19:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-04T19:36:25.726Z] 19:32:02 154636 0 592048 31.47 2620 1132240 1107664 37.80 391128 1136916 20 [2021-01-04T19:36:25.726Z] 19:33:01 160180 0 586496 31.17 2620 1132248 1078616 36.81 389760 1133520 8 [2021-01-04T19:36:25.726Z] 19:34:01 158908 0 587764 31.24 2620 1132252 1078628 36.81 393708 1131576 16 [2021-01-04T19:36:25.726Z] 19:35:01 158880 0 587792 31.24 2620 1132252 1078556 36.81 405740 1118912 16 [2021-01-04T19:36:25.726Z] 19:36:01 72016 0 611296 32.49 2620 1195612 1114196 38.03 417460 1193964 68 [2021-01-04T19:36:25.726Z] Average: 140924 0 593079 31.52 2620 1144921 1091532 37.25 399559 1142978 26 [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] 19:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-04T19:36:25.726Z] 19:32:02 eth0 29.86 20.96 30.25 15.66 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:32:02 docker0 1.80 1.53 0.35 3.09 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:33:01 eth0 2.17 0.37 0.42 0.21 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:34:01 eth0 2.65 0.88 0.96 0.60 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:35:01 eth0 0.60 0.35 0.33 0.20 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:36:01 eth0 4.61 2.63 4.40 1.64 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] Average: eth0 8.00 5.06 7.30 3.67 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] Average: docker0 0.36 0.31 0.07 0.62 0.00 0.00 0.00 0.00 [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] ---> sar -P ALL: [2021-01-04T19:36:25.726Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] 19:30:06 LINUX RESTART (4 CPU) [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] 19:31:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T19:36:25.726Z] 19:32:02 all 1.51 0.00 1.07 0.39 0.00 97.03 [2021-01-04T19:36:25.726Z] 19:32:02 0 1.52 0.00 1.32 1.09 0.00 96.07 [2021-01-04T19:36:25.726Z] 19:32:02 1 1.30 0.00 0.72 0.32 0.02 97.65 [2021-01-04T19:36:25.726Z] 19:32:02 2 1.30 0.00 1.14 0.13 0.00 97.42 [2021-01-04T19:36:25.726Z] 19:32:02 3 1.91 0.00 1.09 0.03 0.00 96.97 [2021-01-04T19:36:25.726Z] 19:33:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-01-04T19:36:25.726Z] 19:33:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-04T19:36:25.726Z] 19:33:01 1 0.08 0.00 0.05 0.00 0.00 99.86 [2021-01-04T19:36:25.726Z] 19:33:01 2 0.03 0.00 0.10 0.00 0.00 99.86 [2021-01-04T19:36:25.726Z] 19:33:01 3 0.46 0.00 0.05 0.00 0.00 99.49 [2021-01-04T19:36:25.726Z] 19:34:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2021-01-04T19:36:25.726Z] 19:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-04T19:36:25.726Z] 19:34:01 1 0.13 0.00 0.03 0.00 0.00 99.83 [2021-01-04T19:36:25.726Z] 19:34:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-01-04T19:36:25.726Z] 19:34:01 3 0.45 0.00 0.02 0.00 0.00 99.53 [2021-01-04T19:36:25.726Z] 19:35:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-01-04T19:36:25.726Z] 19:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-04T19:36:25.726Z] 19:35:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-04T19:36:25.726Z] 19:35:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-04T19:36:25.726Z] 19:35:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-04T19:36:25.726Z] 19:36:01 all 0.66 0.00 0.25 0.83 0.01 98.26 [2021-01-04T19:36:25.726Z] 19:36:01 0 0.30 0.00 0.12 0.12 0.02 99.45 [2021-01-04T19:36:25.726Z] 19:36:01 1 0.52 0.00 0.17 1.09 0.02 98.21 [2021-01-04T19:36:25.726Z] 19:36:01 2 0.89 0.00 0.43 1.10 0.00 97.58 [2021-01-04T19:36:25.726Z] 19:36:01 3 0.93 0.00 0.27 1.00 0.02 97.78 [2021-01-04T19:36:25.726Z] Average: all 0.53 0.00 0.29 0.24 0.00 98.93 [2021-01-04T19:36:25.726Z] Average: 0 0.39 0.00 0.31 0.24 0.00 99.06 [2021-01-04T19:36:25.726Z] Average: 1 0.51 0.00 0.20 0.28 0.01 99.00 [2021-01-04T19:36:25.726Z] Average: 2 0.47 0.00 0.35 0.25 0.00 98.93 [2021-01-04T19:36:25.726Z] Average: 3 0.75 0.00 0.29 0.21 0.00 98.74 [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z] [2021-01-04T19:36:25.726Z]