Pull request #275 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 difince for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93+ea610856f072ced9ef63eed7b5c39c15fdf296c1 (9ca1951077a55a34ac3cc2bece523bb3be4808eb) 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1270 in /w/workspace/dry_go-mod-core-contracts_PR-275 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-275 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/275/head:refs/remotes/origin/PR-275 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ea610856f072ced9ef63eed7b5c39c15fdf296c1 into PR head commit bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 Merge succeeded, producing bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 Checking out Revision bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 (PR-275) > git config core.sparsecheckout # timeout=10 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # 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 ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 Commit message: "Add Update method in DeviceServiceClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T14:27:14.139Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T14:27:14.394Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T14:27:14.480Z] ========================================================= [2020-09-03T14:27:14.480Z] EdgeX Global Pipelines Version Info [2020-09-03T14:27:14.480Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T14:27:16.343Z] ------------------- [2020-09-03T14:27:16.343Z] stable info: [2020-09-03T14:27:16.343Z] ------------------- [2020-09-03T14:27:16.343Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T14:27:16.343Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T14:27:16.343Z] Message: update stable to v1.0.117 [2020-09-03T14:27:16.915Z] ------------------- [2020-09-03T14:27:16.915Z] experimental info: [2020-09-03T14:27:16.915Z] ------------------- [2020-09-03T14:27:16.915Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T14:27:16.915Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T14:27:16.915Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-03T14:27:17.256Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-03T14:27:17.352Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-03T14:27:17.437Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-03T14:27:17.626Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-03T14:27:17.705Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-03T14:27:17.790Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-03T14:27:17.867Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-03T14:27:17.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-03T14:27:18.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-03T14:27:18.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-03T14:27:18.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T14:27:18.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-03T14:27:18.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-03T14:27:18.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-03T14:27:18.522Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T14:27:18.614Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T14:27:18.696Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T14:27:18.774Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T14:27:18.854Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-03T14:27:18.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-03T14:27:19.013Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-03T14:27:19.095Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-03T14:27:19.193Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-275 [Pipeline] echo [2020-09-03T14:27:19.308Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-275 [Pipeline] echo [2020-09-03T14:27:19.390Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-275 [Pipeline] echo [2020-09-03T14:27:19.471Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [Pipeline] echo [2020-09-03T14:27:19.552Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bd8f8d1 [Pipeline] echo [2020-09-03T14:27:19.637Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T14:27:20.221Z] + git log --format=format:%s -1 bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [Pipeline] echo [2020-09-03T14:27:20.284Z] GIT_COMMIT: bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93, Commit Message: Add Update method in DeviceServiceClient [Pipeline] echo [2020-09-03T14:27:20.440Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-03T14:27:21.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T14:27:21.916Z] [2020-09-03T14:27:21.916Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T14:27:22.268Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T14:27:22.268Z] latest: Pulling from edgex-devops/git-semver [2020-09-03T14:27:22.268Z] 31603596830f: Pulling fs layer [2020-09-03T14:27:22.268Z] 2a8b12db71e7: Pulling fs layer [2020-09-03T14:27:22.268Z] 6ca5941a6612: Pulling fs layer [2020-09-03T14:27:22.268Z] ecc8261a40a4: Pulling fs layer [2020-09-03T14:27:22.268Z] ecc8261a40a4: Waiting [2020-09-03T14:27:22.268Z] 2a8b12db71e7: Verifying Checksum [2020-09-03T14:27:22.268Z] 2a8b12db71e7: Download complete [2020-09-03T14:27:22.538Z] 31603596830f: Verifying Checksum [2020-09-03T14:27:22.538Z] 31603596830f: Download complete [2020-09-03T14:27:22.538Z] ecc8261a40a4: Verifying Checksum [2020-09-03T14:27:22.538Z] ecc8261a40a4: Download complete [2020-09-03T14:27:22.538Z] 6ca5941a6612: Verifying Checksum [2020-09-03T14:27:22.538Z] 6ca5941a6612: Download complete [2020-09-03T14:27:22.811Z] 31603596830f: Pull complete [2020-09-03T14:27:22.811Z] 2a8b12db71e7: Pull complete [2020-09-03T14:27:23.775Z] 6ca5941a6612: Pull complete [2020-09-03T14:27:24.040Z] ecc8261a40a4: Pull complete [2020-09-03T14:27:24.040Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-03T14:27:24.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T14:27:24.040Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-03T14:27:24.160Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-03T14:27:24.217Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-275 -v /w/workspace/dry_go-mod-core-contracts_PR-275:/w/workspace/dry_go-mod-core-contracts_PR-275:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-275@tmp:/w/workspace/dry_go-mod-core-contracts_PR-275@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-03T14:27:26.448Z] $ docker top 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T14:27:26.748Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T14:27:26.748Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T14:27:26.998Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T14:27:27.007Z] $ docker exec 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent [2020-09-03T14:27:27.195Z] SSH_AUTH_SOCK=/tmp/ssh-Zh6gPiI7IId3/agent.11 [2020-09-03T14:27:27.195Z] SSH_AGENT_PID=17 [2020-09-03T14:27:27.210Z] Running ssh-add (command line suppressed) [2020-09-03T14:27:27.388Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6617624649242721062.key (/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6617624649242721062.key) [2020-09-03T14:27:27.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T14:27:27.784Z] + git describe --exact-match --tags HEAD [2020-09-03T14:27:27.784Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-03T14:27:27.814Z] $ docker exec --env ******** --env ******** 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent -k [2020-09-03T14:27:27.946Z] unset SSH_AUTH_SOCK; [2020-09-03T14:27:27.947Z] unset SSH_AGENT_PID; [2020-09-03T14:27:27.947Z] echo Agent pid 17 killed; [2020-09-03T14:27:27.989Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-03T14:27:28.070Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-03T14:27:28.070Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-03T14:27:28.163Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T14:27:28.163Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T14:27:28.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T14:27:28.352Z] $ docker exec 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent [2020-09-03T14:27:28.537Z] SSH_AUTH_SOCK=/tmp/ssh-6PzaJnABbQvf/agent.48 [2020-09-03T14:27:28.537Z] SSH_AGENT_PID=53 [2020-09-03T14:27:28.545Z] Running ssh-add (command line suppressed) [2020-09-03T14:27:28.699Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6719773364445609330.key (/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/private_key_6719773364445609330.key) [2020-09-03T14:27:28.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T14:27:29.097Z] + git semver init [2020-09-03T14:27:29.097Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T14:27:29.097Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-275/.git [2020-09-03T14:27:29.097Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-275 [2020-09-03T14:27:29.097Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T14:27:29.097Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T14:27:29.097Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T14:27:29.097Z] # $SEMVER_BRANCH = PR-275 [2020-09-03T14:27:29.097Z] # $SEMVER_TEMP = /tmp/semver-932853492 [2020-09-03T14:27:29.097Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-03T14:27:29.671Z] # '/tmp/semver-932853492' -> '/w/workspace/dry_go-mod-core-contracts_PR-275/.semver' [2020-09-03T14:27:29.671Z] # -> Force: false [2020-09-03T14:27:29.671Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-275/.semver [Pipeline] } [2020-09-03T14:27:29.689Z] $ docker exec --env ******** --env ******** 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 ssh-agent -k [2020-09-03T14:27:29.829Z] unset SSH_AUTH_SOCK; [2020-09-03T14:27:29.830Z] unset SSH_AGENT_PID; [2020-09-03T14:27:29.830Z] echo Agent pid 53 killed; [2020-09-03T14:27:29.876Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T14:27:30.327Z] + git semver [Pipeline] } [2020-09-03T14:27:30.354Z] $ docker stop --time=1 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 [2020-09-03T14:27:32.125Z] $ docker rm -f 4a34c3d2a6a6d985c4481815a0c23b0d1f42ac19292147c968fcca2f5ae45795 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-03T14:27:33.128Z] Stashed 90 file(s) [Pipeline] echo [2020-09-03T14:27:33.130Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-03T14:27:33.230Z] Archived original 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 [2020-09-03T14:27:48.588Z] Still waiting to schedule task [2020-09-03T14:27:48.588Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-03T14:27:48.590Z] Still waiting to schedule task [2020-09-03T14:27:48.590Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-03T14:29:41.290Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1271 in /w/workspace/dry_go-mod-core-contracts_PR-275 [Pipeline] { [Pipeline] ws [2020-09-03T14:29:41.332Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-09-03T14:29:46.246Z] using credential edgex-jenkins-ssh [2020-09-03T14:29:46.296Z] Cloning the remote Git repository [2020-09-03T14:29:46.296Z] Cloning with configured refspecs honoured and without tags [2020-09-03T14:29:46.377Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T14:29:46.483Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-09-03T14:29:47.506Z] Fetching without tags [2020-09-03T14:29:46.549Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T14:29:46.550Z] > git --version # timeout=10 [2020-09-03T14:29:46.575Z] > git --version # 'git version 2.17.1' [2020-09-03T14:29:46.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T14:29:46.660Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T14:29:47.423Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T14:29:47.446Z] > git config --add remote.origin.fetch +refs/pull/275/head:refs/remotes/origin/PR-275 # timeout=10 [2020-09-03T14:29:47.461Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T14:29:47.486Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T14:29:47.521Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T14:29:47.522Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T14:29:47.536Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T14:29:48.119Z] Merging remotes/origin/master commit ea610856f072ced9ef63eed7b5c39c15fdf296c1 into PR head commit bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [2020-09-03T14:29:48.498Z] Merge succeeded, producing bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [2020-09-03T14:29:48.498Z] Checking out Revision bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 (PR-275) [2020-09-03T14:29:48.143Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T14:29:48.165Z] > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 [2020-09-03T14:29:48.284Z] > git remote # timeout=10 [2020-09-03T14:29:48.311Z] > git config --get remote.origin.url # timeout=10 [2020-09-03T14:29:48.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T14:29:48.403Z] > git merge ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 [2020-09-03T14:29:48.448Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-03T14:29:48.508Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T14:29:48.555Z] > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 [2020-09-03T14:29:52.987Z] Commit message: "Add Update method in DeviceServiceClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-03T14:29:54.212Z] ========================================================= [2020-09-03T14:29:54.212Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-03T14:29:54.212Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T14:29:55.430Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-03T14:29:56.421Z] Sending build context to Docker daemon 2.16MB [2020-09-03T14:29:56.421Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T14:29:56.421Z] Step 2/7 : FROM ${BASE} [2020-09-03T14:29:56.698Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-03T14:29:56.698Z] b538f80385f9: Pulling fs layer [2020-09-03T14:29:56.698Z] 74f711af9a0d: Pulling fs layer [2020-09-03T14:29:56.698Z] 99f96fe45779: Pulling fs layer [2020-09-03T14:29:56.698Z] fd7a069fd194: Pulling fs layer [2020-09-03T14:29:56.698Z] 66aa3694b03b: Pulling fs layer [2020-09-03T14:29:56.698Z] 170f70906a0f: Pulling fs layer [2020-09-03T14:29:56.698Z] ad7c5574e4b9: Pulling fs layer [2020-09-03T14:29:56.698Z] e772456be8f7: Pulling fs layer [2020-09-03T14:29:56.698Z] c890913d741a: Pulling fs layer [2020-09-03T14:29:56.698Z] 2480fcc9aa5a: Pulling fs layer [2020-09-03T14:29:56.698Z] 09adf4765672: Pulling fs layer [2020-09-03T14:29:56.698Z] fd7a069fd194: Waiting [2020-09-03T14:29:56.698Z] 66aa3694b03b: Waiting [2020-09-03T14:29:56.698Z] 170f70906a0f: Waiting [2020-09-03T14:29:56.698Z] ad7c5574e4b9: Waiting [2020-09-03T14:29:56.698Z] e772456be8f7: Waiting [2020-09-03T14:29:56.698Z] c890913d741a: Waiting [2020-09-03T14:29:56.698Z] 2480fcc9aa5a: Waiting [2020-09-03T14:29:56.698Z] 09adf4765672: Waiting [2020-09-03T14:29:56.974Z] 99f96fe45779: Verifying Checksum [2020-09-03T14:29:56.974Z] 99f96fe45779: Download complete [2020-09-03T14:29:56.974Z] 74f711af9a0d: Verifying Checksum [2020-09-03T14:29:56.974Z] 74f711af9a0d: Download complete [2020-09-03T14:29:56.974Z] 66aa3694b03b: Verifying Checksum [2020-09-03T14:29:56.974Z] 66aa3694b03b: Download complete [2020-09-03T14:29:56.974Z] 170f70906a0f: Verifying Checksum [2020-09-03T14:29:56.974Z] 170f70906a0f: Download complete [2020-09-03T14:29:56.974Z] b538f80385f9: Verifying Checksum [2020-09-03T14:29:56.974Z] b538f80385f9: Download complete [2020-09-03T14:29:57.572Z] b538f80385f9: Pull complete [2020-09-03T14:29:58.170Z] 74f711af9a0d: Pull complete [2020-09-03T14:29:58.445Z] 99f96fe45779: Pull complete [2020-09-03T14:29:59.422Z] ad7c5574e4b9: Verifying Checksum [2020-09-03T14:29:59.422Z] ad7c5574e4b9: Download complete [2020-09-03T14:29:59.422Z] c890913d741a: Download complete [2020-09-03T14:30:01.405Z] 2480fcc9aa5a: Verifying Checksum [2020-09-03T14:30:01.405Z] 2480fcc9aa5a: Download complete [2020-09-03T14:30:01.405Z] 09adf4765672: Verifying Checksum [2020-09-03T14:30:01.405Z] 09adf4765672: Download complete [2020-09-03T14:30:02.837Z] e772456be8f7: Verifying Checksum [2020-09-03T14:30:02.837Z] e772456be8f7: Download complete [2020-09-03T14:30:02.837Z] fd7a069fd194: Verifying Checksum [2020-09-03T14:30:02.837Z] fd7a069fd194: Download complete [2020-09-03T14:30:15.246Z] fd7a069fd194: Pull complete [2020-09-03T14:30:15.246Z] 66aa3694b03b: Pull complete [2020-09-03T14:30:15.246Z] 170f70906a0f: Pull complete [2020-09-03T14:30:17.870Z] ad7c5574e4b9: Pull complete [2020-09-03T14:30:23.280Z] e772456be8f7: Pull complete [2020-09-03T14:30:23.280Z] c890913d741a: Pull complete [2020-09-03T14:30:25.285Z] 2480fcc9aa5a: Pull complete [2020-09-03T14:30:25.884Z] 09adf4765672: Pull complete [2020-09-03T14:30:25.884Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-03T14:30:25.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-03T14:30:25.884Z] ---> 2248a725d1cf [2020-09-03T14:30:25.884Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-03T14:30:30.195Z] ---> Running in 5bd9d5468bda [2020-09-03T14:30:30.468Z] Removing intermediate container 5bd9d5468bda [2020-09-03T14:30:30.468Z] ---> 3d3050086aac [2020-09-03T14:30:30.468Z] Step 4/7 : RUN apk add bash [2020-09-03T14:30:30.468Z] ---> Running in 7c989c0c5be4 [2020-09-03T14:30:32.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T14:30:33.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T14:30:34.020Z] OK: 142 MiB in 39 packages [2020-09-03T14:30:35.461Z] Removing intermediate container 7c989c0c5be4 [2020-09-03T14:30:35.461Z] ---> a317f96fc5c4 [2020-09-03T14:30:35.461Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-03T14:30:35.461Z] ---> Running in 153bf58801d4 [2020-09-03T14:30:35.738Z] Removing intermediate container 153bf58801d4 [2020-09-03T14:30:35.738Z] ---> d7a0cfce37c6 [2020-09-03T14:30:35.738Z] Step 6/7 : COPY go.mod . [2020-09-03T14:30:36.522Z] Running on prd-centos7-docker-4c-2g-1272 in /w/workspace/dry_go-mod-core-contracts_PR-275 [Pipeline] { [Pipeline] ws [2020-09-03T14:30:36.573Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-09-03T14:30:36.716Z] ---> a1b9b206f92f [2020-09-03T14:30:36.716Z] Step 7/7 : RUN go mod download [2020-09-03T14:30:36.716Z] ---> Running in d1c5cfdab959 [2020-09-03T14:30:39.322Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-03T14:30:39.322Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T14:30:39.322Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T14:30:39.322Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T14:30:39.322Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T14:30:39.322Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T14:30:39.322Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T14:30:39.322Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T14:30:39.322Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T14:30:39.322Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T14:30:39.322Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T14:30:39.322Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T14:30:39.322Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T14:30:39.322Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T14:30:39.322Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T14:30:39.593Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T14:30:39.593Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T14:30:39.593Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T14:30:39.593Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-03T14:30:39.593Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T14:30:45.412Z] using credential edgex-jenkins-ssh [2020-09-03T14:30:45.463Z] Cloning the remote Git repository [2020-09-03T14:30:45.463Z] Cloning with configured refspecs honoured and without tags [2020-09-03T14:30:45.550Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T14:30:45.626Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-09-03T14:30:45.762Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T14:30:45.762Z] > git --version # timeout=10 [2020-09-03T14:30:45.826Z] > git --version # 'git version 2.16.5' [2020-09-03T14:30:45.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T14:30:45.876Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T14:30:46.648Z] Fetching without tags [2020-09-03T14:30:47.116Z] Merging remotes/origin/master commit ea610856f072ced9ef63eed7b5c39c15fdf296c1 into PR head commit bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [2020-09-03T14:30:46.569Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T14:30:46.592Z] > git config --add remote.origin.fetch +refs/pull/275/head:refs/remotes/origin/PR-275 # timeout=10 [2020-09-03T14:30:46.621Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T14:30:46.641Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T14:30:46.672Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T14:30:46.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T14:30:46.681Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/275/head:refs/remotes/origin/PR-275 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T14:30:47.160Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T14:30:47.200Z] > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 [2020-09-03T14:30:47.653Z] Merge succeeded, producing bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 [2020-09-03T14:30:47.654Z] Checking out Revision bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 (PR-275) [2020-09-03T14:30:47.403Z] > git remote # timeout=10 [2020-09-03T14:30:47.441Z] > git config --get remote.origin.url # timeout=10 [2020-09-03T14:30:47.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T14:30:47.491Z] > git merge ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 [2020-09-03T14:30:47.594Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-03T14:30:47.664Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T14:30:47.724Z] > git checkout -f bd8f8d19c20dbc7fadefa67ce3f28029a8a93a93 # timeout=10 [2020-09-03T14:30:51.986Z] Removing intermediate container d1c5cfdab959 [2020-09-03T14:30:51.987Z] ---> af3cf384a062 [2020-09-03T14:30:51.987Z] Successfully built af3cf384a062 [2020-09-03T14:30:51.987Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-03T14:30:52.323Z] Commit message: "Add Update method in DeviceServiceClient" [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-03T14:30:52.721Z] + docker inspect -f . ci-base-image-arm64 [2020-09-03T14:30:52.721Z] . [Pipeline] withDockerContainer [2020-09-03T14:30:53.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-1271 does not seem to be running inside a container [2020-09-03T14:30:53.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/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 ******** ci-base-image-arm64 cat [2020-09-03T14:30:54.958Z] $ docker top 16eae9ce7384dee5da86407243aec86333529d5ce9a90cd24c10552d0e864003 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-03T14:30:55.897Z] ========================================================= [2020-09-03T14:30:55.897Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-03T14:30:55.897Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T14:30:56.353Z] + go version [2020-09-03T14:30:56.353Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-03T14:30:57.206Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-03T14:30:57.730Z] + make test [2020-09-03T14:30:57.730Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-03T14:30:57.801Z] Sending build context to Docker daemon 2.16MB [2020-09-03T14:30:57.801Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T14:30:57.801Z] Step 2/7 : FROM ${BASE} [2020-09-03T14:30:57.801Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-03T14:30:57.801Z] df20fa9351a1: Pulling fs layer [2020-09-03T14:30:57.801Z] ed8968b2872e: Pulling fs layer [2020-09-03T14:30:57.801Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T14:30:57.801Z] 2dd03ba5bac4: Pulling fs layer [2020-09-03T14:30:57.801Z] 1e091d79d1de: Pulling fs layer [2020-09-03T14:30:57.801Z] 481702a1767f: Pulling fs layer [2020-09-03T14:30:57.801Z] f64a6f60c768: Pulling fs layer [2020-09-03T14:30:57.801Z] e78d2573fc39: Pulling fs layer [2020-09-03T14:30:57.801Z] e876d2f968b6: Pulling fs layer [2020-09-03T14:30:57.801Z] ce8a83651883: Pulling fs layer [2020-09-03T14:30:57.801Z] 07967f4d0e4b: Pulling fs layer [2020-09-03T14:30:57.801Z] 2dd03ba5bac4: Waiting [2020-09-03T14:30:57.801Z] 1e091d79d1de: Waiting [2020-09-03T14:30:57.801Z] e78d2573fc39: Waiting [2020-09-03T14:30:57.801Z] e876d2f968b6: Waiting [2020-09-03T14:30:57.801Z] ce8a83651883: Waiting [2020-09-03T14:30:57.801Z] 07967f4d0e4b: Waiting [2020-09-03T14:30:57.801Z] 481702a1767f: Waiting [2020-09-03T14:30:57.801Z] f64a6f60c768: Waiting [2020-09-03T14:30:58.101Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T14:30:58.101Z] a92cc7c5fd73: Download complete [2020-09-03T14:30:58.101Z] ed8968b2872e: Verifying Checksum [2020-09-03T14:30:58.101Z] ed8968b2872e: Download complete [2020-09-03T14:30:58.101Z] 1e091d79d1de: Verifying Checksum [2020-09-03T14:30:58.101Z] 1e091d79d1de: Download complete [2020-09-03T14:30:58.101Z] 481702a1767f: Verifying Checksum [2020-09-03T14:30:58.101Z] 481702a1767f: Download complete [2020-09-03T14:30:58.101Z] df20fa9351a1: Verifying Checksum [2020-09-03T14:30:58.101Z] df20fa9351a1: Download complete [2020-09-03T14:30:58.384Z] df20fa9351a1: Pull complete [2020-09-03T14:30:59.069Z] ed8968b2872e: Pull complete [2020-09-03T14:30:59.355Z] a92cc7c5fd73: Pull complete [2020-09-03T14:30:59.980Z] f64a6f60c768: Verifying Checksum [2020-09-03T14:30:59.980Z] f64a6f60c768: Download complete [2020-09-03T14:30:59.980Z] e876d2f968b6: Verifying Checksum [2020-09-03T14:30:59.980Z] e876d2f968b6: Download complete [2020-09-03T14:31:01.097Z] e78d2573fc39: Verifying Checksum [2020-09-03T14:31:01.097Z] e78d2573fc39: Download complete [2020-09-03T14:31:01.097Z] 2dd03ba5bac4: Verifying Checksum [2020-09-03T14:31:01.097Z] 2dd03ba5bac4: Download complete [2020-09-03T14:31:01.097Z] 07967f4d0e4b: Verifying Checksum [2020-09-03T14:31:01.097Z] 07967f4d0e4b: Download complete [2020-09-03T14:31:01.405Z] ce8a83651883: Verifying Checksum [2020-09-03T14:31:01.405Z] ce8a83651883: Download complete [2020-09-03T14:31:11.792Z] 2dd03ba5bac4: Pull complete [2020-09-03T14:31:11.792Z] 1e091d79d1de: Pull complete [2020-09-03T14:31:12.127Z] 481702a1767f: Pull complete [2020-09-03T14:31:16.590Z] f64a6f60c768: Pull complete [2020-09-03T14:31:19.916Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-03T14:31:19.916Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.059s coverage: 85.7% of statements [2020-09-03T14:31:19.916Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.044s coverage: 100.0% of statements [2020-09-03T14:31:20.856Z] e78d2573fc39: Pull complete [2020-09-03T14:31:21.127Z] e876d2f968b6: Pull complete [2020-09-03T14:31:21.919Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.042s coverage: 45.4% of statements [2020-09-03T14:31:21.919Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements [2020-09-03T14:31:21.919Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-03T14:31:22.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.034s coverage: 6.4% of statements [2020-09-03T14:31:23.229Z] ce8a83651883: Pull complete [2020-09-03T14:31:23.229Z] 07967f4d0e4b: Pull complete [2020-09-03T14:31:23.497Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-03T14:31:23.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-03T14:31:23.497Z] ---> 5d7c900382c6 [2020-09-03T14:31:23.497Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-03T14:31:23.651Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.048s coverage: 14.7% of statements [2020-09-03T14:31:24.277Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.077s coverage: 100.0% of statements [2020-09-03T14:31:24.940Z] ---> Running in 48356399d4a0 [2020-09-03T14:31:24.940Z] Removing intermediate container 48356399d4a0 [2020-09-03T14:31:24.940Z] ---> 613b4df1a72c [2020-09-03T14:31:24.940Z] Step 4/7 : RUN apk add bash [2020-09-03T14:31:25.237Z] ---> Running in b9b0b5b4812f [2020-09-03T14:31:26.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T14:31:26.270Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements [2020-09-03T14:31:26.270Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-03T14:31:26.270Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-03T14:31:26.270Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.025s coverage: 100.0% of statements [2020-09-03T14:31:27.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T14:31:28.626Z] OK: 166 MiB in 39 packages [2020-09-03T14:31:29.232Z] Removing intermediate container b9b0b5b4812f [2020-09-03T14:31:29.232Z] ---> 880828683450 [2020-09-03T14:31:29.232Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-03T14:31:29.232Z] ---> Running in 2fcc64c30300 [2020-09-03T14:31:29.507Z] Removing intermediate container 2fcc64c30300 [2020-09-03T14:31:29.507Z] ---> 9cbfdef5ed50 [2020-09-03T14:31:29.507Z] Step 6/7 : COPY go.mod . [2020-09-03T14:31:29.783Z] ---> 24f1c3bf8e98 [2020-09-03T14:31:29.783Z] Step 7/7 : RUN go mod download [2020-09-03T14:31:29.783Z] ---> Running in 13a8456fd4d4 [2020-09-03T14:31:31.771Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-03T14:31:31.771Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T14:31:31.771Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T14:31:31.771Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T14:31:31.771Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T14:31:31.771Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T14:31:31.771Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T14:31:31.771Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T14:31:32.050Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T14:31:32.050Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T14:31:32.050Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T14:31:32.050Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T14:31:32.050Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T14:31:32.050Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T14:31:32.050Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T14:31:32.050Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T14:31:32.050Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T14:31:32.050Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T14:31:32.050Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-03T14:31:32.360Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T14:31:33.006Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.091s coverage: 62.6% of statements [2020-09-03T14:31:33.006Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.058s coverage: 26.3% of statements [2020-09-03T14:31:33.006Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.069s coverage: 15.4% of statements [2020-09-03T14:31:33.006Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.041s coverage: 15.4% of statements [2020-09-03T14:31:33.006Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.035s coverage: 14.3% of statements [2020-09-03T14:31:33.006Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-03T14:31:33.288Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.074s coverage: 21.4% of statements [2020-09-03T14:31:33.896Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements [2020-09-03T14:31:35.357Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.073s coverage: 95.1% of statements [2020-09-03T14:31:35.630Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.029s coverage: 100.0% of statements [2020-09-03T14:31:35.630Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-03T14:31:36.224Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-03T14:31:39.658Z] gofmt -l . [2020-09-03T14:31:40.252Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-03T14:31:41.780Z] Stashed 1 file(s) [Pipeline] } [2020-09-03T14:31:41.797Z] $ docker stop --time=1 16eae9ce7384dee5da86407243aec86333529d5ce9a90cd24c10552d0e864003 [2020-09-03T14:31:42.630Z] Removing intermediate container 13a8456fd4d4 [2020-09-03T14:31:42.630Z] ---> 7414ab29fcf6 [2020-09-03T14:31:42.630Z] Successfully built 7414ab29fcf6 [2020-09-03T14:31:42.630Z] Successfully tagged ci-base-image-x86_64:latest [2020-09-03T14:31:43.965Z] $ docker rm -f 16eae9ce7384dee5da86407243aec86333529d5ce9a90cd24c10552d0e864003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-09-03T14:31:45.509Z] + docker inspect -f . ci-base-image-x86_64 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-03T14:31:45.781Z] . [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] withDockerContainer [2020-09-03T14:31:46.377Z] prd-centos7-docker-4c-2g-1272 does not seem to be running inside a container [2020-09-03T14:31:46.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/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 ******** ci-base-image-x86_64 cat [2020-09-03T14:31:47.462Z] $ docker top 132f0bfe4777d3eeacda9a4f3241f2516e9aa4a4cf61199ef2e2f9e456dc3b4d -eo pid,comm [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } [2020-09-03T14:31:48.110Z] + go version [2020-09-03T14:31:48.382Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-03T14:31:48.823Z] + make test [2020-09-03T14:31:48.823Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-03T14:31:59.045Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-03T14:32:01.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.043s coverage: 85.7% of statements [2020-09-03T14:32:01.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements [2020-09-03T14:32:02.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.144s coverage: 45.4% of statements [2020-09-03T14:32:02.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.037s coverage: 77.8% of statements [2020-09-03T14:32:02.332Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-03T14:32:02.630Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.041s coverage: 6.4% of statements [2020-09-03T14:32:04.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.062s coverage: 14.7% of statements [2020-09-03T14:32:04.392Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.014s coverage: 100.0% of statements [2020-09-03T14:32:05.007Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.051s coverage: 91.8% of statements [2020-09-03T14:32:05.007Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-03T14:32:05.007Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-03T14:32:05.007Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.027s coverage: 100.0% of statements [2020-09-03T14:32:08.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.051s coverage: 62.6% of statements [2020-09-03T14:32:08.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements [2020-09-03T14:32:08.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.047s coverage: 15.4% of statements [2020-09-03T14:32:08.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements [2020-09-03T14:32:08.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements [2020-09-03T14:32:08.609Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-03T14:32:12.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.011s coverage: 21.4% of statements [2020-09-03T14:32:12.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.050s coverage: 100.0% of statements [2020-09-03T14:32:12.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.042s coverage: 95.1% of statements [2020-09-03T14:32:12.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.014s coverage: 100.0% of statements [2020-09-03T14:32:12.125Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-03T14:32:12.125Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-03T14:32:14.103Z] gofmt -l . [2020-09-03T14:32:14.103Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-03T14:32:14.381Z] Warning: overwriting stash ‘coverage-report’ [2020-09-03T14:32:15.269Z] Stashed 1 file(s) [Pipeline] } [2020-09-03T14:32:15.278Z] $ docker stop --time=1 132f0bfe4777d3eeacda9a4f3241f2516e9aa4a4cf61199ef2e2f9e456dc3b4d [2020-09-03T14:32:17.822Z] $ docker rm -f 132f0bfe4777d3eeacda9a4f3241f2516e9aa4a4cf61199ef2e2f9e456dc3b4d [Pipeline] // withDockerContainer [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 [2020-09-03T14:32:19.825Z] provisioning config files... [2020-09-03T14:32:19.838Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/config6133570379320660111tmp [Pipeline] { [Pipeline] sh [2020-09-03T14:32:20.303Z] + curl -s https://codecov.io/bash [2020-09-03T14:32:20.303Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/config6133570379320660111tmp [Pipeline] } [2020-09-03T14:34:41.878Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 [2020-09-03T14:34:43.856Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T14:34:44.421Z] ---> package-listing.sh [2020-09-03T14:34:44.422Z] ++ facter osfamily [2020-09-03T14:34:44.422Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T14:34:44.422Z] + OS_FAMILY=redhat [2020-09-03T14:34:44.422Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-275 [2020-09-03T14:34:44.422Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T14:34:44.422Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T14:34:44.422Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T14:34:44.422Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T14:34:44.422Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-275 ']' [2020-09-03T14:34:44.422Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T14:34:44.422Z] + case "${OS_FAMILY}" in [2020-09-03T14:34:44.422Z] + rpm -qa [2020-09-03T14:34:44.422Z] + sort [2020-09-03T14:34:48.638Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T14:34:48.638Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T14:34:48.638Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T14:34:48.638Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-275 ']' [2020-09-03T14:34:48.638Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-275/archives/ [2020-09-03T14:34:48.638Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-275/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-03T14:34:49.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T14:34:49.555Z] [2020-09-03T14:34:49.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T14:34:49.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T14:34:49.911Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T14:34:49.911Z] df20fa9351a1: Pulling fs layer [2020-09-03T14:34:49.911Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T14:34:49.911Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T14:34:49.911Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T14:34:49.911Z] 0dadc02b9964: Pulling fs layer [2020-09-03T14:34:49.911Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T14:34:49.911Z] 7a184a31f384: Pulling fs layer [2020-09-03T14:34:49.911Z] 0879bd2ef858: Pulling fs layer [2020-09-03T14:34:49.911Z] 0dadc02b9964: Waiting [2020-09-03T14:34:49.911Z] ce6a7cf60c04: Waiting [2020-09-03T14:34:49.911Z] 7a184a31f384: Waiting [2020-09-03T14:34:49.911Z] 46f8f816bc3b: Waiting [2020-09-03T14:34:49.911Z] 0879bd2ef858: Waiting [2020-09-03T14:34:49.912Z] 36b3adc4ff6f: Verifying Checksum [2020-09-03T14:34:49.912Z] 36b3adc4ff6f: Download complete [2020-09-03T14:34:49.912Z] 46f8f816bc3b: Verifying Checksum [2020-09-03T14:34:49.912Z] 46f8f816bc3b: Download complete [2020-09-03T14:34:49.912Z] df20fa9351a1: Verifying Checksum [2020-09-03T14:34:49.912Z] df20fa9351a1: Download complete [2020-09-03T14:34:49.912Z] ce6a7cf60c04: Verifying Checksum [2020-09-03T14:34:49.912Z] ce6a7cf60c04: Download complete [2020-09-03T14:34:49.912Z] 0dadc02b9964: Verifying Checksum [2020-09-03T14:34:49.912Z] 0dadc02b9964: Download complete [2020-09-03T14:34:49.912Z] 7a184a31f384: Verifying Checksum [2020-09-03T14:34:49.912Z] 7a184a31f384: Download complete [2020-09-03T14:34:50.184Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T14:34:50.184Z] 8ad3a11d3b57: Download complete [2020-09-03T14:34:50.448Z] df20fa9351a1: Pull complete [2020-09-03T14:34:50.448Z] 0879bd2ef858: Verifying Checksum [2020-09-03T14:34:50.448Z] 36b3adc4ff6f: Pull complete [2020-09-03T14:34:51.026Z] 8ad3a11d3b57: Pull complete [2020-09-03T14:34:51.288Z] 46f8f816bc3b: Pull complete [2020-09-03T14:34:51.558Z] 0dadc02b9964: Pull complete [2020-09-03T14:34:51.558Z] ce6a7cf60c04: Pull complete [2020-09-03T14:34:51.820Z] 7a184a31f384: Pull complete [2020-09-03T14:34:54.400Z] 0879bd2ef858: Pull complete [2020-09-03T14:34:54.400Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T14:34:54.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T14:34:54.400Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T14:34:54.532Z] prd-centos7-docker-4c-2g-1270 does not seem to be running inside a container [2020-09-03T14:34:54.585Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_PR-275 -v /w/workspace/dry_go-mod-core-contracts_PR-275:/w/workspace/dry_go-mod-core-contracts_PR-275:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-275@tmp:/w/workspace/dry_go-mod-core-contracts_PR-275@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-03T14:34:58.839Z] $ docker top d9c5836009a81c99bbb636f087fb0da321dab69e5ffc8c221b18e3862e317fbf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T14:34:59.390Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T14:34:59.690Z] + ls /var/log/sa-host [2020-09-03T14:34:59.690Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T14:34:59.690Z] file_magic: OK [2020-09-03T14:34:59.690Z] HZ: Using current value: 100 [2020-09-03T14:34:59.690Z] file_header: OK [2020-09-03T14:34:59.690Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T14:34:59.690Z] Statistics: [2020-09-03T14:34:59.690Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T14:34:59.690Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T14:34:59.690Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T14:34:59.690Z] file_magic: OK [2020-09-03T14:34:59.690Z] HZ: Using current value: 100 [2020-09-03T14:34:59.690Z] file_header: OK [2020-09-03T14:34:59.690Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T14:34:59.690Z] Statistics: [2020-09-03T14:34:59.690Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T14:34:59.690Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T14:34:59.745Z] provisioning config files... [2020-09-03T14:34:59.761Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-275@tmp/config1583214796458267491tmp [Pipeline] { [Pipeline] echo [2020-09-03T14:34:59.854Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T14:35:00.150Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T14:35:00.160Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T14:35:00.453Z] ---> logs-deploy.sh [2020-09-03T14:35:00.453Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-275/2 [2020-09-03T14:35:00.453Z] INFO: archiving workspace using pattern(s): [2020-09-03T14:35:02.379Z] Archives upload complete. [2020-09-03T14:35:02.379Z] INFO: archiving logs to Nexus [2020-09-03T14:35:03.338Z] ---> uname -a: [2020-09-03T14:35:03.338Z] Linux d9c5836009a8 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] ---> lscpu: [2020-09-03T14:35:03.338Z] Architecture: x86_64 [2020-09-03T14:35:03.338Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-03T14:35:03.338Z] Byte Order: Little Endian [2020-09-03T14:35:03.338Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-03T14:35:03.338Z] CPU(s): 4 [2020-09-03T14:35:03.338Z] On-line CPU(s) list: 0-3 [2020-09-03T14:35:03.338Z] Thread(s) per core: 1 [2020-09-03T14:35:03.338Z] Core(s) per socket: 1 [2020-09-03T14:35:03.338Z] Socket(s): 4 [2020-09-03T14:35:03.338Z] NUMA node(s): 1 [2020-09-03T14:35:03.338Z] Vendor ID: GenuineIntel [2020-09-03T14:35:03.338Z] CPU family: 6 [2020-09-03T14:35:03.338Z] Model: 44 [2020-09-03T14:35:03.338Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-03T14:35:03.338Z] Stepping: 1 [2020-09-03T14:35:03.338Z] CPU MHz: 2933.442 [2020-09-03T14:35:03.338Z] BogoMIPS: 5866.88 [2020-09-03T14:35:03.338Z] Virtualization: VT-x [2020-09-03T14:35:03.338Z] Hypervisor vendor: KVM [2020-09-03T14:35:03.338Z] Virtualization type: full [2020-09-03T14:35:03.338Z] L1d cache: 128 KiB [2020-09-03T14:35:03.338Z] L1i cache: 128 KiB [2020-09-03T14:35:03.338Z] L2 cache: 16 MiB [2020-09-03T14:35:03.338Z] L3 cache: 64 MiB [2020-09-03T14:35:03.338Z] NUMA node0 CPU(s): 0-3 [2020-09-03T14:35:03.338Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-03T14:35:03.338Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-03T14:35:03.338Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-03T14:35:03.338Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-03T14:35:03.338Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-03T14:35:03.338Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-03T14:35:03.338Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-03T14:35:03.338Z] Vulnerability Tsx async abort: Not affected [2020-09-03T14:35:03.338Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] ---> nproc: [2020-09-03T14:35:03.338Z] 4 [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] ---> df -h: [2020-09-03T14:35:03.338Z] Filesystem Size Used Available Use% Mounted on [2020-09-03T14:35:03.338Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-03T14:35:03.338Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-03T14:35:03.338Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-03T14:35:03.338Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-03T14:35:03.338Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-03T14:35:03.338Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-03T14:35:03.338Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-03T14:35:03.338Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-03T14:35:03.338Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-275 [2020-09-03T14:35:03.338Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-275@tmp [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] ---> free -m: [2020-09-03T14:35:03.338Z] total used free shared buff/cache available [2020-09-03T14:35:03.338Z] Mem: 1837 625 134 0 1077 1104 [2020-09-03T14:35:03.338Z] Swap: 1023 1 1022 [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] ---> ip addr: [2020-09-03T14:35:03.338Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-03T14:35:03.338Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-03T14:35:03.338Z] inet 127.0.0.1/8 scope host lo [2020-09-03T14:35:03.338Z] valid_lft forever preferred_lft forever [2020-09-03T14:35:03.338Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-03T14:35:03.338Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-03T14:35:03.338Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-03T14:35:03.338Z] valid_lft forever preferred_lft forever [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] ---> sar -b -r -n DEV: [2020-09-03T14:35:03.338Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] 14:26:21 LINUX RESTART (4 CPU) [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] 14:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-03T14:35:03.338Z] 14:28:01 64.95 15.53 49.42 0.00 5020.33 5061.34 0.00 [2020-09-03T14:35:03.338Z] 14:29:01 1.76 0.00 1.76 0.00 0.00 34.20 0.00 [2020-09-03T14:35:03.338Z] 14:30:01 0.15 0.00 0.15 0.00 0.00 2.28 0.00 [2020-09-03T14:35:03.338Z] 14:31:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 [2020-09-03T14:35:03.338Z] 14:32:01 0.20 0.00 0.20 0.00 0.00 2.63 0.00 [2020-09-03T14:35:03.338Z] 14:33:01 1.07 0.30 0.77 0.00 18.78 18.07 0.00 [2020-09-03T14:35:03.338Z] 14:34:01 0.17 0.02 0.15 0.00 0.13 1.90 0.00 [2020-09-03T14:35:03.338Z] Average: 9.67 2.23 7.44 0.00 710.22 722.23 0.00 [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] 14:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-03T14:35:03.338Z] 14:28:01 163488 0 549360 29.20 2620 1166088 1125256 38.40 384632 1172368 120 [2020-09-03T14:35:03.338Z] 14:29:01 169852 0 542992 28.86 2620 1166092 1074212 36.66 382596 1168476 20 [2020-09-03T14:35:03.338Z] 14:30:01 169232 0 543604 28.89 2620 1166100 1074416 36.67 383848 1168476 20 [2020-09-03T14:35:03.338Z] 14:31:01 167560 0 545276 28.98 2620 1166100 1074460 36.67 385852 1167900 20 [2020-09-03T14:35:03.338Z] 14:32:01 168284 0 544548 28.94 2620 1166104 1074212 36.66 393432 1159836 12 [2020-09-03T14:35:03.338Z] 14:33:01 163652 0 548496 29.15 2620 1166788 1086484 37.08 397636 1160272 8 [2020-09-03T14:35:03.338Z] 14:34:01 163612 0 548532 29.15 2620 1166792 1086804 37.09 397612 1160272 16 [2020-09-03T14:35:03.338Z] Average: 166526 0 546115 29.02 2620 1166295 1085121 37.03 389373 1165371 31 [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] 14:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-03T14:35:03.338Z] 14:28:01 eth0 327.15 172.07 807.39 89.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:28:01 docker0 4.21 3.20 0.89 10.44 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:29:01 eth0 0.77 0.10 0.07 0.05 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:30:01 eth0 0.97 0.50 0.39 0.18 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:31:01 eth0 0.57 0.32 0.28 0.23 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:33:01 eth0 7.24 4.06 6.35 2.94 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:34:01 eth0 1.48 0.85 1.15 0.60 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] Average: eth0 47.70 25.10 114.97 13.12 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] Average: docker0 0.59 0.45 0.12 1.47 0.00 0.00 0.00 0.00 [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] ---> sar -P ALL: [2020-09-03T14:35:03.338Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/03/20 _x86_64_ (4 CPU) [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] 14:26:21 LINUX RESTART (4 CPU) [2020-09-03T14:35:03.338Z] [2020-09-03T14:35:03.338Z] 14:27:01 CPU %user %nice %system %iowait %steal %idle [2020-09-03T14:35:03.338Z] 14:28:01 all 11.56 0.00 3.94 2.48 0.37 81.65 [2020-09-03T14:35:03.338Z] 14:28:01 0 10.95 0.00 4.05 1.93 0.29 82.78 [2020-09-03T14:35:03.338Z] 14:28:01 1 11.16 0.00 3.49 1.57 0.44 83.33 [2020-09-03T14:35:03.338Z] 14:28:01 2 11.71 0.00 3.86 1.95 0.38 82.11 [2020-09-03T14:35:03.338Z] 14:28:01 3 12.44 0.00 4.37 4.46 0.36 78.37 [2020-09-03T14:35:03.338Z] 14:29:01 all 0.16 0.00 0.05 0.00 0.03 99.76 [2020-09-03T14:35:03.339Z] 14:29:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2020-09-03T14:35:03.339Z] 14:29:01 1 0.48 0.00 0.05 0.00 0.02 99.45 [2020-09-03T14:35:03.339Z] 14:29:01 2 0.03 0.00 0.07 0.00 0.03 99.87 [2020-09-03T14:35:03.339Z] 14:29:01 3 0.12 0.00 0.08 0.00 0.02 99.78 [2020-09-03T14:35:03.339Z] 14:30:01 all 0.16 0.00 0.03 0.00 0.01 99.79 [2020-09-03T14:35:03.339Z] 14:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-03T14:35:03.339Z] 14:30:01 1 0.47 0.00 0.02 0.00 0.02 99.50 [2020-09-03T14:35:03.339Z] 14:30:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2020-09-03T14:35:03.339Z] 14:30:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2020-09-03T14:35:03.339Z] 14:31:01 all 0.15 0.00 0.04 0.00 0.01 99.79 [2020-09-03T14:35:03.339Z] 14:31:01 0 0.05 0.00 0.05 0.00 0.03 99.87 [2020-09-03T14:35:03.339Z] 14:31:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2020-09-03T14:35:03.339Z] 14:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-03T14:35:03.339Z] 14:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2020-09-03T14:35:03.339Z] 14:32:01 all 0.10 0.00 0.05 0.00 0.02 99.83 [2020-09-03T14:35:03.339Z] 14:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-09-03T14:35:03.339Z] 14:32:01 1 0.30 0.00 0.03 0.00 0.02 99.65 [2020-09-03T14:35:03.339Z] 14:32:01 2 0.03 0.00 0.12 0.00 0.03 99.82 [2020-09-03T14:35:03.339Z] 14:32:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2020-09-03T14:35:03.339Z] 14:33:01 all 0.20 0.00 0.08 0.00 0.02 99.69 [2020-09-03T14:35:03.339Z] 14:33:01 0 0.12 0.00 0.05 0.00 0.02 99.82 [2020-09-03T14:35:03.339Z] 14:33:01 1 0.17 0.00 0.13 0.02 0.02 99.67 [2020-09-03T14:35:03.339Z] 14:33:01 2 0.38 0.00 0.07 0.00 0.02 99.53 [2020-09-03T14:35:03.339Z] 14:33:01 3 0.15 0.00 0.08 0.00 0.02 99.75 [2020-09-03T14:35:03.339Z] 14:34:01 all 0.18 0.00 0.06 0.00 0.01 99.75 [2020-09-03T14:35:03.339Z] 14:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-03T14:35:03.339Z] 14:34:01 1 0.12 0.00 0.13 0.00 0.02 99.73 [2020-09-03T14:35:03.339Z] 14:34:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-03T14:35:03.339Z] 14:34:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-09-03T14:35:03.339Z] Average: all 1.76 0.00 0.60 0.35 0.07 97.24 [2020-09-03T14:35:03.339Z] Average: 0 1.57 0.00 0.59 0.27 0.05 97.51 [2020-09-03T14:35:03.339Z] Average: 1 1.86 0.00 0.55 0.22 0.07 97.30 [2020-09-03T14:35:03.339Z] Average: 2 1.79 0.00 0.59 0.27 0.07 97.28 [2020-09-03T14:35:03.339Z] Average: 3 1.80 0.00 0.66 0.62 0.06 96.86 [2020-09-03T14:35:03.339Z] [2020-09-03T14:35:03.339Z] [2020-09-03T14:35:03.339Z]