Pull request #427 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 rather than 9c3d792a760a5f8f8a2951586bd7176570bc600f Obtained Jenkinsfile from 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-20132 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-427 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9c3d792a760a5f8f8a2951586bd7176570bc600f Merge succeeded, producing 2e695777c65914e54c335415d3cdc3dbb5742943 Checking out Revision 2e695777c65914e54c335415d3cdc3dbb5742943 (PR-427) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c3d792a760a5f8f8a2951586bd7176570bc600f # 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 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e695777c65914e54c335415d3cdc3dbb5742943 # timeout=10 Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 3e687d4a10b40cb4606b185deff16b20a08b29c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T01:58:26.379Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T01:58:26.669Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T01:58:26.767Z] ========================================================= [2021-01-14T01:58:26.767Z] EdgeX Global Pipelines Version Info [2021-01-14T01:58:26.767Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:58:28.906Z] ------------------- [2021-01-14T01:58:28.906Z] stable info: [2021-01-14T01:58:28.906Z] ------------------- [2021-01-14T01:58:28.906Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T01:58:28.906Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T01:58:28.906Z] Message: update stable to v1.0.177 [2021-01-14T01:58:29.890Z] ------------------- [2021-01-14T01:58:29.890Z] experimental info: [2021-01-14T01:58:29.890Z] ------------------- [2021-01-14T01:58:29.891Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T01:58:29.891Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T01:58:29.891Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T01:58:30.167Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-14T01:58:30.271Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-14T01:58:30.384Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T01:58:30.475Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T01:58:30.563Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T01:58:30.674Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T01:58:30.774Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T01:58:30.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T01:58:30.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-14T01:58:31.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T01:58:31.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T01:58:31.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-14T01:58:31.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T01:58:31.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T01:58:31.584Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T01:58:31.674Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T01:58:31.770Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T01:58:31.893Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T01:58:31.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-14T01:58:32.072Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-14T01:58:32.160Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-14T01:58:32.249Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-14T01:58:32.335Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-14T01:58:32.444Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-14T01:58:32.533Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-14T01:58:32.619Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T01:58:32.726Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T01:58:32.827Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-427 [Pipeline] echo [2021-01-14T01:58:32.941Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-427 [Pipeline] echo [2021-01-14T01:58:33.025Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-427 [Pipeline] echo [2021-01-14T01:58:33.118Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e695777c65914e54c335415d3cdc3dbb5742943 [Pipeline] echo [2021-01-14T01:58:33.216Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e69577 [Pipeline] echo [2021-01-14T01:58:33.394Z] [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-14T01:58:34.250Z] + git log --format=format:%s -1 2e695777c65914e54c335415d3cdc3dbb5742943 [Pipeline] echo [2021-01-14T01:58:34.340Z] GIT_COMMIT: 2e695777c65914e54c335415d3cdc3dbb5742943, Commit Message: Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD [Pipeline] echo [2021-01-14T01:58:34.392Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:58:35.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:58:35.979Z] [2021-01-14T01:58:35.979Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:58:36.396Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:58:36.397Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T01:58:36.397Z] 31603596830f: Pulling fs layer [2021-01-14T01:58:36.397Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T01:58:36.397Z] 6ca5941a6612: Pulling fs layer [2021-01-14T01:58:36.397Z] ecc8261a40a4: Pulling fs layer [2021-01-14T01:58:36.397Z] ecc8261a40a4: Waiting [2021-01-14T01:58:36.680Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T01:58:36.680Z] 2a8b12db71e7: Download complete [2021-01-14T01:58:36.680Z] 31603596830f: Verifying Checksum [2021-01-14T01:58:36.680Z] 31603596830f: Download complete [2021-01-14T01:58:36.950Z] ecc8261a40a4: Verifying Checksum [2021-01-14T01:58:36.950Z] ecc8261a40a4: Download complete [2021-01-14T01:58:36.950Z] 6ca5941a6612: Verifying Checksum [2021-01-14T01:58:36.950Z] 6ca5941a6612: Download complete [2021-01-14T01:58:37.228Z] 31603596830f: Pull complete [2021-01-14T01:58:37.503Z] 2a8b12db71e7: Pull complete [2021-01-14T01:58:39.065Z] 6ca5941a6612: Pull complete [2021-01-14T01:58:39.397Z] ecc8261a40a4: Pull complete [2021-01-14T01:58:39.397Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T01:58:39.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:58:39.397Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T01:58:39.604Z] prd-centos7-docker-4c-2g-20132 does not seem to be running inside a container [2021-01-14T01:58:39.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@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:10004/edgex-devops/git-semver:latest cat [2021-01-14T01:58:43.064Z] $ docker top 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T01:58:43.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T01:58:43.636Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T01:58:44.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T01:58:44.009Z] $ docker exec 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent [2021-01-14T01:58:44.279Z] SSH_AUTH_SOCK=/tmp/ssh-AQa0lfVN4bHK/agent.11 [2021-01-14T01:58:44.279Z] SSH_AGENT_PID=16 [2021-01-14T01:58:44.303Z] Running ssh-add (command line suppressed) [2021-01-14T01:58:44.580Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_3001249937830553167.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_3001249937830553167.key) [2021-01-14T01:58:44.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T01:58:45.099Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T01:58:45.385Z] $ docker exec --env ******** --env ******** 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent -k [2021-01-14T01:58:45.591Z] unset SSH_AUTH_SOCK; [2021-01-14T01:58:45.592Z] unset SSH_AGENT_PID; [2021-01-14T01:58:45.592Z] echo Agent pid 16 killed; [2021-01-14T01:58:45.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T01:58:45.837Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T01:58:45.837Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T01:58:46.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T01:58:46.122Z] $ docker exec 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent [2021-01-14T01:58:46.381Z] SSH_AUTH_SOCK=/tmp/ssh-634J6c3tCxg7/agent.44 [2021-01-14T01:58:46.381Z] SSH_AGENT_PID=49 [2021-01-14T01:58:46.390Z] Running ssh-add (command line suppressed) [2021-01-14T01:58:46.549Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_4537757539610293522.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_4537757539610293522.key) [2021-01-14T01:58:46.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T01:58:46.987Z] + git semver init [2021-01-14T01:58:46.987Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T01:58:46.988Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.git [2021-01-14T01:58:46.988Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-427 [2021-01-14T01:58:46.988Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T01:58:46.988Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T01:58:46.988Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T01:58:46.988Z] # $SEMVER_BRANCH = PR-427 [2021-01-14T01:58:46.988Z] # $SEMVER_TEMP = /tmp/semver-242488759 [2021-01-14T01:58:46.988Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-14T01:58:47.963Z] # '/tmp/semver-242488759' -> '/w/workspace/dry_go-mod-core-contracts_PR-427/.semver' [2021-01-14T01:58:47.963Z] # -> Force: false [2021-01-14T01:58:47.963Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.semver [Pipeline] } [2021-01-14T01:58:47.987Z] $ docker exec --env ******** --env ******** 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 ssh-agent -k [2021-01-14T01:58:48.208Z] unset SSH_AUTH_SOCK; [2021-01-14T01:58:48.209Z] unset SSH_AGENT_PID; [2021-01-14T01:58:48.209Z] echo Agent pid 49 killed; [2021-01-14T01:58:48.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T01:58:48.962Z] + git semver [Pipeline] } [2021-01-14T01:58:48.990Z] $ docker stop --time=1 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 [2021-01-14T01:58:50.624Z] $ docker rm -f 923fd94e3948810a5917ca63fe98bf788aa0575be88009318f61ae902073d243 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T01:58:51.196Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T01:58:51.957Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T01:58:51.960Z] [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-14T01:58:52.597Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20122 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws [2021-01-14T01:58:52.645Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-14T01:58:57.394Z] using credential edgex-jenkins-ssh [2021-01-14T01:58:57.459Z] Cloning the remote Git repository [2021-01-14T01:58:57.522Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T01:58:57.655Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-14T01:58:57.723Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T01:58:57.724Z] > git --version # timeout=10 [2021-01-14T01:58:57.753Z] > git --version # 'git version 2.17.1' [2021-01-14T01:58:57.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T01:58:57.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T01:58:58.848Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T01:58:59.602Z] Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9c3d792a760a5f8f8a2951586bd7176570bc600f [2021-01-14T01:58:59.953Z] Merge succeeded, producing ca1195b0a40fa2602e2f82344079e7620b2c5a12 [2021-01-14T01:58:59.953Z] Checking out Revision ca1195b0a40fa2602e2f82344079e7620b2c5a12 (PR-427) [2021-01-14T01:58:58.878Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T01:58:58.912Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T01:58:58.954Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T01:58:58.957Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T01:58:58.969Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T01:58:59.622Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T01:58:59.640Z] > git checkout -f 9c3d792a760a5f8f8a2951586bd7176570bc600f # timeout=10 [2021-01-14T01:58:59.783Z] > git remote # timeout=10 [2021-01-14T01:58:59.804Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T01:58:59.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T01:58:59.825Z] > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 [2021-01-14T01:58:59.935Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T01:58:59.962Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T01:58:59.975Z] > git checkout -f ca1195b0a40fa2602e2f82344079e7620b2c5a12 # timeout=10 [2021-01-14T01:59:04.200Z] Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" [2021-01-14T01:59:04.220Z] First time build. Skipping changelog. [2021-01-14T01:59:04.210Z] > git rev-list --no-walk 3e687d4a10b40cb4606b185deff16b20a08b29c6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T01:59:05.778Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T01:59:06.188Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T01:59:06.541Z] + true [2021-01-14T01:59:06.541Z] + sudo service docker restart [2021-01-14T01:59:07.440Z] Still waiting to schedule task [2021-01-14T01:59:07.440Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo [2021-01-14T01:59:08.819Z] ========================================================= [2021-01-14T01:59:08.819Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T01:59:08.819Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:59:09.200Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-14T01:59:10.185Z] Sending build context to Docker daemon 2.238MB [2021-01-14T01:59:10.185Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-14T01:59:10.185Z] Step 2/7 : FROM ${BASE} [2021-01-14T01:59:10.788Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T01:59:10.788Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T01:59:10.788Z] a4357932f1b6: Pulling fs layer [2021-01-14T01:59:10.788Z] 18c013af1878: Pulling fs layer [2021-01-14T01:59:10.788Z] 00ac8860ef70: Pulling fs layer [2021-01-14T01:59:10.788Z] 63d7cb157983: Pulling fs layer [2021-01-14T01:59:10.788Z] b116817d02f9: Pulling fs layer [2021-01-14T01:59:10.788Z] 745a02a5169b: Pulling fs layer [2021-01-14T01:59:10.788Z] 00ac8860ef70: Waiting [2021-01-14T01:59:10.788Z] 63d7cb157983: Waiting [2021-01-14T01:59:10.788Z] b116817d02f9: Waiting [2021-01-14T01:59:10.788Z] 745a02a5169b: Waiting [2021-01-14T01:59:10.788Z] 18c013af1878: Download complete [2021-01-14T01:59:10.788Z] a4357932f1b6: Verifying Checksum [2021-01-14T01:59:10.788Z] a4357932f1b6: Download complete [2021-01-14T01:59:10.788Z] 63d7cb157983: Download complete [2021-01-14T01:59:10.788Z] b116817d02f9: Verifying Checksum [2021-01-14T01:59:10.788Z] b116817d02f9: Download complete [2021-01-14T01:59:10.788Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T01:59:10.788Z] 5f621e34cdf4: Download complete [2021-01-14T01:59:11.391Z] 5f621e34cdf4: Pull complete [2021-01-14T01:59:11.998Z] a4357932f1b6: Pull complete [2021-01-14T01:59:12.282Z] 18c013af1878: Pull complete [2021-01-14T01:59:12.555Z] 745a02a5169b: Verifying Checksum [2021-01-14T01:59:12.555Z] 745a02a5169b: Download complete [2021-01-14T01:59:13.988Z] 00ac8860ef70: Verifying Checksum [2021-01-14T01:59:13.988Z] 00ac8860ef70: Download complete [2021-01-14T01:59:24.162Z] 00ac8860ef70: Pull complete [2021-01-14T01:59:24.436Z] 63d7cb157983: Pull complete [2021-01-14T01:59:24.710Z] b116817d02f9: Pull complete [2021-01-14T01:59:29.044Z] 745a02a5169b: Pull complete [2021-01-14T01:59:29.044Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T01:59:29.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T01:59:29.044Z] ---> b7e6874047d6 [2021-01-14T01:59:29.044Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T01:59:31.680Z] ---> Running in 2c5344360d47 [2021-01-14T01:59:31.680Z] Removing intermediate container 2c5344360d47 [2021-01-14T01:59:31.680Z] ---> cd0afb0cfd5e [2021-01-14T01:59:31.680Z] Step 4/7 : RUN apk add bash [2021-01-14T01:59:31.955Z] ---> Running in 6080a46f32e3 [2021-01-14T01:59:33.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T01:59:33.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T01:59:34.962Z] OK: 142 MiB in 39 packages [2021-01-14T01:59:36.399Z] Removing intermediate container 6080a46f32e3 [2021-01-14T01:59:36.399Z] ---> ff881dbf4416 [2021-01-14T01:59:36.399Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-14T01:59:36.399Z] ---> Running in 81e110105d83 [2021-01-14T01:59:36.997Z] Removing intermediate container 81e110105d83 [2021-01-14T01:59:36.997Z] ---> 130f96a7f715 [2021-01-14T01:59:36.997Z] Step 6/7 : COPY go.mod . [2021-01-14T01:59:37.590Z] ---> 235835ef4816 [2021-01-14T01:59:37.590Z] Step 7/7 : RUN go mod download [2021-01-14T01:59:37.864Z] ---> Running in 3bb3e25dde62 [2021-01-14T01:59:53.040Z] Removing intermediate container 3bb3e25dde62 [2021-01-14T01:59:53.040Z] ---> ffb211c3068b [2021-01-14T01:59:53.040Z] Successfully built ffb211c3068b [2021-01-14T01:59:53.040Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:59:53.387Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T01:59:53.387Z] . [Pipeline] withDockerContainer [2021-01-14T01:59:53.652Z] prd-ubuntu18.04-docker-arm64-4c-16g-20122 does not seem to be running inside a container [2021-01-14T01:59:53.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-14T01:59:55.302Z] $ docker top fc90ad456efa256fbd21123ac3691e34fe4fbcb0c417cfdfa785a5f933ffc8ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T01:59:56.456Z] + go version [2021-01-14T01:59:56.456Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T01:59:56.483Z] $ docker stop --time=1 fc90ad456efa256fbd21123ac3691e34fe4fbcb0c417cfdfa785a5f933ffc8ed [2021-01-14T01:59:58.424Z] $ docker rm -f fc90ad456efa256fbd21123ac3691e34fe4fbcb0c417cfdfa785a5f933ffc8ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:59:59.388Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T01:59:59.388Z] . [Pipeline] withDockerContainer [2021-01-14T01:59:59.644Z] prd-ubuntu18.04-docker-arm64-4c-16g-20122 does not seem to be running inside a container [2021-01-14T01:59:59.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-14T02:00:01.241Z] $ docker top 61d77a2786a9c9f63ffb805089e801d887fcba8c1ef11f91e2a23af64934d29d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T02:00:02.306Z] + make test [2021-01-14T02:00:02.306Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-14T02:00:24.538Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-14T02:00:25.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.050s coverage: 85.7% of statements [2021-01-14T02:00:25.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.048s coverage: 100.0% of statements [2021-01-14T02:00:26.576Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.046s coverage: 45.4% of statements [2021-01-14T02:00:26.576Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements [2021-01-14T02:00:26.576Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-14T02:00:27.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.034s coverage: 26.3% of statements [2021-01-14T02:00:28.166Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.058s coverage: 14.7% of statements [2021-01-14T02:00:28.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.017s coverage: 100.0% of statements [2021-01-14T02:00:29.367Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.108s coverage: 91.8% of statements [2021-01-14T02:00:29.367Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-14T02:00:29.367Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-14T02:00:29.367Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements [2021-01-14T02:00:29.971Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.047s coverage: 47.8% of statements [2021-01-14T02:00:35.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.085s coverage: 63.0% of statements [2021-01-14T02:00:35.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.035s coverage: 26.3% of statements [2021-01-14T02:00:35.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.010s coverage: 15.4% of statements [2021-01-14T02:00:35.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.052s coverage: 15.4% of statements [2021-01-14T02:00:35.409Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.045s coverage: 14.3% of statements [2021-01-14T02:00:35.409Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-14T02:00:37.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.211s coverage: 85.0% of statements [2021-01-14T02:00:37.399Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-14T02:00:37.399Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-14T02:00:37.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.039s coverage: 40.9% of statements [2021-01-14T02:00:37.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.025s coverage: 94.4% of statements [2021-01-14T02:00:38.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.152s coverage: 92.9% of statements [2021-01-14T02:00:38.845Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-01-14T02:00:38.845Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-14T02:00:38.845Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-14T02:00:44.269Z] gofmt -l . [2021-01-14T02:00:44.269Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-14T02:00:44.909Z] $ docker stop --time=1 61d77a2786a9c9f63ffb805089e801d887fcba8c1ef11f91e2a23af64934d29d [2021-01-14T02:00:47.194Z] $ docker rm -f 61d77a2786a9c9f63ffb805089e801d887fcba8c1ef11f91e2a23af64934d29d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T02:00:48.107Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-14T02:00:49.140Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T02:02:55.758Z] Running on prd-centos7-docker-4c-2g-20134 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws [2021-01-14T02:02:55.840Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-14T02:02:58.416Z] using credential edgex-jenkins-ssh [2021-01-14T02:02:58.719Z] Cloning the remote Git repository [2021-01-14T02:02:58.742Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T02:02:58.806Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-14T02:02:58.876Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T02:02:58.876Z] > git --version # timeout=10 [2021-01-14T02:02:58.882Z] > git --version # 'git version 2.24.3' [2021-01-14T02:02:58.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T02:02:58.907Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T02:03:00.213Z] Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9c3d792a760a5f8f8a2951586bd7176570bc600f [2021-01-14T02:03:00.344Z] Merge succeeded, producing fd5aabdb40ccbeaf023faa050a7649596da3c94f [2021-01-14T02:03:00.344Z] Checking out Revision fd5aabdb40ccbeaf023faa050a7649596da3c94f (PR-427) [2021-01-14T02:02:59.629Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T02:02:59.636Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T02:02:59.650Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-14T02:02:59.662Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-14T02:02:59.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T02:02:59.667Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T02:03:00.221Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T02:03:00.226Z] > git checkout -f 9c3d792a760a5f8f8a2951586bd7176570bc600f # timeout=10 [2021-01-14T02:03:00.287Z] > git remote # timeout=10 [2021-01-14T02:03:00.292Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T02:03:00.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T02:03:00.300Z] > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 [2021-01-14T02:03:00.338Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T02:03:00.347Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T02:03:00.351Z] > git checkout -f fd5aabdb40ccbeaf023faa050a7649596da3c94f # timeout=10 [2021-01-14T02:03:03.959Z] Commit message: "Merge commit '7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42' into HEAD" [2021-01-14T02:03:03.969Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-01-14T02:03:03.963Z] > git rev-list --no-walk 3e687d4a10b40cb4606b185deff16b20a08b29c6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T02:03:05.526Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T02:03:05.858Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T02:03:06.157Z] + sudo service docker restart [2021-01-14T02:03:06.157Z] + true [2021-01-14T02:03:06.157Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-14T02:03:07.225Z] ========================================================= [2021-01-14T02:03:07.225Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T02:03:07.225Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T02:03:07.602Z] + 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-14T02:03:08.179Z] Sending build context to Docker daemon 2.239MB [2021-01-14T02:03:08.179Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-14T02:03:08.179Z] Step 2/7 : FROM ${BASE} [2021-01-14T02:03:08.179Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T02:03:08.179Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T02:03:08.179Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T02:03:08.179Z] de9db76c5a1d: Pulling fs layer [2021-01-14T02:03:08.179Z] bca2f99d35d6: Pulling fs layer [2021-01-14T02:03:08.179Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T02:03:08.179Z] 7c6f9722023f: Pulling fs layer [2021-01-14T02:03:08.179Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T02:03:08.179Z] 93359f2a8cfa: Waiting [2021-01-14T02:03:08.179Z] 7c6f9722023f: Waiting [2021-01-14T02:03:08.179Z] a35cf1a2eb13: Waiting [2021-01-14T02:03:08.179Z] bca2f99d35d6: Waiting [2021-01-14T02:03:08.179Z] de9db76c5a1d: Verifying Checksum [2021-01-14T02:03:08.179Z] de9db76c5a1d: Download complete [2021-01-14T02:03:08.179Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T02:03:08.179Z] 0ef7d3d256c8: Download complete [2021-01-14T02:03:08.179Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T02:03:08.179Z] 93359f2a8cfa: Download complete [2021-01-14T02:03:08.758Z] 7c6f9722023f: Verifying Checksum [2021-01-14T02:03:08.759Z] 7c6f9722023f: Download complete [2021-01-14T02:03:08.759Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T02:03:08.759Z] 188c0c94c7c5: Download complete [2021-01-14T02:03:09.029Z] 188c0c94c7c5: Pull complete [2021-01-14T02:03:09.298Z] 0ef7d3d256c8: Pull complete [2021-01-14T02:03:09.565Z] de9db76c5a1d: Pull complete [2021-01-14T02:03:10.515Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T02:03:10.515Z] a35cf1a2eb13: Download complete [2021-01-14T02:03:11.090Z] bca2f99d35d6: Verifying Checksum [2021-01-14T02:03:11.090Z] bca2f99d35d6: Download complete [2021-01-14T02:03:16.478Z] bca2f99d35d6: Pull complete [2021-01-14T02:03:16.478Z] 93359f2a8cfa: Pull complete [2021-01-14T02:03:16.478Z] 7c6f9722023f: Pull complete [2021-01-14T02:03:23.129Z] a35cf1a2eb13: Pull complete [2021-01-14T02:03:23.129Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T02:03:23.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T02:03:23.129Z] ---> a62c8e92a672 [2021-01-14T02:03:23.129Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-14T02:03:23.129Z] ---> Running in 5e27aaf4f99c [2021-01-14T02:03:23.396Z] Removing intermediate container 5e27aaf4f99c [2021-01-14T02:03:23.396Z] ---> e5315919f2dc [2021-01-14T02:03:23.396Z] Step 4/7 : RUN apk add bash [2021-01-14T02:03:23.396Z] ---> Running in cb16948c666f [2021-01-14T02:03:23.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T02:03:24.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T02:03:25.490Z] OK: 166 MiB in 39 packages [2021-01-14T02:03:26.065Z] Removing intermediate container cb16948c666f [2021-01-14T02:03:26.065Z] ---> d179fd6f39c0 [2021-01-14T02:03:26.065Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-14T02:03:26.065Z] ---> Running in 78ff5203734d [2021-01-14T02:03:26.065Z] Removing intermediate container 78ff5203734d [2021-01-14T02:03:26.065Z] ---> 30bdf0164030 [2021-01-14T02:03:26.065Z] Step 6/7 : COPY go.mod . [2021-01-14T02:03:26.327Z] ---> 6d2a5576c753 [2021-01-14T02:03:26.327Z] Step 7/7 : RUN go mod download [2021-01-14T02:03:26.589Z] ---> Running in 541855251bfb [2021-01-14T02:03:38.881Z] Removing intermediate container 541855251bfb [2021-01-14T02:03:38.881Z] ---> e0500339099d [2021-01-14T02:03:38.881Z] Successfully built e0500339099d [2021-01-14T02:03:38.881Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T02:03:39.191Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T02:03:39.191Z] . [Pipeline] withDockerContainer [2021-01-14T02:03:39.297Z] prd-centos7-docker-4c-2g-20134 does not seem to be running inside a container [2021-01-14T02:03:39.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T02:03:40.159Z] $ docker top c0460ad19947f0e167cf80a08348404e583ec09b350285bee4dd424fb0bbc147 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T02:03:40.678Z] + go version [2021-01-14T02:03:40.678Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T02:03:40.693Z] $ docker stop --time=1 c0460ad19947f0e167cf80a08348404e583ec09b350285bee4dd424fb0bbc147 [2021-01-14T02:03:42.063Z] $ docker rm -f c0460ad19947f0e167cf80a08348404e583ec09b350285bee4dd424fb0bbc147 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T02:03:42.938Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T02:03:42.939Z] . [Pipeline] withDockerContainer [2021-01-14T02:03:43.038Z] prd-centos7-docker-4c-2g-20134 does not seem to be running inside a container [2021-01-14T02:03:43.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T02:03:43.738Z] $ docker top 1d99d4b851c2ad0fc713ce6718d58054d0e936b2d059b814d647b0da462c3f19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T02:03:44.267Z] + make test [2021-01-14T02:03:44.267Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-14T02:03:50.970Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-14T02:03:50.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.028s coverage: 85.7% of statements [2021-01-14T02:03:50.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements [2021-01-14T02:03:51.238Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.080s coverage: 45.4% of statements [2021-01-14T02:03:51.507Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.011s coverage: 77.8% of statements [2021-01-14T02:03:51.507Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-14T02:03:52.928Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 26.3% of statements [2021-01-14T02:03:52.928Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.028s coverage: 14.7% of statements [2021-01-14T02:03:52.928Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.011s coverage: 100.0% of statements [2021-01-14T02:03:52.928Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.022s coverage: 91.8% of statements [2021-01-14T02:03:52.928Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-14T02:03:52.928Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-14T02:03:52.928Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements [2021-01-14T02:03:53.199Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements [2021-01-14T02:03:55.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.020s coverage: 63.0% of statements [2021-01-14T02:03:55.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements [2021-01-14T02:03:55.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements [2021-01-14T02:03:55.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.049s coverage: 15.4% of statements [2021-01-14T02:03:55.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.018s coverage: 14.3% of statements [2021-01-14T02:03:55.140Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-14T02:03:56.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.057s coverage: 85.0% of statements [2021-01-14T02:03:56.115Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-14T02:03:56.115Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-14T02:03:56.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.021s coverage: 40.9% of statements [2021-01-14T02:03:56.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 94.4% of statements [2021-01-14T02:03:56.385Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.036s coverage: 92.9% of statements [2021-01-14T02:03:56.385Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-01-14T02:03:56.385Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-14T02:03:56.648Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-14T02:03:58.066Z] gofmt -l . [2021-01-14T02:03:58.066Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-14T02:03:58.342Z] $ docker stop --time=1 1d99d4b851c2ad0fc713ce6718d58054d0e936b2d059b814d647b0da462c3f19 [2021-01-14T02:04:00.702Z] $ docker rm -f 1d99d4b851c2ad0fc713ce6718d58054d0e936b2d059b814d647b0da462c3f19 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T02:04:01.362Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-14T02:04:01.481Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T02:04:01.789Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] 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) [Pipeline] unstash [Pipeline] wrap [2021-01-14T02:04:04.180Z] provisioning config files... [2021-01-14T02:04:04.206Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config4367362565992345404tmp [Pipeline] { [Pipeline] sh [2021-01-14T02:04:04.660Z] + set +x [2021-01-14T02:04:04.660Z] + curl -s https://codecov.io/bash [2021-01-14T02:04:04.660Z] + bash -s -- [2021-01-14T02:04:04.934Z] [2021-01-14T02:04:04.934Z] _____ _ [2021-01-14T02:04:04.934Z] / ____| | | [2021-01-14T02:04:04.934Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T02:04:04.934Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T02:04:04.934Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T02:04:04.934Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T02:04:04.934Z] Bash-20201231-23d4836 [2021-01-14T02:04:04.934Z] [2021-01-14T02:04:04.934Z] [2021-01-14T02:04:04.934Z] ==> git version 2.24.3 found [2021-01-14T02:04:04.934Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-14T02:04:04.934Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T02:04:04.934Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T02:04:04.934Z] ==> Jenkins CI detected. [2021-01-14T02:04:04.934Z] project root: . [2021-01-14T02:04:04.934Z] --> token set from env [2021-01-14T02:04:04.934Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T02:04:05.200Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T02:04:05.200Z] ==> Python coveragepy not found [2021-01-14T02:04:05.200Z] ==> Searching for coverage reports in: [2021-01-14T02:04:05.200Z] + . [2021-01-14T02:04:05.200Z] -> Found 1 reports [2021-01-14T02:04:05.200Z] ==> Detecting git/mercurial file structure [2021-01-14T02:04:05.200Z] ==> Reading reports [2021-01-14T02:04:05.200Z] + ./coverage.out bytes=123801 [2021-01-14T02:04:05.200Z] ==> Appending adjustments [2021-01-14T02:04:05.200Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T02:04:06.695Z] + Found adjustments [2021-01-14T02:04:06.695Z] ==> Gzipping contents [2021-01-14T02:04:06.695Z] 20K /tmp/codecov.mnuUpN.gz [2021-01-14T02:04:06.695Z] ==> Uploading reports [2021-01-14T02:04:06.695Z] url: https://codecov.io [2021-01-14T02:04:06.695Z] query: branch=PR-427&commit=2e695777c65914e54c335415d3cdc3dbb5742943&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-427%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=427&job=&cmd_args= [2021-01-14T02:04:06.695Z] -> Pinging Codecov [2021-01-14T02:04:06.695Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-427&commit=2e695777c65914e54c335415d3cdc3dbb5742943&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-427%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=427&job=&cmd_args= [2021-01-14T02:04:07.310Z] -> Uploading to [2021-01-14T02:04:07.310Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/71470A77251A30514AAF9C0BB2E5B6CE/2e695777c65914e54c335415d3cdc3dbb5742943/572f62e1-696f-4927-b575-eed2ed9235e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T020407Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7683e190632af7deceaf1a55d0c7322270ac9bb5c6103d218b849812f7501d58 [2021-01-14T02:04:07.310Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T02:04:07.310Z] Dload Upload Total Spent Left Speed [2021-01-14T02:04:07.933Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19635 0 0 100 19635 0 37041 --:--:-- --:--:-- --:--:-- 37117 [2021-01-14T02:04:07.933Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2e695777c65914e54c335415d3cdc3dbb5742943 [Pipeline] } [2021-01-14T02:04:07.974Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-14T02:04:10.544Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T02:04:11.161Z] ---> package-listing.sh [2021-01-14T02:04:11.161Z] ++ facter osfamily [2021-01-14T02:04:11.161Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T02:04:11.439Z] + OS_FAMILY=redhat [2021-01-14T02:04:11.439Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-427 [2021-01-14T02:04:11.439Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T02:04:11.439Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T02:04:11.439Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T02:04:11.439Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T02:04:11.439Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' [2021-01-14T02:04:11.439Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T02:04:11.439Z] + case "${OS_FAMILY}" in [2021-01-14T02:04:11.439Z] + rpm -qa [2021-01-14T02:04:11.439Z] + sort [2021-01-14T02:04:16.865Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T02:04:16.865Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T02:04:16.865Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T02:04:16.865Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' [2021-01-14T02:04:16.865Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ [2021-01-14T02:04:16.865Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ [Pipeline] echo [2021-01-14T02:04:16.889Z] 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/dry_go-mod-core-contracts_PR-427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T02:04:17.222Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T02:04:17.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T02:04:18.151Z] [2021-01-14T02:04:18.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T02:04:18.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T02:04:18.855Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T02:04:18.855Z] df20fa9351a1: Pulling fs layer [2021-01-14T02:04:18.855Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T02:04:18.855Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T02:04:18.855Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T02:04:18.855Z] 93b61091891f: Pulling fs layer [2021-01-14T02:04:18.855Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T02:04:18.855Z] 5e14af77c1be: Pulling fs layer [2021-01-14T02:04:18.855Z] 01666e4c0597: Pulling fs layer [2021-01-14T02:04:18.855Z] aa168da1d23b: Pulling fs layer [2021-01-14T02:04:18.855Z] 46f8f816bc3b: Waiting [2021-01-14T02:04:18.855Z] 93b61091891f: Waiting [2021-01-14T02:04:18.855Z] 93b9cdb0e59b: Waiting [2021-01-14T02:04:18.855Z] 5e14af77c1be: Waiting [2021-01-14T02:04:18.855Z] 01666e4c0597: Waiting [2021-01-14T02:04:18.855Z] aa168da1d23b: Waiting [2021-01-14T02:04:18.855Z] 36b3adc4ff6f: Download complete [2021-01-14T02:04:18.855Z] 46f8f816bc3b: Download complete [2021-01-14T02:04:19.152Z] df20fa9351a1: Verifying Checksum [2021-01-14T02:04:19.152Z] df20fa9351a1: Download complete [2021-01-14T02:04:19.152Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T02:04:19.152Z] 93b9cdb0e59b: Download complete [2021-01-14T02:04:19.152Z] 5e14af77c1be: Verifying Checksum [2021-01-14T02:04:19.152Z] 5e14af77c1be: Download complete [2021-01-14T02:04:19.152Z] 01666e4c0597: Download complete [2021-01-14T02:04:19.152Z] 93b61091891f: Verifying Checksum [2021-01-14T02:04:19.152Z] 93b61091891f: Download complete [2021-01-14T02:04:19.782Z] df20fa9351a1: Pull complete [2021-01-14T02:04:20.063Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T02:04:20.063Z] 8ad3a11d3b57: Download complete [2021-01-14T02:04:20.343Z] 36b3adc4ff6f: Pull complete [2021-01-14T02:04:21.913Z] 8ad3a11d3b57: Pull complete [2021-01-14T02:04:22.201Z] 46f8f816bc3b: Pull complete [2021-01-14T02:04:23.208Z] 93b61091891f: Pull complete [2021-01-14T02:04:23.484Z] 93b9cdb0e59b: Pull complete [2021-01-14T02:04:23.760Z] 5e14af77c1be: Pull complete [2021-01-14T02:04:24.035Z] 01666e4c0597: Pull complete [2021-01-14T02:04:24.641Z] aa168da1d23b: Verifying Checksum [2021-01-14T02:04:24.641Z] aa168da1d23b: Download complete [2021-01-14T02:04:39.992Z] aa168da1d23b: Pull complete [2021-01-14T02:04:39.992Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T02:04:39.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T02:04:39.992Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T02:04:40.316Z] prd-centos7-docker-4c-2g-20132 does not seem to be running inside a container [2021-01-14T02:04:40.531Z] $ 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/dry_go-mod-core-contracts_PR-427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T02:04:44.453Z] $ docker top 0ec849d444eda6ef9f63f657ce3107102da4312d4e363ba0ab519536c185f460 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T02:04:45.071Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T02:04:45.488Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T02:04:45.832Z] + ls /var/log/sa-host [2021-01-14T02:04:45.832Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T02:04:45.832Z] file_magic: OK [2021-01-14T02:04:45.832Z] HZ: Using current value: 100 [2021-01-14T02:04:45.832Z] file_header: OK [2021-01-14T02:04:45.832Z] 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-14T02:04:45.832Z] Statistics: [2021-01-14T02:04:45.832Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T02:04:45.832Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T02:04:45.832Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T02:04:45.832Z] file_magic: OK [2021-01-14T02:04:45.832Z] HZ: Using current value: 100 [2021-01-14T02:04:45.832Z] file_header: OK [2021-01-14T02:04:45.832Z] 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-14T02:04:45.832Z] Statistics: [2021-01-14T02:04:45.832Z] Hnuu...uuuununununu... [2021-01-14T02:04:45.832Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T02:04:46.529Z] provisioning config files... [2021-01-14T02:04:46.549Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config5235605698207024372tmp [Pipeline] { [Pipeline] echo [2021-01-14T02:04:46.621Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T02:04:46.978Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T02:04:47.255Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T02:04:47.343Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T02:04:47.660Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T02:04:47.676Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T02:04:48.352Z] ---> sudo-logs.sh [2021-01-14T02:04:48.352Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T02:04:48.365Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T02:04:48.685Z] ---> job-cost.sh [2021-01-14T02:04:48.956Z] lf-activate-venv: SKIPPING [2021-01-14T02:04:48.956Z] INFO: No Stack... [2021-01-14T02:04:49.920Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T02:04:50.185Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T02:04:50.200Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T02:04:50.793Z] ---> logs-deploy.sh [2021-01-14T02:04:50.793Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-427/3 [2021-01-14T02:04:50.793Z] INFO: archiving workspace using pattern(s): [2021-01-14T02:04:53.637Z] Archives upload complete. [2021-01-14T02:04:53.637Z] INFO: archiving logs to Nexus [2021-01-14T02:04:55.121Z] ---> uname -a: [2021-01-14T02:04:55.121Z] Linux prd-centos7-docker-4c-2g-20132.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-14T02:04:55.121Z] [2021-01-14T02:04:55.121Z] [2021-01-14T02:04:55.121Z] ---> lscpu: [2021-01-14T02:04:55.121Z] Architecture: x86_64 [2021-01-14T02:04:55.121Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-14T02:04:55.121Z] Byte Order: Little Endian [2021-01-14T02:04:55.121Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-14T02:04:55.121Z] CPU(s): 4 [2021-01-14T02:04:55.121Z] On-line CPU(s) list: 0-3 [2021-01-14T02:04:55.121Z] Thread(s) per core: 1 [2021-01-14T02:04:55.121Z] Core(s) per socket: 1 [2021-01-14T02:04:55.121Z] Socket(s): 4 [2021-01-14T02:04:55.121Z] NUMA node(s): 1 [2021-01-14T02:04:55.121Z] Vendor ID: GenuineIntel [2021-01-14T02:04:55.121Z] CPU family: 6 [2021-01-14T02:04:55.121Z] Model: 44 [2021-01-14T02:04:55.121Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-14T02:04:55.121Z] Stepping: 1 [2021-01-14T02:04:55.121Z] CPU MHz: 2933.438 [2021-01-14T02:04:55.121Z] BogoMIPS: 5866.87 [2021-01-14T02:04:55.122Z] Virtualization: VT-x [2021-01-14T02:04:55.122Z] Hypervisor vendor: KVM [2021-01-14T02:04:55.122Z] Virtualization type: full [2021-01-14T02:04:55.122Z] L1d cache: 128 KiB [2021-01-14T02:04:55.122Z] L1i cache: 128 KiB [2021-01-14T02:04:55.122Z] L2 cache: 16 MiB [2021-01-14T02:04:55.122Z] L3 cache: 64 MiB [2021-01-14T02:04:55.122Z] NUMA node0 CPU(s): 0-3 [2021-01-14T02:04:55.122Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-14T02:04:55.122Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-14T02:04:55.122Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-14T02:04:55.122Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-14T02:04:55.122Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-14T02:04:55.122Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-14T02:04:55.122Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-14T02:04:55.122Z] Vulnerability Srbds: Not affected [2021-01-14T02:04:55.122Z] Vulnerability Tsx async abort: Not affected [2021-01-14T02:04:55.122Z] 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-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] ---> nproc: [2021-01-14T02:04:55.122Z] 4 [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] ---> df -h: [2021-01-14T02:04:55.122Z] Filesystem Size Used Available Use% Mounted on [2021-01-14T02:04:55.122Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-14T02:04:55.122Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-14T02:04:55.122Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-14T02:04:55.122Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427 [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427@tmp [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-14T02:04:55.122Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] ---> free -m: [2021-01-14T02:04:55.122Z] total used free shared buff/cache available [2021-01-14T02:04:55.122Z] Mem: 1837 692 93 0 1051 1040 [2021-01-14T02:04:55.122Z] Swap: 1023 1 1022 [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] ---> ip addr: [2021-01-14T02:04:55.122Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-14T02:04:55.122Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-14T02:04:55.122Z] inet 127.0.0.1/8 scope host lo [2021-01-14T02:04:55.122Z] valid_lft forever preferred_lft forever [2021-01-14T02:04:55.122Z] inet6 ::1/128 scope host [2021-01-14T02:04:55.122Z] valid_lft forever preferred_lft forever [2021-01-14T02:04:55.122Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-14T02:04:55.122Z] link/ether fa:16:3e:c6:72:8e brd ff:ff:ff:ff:ff:ff [2021-01-14T02:04:55.122Z] inet 10.30.122.122/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-14T02:04:55.122Z] valid_lft 85560sec preferred_lft 85560sec [2021-01-14T02:04:55.122Z] inet6 fe80::f816:3eff:fec6:728e/64 scope link [2021-01-14T02:04:55.122Z] valid_lft forever preferred_lft forever [2021-01-14T02:04:55.122Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-14T02:04:55.122Z] link/ether 02:42:82:17:c1:4c brd ff:ff:ff:ff:ff:ff [2021-01-14T02:04:55.122Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-14T02:04:55.122Z] valid_lft forever preferred_lft forever [2021-01-14T02:04:55.122Z] inet6 fe80::42:82ff:fe17:c14c/64 scope link [2021-01-14T02:04:55.122Z] valid_lft forever preferred_lft forever [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] ---> sar -b -r -n DEV: [2021-01-14T02:04:55.122Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] 01:50:42 LINUX RESTART (4 CPU) [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] 01:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-14T02:04:55.122Z] 01:52:01 162.75 106.72 56.03 0.00 8370.60 36769.35 0.00 [2021-01-14T02:04:55.122Z] 01:53:01 0.77 0.00 0.77 0.00 0.00 13.21 0.00 [2021-01-14T02:04:55.122Z] 01:54:02 0.27 0.00 0.27 0.00 0.00 2.93 0.00 [2021-01-14T02:04:55.122Z] 01:55:01 0.25 0.00 0.25 0.00 0.00 2.39 0.00 [2021-01-14T02:04:55.122Z] 01:56:01 0.23 0.00 0.23 0.00 0.00 3.06 0.00 [2021-01-14T02:04:55.122Z] 01:57:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 [2021-01-14T02:04:55.122Z] 01:58:01 0.55 0.00 0.55 0.00 0.00 5.73 0.00 [2021-01-14T02:04:55.122Z] 01:59:01 52.64 14.06 38.59 0.00 4567.00 2642.83 0.00 [2021-01-14T02:04:55.122Z] 02:00:01 3.49 0.02 3.48 0.00 0.53 123.84 0.00 [2021-01-14T02:04:55.122Z] 02:01:01 0.47 0.02 0.45 0.00 0.13 6.67 0.00 [2021-01-14T02:04:55.122Z] 02:02:01 0.43 0.08 0.35 0.00 1.60 5.21 0.00 [2021-01-14T02:04:55.122Z] 02:03:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 [2021-01-14T02:04:55.122Z] 02:04:02 0.22 0.00 0.22 0.00 0.00 2.16 0.00 [2021-01-14T02:04:55.122Z] Average: 17.15 9.32 7.84 0.00 997.04 3050.16 0.00 [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] 01:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-14T02:04:55.122Z] 01:52:01 111800 0 479680 25.49 2620 1287444 1004228 34.27 301484 1271516 56 [2021-01-14T02:04:55.122Z] 01:53:01 116868 0 474604 25.22 2620 1287452 971664 33.16 297880 1271332 8 [2021-01-14T02:04:55.122Z] 01:54:02 117308 0 474160 25.20 2620 1287456 967552 33.02 297584 1271320 8 [2021-01-14T02:04:55.122Z] 01:55:01 116060 0 475404 25.27 2620 1287460 967552 33.02 299204 1271300 8 [2021-01-14T02:04:55.122Z] 01:56:01 116024 0 475436 25.27 2620 1287464 967552 33.02 299156 1271300 8 [2021-01-14T02:04:55.122Z] 01:57:01 115492 0 475960 25.30 2620 1287472 967624 33.02 299680 1271304 8 [2021-01-14T02:04:55.122Z] 01:58:01 114924 0 476528 25.33 2620 1287472 967648 33.02 299940 1271300 8 [2021-01-14T02:04:55.122Z] 01:59:01 164180 0 591080 31.41 2620 1123664 1111704 37.94 397692 1118564 128 [2021-01-14T02:04:55.122Z] 02:00:01 164592 0 590604 31.39 2620 1123728 1111680 37.94 397728 1118576 32 [2021-01-14T02:04:55.122Z] 02:01:01 172140 0 583108 30.99 2620 1123676 1068772 36.48 391596 1118416 16 [2021-01-14T02:04:55.122Z] 02:02:01 172412 0 582712 30.97 2620 1123800 1066164 36.39 391472 1118476 8 [2021-01-14T02:04:55.122Z] 02:03:01 172200 0 582920 30.98 2620 1123804 1066236 36.39 391984 1118476 16 [2021-01-14T02:04:55.122Z] 02:04:02 172572 0 582540 30.96 2620 1123812 1066128 36.39 391336 1118476 12 [2021-01-14T02:04:55.122Z] Average: 140506 0 526518 27.98 2620 1211900 1023423 34.93 342826 1200797 24 [2021-01-14T02:04:55.122Z] [2021-01-14T02:04:55.122Z] 01:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-14T02:04:55.122Z] 01:52:01 eth0 101.56 59.72 397.25 20.56 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:53:01 eth0 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:54:02 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:57:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:58:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.122Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 01:59:01 eth0 158.43 128.48 695.84 70.44 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 01:59:01 docker0 6.49 5.09 1.45 15.66 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:00:01 eth0 1.01 0.70 2.84 0.07 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:02:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:03:01 eth0 0.97 0.37 0.32 0.17 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:04:02 eth0 0.65 0.12 0.11 0.04 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] 02:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] Average: eth0 20.32 14.66 84.50 7.05 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] Average: docker0 0.50 0.39 0.11 1.21 0.00 0.00 0.00 0.00 [2021-01-14T02:04:55.123Z] [2021-01-14T02:04:55.123Z] [2021-01-14T02:04:55.123Z] ---> sar -P ALL: [2021-01-14T02:04:55.123Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T02:04:55.123Z] [2021-01-14T02:04:55.123Z] 01:50:42 LINUX RESTART (4 CPU) [2021-01-14T02:04:55.123Z] [2021-01-14T02:04:55.123Z] 01:51:01 CPU %user %nice %system %iowait %steal %idle [2021-01-14T02:04:55.123Z] 01:52:01 all 11.13 0.00 7.62 6.61 13.24 61.40 [2021-01-14T02:04:55.123Z] 01:52:01 0 11.91 0.00 6.58 5.90 13.55 62.06 [2021-01-14T02:04:55.123Z] 01:52:01 1 11.39 0.00 7.52 9.40 12.99 58.70 [2021-01-14T02:04:55.123Z] 01:52:01 2 10.60 0.00 10.69 4.70 12.94 61.07 [2021-01-14T02:04:55.123Z] 01:52:01 3 10.61 0.00 5.70 6.42 13.47 63.79 [2021-01-14T02:04:55.123Z] 01:53:01 all 0.10 0.00 0.05 0.00 0.37 99.48 [2021-01-14T02:04:55.123Z] 01:53:01 0 0.00 0.00 0.03 0.00 0.18 99.78 [2021-01-14T02:04:55.123Z] 01:53:01 1 0.03 0.00 0.03 0.00 0.47 99.47 [2021-01-14T02:04:55.123Z] 01:53:01 2 0.03 0.00 0.07 0.00 0.51 99.39 [2021-01-14T02:04:55.123Z] 01:53:01 3 0.32 0.00 0.05 0.00 0.33 99.30 [2021-01-14T02:04:55.123Z] 01:54:02 all 0.10 0.00 0.12 0.00 0.66 99.12 [2021-01-14T02:04:55.123Z] 01:54:02 0 0.02 0.00 0.10 0.00 0.41 99.47 [2021-01-14T02:04:55.123Z] 01:54:02 1 0.00 0.00 0.13 0.00 0.70 99.17 [2021-01-14T02:04:55.123Z] 01:54:02 2 0.30 0.00 0.07 0.00 1.01 98.63 [2021-01-14T02:04:55.123Z] 01:54:02 3 0.08 0.00 0.20 0.00 0.50 99.22 [2021-01-14T02:04:55.123Z] 01:55:01 all 0.09 0.00 0.03 0.00 0.26 99.61 [2021-01-14T02:04:55.123Z] 01:55:01 0 0.00 0.00 0.02 0.00 0.08 99.90 [2021-01-14T02:04:55.123Z] 01:55:01 1 0.02 0.00 0.02 0.00 0.42 99.54 [2021-01-14T02:04:55.123Z] 01:55:01 2 0.29 0.00 0.03 0.02 0.19 99.48 [2021-01-14T02:04:55.123Z] 01:55:01 3 0.07 0.00 0.05 0.00 0.36 99.53 [2021-01-14T02:04:55.123Z] 01:56:01 all 0.07 0.00 0.03 0.00 0.30 99.59 [2021-01-14T02:04:55.123Z] 01:56:01 0 0.00 0.00 0.00 0.00 0.13 99.87 [2021-01-14T02:04:55.123Z] 01:56:01 1 0.05 0.00 0.02 0.00 0.43 99.50 [2021-01-14T02:04:55.123Z] 01:56:01 2 0.22 0.00 0.07 0.00 0.42 99.30 [2021-01-14T02:04:55.123Z] 01:56:01 3 0.03 0.00 0.05 0.00 0.22 99.70 [2021-01-14T02:04:55.123Z] 01:57:01 all 0.10 0.00 0.02 0.00 0.35 99.53 [2021-01-14T02:04:55.123Z] 01:57:01 0 0.02 0.00 0.02 0.00 0.50 99.47 [2021-01-14T02:04:55.123Z] 01:57:01 1 0.28 0.00 0.02 0.00 0.33 99.37 [2021-01-14T02:04:55.123Z] 01:57:01 2 0.03 0.00 0.02 0.00 0.37 99.58 [2021-01-14T02:04:55.123Z] 01:57:01 3 0.05 0.00 0.02 0.00 0.22 99.72 [2021-01-14T02:04:55.123Z] 01:58:01 all 0.10 0.00 0.02 0.00 0.32 99.56 [2021-01-14T02:04:55.123Z] 01:58:01 0 0.02 0.00 0.03 0.00 0.51 99.44 [2021-01-14T02:04:55.123Z] 01:58:01 1 0.27 0.00 0.03 0.00 0.15 99.55 [2021-01-14T02:04:55.123Z] 01:58:01 2 0.03 0.00 0.02 0.00 0.35 99.60 [2021-01-14T02:04:55.123Z] 01:58:01 3 0.07 0.00 0.02 0.00 0.25 99.67 [2021-01-14T02:04:55.123Z] 01:59:01 all 5.82 0.00 2.83 1.35 7.01 83.00 [2021-01-14T02:04:55.123Z] 01:59:01 0 6.75 0.00 3.04 0.29 6.74 83.19 [2021-01-14T02:04:55.123Z] 01:59:01 1 4.54 0.00 2.97 0.40 7.63 84.46 [2021-01-14T02:04:55.123Z] 01:59:01 2 5.23 0.00 2.55 3.88 7.35 81.00 [2021-01-14T02:04:55.123Z] 01:59:01 3 6.78 0.00 2.77 0.79 6.31 83.35 [2021-01-14T02:04:55.123Z] 02:00:01 all 0.13 0.00 0.07 0.00 0.39 99.40 [2021-01-14T02:04:55.123Z] 02:00:01 0 0.03 0.00 0.03 0.00 0.22 99.72 [2021-01-14T02:04:55.123Z] 02:00:01 1 0.13 0.00 0.13 0.00 0.30 99.43 [2021-01-14T02:04:55.123Z] 02:00:01 2 0.17 0.00 0.08 0.00 0.65 99.10 [2021-01-14T02:04:55.123Z] 02:00:01 3 0.20 0.00 0.05 0.00 0.41 99.34 [2021-01-14T02:04:55.123Z] 02:01:01 all 0.07 0.00 0.17 0.00 1.10 98.66 [2021-01-14T02:04:55.123Z] 02:01:01 0 0.05 0.00 0.07 0.00 0.84 99.04 [2021-01-14T02:04:55.123Z] 02:01:01 1 0.15 0.00 0.18 0.00 0.99 98.67 [2021-01-14T02:04:55.123Z] 02:01:01 2 0.05 0.00 0.17 0.00 1.12 98.66 [2021-01-14T02:04:55.123Z] 02:01:01 3 0.03 0.00 0.25 0.00 1.44 98.28 [2021-01-14T02:04:55.123Z] 02:02:01 all 0.06 0.00 0.02 0.00 0.41 99.51 [2021-01-14T02:04:55.123Z] 02:02:01 0 0.00 0.00 0.03 0.00 0.22 99.75 [2021-01-14T02:04:55.123Z] 02:02:01 1 0.02 0.00 0.00 0.00 0.38 99.60 [2021-01-14T02:04:55.123Z] 02:02:01 2 0.22 0.00 0.03 0.00 0.45 99.30 [2021-01-14T02:04:55.123Z] 02:02:01 3 0.00 0.00 0.02 0.02 0.60 99.37 [2021-01-14T02:04:55.123Z] [2021-01-14T02:04:55.123Z] 02:02:01 CPU %user %nice %system %iowait %steal %idle [2021-01-14T02:04:55.123Z] 02:03:01 all 0.09 0.00 0.02 0.00 0.31 99.58 [2021-01-14T02:04:55.123Z] 02:03:01 0 0.05 0.00 0.02 0.00 0.20 99.73 [2021-01-14T02:04:55.123Z] 02:03:01 1 0.05 0.00 0.03 0.00 0.47 99.45 [2021-01-14T02:04:55.123Z] 02:03:01 2 0.07 0.00 0.02 0.00 0.28 99.63 [2021-01-14T02:04:55.123Z] 02:03:01 3 0.20 0.00 0.03 0.00 0.28 99.48 [2021-01-14T02:04:55.123Z] 02:04:02 all 0.07 0.00 0.04 0.00 0.52 99.37 [2021-01-14T02:04:55.123Z] 02:04:02 0 0.02 0.00 0.03 0.00 0.32 99.63 [2021-01-14T02:04:55.123Z] 02:04:02 1 0.23 0.00 0.05 0.00 0.71 99.01 [2021-01-14T02:04:55.123Z] 02:04:02 2 0.02 0.00 0.02 0.00 0.43 99.54 [2021-01-14T02:04:55.123Z] 02:04:02 3 0.02 0.00 0.05 0.00 0.61 99.32 [2021-01-14T02:04:55.123Z] Average: all 1.37 0.00 0.84 0.61 1.93 95.26 [2021-01-14T02:04:55.123Z] Average: 0 1.43 0.00 0.76 0.47 1.82 95.52 [2021-01-14T02:04:55.123Z] Average: 1 1.31 0.00 0.85 0.75 1.98 95.11 [2021-01-14T02:04:55.123Z] Average: 2 1.32 0.00 1.06 0.66 2.00 94.97 [2021-01-14T02:04:55.123Z] Average: 3 1.41 0.00 0.70 0.55 1.91 95.43 [2021-01-14T02:04:55.123Z] [2021-01-14T02:04:55.123Z] [2021-01-14T02:04:55.123Z]